Trace number 233311

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.06 1806.11

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-2.xml
MD5SUM92555cdf22aba40b17a03815dd090f8b
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 size1229
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/node52/watcher-233311-1168325326 -o ROOT/results/node52/solver-233311-1168325326 -C 1800 -M 900 /tmp/evaluation/233311-1168325326/solver /tmp/evaluation/233311-1168325326/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.00 1.91 1.70 5/74 2303
/proc/meminfo: memFree=1439424/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=18540 CPUtime=0
/proc/2302/stat : 2302 (runsolver) R 2300 2302 754 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 180931286 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2302/statm: 4635 279 244 17 0 2626 0

[startup+0.109794 s]
/proc/loadavg: 2.00 1.91 1.70 5/74 2303
/proc/meminfo: memFree=1439424/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=0
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 354 334 0 0 0 0 0 0 21 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.517822 s]
/proc/loadavg: 2.00 1.91 1.70 5/74 2303
/proc/meminfo: memFree=1439424/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=0.12
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5352

[startup+1.33988 s]
/proc/loadavg: 2.00 1.91 1.70 3/75 2315
/proc/meminfo: memFree=1411832/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=0.12
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2315] ppid=2302 vsize=27572 CPUtime=1.18
/proc/2315/stat : 2315 (bordewijk) R 2302 2302 754 0 -1 4194304 6900 0 0 0 112 6 0 0 25 0 1 0 180931301 28233728 6359 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4742866 0 0 4096 0 0 0 0 17 1 0 0
/proc/2315/statm: 6893 6359 204 97 0 6174 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 32924

[startup+2.99199 s]
/proc/loadavg: 2.00 1.91 1.70 3/75 2315
/proc/meminfo: memFree=1316728/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=0.12
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2315] ppid=2302 vsize=142780 CPUtime=2.82
/proc/2315/stat : 2315 (bordewijk) R 2302 2302 754 0 -1 4194304 37599 0 0 0 198 84 0 0 25 0 1 0 180931301 146206720 34693 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2315/statm: 35695 34693 217 97 0 34976 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 148132

[startup+6.27047 s]
/proc/loadavg: 2.00 1.91 1.70 3/75 2315
/proc/meminfo: memFree=1280632/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=0.12
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2315] ppid=2302 vsize=0 CPUtime=6.08
/proc/2315/stat : 2315 (bordewijk) R 2302 2302 754 0 -1 4194308 37600 0 0 0 216 392 0 0 25 0 1 0 180931301 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/2315/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 5352

[startup+12.7437 s]
/proc/loadavg: 2.00 1.92 1.70 3/75 2316
/proc/meminfo: memFree=1326712/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102164 CPUtime=6.41
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24690 0 0 0 543 98 0 0 25 0 1 0 180931915 104615936 24486 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4062646146 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25541 24486 137 64 0 24856 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 107516

[startup+25.5675 s]
/proc/loadavg: 2.00 1.92 1.71 3/75 2316
/proc/meminfo: memFree=1325752/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=19.18
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 1820 98 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134548943 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 107528

[startup+51.2383 s]
/proc/loadavg: 2.00 1.92 1.71 3/75 2316
/proc/meminfo: memFree=1325944/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=44.74
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 4376 98 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061748609 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 107528

[startup+102.469 s]
/proc/loadavg: 2.00 1.93 1.73 3/75 2316
/proc/meminfo: memFree=1326008/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=95.75
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 9476 99 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134519662 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 107528

[startup+162.525 s]
/proc/loadavg: 2.04 1.96 1.75 3/75 2316
/proc/meminfo: memFree=1326008/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=155.55
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 15456 99 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549595 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (KiB) 107528

[startup+222.592 s]
/proc/loadavg: 2.05 1.98 1.76 3/75 2316
/proc/meminfo: memFree=1326008/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=215.36
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 21437 99 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554288 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 221.59
Current children cumulated vsize (KiB) 107528

[startup+282.655 s]
/proc/loadavg: 2.02 1.98 1.77 3/76 2317
/proc/meminfo: memFree=1325808/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=275.16
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 27417 99 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4062173291 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 281.39
Current children cumulated vsize (KiB) 107528

[startup+342.719 s]
/proc/loadavg: 2.00 1.98 1.79 3/76 2317
/proc/meminfo: memFree=1325808/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=334.97
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 33397 100 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061811830 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 341.2
Current children cumulated vsize (KiB) 107528

[startup+402.781 s]
/proc/loadavg: 2.00 1.98 1.80 3/76 2317
/proc/meminfo: memFree=1325744/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=394.76
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 39376 100 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134519664 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 400.99
Current children cumulated vsize (KiB) 107528

[startup+462.843 s]
/proc/loadavg: 2.07 1.99 1.81 3/76 2317
/proc/meminfo: memFree=1325680/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=454.56
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 45356 100 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554288 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 460.79
Current children cumulated vsize (KiB) 107528

[startup+522.907 s]
/proc/loadavg: 2.02 1.99 1.82 3/76 2317
/proc/meminfo: memFree=1325680/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=514.36
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 51335 101 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4062528168 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 520.59

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

