Trace number 233037

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 1805.02

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-9.xml
MD5SUM9721ce867ce6c513d73631ab5107c0a8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1220
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
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/node19/watcher-233037-1168324504 -o ROOT/results/node19/solver-233037-1168324504 -C 1800 -M 900 /tmp/evaluation/233037-1168324504/solver2 /tmp/evaluation/233037-1168324504/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: 1.91 1.98 1.99 5/89 6828
/proc/meminfo: memFree=1443408/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=18540 CPUtime=0
/proc/6827/stat : 6827 (runsolver) R 6825 6827 5611 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 180845276 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6827/statm: 4635 279 244 17 0 2626 0

[startup+0.111023 s]
/proc/loadavg: 1.91 1.98 1.99 5/89 6828
/proc/meminfo: memFree=1443408/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=0
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 353 334 0 0 0 0 0 0 18 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.519103 s]
/proc/loadavg: 1.91 1.98 1.99 5/89 6828
/proc/meminfo: memFree=1443408/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=0.12
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 376 2353 0 0 0 0 10 2 15 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5352

[startup+1.34125 s]
/proc/loadavg: 1.91 1.98 1.99 3/90 6840
/proc/meminfo: memFree=1415816/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=0.12
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 376 2353 0 0 0 0 10 2 15 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6840] ppid=6827 vsize=24128 CPUtime=1.12
/proc/6840/stat : 6840 (bordewijk) R 6827 6827 5611 0 -1 4194304 6037 0 0 0 105 7 0 0 25 0 1 0 180845295 24707072 5496 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 134522852 0 0 4096 0 0 0 0 17 1 0 0
/proc/6840/statm: 6032 5496 204 97 0 5313 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 29480

[startup+2.98756 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 6840
/proc/meminfo: memFree=1372104/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=0.12
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 376 2353 0 0 0 0 10 2 15 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6840] ppid=6827 vsize=141872 CPUtime=2.75
/proc/6840/stat : 6840 (bordewijk) R 6827 6827 5611 0 -1 4194304 37376 0 0 0 199 76 0 0 25 0 1 0 180845295 145276928 34472 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6840/statm: 35468 34472 217 97 0 34749 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 147224

[startup+6.26718 s]
/proc/loadavg: 1.92 1.98 1.99 3/90 6840
/proc/meminfo: memFree=1284936/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=0.12
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 376 2353 0 0 0 0 10 2 15 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6840] ppid=6827 vsize=141872 CPUtime=6
/proc/6840/stat : 6840 (bordewijk) R 6827 6827 5611 0 -1 4194304 37377 0 0 0 216 384 0 0 25 0 1 0 180845295 145276928 34473 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6840/statm: 35468 34473 218 97 0 34749 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 147224

[startup+12.7424 s]
/proc/loadavg: 2.01 2.00 1.99 3/90 6841
/proc/meminfo: memFree=1330760/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101408 CPUtime=6.2
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24507 0 0 0 516 104 0 0 25 0 1 0 180845923 103841792 24302 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4062993656 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 25352 24302 137 64 0 24667 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 106760

[startup+25.5588 s]
/proc/loadavg: 2.01 2.00 1.99 3/90 6841
/proc/meminfo: memFree=1330952/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101408 CPUtime=18.91
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24507 0 0 0 1787 104 0 0 25 0 1 0 180845923 103841792 24302 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4062522634 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 25352 24302 137 64 0 24667 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 106760

[startup+51.2006 s]
/proc/loadavg: 2.01 2.00 1.99 3/90 6841
/proc/meminfo: memFree=1331080/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101408 CPUtime=44.36
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24507 0 0 0 4332 104 0 0 25 0 1 0 180845923 103841792 24302 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4063232835 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 25352 24302 137 64 0 24667 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 106760

