Trace number 233155

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
buggy_2_5 2007-01-08? (TO) 1800.01 1808.95

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-0.xml
MD5SUM61d4842842d89971c5c662b1f6ba4621
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 size1154
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/node76/watcher-233155-1168324868 -o ROOT/results/node76/solver-233155-1168324868 -C 1800 -M 900 /tmp/evaluation/233155-1168324868/solver /tmp/evaluation/233155-1168324868/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.95 1.97 1.83 5/79 23959
/proc/meminfo: memFree=1333496/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=0
/proc/23958/stat : 23958 (solver) R 23956 23958 21567 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 180884021 5488640 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843736463 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23958/statm: 1340 229 191 169 0 50 0
[pid=23960] ppid=23958 vsize=0 CPUtime=0
/proc/23960/stat : 23960 (solver) Z 23958 23958 21567 0 -1 4194380 27 0 0 0 0 0 0 0 19 0 1 0 180884021 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 65538 18446744071563353775 0 0 17 0 0 0
/proc/23960/statm: 0 0 0 0 0 0 0
[pid=23961] ppid=23958 vsize=5360 CPUtime=0
/proc/23961/stat : 23961 (solver) R 23958 23958 21567 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 180884021 5488640 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843736463 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23961/statm: 1340 229 191 169 0 50 0

[startup+0.103911 s]
/proc/loadavg: 1.95 1.97 1.83 5/79 23959
/proc/meminfo: memFree=1333496/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=0
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 352 331 0 0 0 0 0 0 19 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.515996 s]
/proc/loadavg: 1.95 1.97 1.83 5/79 23959
/proc/meminfo: memFree=1333496/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=0.12
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 374 2332 0 0 0 0 10 2 15 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5360

[startup+1.33816 s]
/proc/loadavg: 1.95 1.97 1.83 3/80 23971
/proc/meminfo: memFree=1304304/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=0.12
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 374 2332 0 0 0 0 10 2 15 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23971] ppid=23958 vsize=33504 CPUtime=1.19
/proc/23971/stat : 23971 (bordewijk) R 23958 23958 21567 0 -1 4194304 8386 0 0 0 112 7 0 0 25 0 1 0 180884034 34308096 7844 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 5252048 0 0 4096 0 0 0 0 17 1 0 0
/proc/23971/statm: 8376 7844 202 97 0 7655 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 38864

[startup+2.97447 s]
/proc/loadavg: 2.11 2.00 1.84 3/80 23971
/proc/meminfo: memFree=1184752/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=0.12
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 374 2332 0 0 0 0 10 2 15 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23971] ppid=23958 vsize=136136 CPUtime=2.82
/proc/23971/stat : 23971 (bordewijk) R 23958 23958 21567 0 -1 4194304 35941 0 0 0 179 103 0 0 25 0 1 0 180884034 139403264 33036 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23971/statm: 34034 33036 215 97 0 33313 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 141496

[startup+6.25911 s]
/proc/loadavg: 2.11 2.00 1.84 3/80 23972
/proc/meminfo: memFree=1307576/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96544 CPUtime=0.85
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 10727 0 0 0 27 58 0 0 25 0 1 0 180884560 98861056 10522 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134521483 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24136 10526 133 64 0 23449 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 101904

[startup+12.7174 s]
/proc/loadavg: 2.24 2.04 1.85 3/80 23972
/proc/meminfo: memFree=1226832/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96548 CPUtime=7.26
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23315 0 0 0 659 67 0 0 25 0 1 0 180884560 98865152 23110 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4067904010 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24137 23110 137 64 0 23450 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 101908

[startup+25.5289 s]
/proc/loadavg: 2.20 2.03 1.85 3/80 23972
/proc/meminfo: memFree=1226128/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=20.01
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23600 0 0 0 1934 67 0 0 25 0 1 0 180884560 98877440 23395 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23395 138 64 0 23453 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 101920

[startup+51.1639 s]
/proc/loadavg: 2.13 2.03 1.85 3/80 23972
/proc/meminfo: memFree=1226064/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=45.55
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 4487 68 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554163 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 101920

[startup+102.427 s]
/proc/loadavg: 2.05 2.02 1.86 3/80 23972
/proc/meminfo: memFree=1226192/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=96.56
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 9588 68 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554454 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 101920

[startup+162.504 s]
/proc/loadavg: 2.02 2.02 1.87 3/80 23972
/proc/meminfo: memFree=1226256/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=156.36
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 15568 68 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554167 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 161.71
Current children cumulated vsize (KiB) 101920

[startup+222.581 s]
/proc/loadavg: 2.00 2.01 1.87 3/80 23972
/proc/meminfo: memFree=1226256/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=216.17
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 21549 68 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134519594 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 221.52
Current children cumulated vsize (KiB) 101920

[startup+282.657 s]
/proc/loadavg: 2.00 2.01 1.88 3/80 23972
/proc/meminfo: memFree=1226320/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=275.95
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 27527 68 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 281.3
Current children cumulated vsize (KiB) 101920

[startup+342.734 s]
/proc/loadavg: 2.05 2.02 1.89 3/80 23972
/proc/meminfo: memFree=1226384/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=335.76
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 33508 68 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554288 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 341.11
Current children cumulated vsize (KiB) 101920

[startup+402.814 s]
/proc/loadavg: 2.07 2.03 1.90 3/80 23972
/proc/meminfo: memFree=1226384/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=395.57
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 39489 68 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4067804549 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 400.92
Current children cumulated vsize (KiB) 101920

