Trace number 233061

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 1808.52

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-3.xml
MD5SUM5ec20206a8a3a2922b1b6c486df1b43e
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 size1245
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/node58/watcher-233061-1168324610 -o ROOT/results/node58/solver-233061-1168324610 -C 1800 -M 900 /tmp/evaluation/233061-1168324610/solver /tmp/evaluation/233061-1168324610/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.30 2.09 1.80 5/76 21010
/proc/meminfo: memFree=1494904/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=0
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 295 0 0 0 0 0 0 0 20 0 1 0 180859122 5480448 232 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 232 194 169 0 49 0
[pid=21011] ppid=21009 vsize=0 CPUtime=0
/proc/21011/stat : 21011 (solver) D 21009 21009 20151 0 -1 4194372 26 0 0 0 0 0 0 0 15 0 1 0 180859122 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 65538 18446744072100051646 0 0 17 0 0 0
/proc/21011/statm: 0 0 0 0 0 0 0
[pid=21012] ppid=21009 vsize=100 CPUtime=0
/proc/21012/stat : 21012 (grep) R 21009 21009 20151 0 -1 4194304 26 0 0 0 0 0 0 0 23 0 1 0 180859122 102400 3 18446744073709551615 0 0 548682070239 18446744073709551615 226238197031 0 0 4096 0 0 0 0 17 1 0 0
/proc/21012/statm: 25 3 0 0 0 2 0

[startup+0.106472 s]
/proc/loadavg: 2.30 2.09 1.80 5/76 21010
/proc/meminfo: memFree=1494904/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=0
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 354 334 0 0 0 0 0 0 17 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.514513 s]
/proc/loadavg: 2.30 2.09 1.80 5/76 21010
/proc/meminfo: memFree=1494904/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=0.12
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5352

[startup+1.33558 s]
/proc/loadavg: 2.30 2.09 1.80 3/77 21022
/proc/meminfo: memFree=1467432/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=0.12
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21022] ppid=21009 vsize=25692 CPUtime=1.17
/proc/21022/stat : 21022 (bordewijk) R 21009 21009 20151 0 -1 4194304 6414 0 0 0 110 7 0 0 18 0 1 0 180859137 26308608 5873 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 5305979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21022/statm: 6423 5873 204 97 0 5704 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 31044

[startup+2.97272 s]
/proc/loadavg: 2.30 2.09 1.80 3/77 21022
/proc/meminfo: memFree=1413544/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=0.12
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21022] ppid=21009 vsize=144276 CPUtime=2.8
/proc/21022/stat : 21022 (bordewijk) R 21009 21009 20151 0 -1 4194304 37940 0 0 0 203 77 0 0 25 0 1 0 180859137 147738624 35035 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 134653102 0 0 4096 0 0 0 0 17 1 0 0
/proc/21022/statm: 36069 35035 217 97 0 35350 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 149628

[startup+6.26901 s]
/proc/loadavg: 2.36 2.10 1.81 4/77 21022
/proc/meminfo: memFree=1334824/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=0.12
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21022] ppid=21009 vsize=144276 CPUtime=6.07
/proc/21022/stat : 21022 (bordewijk) R 21009 21009 20151 0 -1 4194304 37941 0 0 0 222 385 0 0 25 0 1 0 180859137 147738624 35036 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21022/statm: 36069 35036 218 97 0 35350 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 149628

[startup+12.7276 s]
/proc/loadavg: 2.41 2.12 1.81 3/77 21023
/proc/meminfo: memFree=1380840/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103320 CPUtime=6.19
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 24973 0 0 0 519 100 0 0 25 0 1 0 180859771 105799680 24768 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4060582234 0 0 4096 0 0 0 0 17 1 0 0
/proc/21023/statm: 25830 24768 137 64 0 25145 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 108672