[startup+102.418 s]
/proc/loadavg: 2.00 2.00 1.99 3/90 6841
/proc/meminfo: memFree=1331144/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101408 CPUtime=95.18
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24507 0 0 0 9413 105 0 0 25 0 1 0 180845923 103841792 24302 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4062506439 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 25352 24302 137 64 0 24667 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 106760

[startup+162.474 s]
/proc/loadavg: 2.00 2.00 1.99 3/90 6841
/proc/meminfo: memFree=1331144/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101408 CPUtime=154.75
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24507 0 0 0 15370 105 0 0 25 0 1 0 180845923 103841792 24302 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4063120727 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 25352 24302 137 64 0 24667 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 106760

[startup+222.478 s]
/proc/loadavg: 2.00 2.00 1.99 3/90 6841
/proc/meminfo: memFree=1331144/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101408 CPUtime=214.31
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24507 0 0 0 21325 106 0 0 25 0 1 0 180845923 103841792 24302 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134555397 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 25352 24302 137 64 0 24667 0
Current children cumulated CPU time (s) 220.64
Current children cumulated vsize (KiB) 106760

[startup+282.48 s]
/proc/loadavg: 2.00 2.00 1.99 3/90 6841
/proc/meminfo: memFree=1331144/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101408 CPUtime=273.85
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24507 0 0 0 27279 106 0 0 25 0 1 0 180845923 103841792 24302 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4062527216 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 25352 24302 137 64 0 24667 0
Current children cumulated CPU time (s) 280.18
Current children cumulated vsize (KiB) 106760

[startup+342.515 s]
/proc/loadavg: 2.00 2.00 1.99 3/90 6841
/proc/meminfo: memFree=1331144/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101408 CPUtime=333.41
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24507 0 0 0 33235 106 0 0 25 0 1 0 180845923 103841792 24302 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4062526877 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 25352 24302 137 64 0 24667 0
Current children cumulated CPU time (s) 339.74
Current children cumulated vsize (KiB) 106760

[startup+402.539 s]
/proc/loadavg: 2.00 2.00 1.99 3/87 6841
/proc/meminfo: memFree=1331144/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101408 CPUtime=392.97
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24507 0 0 0 39190 107 0 0 25 0 1 0 180845923 103841792 24302 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4063205159 0 0 4096 0 0 0 0 17 1 0 0
/proc/6841/statm: 25352 24302 137 64 0 24667 0
Current children cumulated CPU time (s) 399.3
Current children cumulated vsize (KiB) 106760

