Trace number 234140

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JCSP-CACHED 1.7 RC BF3? (MO) 117.686 100.754

General information on the benchmark

Nametaillard/
js-taillard-15/js-taillard-15-95-9.xml
MD5SUM53dc0128d57f15274860bbb12b18229a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.0787
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1207
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14	c version CSP COMPETITION BUGFIX 3 CACHED
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_10
0.14	c os.name	Linux
0.14	c os.version	2.6.9-22.EL.rootsmp
0.14	c os.arch	i386
0.14	c Free memory 722620888
0.14	c Max memory 723845120
0.14	c Total memory 723845120
0.14	c Number of processors 2
0.20	c --- Begin Solver configuration ---
0.20	c Stops conflict analysis at the first Unique Implication Point
0.20	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.20	c Learn all clauses as in MiniSAT
0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving /tmp/evaluation/234140-1168330655/unknown.xml
0.20	c reading problem ... 
0.37	c reading problem named ?
0.37	c reading domains done.
0.53	c reading variables
c reading variables (225) done.
1.30	c reading predicates 
c reading relations (3) done.
1.50	c reading constraintsc starts		: 0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node50/watcher-234140-1168330655 -o ROOT/results/node50/solver-234140-1168330655 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234140-1168330655/sat4jCSP-bf3-cached.jar /tmp/evaluation/234140-1168330655/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.94 0.98 1.06 3/65 6766
/proc/meminfo: memFree=1513880/2055920 swapFree=4191892/4192956
[pid=6765] ppid=6763 vsize=1456 CPUtime=0
/proc/6765/stat : 6765 (java) R 6763 6765 4940 0 -1 0 274 0 0 0 0 0 0 0 18 0 1 0 181464053 1490944 85 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 134517697 0 0 4096 0 0 0 0 17 0 0 0
/proc/6765/statm: 365 96 76 14 0 10 0

[startup+0.107668 s]
/proc/loadavg: 0.94 0.98 1.06 3/65 6766
/proc/meminfo: memFree=1513880/2055920 swapFree=4191892/4192956
[pid=6765] ppid=6763 vsize=902816 CPUtime=0.1
/proc/6765/stat : 6765 (java) R 6763 6765 4940 0 -1 0 3458 0 1 0 8 2 0 0 25 0 12 0 181464053 924483584 3218 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053847172 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6765/statm: 225704 3218 1600 14 0 212148 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 902816

[startup+0.519755 s]
/proc/loadavg: 0.94 0.98 1.06 3/65 6766
/proc/meminfo: memFree=1513880/2055920 swapFree=4191892/4192956
[pid=6765] ppid=6763 vsize=907968 CPUtime=0.73
/proc/6765/stat : 6765 (java) R 6763 6765 4940 0 -1 0 6932 0 1 0 69 4 0 0 19 0 12 0 181464053 929759232 6137 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053834061 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6765/statm: 226992 6137 2297 14 0 213429 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 907968

[startup+1.34088 s]
/proc/loadavg: 0.94 0.98 1.06 3/76 6777
/proc/meminfo: memFree=1401024/2055920 swapFree=4191892/4192956
[pid=6765] ppid=6763 vsize=911244 CPUtime=2.11
/proc/6765/stat : 6765 (java) R 6763 6765 4940 0 -1 0 35416 0 1 0 195 16 0 0 16 0 12 0 181464053 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4153242809 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6765/statm: 227811 33250 2377 14 0 214248 0
[pid=6765/tid=6767] ppid=6763 vsize=911244 CPUtime=0.36
/proc/6765/task/6767/stat : 6767 (java) S 6763 6765 4940 0 -1 64 9410 0 0 0 32 4 0 0 16 0 12 0 181464055 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6768] ppid=6763 vsize=911244 CPUtime=0.35
/proc/6765/task/6768/stat : 6768 (java) S 6763 6765 4940 0 -1 64 4308 0 0 0 34 1 0 0 16 0 12 0 181464055 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6769] ppid=6763 vsize=911244 CPUtime=0
/proc/6765/task/6769/stat : 6769 (java) S 6763 6765 4940 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181464058 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6770] ppid=6763 vsize=911244 CPUtime=0
/proc/6765/task/6770/stat : 6770 (java) S 6763 6765 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181464058 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6771] ppid=6763 vsize=911244 CPUtime=0
/proc/6765/task/6771/stat : 6771 (java) S 6763 6765 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181464058 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6772] ppid=6763 vsize=911244 CPUtime=0
/proc/6765/task/6772/stat : 6772 (java) S 6763 6765 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181464062 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6773] ppid=6763 vsize=911244 CPUtime=0
/proc/6765/task/6773/stat : 6773 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181464062 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6774] ppid=6763 vsize=911244 CPUtime=0.3
/proc/6765/task/6774/stat : 6774 (java) R 6763 6765 4940 0 -1 64 1220 0 0 0 30 0 0 0 17 0 12 0 181464062 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152647561 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6775] ppid=6763 vsize=911244 CPUtime=0.3
/proc/6765/task/6775/stat : 6775 (java) S 6763 6765 4940 0 -1 64 657 0 0 0 30 0 0 0 16 0 12 0 181464062 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6776] ppid=6763 vsize=911244 CPUtime=0
/proc/6765/task/6776/stat : 6776 (java) S 6763 6765 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181464062 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6777] ppid=6763 vsize=911244 CPUtime=0
/proc/6765/task/6777/stat : 6777 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181464062 933113856 33250 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 911244