[startup+25.5747 s]
/proc/loadavg: 2.32 2.11 1.81 3/77 21023
/proc/meminfo: memFree=1379632/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103332 CPUtime=18.99
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25310 0 0 0 1798 101 0 0 25 0 1 0 180859771 105811968 25105 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061064548 0 0 4096 0 0 0 0 17 1 0 0
/proc/21023/statm: 25833 25105 138 64 0 25148 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 108684

[startup+51.256 s]
/proc/loadavg: 2.21 2.10 1.82 3/77 21023
/proc/meminfo: memFree=1379376/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=44.52
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 4351 101 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134528560 0 0 4096 0 0 0 0 17 1 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 108692

[startup+102.506 s]
/proc/loadavg: 2.09 2.08 1.82 3/77 21023
/proc/meminfo: memFree=1379504/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=95.53
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 9452 101 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4060953640 0 0 4096 0 0 0 0 17 1 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 108692

[startup+162.592 s]
/proc/loadavg: 2.03 2.06 1.83 3/77 21023
/proc/meminfo: memFree=1379568/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=155.34
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 15433 101 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061551485 0 0 4096 0 0 0 0 17 1 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 108692

[startup+222.676 s]
/proc/loadavg: 2.01 2.05 1.84 3/77 21023
/proc/meminfo: memFree=1379568/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=215.13
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 21412 101 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554272 0 0 4096 0 0 0 0 17 1 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 221.56
Current children cumulated vsize (KiB) 108692

[startup+282.751 s]
/proc/loadavg: 2.00 2.04 1.84 3/77 21023
/proc/meminfo: memFree=1379632/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=274.93
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 27392 101 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554501 0 0 4096 0 0 0 0 17 1 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 281.36
Current children cumulated vsize (KiB) 108692

[startup+342.826 s]
/proc/loadavg: 2.00 2.03 1.85 3/77 21023
/proc/meminfo: memFree=1379632/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=334.72
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 33371 101 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554272 0 0 4096 0 0 0 0 17 1 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 341.15
Current children cumulated vsize (KiB) 108692

[startup+402.901 s]
/proc/loadavg: 2.00 2.02 1.85 2/69 21038
/proc/meminfo: memFree=1394536/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=394.52
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 39351 101 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 400.95
Current children cumulated vsize (KiB) 108692

[startup+463 s]
/proc/loadavg: 2.03 2.03 1.86 3/85 21078
/proc/meminfo: memFree=855912/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=454.19
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 45316 103 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 460.62
Current children cumulated vsize (KiB) 108692

[startup+523.007 s]
/proc/loadavg: 2.01 2.02 1.87 3/85 21078
/proc/meminfo: memFree=663208/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43

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

/proc/loadavg: 2.00 2.02 1.93 4/75 21213
/proc/meminfo: memFree=1367288/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1112.05
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 111089 116 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4060810533 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1118.48
Current children cumulated vsize (KiB) 108692

[startup+1183.55 s]
/proc/loadavg: 2.05 2.03 1.93 3/75 21213
/proc/meminfo: memFree=1367288/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1171.84
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 117068 116 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554370 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1178.27
Current children cumulated vsize (KiB) 108692

[startup+1243.6 s]
/proc/loadavg: 2.02 2.02 1.93 3/75 21213
/proc/meminfo: memFree=1367288/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1231.61
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 123045 116 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554167 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1238.04
Current children cumulated vsize (KiB) 108692

[startup+1303.64 s]
/proc/loadavg: 2.06 2.03 1.94 3/75 21213
/proc/meminfo: memFree=1367224/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1291.39
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 129023 116 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554175 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1297.82
Current children cumulated vsize (KiB) 108692

[startup+1363.74 s]
/proc/loadavg: 2.02 2.03 1.94 3/75 21213
/proc/meminfo: memFree=1367288/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1351.22
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 135006 116 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1357.65
Current children cumulated vsize (KiB) 108692

[startup+1423.78 s]
/proc/loadavg: 2.08 2.04 1.94 3/75 21213
/proc/meminfo: memFree=1367288/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1410.98
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 140982 116 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4060551725 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1417.41
Current children cumulated vsize (KiB) 108692

