Trace number 235042

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
buggy_2_5 2007-01-08? (TO) 1800.01 1805.95

General information on the benchmark

Nametaillard/js-taillard-20-15/
js-taillard-20-15-105-9.xml
MD5SUM9f3252259f4bcca12dfe3a86c6cb090a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark27.88
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1452
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

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-235042-1168335060 -o ROOT/results/node50/solver-235042-1168335060 -C 1800 -M 900 /tmp/evaluation/235042-1168335060/solver /tmp/evaluation/235042-1168335060/unknown 1800 

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: 2.12 2.03 1.93 5/74 11028
/proc/meminfo: memFree=1419640/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=0
/proc/11027/stat : 11027 (solver) R 11025 11027 9164 0 -1 4194304 280 0 0 0 0 0 0 0 22 0 1 0 181904764 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11027/statm: 1338 231 193 169 0 49 0
[pid=11029] ppid=11027 vsize=5352 CPUtime=0
/proc/11029/stat : 11029 (solver) R 11027 11027 9164 0 -1 4194368 11 0 0 0 0 0 0 0 22 0 1 0 181904765 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 4293177 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11029/statm: 1338 231 193 169 0 49 0
[pid=11030] ppid=11027 vsize=5352 CPUtime=0
/proc/11030/stat : 11030 (solver) R 11027 11027 9164 0 -1 4194368 0 0 0 0 0 0 0 0 22 0 1 0 181904765 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577473183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/11030/statm: 1338 231 193 169 0 49 0

[startup+0.105403 s]
/proc/loadavg: 2.12 2.03 1.93 5/74 11028
/proc/meminfo: memFree=1419640/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=0.06
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 376 2283 0 0 0 0 5 1 18 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5352

[startup+0.513471 s]
/proc/loadavg: 2.12 2.03 1.93 5/74 11028
/proc/meminfo: memFree=1419640/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=0.06
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 376 2283 0 0 0 0 5 1 18 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5352

[startup+1.33461 s]
/proc/loadavg: 2.12 2.03 1.93 2/75 11040
/proc/meminfo: memFree=1394208/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=0.06
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 376 2283 0 0 0 0 5 1 18 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11040] ppid=11027 vsize=28864 CPUtime=1.21
/proc/11040/stat : 11040 (bordewijk) R 11027 11027 9164 0 -1 4194304 7724 0 0 0 114 7 0 0 18 0 1 0 181904773 29556736 6668 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/11040/statm: 7216 6668 210 97 0 6497 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 34216

[startup+2.98289 s]
/proc/loadavg: 2.12 2.03 1.93 3/75 11040
/proc/meminfo: memFree=1325408/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=0.06
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 376 2283 0 0 0 0 5 1 18 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11040] ppid=11027 vsize=86452 CPUtime=2.84
/proc/11040/stat : 11040 (bordewijk) R 11027 11027 9164 0 -1 4194304 22527 0 0 0 136 148 0 0 25 0 1 0 181904773 88526848 20653 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/11040/statm: 21613 20653 217 97 0 20894 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 91804

[startup+6.26244 s]
/proc/loadavg: 2.11 2.03 1.93 3/75 11041
/proc/meminfo: memFree=1387120/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60984 CPUtime=1.58
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14338 0 0 0 77 81 0 0 25 0 1 0 181905230 62447616 14263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104339616 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15246 14263 136 64 0 14561 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 66336

[startup+12.7385 s]
/proc/loadavg: 2.10 2.03 1.93 3/75 11041
/proc/meminfo: memFree=1352176/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60984 CPUtime=8.01
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14356 0 0 0 719 82 0 0 25 0 1 0 181905230 62447616 14281 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104160192 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15246 14281 137 64 0 14561 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 66336

[startup+25.5647 s]
/proc/loadavg: 2.08 2.03 1.93 3/75 11041
/proc/meminfo: memFree=1351472/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60984 CPUtime=20.71
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14601 0 0 0 1989 82 0 0 25 0 1 0 181905230 62447616 14526 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104143186 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15246 14526 138 64 0 14561 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 66336

[startup+51.244 s]
/proc/loadavg: 2.05 2.02 1.93 3/75 11041
/proc/meminfo: memFree=1350768/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60992 CPUtime=46.14
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14728 0 0 0 4532 82 0 0 25 0 1 0 181905230 62455808 14653 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104114474 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15248 14653 138 64 0 14563 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 66344

