Trace number 233256

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.07 1805.37

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-4.xml
MD5SUMd4c3a845b4dc0f6fc0933440fcd2ee32
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 size1236
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/node56/watcher-233256-1168325124 -o ROOT/results/node56/solver-233256-1168325124 -C 1800 -M 900 /tmp/evaluation/233256-1168325124/solver /tmp/evaluation/233256-1168325124/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.91 1.64 1.41 5/74 20282
/proc/meminfo: memFree=1404440/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=0
/proc/20281/stat : 20281 (solver) R 20279 20281 18793 0 -1 4194304 280 0 0 0 0 0 0 0 21 0 1 0 180910814 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307185823 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20281/statm: 1338 231 193 169 0 49 0
[pid=20283] ppid=20281 vsize=0 CPUtime=0
/proc/20283/stat : 20283 (solver) Z 20281 20281 18793 0 -1 4194380 26 0 0 0 0 0 0 0 15 0 1 0 180910815 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 65538 18446744071563351923 0 0 17 0 0 0
/proc/20283/statm: 0 0 0 0 0 0 0
[pid=20284] ppid=20281 vsize=5352 CPUtime=0
/proc/20284/stat : 20284 (solver) R 20281 20281 18793 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 180910815 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307185823 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/20284/statm: 1338 231 193 169 0 49 0

[startup+0.10595 s]
/proc/loadavg: 1.91 1.64 1.41 5/74 20282
/proc/meminfo: memFree=1404440/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=0
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 354 334 0 0 0 0 0 0 21 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.513992 s]
/proc/loadavg: 1.91 1.64 1.41 5/74 20282
/proc/meminfo: memFree=1404440/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=0.12
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 376 2353 0 0 0 0 10 2 15 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5352

[startup+1.33507 s]
/proc/loadavg: 1.91 1.64 1.41 3/75 20294
/proc/meminfo: memFree=1376976/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=0.12
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 376 2353 0 0 0 0 10 2 15 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20294] ppid=20281 vsize=25696 CPUtime=1.16
/proc/20294/stat : 20294 (bordewijk) R 20281 20281 18793 0 -1 4194304 6415 0 0 0 110 6 0 0 22 0 1 0 180910829 26312704 5874 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 134523063 0 0 4096 0 0 0 0 17 1 0 0
/proc/20294/statm: 6424 5874 204 97 0 5705 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 31048

[startup+2.97323 s]
/proc/loadavg: 2.00 1.66 1.42 3/75 20294
/proc/meminfo: memFree=1325648/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=0.12
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 376 2353 0 0 0 0 10 2 15 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20294] ppid=20281 vsize=143520 CPUtime=2.78
/proc/20294/stat : 20294 (bordewijk) R 20281 20281 18793 0 -1 4194304 37755 0 0 0 200 78 0 0 25 0 1 0 180910829 146964480 34849 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20294/statm: 35880 34849 217 97 0 35161 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 148872

[startup+6.26655 s]
/proc/loadavg: 2.00 1.66 1.42 3/75 20294
/proc/meminfo: memFree=1244624/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=0.12
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 376 2353 0 0 0 0 10 2 15 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20294] ppid=20281 vsize=143520 CPUtime=6.05
/proc/20294/stat : 20294 (bordewijk) R 20281 20281 18793 0 -1 4194304 37756 0 0 0 218 387 0 0 25 0 1 0 180910829 146964480 34850 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20294/statm: 35880 34850 218 97 0 35161 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 148872

[startup+12.7252 s]
/proc/loadavg: 2.07 1.69 1.43 3/75 20295
/proc/meminfo: memFree=1290832/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102684 CPUtime=6.19
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 24817 0 0 0 518 101 0 0 25 0 1 0 180911460 105148416 24611 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061928638 0 0 4096 0 0 0 0 17 1 0 0
/proc/20295/statm: 25671 24611 136 64 0 24986 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 108036

[startup+25.5684 s]
/proc/loadavg: 2.06 1.70 1.44 3/75 20295
/proc/meminfo: memFree=1290000/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102696 CPUtime=18.93
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25150 0 0 0 1791 102 0 0 25 0 1 0 180911460 105160704 24944 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554277 0 0 4096 0 0 0 0 17 1 0 0
/proc/20295/statm: 25674 24944 138 64 0 24989 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 108048

[startup+51.25 s]
/proc/loadavg: 2.04 1.72 1.45 3/75 20295
/proc/meminfo: memFree=1289616/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=44.37
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 4335 102 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 1 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 108056

[startup+102.5 s]
/proc/loadavg: 2.02 1.76 1.48 3/75 20295
/proc/meminfo: memFree=1289744/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=95.15
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 9413 102 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061259785 0 0 4096 0 0 0 0 17 1 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 108056

[startup+162.579 s]
/proc/loadavg: 2.00 1.80 1.51 3/75 20295
/proc/meminfo: memFree=1289744/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=154.68
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 15366 102 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554272 0 0 4096 0 0 0 0 17 1 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 108056

[startup+222.656 s]
/proc/loadavg: 2.00 1.84 1.54 3/75 20295
/proc/meminfo: memFree=1289744/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=214.21
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 21319 102 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4062089185 0 0 4096 0 0 0 0 17 1 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 220.59
Current children cumulated vsize (KiB) 108056

[startup+282.728 s]
/proc/loadavg: 2.03 1.88 1.57 3/75 20295
/proc/meminfo: memFree=1289744/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=273.73
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 27271 102 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 1 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 280.11
Current children cumulated vsize (KiB) 108056

[startup+342.808 s]
/proc/loadavg: 2.01 1.90 1.59 3/75 20295
/proc/meminfo: memFree=1289744/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=333.27
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 33225 102 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549733 0 0 4096 0 0 0 0 17 1 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 339.65
Current children cumulated vsize (KiB) 108056