[startup+462.594 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 6908
/proc/meminfo: memFree=1319688/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101408 CPUtime=452.91
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24507 0 0 0 45182 109 0 0 25 0 1 0 180845923 103841792 24302 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134555397 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25352 24302 137 64 0 24667 0
Current children cumulated CPU time (s) 459.24
Current children cumulated vsize (KiB) 106760

[startup+522.666 s]
/proc/loadavg: 2.00 2.00 1.99 3/88 6908
/proc/meminfo: memFree=1318408/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=512.89
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24894 0 0 0 51180 109 0 0 25 0 1 0 180845923 103862272 24689 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4063041140 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24689 138 64 0 24672 0
Current children cumulated CPU time (s) 519.22

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

/proc/loadavg: 2.01 2.00 2.00 3/88 6908
/proc/meminfo: memFree=1318280/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1113.05
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 111193 112 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1119.38
Current children cumulated vsize (KiB) 106780

[startup+1183.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 6908
/proc/meminfo: memFree=1318216/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1173.08
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 117196 112 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1179.41
Current children cumulated vsize (KiB) 106780

[startup+1243.69 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 6908
/proc/meminfo: memFree=1318216/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1233.08
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 123196 112 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1239.41
Current children cumulated vsize (KiB) 106780

[startup+1303.77 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 6908
/proc/meminfo: memFree=1318216/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1293.1
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 129198 112 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554178 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1299.43
Current children cumulated vsize (KiB) 106780

[startup+1363.83 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 6909
/proc/meminfo: memFree=1318208/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1353.1
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 135198 112 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4062632525 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1359.43
Current children cumulated vsize (KiB) 106780

[startup+1423.89 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 6909
/proc/meminfo: memFree=1318208/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1413.09
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 141196 113 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1419.42
Current children cumulated vsize (KiB) 106780

[startup+1483.94 s]
/proc/loadavg: 2.04 2.02 2.00 3/89 6909
/proc/meminfo: memFree=1318208/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1473.07
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 147194 113 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134528505 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1479.4
Current children cumulated vsize (KiB) 106780

[startup+1544 s]
/proc/loadavg: 2.01 2.02 2.00 3/89 6909
/proc/meminfo: memFree=1318144/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1533.07
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 153194 113 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554274 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1539.4
Current children cumulated vsize (KiB) 106780

[startup+1604.09 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 7053
/proc/meminfo: memFree=1316736/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1593.03
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 159181 122 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4062561809 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1599.36
Current children cumulated vsize (KiB) 106780

[startup+1664.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 7107
/proc/meminfo: memFree=1317760/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1652.95
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 165167 128 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554206 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1659.28
Current children cumulated vsize (KiB) 106780

[startup+1724.17 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 7107
/proc/meminfo: memFree=1317760/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1712.96
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 171168 128 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554460 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1719.29
Current children cumulated vsize (KiB) 106780

[startup+1784.26 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7108
/proc/meminfo: memFree=1317752/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1772.97
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 177168 129 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549645 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1779.3
Current children cumulated vsize (KiB) 106780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.01 s]
/proc/loadavg: 2.08 2.02 2.01 3/90 7108
/proc/meminfo: memFree=1317752/2055920 swapFree=4171244/4192956
[pid=6827] ppid=6825 vsize=5352 CPUtime=6.33
/proc/6827/stat : 6827 (solver2) S 6825 6827 5611 0 -1 4194304 397 39730 0 0 0 0 228 405 16 0 1 0 180845276 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6827/statm: 1338 242 203 169 0 49 0
[pid=6841] ppid=6827 vsize=101428 CPUtime=1793.71
/proc/6841/stat : 6841 (standalone) R 6827 6827 5611 0 -1 4194304 24901 0 0 0 179242 129 0 0 25 0 1 0 180845923 103862272 24696 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 25357 24696 138 64 0 24672 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 106780

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 6827 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=289651 childrusage.ru_stime.tv_sec=4 childrusage.ru_stime.tv_usec=56383
CPU time returned by wait4() is 6.34603
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): 1805.02
CPU time (s): 1800.04
CPU user time (s): 1794.7
CPU system time (s): 5.34
CPU usage (%): 99.7239
Max. virtual memory (cumulated for all children) (KiB): 147224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.28965
system time used= 4.05638
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40127
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= 338
involuntary context switches= 152

runsolver used 2.06669 s user time and 5.65214 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Jan  9 06:35:06 UTC 2007


IDJOB= 233037
IDBENCH= 6578
FILE ID= node19/233037-1168324504

PBS_JOBID= 3502698

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-95-9.xml
COMMAND LINE= /tmp/evaluation/233037-1168324504/solver2 /tmp/evaluation/233037-1168324504/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-233037-1168324504 -o ROOT/results/node19/solver-233037-1168324504 -C 1800 -M 900  /tmp/evaluation/233037-1168324504/solver2 /tmp/evaluation/233037-1168324504/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  9721ce867ce6c513d73631ab5107c0a8

RANDOM SEED= 210618591

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.260
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.260
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:       1443888 kB
Buffers:         74240 kB
Cached:         425800 kB
SwapCached:      10164 kB
Active:         135816 kB
Inactive:       413892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443888 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:           11068 kB
Writeback:           0 kB
Mapped:          59996 kB
Slab:            46828 kB
Committed_AS:  4974752 kB
PageTables:       2388 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= 66533 MiB



End job on node19 on Tue Jan  9 07:05:12 UTC 2007