Trace number 232403

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_s 2007-01-08? (TO) 1800.04 1808.33

General information on the benchmark

Nametaillard/js-taillard-20/
js-taillard-20-105-7.xml
MD5SUM76fa18cc1e61a13260a2f33b475174f1
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 benchmark39.744
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1715
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
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/node52/watcher-232403-1168321988 -o ROOT/results/node52/solver-232403-1168321988 -C 1800 -M 900 /tmp/evaluation/232403-1168321988/solver2 /tmp/evaluation/232403-1168321988/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: 0.92 1.06 1.39 5/75 23421
/proc/meminfo: memFree=1461072/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=18540 CPUtime=0
/proc/23420/stat : 23420 (runsolver) R 23415 23420 22028 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 180597466 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23420/statm: 4635 279 244 17 0 2626 0

[startup+0.103181 s]
/proc/loadavg: 0.92 1.06 1.39 5/75 23421
/proc/meminfo: memFree=1461072/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=0.06
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 376 2300 0 0 0 0 5 1 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5352

[startup+0.511211 s]
/proc/loadavg: 0.92 1.06 1.39 5/75 23421
/proc/meminfo: memFree=1461072/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=0.06
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 376 2300 0 0 0 0 5 1 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5352

[startup+1.33226 s]
/proc/loadavg: 0.92 1.06 1.39 3/75 23440
/proc/meminfo: memFree=1389008/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=0.06
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 376 2300 0 0 0 0 5 1 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23440] ppid=23420 vsize=29052 CPUtime=1.22
/proc/23440/stat : 23440 (bordewijk) R 23420 23420 22028 0 -1 4194304 8052 0 0 0 115 7 0 0 25 0 1 0 180597475 29749248 7000 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 134844693 0 0 4096 0 0 0 0 17 0 0 0
/proc/23440/statm: 7263 7000 169 97 0 6841 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 34404

[startup+2.96937 s]
/proc/loadavg: 1.01 1.08 1.39 3/75 23440
/proc/meminfo: memFree=1235024/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=0.06
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 376 2300 0 0 0 0 5 1 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23440] ppid=23420 vsize=133640 CPUtime=2.85
/proc/23440/stat : 23440 (bordewijk) R 23420 23420 22028 0 -1 4194304 36041 0 0 0 192 93 0 0 19 0 1 0 180597475 136847360 32201 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/23440/statm: 33410 32201 217 97 0 32691 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 138992

[startup+6.2606 s]
/proc/loadavg: 1.01 1.08 1.39 3/75 23440
/proc/meminfo: memFree=1164568/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=0.06
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 376 2300 0 0 0 0 5 1 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23440] ppid=23420 vsize=133640 CPUtime=6.12
/proc/23440/stat : 23440 (bordewijk) R 23420 23420 22028 0 -1 4194304 36041 0 0 0 205 407 0 0 21 0 1 0 180597475 136847360 32201 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/23440/statm: 33410 32201 217 97 0 32691 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 138992

[startup+12.715 s]
/proc/loadavg: 1.16 1.11 1.40 3/75 23442
/proc/meminfo: memFree=1246456/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95432 CPUtime=3.91
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 22775 0 0 0 262 129 0 0 25 0 1 0 180598343 97722368 22635 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4070904422 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23858 22635 136 64 0 23173 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 100784

[startup+25.5499 s]
/proc/loadavg: 1.29 1.14 1.40 4/75 23442
/proc/meminfo: memFree=1246264/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95432 CPUtime=16.69
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 22836 0 0 0 1540 129 0 0 25 0 1 0 180598343 97722368 22696 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4070874366 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23858 22696 137 64 0 23173 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 100784

[startup+51.2107 s]
/proc/loadavg: 1.53 1.21 1.42 3/75 23442
/proc/meminfo: memFree=1243384/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95432 CPUtime=42.24
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23156 0 0 0 4094 130 0 0 25 0 1 0 180598343 97722368 23016 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4071372739 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23858 23016 137 64 0 23173 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 100784

[startup+102.424 s]
/proc/loadavg: 1.81 1.34 1.45 3/75 23442
/proc/meminfo: memFree=1243320/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95432 CPUtime=93.27
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23156 0 0 0 9197 130 0 0 25 0 1 0 180598343 97722368 23016 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4071372716 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23858 23016 137 64 0 23173 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 100784

[startup+162.462 s]
/proc/loadavg: 1.92 1.45 1.48 3/75 23442
/proc/meminfo: memFree=1243320/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95432 CPUtime=153.08
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23156 0 0 0 15178 130 0 0 25 0 1 0 180598343 97722368 23016 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134555358 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23858 23016 137 64 0 23173 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 100784

[startup+222.505 s]
/proc/loadavg: 1.97 1.55 1.51 3/75 23442
/proc/meminfo: memFree=1243320/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95432 CPUtime=212.89
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23156 0 0 0 21159 130 0 0 25 0 1 0 180598343 97722368 23016 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4070813766 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23858 23016 137 64 0 23173 0
Current children cumulated CPU time (s) 221.58
Current children cumulated vsize (KiB) 100784