[startup+102.479 s]
/proc/loadavg: 2.02 2.02 1.93 3/75 11041
/proc/meminfo: memFree=1350960/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60992 CPUtime=96.91
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14728 0 0 0 9609 82 0 0 25 0 1 0 181905230 62455808 14653 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554178 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15248 14653 138 64 0 14563 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 66344

[startup+162.551 s]
/proc/loadavg: 2.04 2.03 1.93 3/75 11041
/proc/meminfo: memFree=1351024/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60992 CPUtime=156.43
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14728 0 0 0 15561 82 0 0 25 0 1 0 181905230 62455808 14653 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104106560 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15248 14653 138 64 0 14563 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 66344

[startup+222.628 s]
/proc/loadavg: 2.05 2.03 1.94 3/75 11041
/proc/meminfo: memFree=1351024/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60992 CPUtime=215.96
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14740 0 0 0 21514 82 0 0 25 0 1 0 181905230 62455808 14665 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554178 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15248 14665 138 64 0 14563 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 66344

[startup+282.695 s]
/proc/loadavg: 2.02 2.03 1.94 3/75 11041
/proc/meminfo: memFree=1351088/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60992 CPUtime=275.48
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14740 0 0 0 27466 82 0 0 25 0 1 0 181905230 62455808 14665 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554209 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15248 14665 138 64 0 14563 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (KiB) 66344

[startup+342.736 s]
/proc/loadavg: 2.00 2.02 1.94 3/75 11041
/proc/meminfo: memFree=1351088/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60992 CPUtime=335.24
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14740 0 0 0 33442 82 0 0 25 0 1 0 181905230 62455808 14665 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549718 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15248 14665 138 64 0 14563 0
Current children cumulated CPU time (s) 339.82
Current children cumulated vsize (KiB) 66344

[startup+402.778 s]
/proc/loadavg: 2.00 2.01 1.94 3/75 11041
/proc/meminfo: memFree=1351088/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60992 CPUtime=394.99
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14740 0 0 0 39417 82 0 0 25 0 1 0 181905230 62455808 14665 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104164520 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15248 14665 138 64 0 14563 0
Current children cumulated CPU time (s) 399.57
Current children cumulated vsize (KiB) 66344

[startup+462.818 s]
/proc/loadavg: 2.00 2.01 1.94 3/75 11041
/proc/meminfo: memFree=1351024/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60992 CPUtime=454.74
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14740 0 0 0 45392 82 0 0 25 0 1 0 181905230 62455808 14665 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15248 14665 138 64 0 14563 0
Current children cumulated CPU time (s) 459.32
Current children cumulated vsize (KiB) 66344

[startup+522.862 s]
/proc/loadavg: 2.04 2.02 1.94 3/75 11041
/proc/meminfo: memFree=1351088/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58

################
# More data... #
################

/proc/loadavg: 1.01 1.31 1.64 2/66 11129
/proc/meminfo: memFree=1430272/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1113.07
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 111222 85 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554211 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1117.65
Current children cumulated vsize (KiB) 66348

[startup+1183.38 s]
/proc/loadavg: 1.00 1.25 1.60 2/66 11129
/proc/meminfo: memFree=1430272/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1173.1
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 117225 85 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104505448 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1177.68
Current children cumulated vsize (KiB) 66348

[startup+1243.43 s]
/proc/loadavg: 1.00 1.20 1.56 2/66 11129
/proc/meminfo: memFree=1430272/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1233.13
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 123228 85 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104501594 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1237.71
Current children cumulated vsize (KiB) 66348

[startup+1303.48 s]
/proc/loadavg: 1.00 1.16 1.52 2/66 11129
/proc/meminfo: memFree=1430272/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1293.16
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 129231 85 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104511845 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1297.74
Current children cumulated vsize (KiB) 66348

[startup+1363.54 s]
/proc/loadavg: 1.00 1.13 1.48 2/66 11129
/proc/meminfo: memFree=1430272/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1353.2
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 135234 86 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554206 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1357.78
Current children cumulated vsize (KiB) 66348