/proc/loadavg: 2.03 2.00 1.89 3/77 2516
/proc/meminfo: memFree=1322856/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1112.12
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 111109 103 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554163 0 0 4096 0 0 0 0 17 1 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1118.35
Current children cumulated vsize (KiB) 107528

[startup+1183.65 s]
/proc/loadavg: 2.01 2.00 1.89 3/81 2576
/proc/meminfo: memFree=1269008/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1172.02
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 117098 104 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061757403 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1178.25
Current children cumulated vsize (KiB) 107528

[startup+1243.69 s]
/proc/loadavg: 2.00 2.00 1.90 3/81 2576
/proc/meminfo: memFree=1189456/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1232
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 123095 105 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4062711973 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1238.23
Current children cumulated vsize (KiB) 107528

[startup+1303.71 s]
/proc/loadavg: 2.08 2.02 1.91 3/81 2576
/proc/meminfo: memFree=1109584/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1291.97
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 129092 105 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061909650 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1298.2
Current children cumulated vsize (KiB) 107528

[startup+1363.75 s]
/proc/loadavg: 2.09 2.03 1.92 4/81 2576
/proc/meminfo: memFree=1039696/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1351.96
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 135091 105 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1358.19
Current children cumulated vsize (KiB) 107528

[startup+1423.84 s]
/proc/loadavg: 2.03 2.02 1.92 3/81 2576
/proc/meminfo: memFree=1039696/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1411.98
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 141093 105 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554163 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1418.21
Current children cumulated vsize (KiB) 107528

[startup+1483.85 s]
/proc/loadavg: 2.01 2.02 1.92 3/81 2576
/proc/meminfo: memFree=1032912/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1471.93
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 147088 105 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4062331550 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1478.16
Current children cumulated vsize (KiB) 107528

[startup+1543.86 s]
/proc/loadavg: 2.00 2.01 1.92 3/81 2576
/proc/meminfo: memFree=1032912/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1531.89
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 153084 105 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134519662 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1538.12
Current children cumulated vsize (KiB) 107528

[startup+1603.95 s]
/proc/loadavg: 2.03 2.02 1.92 3/82 2646
/proc/meminfo: memFree=1250440/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1591.91
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 159085 106 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1598.14
Current children cumulated vsize (KiB) 107528

[startup+1664 s]
/proc/loadavg: 2.11 2.06 1.94 3/75 2936
/proc/meminfo: memFree=1335808/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1651.87
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 165079 108 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4062109096 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1658.1
Current children cumulated vsize (KiB) 107528

[startup+1724.03 s]
/proc/loadavg: 2.04 2.04 1.94 3/75 2936
/proc/meminfo: memFree=1335936/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1711.84
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 171076 108 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061938752 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1718.07
Current children cumulated vsize (KiB) 107528

[startup+1784.05 s]
/proc/loadavg: 2.01 2.03 1.94 3/75 2938
/proc/meminfo: memFree=1335744/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1771.78
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 177070 108 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1778.01
Current children cumulated vsize (KiB) 107528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.01 2.03 1.94 3/75 2938
/proc/meminfo: memFree=1335744/2055920 swapFree=4192812/4192956
[pid=2302] ppid=2300 vsize=5352 CPUtime=6.23
/proc/2302/stat : 2302 (solver) S 2300 2302 754 0 -1 4194304 396 39952 0 0 0 0 226 397 16 0 1 0 180931286 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2302/statm: 1338 242 203 169 0 49 0
[pid=2316] ppid=2302 vsize=102176 CPUtime=1793.83
/proc/2316/stat : 2316 (standalone) R 2302 2302 754 0 -1 4194304 24985 0 0 0 179275 108 0 0 25 0 1 0 180931915 104628224 24781 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061753476 0 0 4096 0 0 0 0 17 0 0 0
/proc/2316/statm: 25544 24781 138 64 0 24859 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 107528

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 2302 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=266655 childrusage.ru_stime.tv_sec=3 childrusage.ru_stime.tv_usec=973395
CPU time returned by wait4() is 6.24005
while last known CPU time is 1800.06

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

Real time (s): 1806.11
CPU time (s): 1800.06
CPU user time (s): 1795.01
CPU system time (s): 5.05
CPU usage (%): 99.6649
Max. virtual memory (cumulated for all children) (KiB): 148132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.26666
system time used= 3.9734
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40348
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= 210
involuntary context switches= 225

runsolver used 2.12868 s user time and 5.31619 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Tue Jan  9 06:48:47 UTC 2007


IDJOB= 233311
IDBENCH= 6592
FILE ID= node52/233311-1168325326

PBS_JOBID= 3502948

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  92555cdf22aba40b17a03815dd090f8b

RANDOM SEED= 803611440

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1440096 kB
Buffers:         76460 kB
Cached:         437416 kB
SwapCached:          0 kB
Active:         248420 kB
Inactive:       306044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1440096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11880 kB
Writeback:           0 kB
Mapped:          52044 kB
Slab:            46736 kB
Committed_AS:  4372832 kB
PageTables:       1888 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= 66531 MiB



End job on node52 on Tue Jan  9 07:18:55 UTC 2007