[startup+2.98316 s]
/proc/loadavg: 0.95 0.98 1.06 3/76 6777
/proc/meminfo: memFree=1376064/2055920 swapFree=4191892/4192956
[pid=6765] ppid=6763 vsize=913152 CPUtime=4.33
/proc/6765/stat : 6765 (java) S 6763 6765 4940 0 -1 0 44659 0 1 0 412 21 0 0 19 0 12 0 181464053 935067648 41400 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6765/statm: 228288 41402 2477 14 0 214725 0
[pid=6765/tid=6767] ppid=6763 vsize=913152 CPUtime=0.69
/proc/6765/task/6767/stat : 6767 (java) R 6763 6765 4940 0 -1 64 13424 0 0 0 63 6 0 0 17 0 12 0 181464055 935067648 41403 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6768] ppid=6763 vsize=913152 CPUtime=0.67
/proc/6765/task/6768/stat : 6768 (java) R 6763 6765 4940 0 -1 64 7883 0 0 0 63 4 0 0 17 0 12 0 181464055 935067648 41404 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155244790 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6769] ppid=6763 vsize=913152 CPUtime=0
/proc/6765/task/6769/stat : 6769 (java) S 6763 6765 4940 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 181464058 935067648 41405 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6770] ppid=6763 vsize=913152 CPUtime=0
/proc/6765/task/6770/stat : 6770 (java) S 6763 6765 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181464058 935067648 41407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6771] ppid=6763 vsize=913152 CPUtime=0
/proc/6765/task/6771/stat : 6771 (java) S 6763 6765 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181464058 935067648 41408 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6772] ppid=6763 vsize=913152 CPUtime=0
/proc/6765/task/6772/stat : 6772 (java) S 6763 6765 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181464062 935067648 41410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6773] ppid=6763 vsize=913152 CPUtime=0
/proc/6765/task/6773/stat : 6773 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181464062 935067648 41411 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6774] ppid=6763 vsize=913152 CPUtime=0.45
/proc/6765/task/6774/stat : 6774 (java) S 6763 6765 4940 0 -1 64 1369 0 0 0 45 0 0 0 15 0 12 0 181464062 935067648 41412 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6775] ppid=6763 vsize=913152 CPUtime=0.53
/proc/6765/task/6775/stat : 6775 (java) S 6763 6765 4940 0 -1 64 1670 0 0 0 53 0 0 0 16 0 12 0 181464062 935067648 41414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6776] ppid=6763 vsize=913152 CPUtime=0
/proc/6765/task/6776/stat : 6776 (java) S 6763 6765 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181464062 935067648 41415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6777] ppid=6763 vsize=913152 CPUtime=0
/proc/6765/task/6777/stat : 6777 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181464062 935067648 41417 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 913152