[startup+1483.84 s]
/proc/loadavg: 2.16 2.06 1.95 3/81 21337
/proc/meminfo: memFree=1365944/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1470.73
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 146949 124 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1477.16
Current children cumulated vsize (KiB) 108692

[startup+1543.91 s]
/proc/loadavg: 2.23 2.09 1.97 3/75 21411
/proc/meminfo: memFree=1366896/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1530.45
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 152911 134 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061353037 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1536.88
Current children cumulated vsize (KiB) 108692

[startup+1603.95 s]
/proc/loadavg: 2.08 2.07 1.97 3/75 21411
/proc/meminfo: memFree=1366904/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1590.22
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 158888 134 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1596.65
Current children cumulated vsize (KiB) 108692

[startup+1663.99 s]
/proc/loadavg: 2.03 2.06 1.97 3/76 21412
/proc/meminfo: memFree=1365040/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1649.99
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 164865 134 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1656.42
Current children cumulated vsize (KiB) 108692

[startup+1724.03 s]
/proc/loadavg: 2.05 2.06 1.97 3/76 21412
/proc/meminfo: memFree=1364976/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1709.77
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 170843 134 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134519634 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1716.2
Current children cumulated vsize (KiB) 108692

[startup+1784.08 s]
/proc/loadavg: 2.02 2.05 1.97 3/76 21412
/proc/meminfo: memFree=1365040/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1769.33
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 176799 134 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134548923 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1775.76
Current children cumulated vsize (KiB) 108692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.01 2.04 1.97 3/76 21412
/proc/meminfo: memFree=1365040/2055920 swapFree=4192812/4192956
[pid=21009] ppid=21007 vsize=5352 CPUtime=6.43
/proc/21009/stat : 21009 (solver) S 21007 21009 20151 0 -1 4194304 396 40293 0 0 0 0 235 408 16 0 1 0 180859122 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21009/statm: 1338 242 203 169 0 49 0
[pid=21023] ppid=21009 vsize=103340 CPUtime=1793.57
/proc/21023/stat : 21023 (standalone) R 21009 21009 20151 0 -1 4194304 25377 0 0 0 179223 134 0 0 25 0 1 0 180859771 105820160 25172 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554280 0 0 4096 0 0 0 0 17 0 0 0
/proc/21023/statm: 25835 25172 138 64 0 25150 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 108692

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 21009 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=354642 childrusage.ru_stime.tv_sec=4 childrusage.ru_stime.tv_usec=83379
CPU time returned by wait4() is 6.43802
while last known CPU time is 1800

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

Real time (s): 1808.52
CPU time (s): 1800
CPU user time (s): 1794.58
CPU system time (s): 5.42
CPU usage (%): 99.5291
Max. virtual memory (cumulated for all children) (KiB): 149628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.35464
system time used= 4.08338
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40689
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= 332
involuntary context switches= 128

runsolver used 1.82772 s user time and 5.2532 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Jan  9 06:36:52 UTC 2007


IDJOB= 233061
IDBENCH= 6579
FILE ID= node58/233061-1168324610

PBS_JOBID= 3502907

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-95-3.xml
COMMAND LINE= /tmp/evaluation/233061-1168324610/solver /tmp/evaluation/233061-1168324610/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-233061-1168324610 -o ROOT/results/node58/solver-233061-1168324610 -C 1800 -M 900  /tmp/evaluation/233061-1168324610/solver /tmp/evaluation/233061-1168324610/unknown 1800

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  5ec20206a8a3a2922b1b6c486df1b43e

RANDOM SEED= 721457462

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.223
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.223
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:       1495320 kB
Buffers:         76316 kB
Cached:         388260 kB
SwapCached:          0 kB
Active:         218908 kB
Inactive:       278944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12144 kB
Writeback:           0 kB
Mapped:          44740 kB
Slab:            48212 kB
Committed_AS:  3381860 kB
PageTables:       1736 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= 66528 MiB



End job on node58 on Tue Jan  9 07:07:00 UTC 2007