[startup+402.884 s]
/proc/loadavg: 2.00 1.91 1.61 3/75 20295
/proc/meminfo: memFree=1289744/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=392.81
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 39178 103 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134519634 0 0 4096 0 0 0 0 17 1 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 399.19
Current children cumulated vsize (KiB) 108056

[startup+462.963 s]
/proc/loadavg: 2.00 1.93 1.64 3/75 20295
/proc/meminfo: memFree=1289744/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=452.34
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 45131 103 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061888758 0 0 4096 0 0 0 0 17 1 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 458.72
Current children cumulated vsize (KiB) 108056

[startup+522.978 s]
/proc/loadavg: 1.51 1.81 1.62 2/66 20312
/proc/meminfo: memFree=1425312/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38

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

/proc/loadavg: 1.00 1.10 1.30 2/66 20510
/proc/meminfo: memFree=1425192/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1112.45
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 111123 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1118.83
Current children cumulated vsize (KiB) 108056

[startup+1183.76 s]
/proc/loadavg: 1.00 1.08 1.28 2/66 20510
/proc/meminfo: memFree=1425256/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1172.49
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 117127 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1178.87
Current children cumulated vsize (KiB) 108056

[startup+1243.84 s]
/proc/loadavg: 1.00 1.06 1.26 2/66 20510
/proc/meminfo: memFree=1425320/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1232.52
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 123130 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1238.9
Current children cumulated vsize (KiB) 108056

[startup+1303.92 s]
/proc/loadavg: 1.00 1.05 1.24 2/66 20510
/proc/meminfo: memFree=1425384/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1292.56
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 129134 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134519655 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1298.94
Current children cumulated vsize (KiB) 108056

[startup+1363.99 s]
/proc/loadavg: 1.00 1.04 1.22 2/66 20510
/proc/meminfo: memFree=1425384/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1352.6
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 135138 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061351430 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1358.98
Current children cumulated vsize (KiB) 108056

[startup+1424.07 s]
/proc/loadavg: 1.00 1.03 1.21 2/66 20510
/proc/meminfo: memFree=1425384/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1412.64
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 141142 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134528529 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1419.02
Current children cumulated vsize (KiB) 108056

[startup+1484.15 s]
/proc/loadavg: 1.00 1.02 1.19 2/66 20510
/proc/meminfo: memFree=1425384/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1472.68
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 147146 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061495638 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1479.06
Current children cumulated vsize (KiB) 108056

[startup+1544.23 s]
/proc/loadavg: 1.00 1.01 1.17 2/66 20510
/proc/meminfo: memFree=1425384/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1532.72
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 153150 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554501 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1539.1
Current children cumulated vsize (KiB) 108056

[startup+1604.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/66 20510
/proc/meminfo: memFree=1425384/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1592.76
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 159154 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1599.14
Current children cumulated vsize (KiB) 108056

[startup+1664.38 s]
/proc/loadavg: 1.00 1.00 1.15 2/66 20510
/proc/meminfo: memFree=1425320/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1652.79
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 165157 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4061852904 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1659.17
Current children cumulated vsize (KiB) 108056

[startup+1724.45 s]
/proc/loadavg: 1.00 1.00 1.14 2/66 20510
/proc/meminfo: memFree=1425384/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1712.84
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 171162 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554460 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1719.22
Current children cumulated vsize (KiB) 108056

[startup+1784.53 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 20510
/proc/meminfo: memFree=1425320/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1772.87
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 177165 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1779.25
Current children cumulated vsize (KiB) 108056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.36 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 20510
/proc/meminfo: memFree=1425384/2055920 swapFree=4184772/4192956
[pid=20281] ppid=20279 vsize=5352 CPUtime=6.38
/proc/20281/stat : 20281 (solver) S 20279 20281 18793 0 -1 4194304 396 40109 0 0 0 0 230 408 16 0 1 0 180910814 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20281/statm: 1338 242 203 169 0 49 0
[pid=20295] ppid=20281 vsize=102704 CPUtime=1793.69
/proc/20295/stat : 20295 (standalone) R 20281 20281 18793 0 -1 4194304 25229 0 0 0 179247 122 0 0 25 0 1 0 180911460 105168896 25023 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/20295/statm: 25676 25023 138 64 0 24991 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 108056

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 20281 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=300650 childrusage.ru_stime.tv_sec=4 childrusage.ru_stime.tv_usec=86378
CPU time returned by wait4() is 6.38703
while last known CPU time is 1800.07

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

Real time (s): 1805.37
CPU time (s): 1800.07
CPU user time (s): 1794.77
CPU system time (s): 5.3
CPU usage (%): 99.7065
Max. virtual memory (cumulated for all children) (KiB): 148872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.30065
system time used= 4.08638
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40505
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= 214
involuntary context switches= 258

runsolver used 1.87771 s user time and 4.97124 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Tue Jan  9 06:45:26 UTC 2007


IDJOB= 233256
IDBENCH= 6589
FILE ID= node56/233256-1168325124

PBS_JOBID= 3502952

Free space on /tmp= 66525 MiB

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

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  d4c3a845b4dc0f6fc0933440fcd2ee32

RANDOM SEED= 845695411

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:       1404856 kB
Buffers:         48944 kB
Cached:         429360 kB
SwapCached:       2048 kB
Active:         311144 kB
Inactive:       284512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404856 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:           11788 kB
Writeback:           0 kB
Mapped:         125364 kB
Slab:            40652 kB
Committed_AS:  4083684 kB
PageTables:       2056 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= 66536 MiB



End job on node56 on Tue Jan  9 07:15:32 UTC 2007