[startup+6.18369 s]
/proc/loadavg: 0.95 0.98 1.06 2/76 6777
/proc/meminfo: memFree=1320384/2055920 swapFree=4191892/4192956
[pid=6765] ppid=6763 vsize=913088 CPUtime=8.49
/proc/6765/stat : 6765 (java) R 6763 6765 4940 0 -1 0 57920 0 1 0 821 28 0 0 17 0 12 0 181464053 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054268229 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6765/statm: 228272 53983 2477 14 0 214709 0
[pid=6765/tid=6767] ppid=6763 vsize=913088 CPUtime=1.67
/proc/6765/task/6767/stat : 6767 (java) S 6763 6765 4940 0 -1 64 20009 0 0 0 157 10 0 0 18 0 12 0 181464055 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6768] ppid=6763 vsize=913088 CPUtime=1.67
/proc/6765/task/6768/stat : 6768 (java) S 6763 6765 4940 0 -1 64 14548 0 0 0 160 7 0 0 18 0 12 0 181464055 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6769] ppid=6763 vsize=913088 CPUtime=0
/proc/6765/task/6769/stat : 6769 (java) S 6763 6765 4940 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181464058 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6770] ppid=6763 vsize=913088 CPUtime=0
/proc/6765/task/6770/stat : 6770 (java) S 6763 6765 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181464058 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6771] ppid=6763 vsize=913088 CPUtime=0
/proc/6765/task/6771/stat : 6771 (java) S 6763 6765 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181464058 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6772] ppid=6763 vsize=913088 CPUtime=0
/proc/6765/task/6772/stat : 6772 (java) S 6763 6765 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181464062 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6773] ppid=6763 vsize=913088 CPUtime=0
/proc/6765/task/6773/stat : 6773 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181464062 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6774] ppid=6763 vsize=913088 CPUtime=0.45
/proc/6765/task/6774/stat : 6774 (java) S 6763 6765 4940 0 -1 64 1369 0 0 0 45 0 0 0 15 0 12 0 181464062 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6775] ppid=6763 vsize=913088 CPUtime=0.53
/proc/6765/task/6775/stat : 6775 (java) S 6763 6765 4940 0 -1 64 1670 0 0 0 53 0 0 0 16 0 12 0 181464062 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6776] ppid=6763 vsize=913088 CPUtime=0
/proc/6765/task/6776/stat : 6776 (java) S 6763 6765 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181464062 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6777] ppid=6763 vsize=913088 CPUtime=0
/proc/6765/task/6777/stat : 6777 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181464062 935002112 53983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 913088

[startup+12.6748 s]
/proc/loadavg: 1.11 1.02 1.07 2/76 6777
/proc/meminfo: memFree=1206976/2055920 swapFree=4191892/4192956
[pid=6765] ppid=6763 vsize=913024 CPUtime=17.22
/proc/6765/stat : 6765 (java) S 6763 6765 4940 0 -1 0 87186 0 1 0 1679 43 0 0 17 0 12 0 181464053 934936576 79972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6765/statm: 228256 79976 2478 14 0 214693 0
[pid=6765/tid=6767] ppid=6763 vsize=913024 CPUtime=3.76
/proc/6765/task/6767/stat : 6767 (java) R 6763 6765 4940 0 -1 64 36430 0 0 0 357 19 0 0 17 0 12 0 181464055 934936576 79978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155242571 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6768] ppid=6763 vsize=913024 CPUtime=3.77
/proc/6765/task/6768/stat : 6768 (java) R 6763 6765 4940 0 -1 64 27360 0 0 0 364 13 0 0 17 0 12 0 181464055 934936576 79981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6769] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6769/stat : 6769 (java) S 6763 6765 4940 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 181464058 934936576 79983 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6770] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6770/stat : 6770 (java) S 6763 6765 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181464058 934936576 79986 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6771] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6771/stat : 6771 (java) S 6763 6765 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181464058 934936576 79988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6772] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6772/stat : 6772 (java) S 6763 6765 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181464062 934936576 79991 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6773] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6773/stat : 6773 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181464062 934936576 79993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6774] ppid=6763 vsize=913024 CPUtime=0.57
/proc/6765/task/6774/stat : 6774 (java) S 6763 6765 4940 0 -1 64 1379 0 0 0 57 0 0 0 16 0 12 0 181464062 934936576 79996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6775] ppid=6763 vsize=913024 CPUtime=0.6
/proc/6765/task/6775/stat : 6775 (java) S 6763 6765 4940 0 -1 64 1674 0 0 0 60 0 0 0 16 0 12 0 181464062 934936576 79999 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6776] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6776/stat : 6776 (java) S 6763 6765 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181464062 934936576 80001 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6777] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6777/stat : 6777 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181464062 934936576 80003 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.22
Current children cumulated vsize (KiB) 913024