[startup+462.89 s]
/proc/loadavg: 2.10 2.04 1.91 3/80 23972
/proc/meminfo: memFree=1226384/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=455.35
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 45467 68 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554291 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 460.7
Current children cumulated vsize (KiB) 101920

[startup+522.991 s]
/proc/loadavg: 2.03 2.03 1.91 3/79 24012
/proc/meminfo: memFree=1271976/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35

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

/proc/loadavg: 2.04 2.02 1.93 3/80 24302
/proc/meminfo: memFree=1340376/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1112.97
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 111226 71 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4067820480 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1118.32
Current children cumulated vsize (KiB) 101920

[startup+1183.93 s]
/proc/loadavg: 2.01 2.02 1.93 3/80 24302
/proc/meminfo: memFree=1340312/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1172.76
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 117205 71 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554280 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1178.11
Current children cumulated vsize (KiB) 101920

[startup+1243.93 s]
/proc/loadavg: 2.11 2.05 1.94 3/86 24448
/proc/meminfo: memFree=1339040/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1232.34
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 123153 81 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4067589474 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1237.69
Current children cumulated vsize (KiB) 101920

[startup+1303.94 s]
/proc/loadavg: 2.04 2.04 1.94 3/80 24500
/proc/meminfo: memFree=1340120/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1292.01
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 129114 87 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4068091869 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1297.36
Current children cumulated vsize (KiB) 101920

[startup+1364.03 s]
/proc/loadavg: 2.01 2.03 1.94 3/80 24500
/proc/meminfo: memFree=1340120/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1351.81
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 135094 87 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4067528587 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1357.16
Current children cumulated vsize (KiB) 101920

[startup+1424.13 s]
/proc/loadavg: 2.00 2.02 1.94 3/80 24500
/proc/meminfo: memFree=1340184/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1411.64
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 141077 87 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4067948970 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1416.99
Current children cumulated vsize (KiB) 101920

[startup+1484.23 s]
/proc/loadavg: 2.00 2.02 1.94 3/80 24500
/proc/meminfo: memFree=1340184/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1471.47
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 147060 87 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4067646733 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1476.82
Current children cumulated vsize (KiB) 101920

[startup+1544.32 s]
/proc/loadavg: 2.00 2.01 1.94 3/80 24500
/proc/meminfo: memFree=1340184/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1531.26
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 153039 87 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554167 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1536.61
Current children cumulated vsize (KiB) 101920

[startup+1604.42 s]
/proc/loadavg: 2.00 2.01 1.94 3/80 24500
/proc/meminfo: memFree=1340248/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1591.1
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 159023 87 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1596.45
Current children cumulated vsize (KiB) 101920

[startup+1664.52 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 24501
/proc/meminfo: memFree=1340048/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1650.93
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 165006 87 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554217 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1656.28
Current children cumulated vsize (KiB) 101920

[startup+1724.52 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 24501
/proc/meminfo: memFree=1339984/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1710.63
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 170976 87 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1715.98
Current children cumulated vsize (KiB) 101920

[startup+1784.52 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 24501
/proc/meminfo: memFree=1340048/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1770.37
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 176950 87 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134528560 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1775.72
Current children cumulated vsize (KiB) 101920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.93 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 24501
/proc/meminfo: memFree=1339984/2055888 swapFree=4095388/4096564
[pid=23958] ppid=23956 vsize=5360 CPUtime=5.35
/proc/23958/stat : 23958 (solver) S 23956 23958 21567 0 -1 4194304 394 38275 0 0 0 0 204 331 16 0 1 0 180884021 5488640 240 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206843734596 0 65536 4100 65538 18446744071563358023 0 0 17 1 0 0
/proc/23958/statm: 1340 240 201 169 0 50 0
[pid=23972] ppid=23958 vsize=96560 CPUtime=1794.66
/proc/23972/stat : 23972 (standalone) R 23958 23958 21567 0 -1 4194304 23633 0 0 0 179379 87 0 0 25 0 1 0 180884560 98877440 23428 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554277 0 0 4096 0 0 0 0 17 0 0 0
/proc/23972/statm: 24140 23428 138 64 0 23453 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 101920

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 23958 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=49688 childrusage.ru_stime.tv_sec=3 childrusage.ru_stime.tv_usec=317495
CPU time returned by wait4() is 5.36718
while last known CPU time is 1800.01

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

Real time (s): 1808.95
CPU time (s): 1800.01
CPU user time (s): 1795.83
CPU system time (s): 4.18
CPU usage (%): 99.506
Max. virtual memory (cumulated for all children) (KiB): 141496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.04969
system time used= 3.3175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38669
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= 310
involuntary context switches= 95

runsolver used 1.79573 s user time and 4.65429 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Jan  9 06:41:09 UTC 2007


IDJOB= 233155
IDBENCH= 6584
FILE ID= node76/233155-1168324868

PBS_JOBID= 3502905

Free space on /tmp= 66610 MiB

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

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  61d4842842d89971c5c662b1f6ba4621

RANDOM SEED= 329103685

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1333976 kB
Buffers:         79472 kB
Cached:         448460 kB
SwapCached:        428 kB
Active:         319304 kB
Inactive:       328860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1333976 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:           26148 kB
Writeback:           0 kB
Mapped:         130248 kB
Slab:            59348 kB
Committed_AS:  6875980 kB
PageTables:       1968 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66621 MiB



End job on node76 on Tue Jan  9 07:11:18 UTC 2007