[startup+282.54 s]
/proc/loadavg: 1.99 1.63 1.54 3/75 23442
/proc/meminfo: memFree=1243320/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95432 CPUtime=272.7
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23156 0 0 0 27140 130 0 0 25 0 1 0 180598343 97722368 23016 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4070826033 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23858 23016 137 64 0 23173 0
Current children cumulated CPU time (s) 281.39
Current children cumulated vsize (KiB) 100784

[startup+342.576 s]
/proc/loadavg: 1.99 1.69 1.56 3/75 23442
/proc/meminfo: memFree=1243320/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95432 CPUtime=332.51
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23156 0 0 0 33121 130 0 0 25 0 1 0 180598343 97722368 23016 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4070846880 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23858 23016 137 64 0 23173 0
Current children cumulated CPU time (s) 341.2
Current children cumulated vsize (KiB) 100784

[startup+402.617 s]
/proc/loadavg: 1.99 1.75 1.59 3/75 23442
/proc/meminfo: memFree=1243320/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95432 CPUtime=392.33
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23156 0 0 0 39103 130 0 0 25 0 1 0 180598343 97722368 23016 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4071089769 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23858 23016 137 64 0 23173 0
Current children cumulated CPU time (s) 401.02
Current children cumulated vsize (KiB) 100784

[startup+462.655 s]
/proc/loadavg: 2.07 1.81 1.62 3/75 23442
/proc/meminfo: memFree=1243256/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95432 CPUtime=452.14
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23156 0 0 0 45084 130 0 0 25 0 1 0 180598343 97722368 23016 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4070817868 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23858 23016 137 64 0 23173 0
Current children cumulated CPU time (s) 460.83
Current children cumulated vsize (KiB) 100784

[startup+522.715 s]
/proc/loadavg: 2.03 1.84 1.64 3/81 23586
/proc/meminfo: memFree=1241856/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95432 CPUtime=511.79
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23156 0 0 0 51049 130 0 0 25 0 1 0 180598343 97722368 23016 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4070824673 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23858 23016 137 64 0 23173 0
Current children cumulated CPU time (s) 520.48

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

/proc/loadavg: 2.07 1.99 1.81 3/75 23640
/proc/meminfo: memFree=1242040/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95440 CPUtime=1109.41
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23387 0 0 0 110810 131 0 0 25 0 1 0 180598343 97730560 23247 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4071387920 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23860 23247 138 64 0 23175 0
Current children cumulated CPU time (s) 1118.1
Current children cumulated vsize (KiB) 100792

[startup+1183.23 s]
/proc/loadavg: 2.02 1.99 1.82 3/75 23640
/proc/meminfo: memFree=1241976/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95440 CPUtime=1169.17
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23400 0 0 0 116786 131 0 0 25 0 1 0 180598343 97730560 23260 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4071385492 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23860 23260 138 64 0 23175 0
Current children cumulated CPU time (s) 1177.86
Current children cumulated vsize (KiB) 100792

[startup+1243.28 s]
/proc/loadavg: 2.01 1.99 1.82 3/75 23640
/proc/meminfo: memFree=1241976/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95440 CPUtime=1228.94
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23400 0 0 0 122763 131 0 0 25 0 1 0 180598343 97730560 23260 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4071064972 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23860 23260 138 64 0 23175 0
Current children cumulated CPU time (s) 1237.63
Current children cumulated vsize (KiB) 100792

[startup+1303.32 s]
/proc/loadavg: 2.00 1.99 1.83 3/75 23640
/proc/meminfo: memFree=1241912/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95440 CPUtime=1288.7
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23400 0 0 0 128739 131 0 0 25 0 1 0 180598343 97730560 23260 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554175 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23860 23260 138 64 0 23175 0
Current children cumulated CPU time (s) 1297.39
Current children cumulated vsize (KiB) 100792

[startup+1363.37 s]
/proc/loadavg: 2.00 1.99 1.84 3/75 23640
/proc/meminfo: memFree=1241912/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95440 CPUtime=1348.47
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23400 0 0 0 134716 131 0 0 25 0 1 0 180598343 97730560 23260 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4070993318 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23860 23260 138 64 0 23175 0
Current children cumulated CPU time (s) 1357.16
Current children cumulated vsize (KiB) 100792

[startup+1423.41 s]
/proc/loadavg: 2.00 1.99 1.84 3/75 23640
/proc/meminfo: memFree=1241912/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95440 CPUtime=1408.23
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23400 0 0 0 140692 131 0 0 25 0 1 0 180598343 97730560 23260 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4071371470 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23860 23260 138 64 0 23175 0
Current children cumulated CPU time (s) 1416.92
Current children cumulated vsize (KiB) 100792

[startup+1483.46 s]
/proc/loadavg: 2.00 1.99 1.85 3/75 23642
/proc/meminfo: memFree=1241720/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95440 CPUtime=1468.01
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23400 0 0 0 146669 132 0 0 25 0 1 0 180598343 97730560 23260 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549715 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23860 23260 138 64 0 23175 0
Current children cumulated CPU time (s) 1476.7
Current children cumulated vsize (KiB) 100792