[startup+25.5729 s]
/proc/loadavg: 1.16 1.03 1.08 3/76 6777
/proc/meminfo: memFree=1000448/2055920 swapFree=4191892/4192956
[pid=6765] ppid=6763 vsize=913024 CPUtime=34.17
/proc/6765/stat : 6765 (java) R 6763 6765 4940 0 -1 0 143583 0 1 0 3341 76 0 0 16 0 12 0 181464053 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054281261 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6765/statm: 228256 132731 2478 14 0 214693 0
[pid=6765/tid=6767] ppid=6763 vsize=913024 CPUtime=7.91
/proc/6765/task/6767/stat : 6767 (java) S 6763 6765 4940 0 -1 64 64174 0 0 0 754 37 0 0 16 0 12 0 181464055 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6768] ppid=6763 vsize=913024 CPUtime=7.89
/proc/6765/task/6768/stat : 6768 (java) S 6763 6765 4940 0 -1 64 55973 0 0 0 762 27 0 0 16 0 12 0 181464055 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6769] ppid=6763 vsize=913024 CPUtime=0.01
/proc/6765/task/6769/stat : 6769 (java) S 6763 6765 4940 0 -1 64 16 0 0 0 1 0 0 0 15 0 12 0 181464058 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6770] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6770/stat : 6770 (java) S 6763 6765 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181464058 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6771] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6771/stat : 6771 (java) S 6763 6765 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181464058 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6772] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6772/stat : 6772 (java) S 6763 6765 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181464062 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6773] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6773/stat : 6773 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181464062 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6774] ppid=6763 vsize=913024 CPUtime=0.57
/proc/6765/task/6774/stat : 6774 (java) S 6763 6765 4940 0 -1 64 1379 0 0 0 57 0 0 0 16 0 12 0 181464062 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6775] ppid=6763 vsize=913024 CPUtime=0.6
/proc/6765/task/6775/stat : 6775 (java) S 6763 6765 4940 0 -1 64 1674 0 0 0 60 0 0 0 16 0 12 0 181464062 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6776] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6776/stat : 6776 (java) S 6763 6765 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181464062 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6777] ppid=6763 vsize=913024 CPUtime=0
/proc/6765/task/6777/stat : 6777 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181464062 934936576 132731 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.17
Current children cumulated vsize (KiB) 913024