[startup+1423.59 s]
/proc/loadavg: 1.00 1.11 1.45 2/66 11129
/proc/meminfo: memFree=1430272/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1413.23
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 141237 86 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554227 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1417.81
Current children cumulated vsize (KiB) 66348

[startup+1483.64 s]
/proc/loadavg: 1.00 1.08 1.42 2/66 11129
/proc/meminfo: memFree=1430208/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1473.26
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 147240 86 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104286332 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1477.84
Current children cumulated vsize (KiB) 66348

[startup+1543.69 s]
/proc/loadavg: 1.00 1.07 1.39 2/66 11129
/proc/meminfo: memFree=1430272/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1533.28
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 153242 86 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104223605 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1537.86
Current children cumulated vsize (KiB) 66348

[startup+1603.74 s]
/proc/loadavg: 1.00 1.05 1.36 2/66 11129
/proc/meminfo: memFree=1430272/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1593.31
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 159245 86 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554209 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1597.89
Current children cumulated vsize (KiB) 66348

[startup+1663.79 s]
/proc/loadavg: 1.00 1.04 1.34 2/66 11129
/proc/meminfo: memFree=1430208/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1653.34
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 165248 86 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104235451 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1657.92
Current children cumulated vsize (KiB) 66348

[startup+1723.84 s]
/proc/loadavg: 1.00 1.03 1.31 2/66 11129
/proc/meminfo: memFree=1430208/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1713.38
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 171252 86 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104513955 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1717.96
Current children cumulated vsize (KiB) 66348

[startup+1783.9 s]
/proc/loadavg: 1.00 1.02 1.29 2/66 11129
/proc/meminfo: memFree=1430208/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1773.41
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 177255 86 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104152589 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1777.99
Current children cumulated vsize (KiB) 66348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.93 s]
/proc/loadavg: 1.00 1.02 1.28 2/72 11195
/proc/meminfo: memFree=1429072/2055920 swapFree=4191892/4192956
[pid=11027] ppid=11025 vsize=5352 CPUtime=4.58
/proc/11027/stat : 11027 (solver) S 11025 11027 9164 0 -1 4194304 396 24811 0 0 0 0 150 308 16 0 1 0 181904764 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11027/statm: 1338 242 203 169 0 49 0
[pid=11041] ppid=11027 vsize=60996 CPUtime=1795.43
/proc/11041/stat : 11041 (standalone) R 11027 11027 9164 0 -1 4194304 14747 0 0 0 179455 88 0 0 25 0 1 0 181905230 62459904 14672 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4104511921 0 0 4096 0 0 0 0 17 1 0 0
/proc/11041/statm: 15249 14672 138 64 0 14564 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 66348

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 11027 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=509770 childrusage.ru_stime.tv_sec=3 childrusage.ru_stime.tv_usec=87530
CPU time returned by wait4() is 4.5973
while last known CPU time is 1800.01

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1805.95
CPU time (s): 1800.01
CPU user time (s): 1796.05
CPU system time (s): 3.96
CPU usage (%): 99.6713
Max. virtual memory (cumulated for all children) (KiB): 91804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.50977
system time used= 3.08753
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 172
involuntary context switches= 71

runsolver used 1.69874 s user time and 4.14937 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Tue Jan  9 09:31:02 UTC 2007


IDJOB= 235042
IDBENCH= 6734
FILE ID= node50/235042-1168335060

PBS_JOBID= 3503340

Free space on /tmp= 66531 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-105-9.xml
COMMAND LINE= /tmp/evaluation/235042-1168335060/solver /tmp/evaluation/235042-1168335060/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-235042-1168335060 -o ROOT/results/node50/solver-235042-1168335060 -C 1800 -M 900  /tmp/evaluation/235042-1168335060/solver /tmp/evaluation/235042-1168335060/unknown 1800

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  9f3252259f4bcca12dfe3a86c6cb090a

RANDOM SEED= 762514997

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:       1420120 kB
Buffers:         74244 kB
Cached:         429716 kB
SwapCached:        396 kB
Active:         265204 kB
Inactive:       312176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1420120 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           11184 kB
Writeback:           0 kB
Mapped:          83368 kB
Slab:            43784 kB
Committed_AS:  4558512 kB
PageTables:       1940 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= 66542 MiB



End job on node50 on Tue Jan  9 10:01:08 UTC 2007