[startup+1543.51 s]
/proc/loadavg: 2.00 1.99 1.85 3/75 23642
/proc/meminfo: memFree=1241720/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95440 CPUtime=1527.77
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23400 0 0 0 152645 132 0 0 25 0 1 0 180598343 97730560 23260 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4071088008 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23860 23260 138 64 0 23175 0
Current children cumulated CPU time (s) 1536.46
Current children cumulated vsize (KiB) 100792

[startup+1603.55 s]
/proc/loadavg: 2.00 1.99 1.86 3/75 23642
/proc/meminfo: memFree=1241720/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95444 CPUtime=1587.54
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23415 0 0 0 158622 132 0 0 25 0 1 0 180598343 97734656 23275 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23861 23275 138 64 0 23176 0
Current children cumulated CPU time (s) 1596.23
Current children cumulated vsize (KiB) 100796

[startup+1663.59 s]
/proc/loadavg: 2.00 1.99 1.87 3/75 23642
/proc/meminfo: memFree=1241720/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95444 CPUtime=1647.3
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23415 0 0 0 164598 132 0 0 25 0 1 0 180598343 97734656 23275 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4071035927 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23861 23275 138 64 0 23176 0
Current children cumulated CPU time (s) 1655.99
Current children cumulated vsize (KiB) 100796

[startup+1723.63 s]
/proc/loadavg: 2.00 1.99 1.87 3/75 23642
/proc/meminfo: memFree=1241720/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95444 CPUtime=1707.06
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23415 0 0 0 170574 132 0 0 25 0 1 0 180598343 97734656 23275 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4070849480 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23861 23275 138 64 0 23176 0
Current children cumulated CPU time (s) 1715.75
Current children cumulated vsize (KiB) 100796

[startup+1783.68 s]
/proc/loadavg: 2.00 1.99 1.88 3/75 23642
/proc/meminfo: memFree=1241720/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95444 CPUtime=1766.83
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23415 0 0 0 176551 132 0 0 25 0 1 0 180598343 97734656 23275 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4070971664 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23861 23275 138 64 0 23176 0
Current children cumulated CPU time (s) 1775.52
Current children cumulated vsize (KiB) 100796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.31 s]
/proc/loadavg: 2.00 1.99 1.88 3/75 23642
/proc/meminfo: memFree=1241720/2055920 swapFree=4192812/4192956
[pid=23420] ppid=23415 vsize=5352 CPUtime=8.69
/proc/23420/stat : 23420 (solver2) S 23415 23420 22028 0 -1 4194304 397 38342 0 0 0 0 220 649 16 0 1 0 180597466 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23420/statm: 1338 242 203 169 0 49 0
[pid=23441] ppid=23420 vsize=95444 CPUtime=1791.35
/proc/23441/stat : 23441 (standalone) R 23420 23420 22028 0 -1 4194304 23415 0 0 0 179003 132 0 0 25 0 1 0 180598343 97734656 23275 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4071379186 0 0 4096 0 0 0 0 17 1 0 0
/proc/23441/statm: 23861 23275 138 64 0 23176 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 100796

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 23420 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=210663 childrusage.ru_stime.tv_sec=6 childrusage.ru_stime.tv_usec=495012
CPU time returned by wait4() is 8.70568
while last known CPU time is 1800.04

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

Real time (s): 1808.33
CPU time (s): 1800.04
CPU user time (s): 1792.23
CPU system time (s): 7.81
CPU usage (%): 99.5418
Max. virtual memory (cumulated for all children) (KiB): 138992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.21066
system time used= 6.49501
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38739
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= 229
involuntary context switches= 203

runsolver used 1.67974 s user time and 4.81827 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Tue Jan  9 05:53:10 UTC 2007


IDJOB= 232403
IDBENCH= 6516
FILE ID= node52/232403-1168321988

PBS_JOBID= 3502893

Free space on /tmp= 66537 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-105-7.xml
COMMAND LINE= /tmp/evaluation/232403-1168321988/solver2 /tmp/evaluation/232403-1168321988/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-232403-1168321988 -o ROOT/results/node52/solver-232403-1168321988 -C 1800 -M 900  /tmp/evaluation/232403-1168321988/solver2 /tmp/evaluation/232403-1168321988/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  76fa18cc1e61a13260a2f33b475174f1

RANDOM SEED= 176072684

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.232
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	: 5914.62
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.232
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:       1461864 kB
Buffers:         73256 kB
Cached:         439600 kB
SwapCached:          0 kB
Active:         228904 kB
Inactive:       304072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1461864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           22608 kB
Writeback:           0 kB
Mapped:          30312 kB
Slab:            46668 kB
Committed_AS:  4173404 kB
PageTables:       1704 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= 66505 MiB



End job on node52 on Tue Jan  9 06:23:18 UTC 2007