[startup+51.2403 s]
/proc/loadavg: 1.31 1.08 1.09 2/76 6779
/proc/meminfo: memFree=781568/2055920 swapFree=4191892/4192956
[pid=6765] ppid=6763 vsize=912972 CPUtime=66.79
/proc/6765/stat : 6765 (java) S 6763 6765 4940 0 -1 0 202778 0 1 0 6571 108 0 0 16 0 12 0 181464053 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6765/statm: 228243 185050 2479 14 0 214680 0
[pid=6765/tid=6767] ppid=6763 vsize=912972 CPUtime=14.97
/proc/6765/task/6767/stat : 6767 (java) R 6763 6765 4940 0 -1 64 90463 0 0 0 1444 53 0 0 16 0 12 0 181464055 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155242719 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6768] ppid=6763 vsize=912972 CPUtime=14.94
/proc/6765/task/6768/stat : 6768 (java) R 6763 6765 4940 0 -1 64 85142 0 0 0 1453 41 0 0 16 0 12 0 181464055 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154959371 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6769] ppid=6763 vsize=912972 CPUtime=2.66
/proc/6765/task/6769/stat : 6769 (java) S 6763 6765 4940 0 -1 64 3705 0 0 0 264 2 0 0 15 0 12 0 181464058 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6770] ppid=6763 vsize=912972 CPUtime=0
/proc/6765/task/6770/stat : 6770 (java) S 6763 6765 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181464058 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6771] ppid=6763 vsize=912972 CPUtime=0
/proc/6765/task/6771/stat : 6771 (java) S 6763 6765 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181464058 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6772] ppid=6763 vsize=912972 CPUtime=0
/proc/6765/task/6772/stat : 6772 (java) S 6763 6765 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181464062 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6773] ppid=6763 vsize=912972 CPUtime=0
/proc/6765/task/6773/stat : 6773 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181464062 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6774] ppid=6763 vsize=912972 CPUtime=0.58
/proc/6765/task/6774/stat : 6774 (java) S 6763 6765 4940 0 -1 64 1379 0 0 0 58 0 0 0 16 0 12 0 181464062 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6775] ppid=6763 vsize=912972 CPUtime=0.65
/proc/6765/task/6775/stat : 6775 (java) S 6763 6765 4940 0 -1 64 1675 0 0 0 65 0 0 0 17 0 12 0 181464062 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6776] ppid=6763 vsize=912972 CPUtime=0
/proc/6765/task/6776/stat : 6776 (java) S 6763 6765 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181464062 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6777] ppid=6763 vsize=912972 CPUtime=0
/proc/6765/task/6777/stat : 6777 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181464062 934883328 185050 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 66.79
Current children cumulated vsize (KiB) 912972



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+98.6122 s]
/proc/loadavg: 1.17 1.08 1.09 2/76 6779
/proc/meminfo: memFree=768960/2055920 swapFree=4191892/4192956
[pid=6765] ppid=6763 vsize=920976 CPUtime=115.54
/proc/6765/stat : 6765 (java) S 6763 6765 4940 0 -1 0 261915 0 1 0 11418 136 0 0 16 0 12 0 181464053 943079424 187563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6765/statm: 230244 187563 2479 14 0 216681 0
[pid=6765/tid=6767] ppid=6763 vsize=920976 CPUtime=16.45
/proc/6765/task/6767/stat : 6767 (java) S 6763 6765 4940 0 -1 64 90863 0 0 0 1591 54 0 0 16 0 12 0 181464055 943079424 187565 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6768] ppid=6763 vsize=920976 CPUtime=16.43
/proc/6765/task/6768/stat : 6768 (java) S 6763 6765 4940 0 -1 64 85286 0 0 0 1601 42 0 0 16 0 12 0 181464055 943079424 187566 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6769] ppid=6763 vsize=920976 CPUtime=42.75
/proc/6765/task/6769/stat : 6769 (java) R 6763 6765 4940 0 -1 64 62263 0 0 0 4246 29 0 0 21 0 12 0 181464058 943079424 187567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6770] ppid=6763 vsize=920976 CPUtime=0
/proc/6765/task/6770/stat : 6770 (java) S 6763 6765 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181464058 943079424 187567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6771] ppid=6763 vsize=920976 CPUtime=0
/proc/6765/task/6771/stat : 6771 (java) S 6763 6765 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181464058 943079424 187568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6772] ppid=6763 vsize=920976 CPUtime=0
/proc/6765/task/6772/stat : 6772 (java) S 6763 6765 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181464062 943079424 187569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6773] ppid=6763 vsize=920976 CPUtime=0
/proc/6765/task/6773/stat : 6773 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181464062 943079424 187569 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6774] ppid=6763 vsize=920976 CPUtime=0.61
/proc/6765/task/6774/stat : 6774 (java) S 6763 6765 4940 0 -1 64 1381 0 0 0 61 0 0 0 17 0 12 0 181464062 943079424 187570 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6775] ppid=6763 vsize=920976 CPUtime=0.65
/proc/6765/task/6775/stat : 6775 (java) S 6763 6765 4940 0 -1 64 1675 0 0 0 65 0 0 0 17 0 12 0 181464062 943079424 187571 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6765/tid=6776] ppid=6763 vsize=920976 CPUtime=0
/proc/6765/task/6776/stat : 6776 (java) S 6763 6765 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181464062 943079424 187572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6765/tid=6777] ppid=6763 vsize=920976 CPUtime=0
/proc/6765/task/6777/stat : 6777 (java) S 6763 6765 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181464062 943079424 187572 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 115.54
Current children cumulated vsize (KiB) 920976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 100.754
CPU time (s): 117.686
CPU user time (s): 116.189
CPU system time (s): 1.49677
CPU usage (%): 116.805
Max. virtual memory (cumulated for all children) (KiB): 924980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.189
system time used= 1.49677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264564
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3599
involuntary context switches= 2188

runsolver used 0.115982 s user time and 0.300954 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Tue Jan  9 08:17:35 UTC 2007


IDJOB= 234140
IDBENCH= 6665
FILE ID= node50/234140-1168330655

PBS_JOBID= 3503249

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-15/js-taillard-15-95-9.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234140-1168330655/sat4jCSP-bf3-cached.jar /tmp/evaluation/234140-1168330655/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-234140-1168330655 -o ROOT/results/node50/solver-234140-1168330655 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234140-1168330655/sat4jCSP-bf3-cached.jar /tmp/evaluation/234140-1168330655/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  53dc0128d57f15274860bbb12b18229a

RANDOM SEED= 188718892

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1514296 kB
Buffers:         72540 kB
Cached:         397760 kB
SwapCached:        396 kB
Active:         177812 kB
Inactive:       307336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1514296 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2624 kB
Writeback:           0 kB
Mapped:          23676 kB
Slab:            42472 kB
Committed_AS:  4452884 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB



End job on node50 on Tue Jan  9 08:19:16 UTC 2007