Trace number 232473

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 1813.82

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-8.xml
MD5SUM06acadaa04457724e64ccc767794c510
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark846.447
SatisfiableNO
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1553
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
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/node1/watcher-232473-1168322543 -o ROOT/results/node1/solver-232473-1168322543 -C 1800 -M 900 /tmp/evaluation/232473-1168322543/solver /tmp/evaluation/232473-1168322543/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.04 2.05 2.00 4/99 9979
/proc/meminfo: memFree=924384/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=18540 CPUtime=0
/proc/9978/stat : 9978 (runsolver) R 9976 9978 8820 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 180650352 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9978/statm: 4635 279 244 17 0 2626 0

[startup+0.109159 s]
/proc/loadavg: 2.04 2.05 2.00 4/99 9979
/proc/meminfo: memFree=924384/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=0
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 354 334 0 0 0 0 0 0 23 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.521208 s]
/proc/loadavg: 2.04 2.05 2.00 4/99 9979
/proc/meminfo: memFree=924384/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=0.1
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 376 2300 0 0 0 0 8 2 15 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5352

[startup+1.34831 s]
/proc/loadavg: 2.04 2.05 2.00 3/100 9991
/proc/meminfo: memFree=890840/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=0.1
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 376 2300 0 0 0 0 8 2 15 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9991] ppid=9978 vsize=26436 CPUtime=1.2
/proc/9991/stat : 9991 (bordewijk) R 9978 9978 8820 0 -1 4194304 7398 0 0 0 114 6 0 0 25 0 1 0 180650364 27070464 6346 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 134687212 0 0 4096 0 0 0 0 17 1 0 0
/proc/9991/statm: 6609 6346 169 97 0 6187 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 31788

[startup+2.9855 s]
/proc/loadavg: 2.11 2.06 2.01 3/100 9991
/proc/meminfo: memFree=791192/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=0.1
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 376 2300 0 0 0 0 8 2 15 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9991] ppid=9978 vsize=122536 CPUtime=2.83
/proc/9991/stat : 9991 (bordewijk) R 9978 9978 8820 0 -1 4194304 33276 0 0 0 195 88 0 0 25 0 1 0 180650364 125476864 29516 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9991/statm: 30634 29516 217 97 0 29915 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 127888

[startup+6.26488 s]
/proc/loadavg: 2.11 2.06 2.01 3/100 9995
/proc/meminfo: memFree=787544/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=0.1
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 376 2300 0 0 0 0 8 2 15 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9991] ppid=9978 vsize=122536 CPUtime=6.08
/proc/9991/stat : 9991 (bordewijk) R 9978 9978 8820 0 -1 4194304 33276 0 0 0 213 395 0 0 25 0 1 0 180650364 125476864 29516 18446744073709551615 134512640 134912576 4294956768 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9991/statm: 30634 29516 217 97 0 29915 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 127888

[startup+12.7386 s]
/proc/loadavg: 2.10 2.06 2.00 3/94 10016
/proc/meminfo: memFree=828152/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87004 CPUtime=5.7
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 20729 0 0 0 458 112 0 0 25 0 1 0 180651047 89092096 20590 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079459039 0 0 4096 0 0 0 0 17 1 0 0
/proc/9996/statm: 21751 20590 136 64 0 21066 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 92356

[startup+25.5821 s]
/proc/loadavg: 2.08 2.06 2.00 3/94 10016
/proc/meminfo: memFree=828040/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87004 CPUtime=18.43
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 20838 0 0 0 1731 112 0 0 25 0 1 0 180651047 89092096 20699 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4080008290 0 0 4096 0 0 0 0 17 1 0 0
/proc/9996/statm: 21751 20699 137 64 0 21066 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 92356

[startup+51.2451 s]
/proc/loadavg: 2.05 2.05 2.00 3/94 10016
/proc/meminfo: memFree=826632/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=43.86
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21220 0 0 0 4273 113 0 0 25 0 1 0 180651047 89096192 21081 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554178 0 0 4096 0 0 0 0 17 1 0 0
/proc/9996/statm: 21752 21081 138 64 0 21067 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 92360

[startup+102.489 s]
/proc/loadavg: 2.07 2.06 2.00 3/94 10016
/proc/meminfo: memFree=826568/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=94.63
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21243 0 0 0 9350 113 0 0 25 0 1 0 180651047 89096192 21104 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549733 0 0 4096 0 0 0 0 17 1 0 0
/proc/9996/statm: 21752 21104 138 64 0 21067 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 92360

[startup+162.513 s]
/proc/loadavg: 2.02 2.05 2.00 4/94 10016
/proc/meminfo: memFree=826632/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=154.12
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21243 0 0 0 15298 114 0 0 25 0 1 0 180651047 89096192 21104 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079474009 0 0 4096 0 0 0 0 17 1 0 0
/proc/9996/statm: 21752 21104 138 64 0 21067 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 92360

[startup+222.564 s]
/proc/loadavg: 2.01 2.03 2.00 3/94 10016
/proc/meminfo: memFree=826632/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=213.62
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21243 0 0 0 21248 114 0 0 25 0 1 0 180651047 89096192 21104 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4080003975 0 0 4096 0 0 0 0 17 1 0 0
/proc/9996/statm: 21752 21104 138 64 0 21067 0
Current children cumulated CPU time (s) 220.48
Current children cumulated vsize (KiB) 92360

[startup+282.615 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 10016
/proc/meminfo: memFree=826568/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=273.36
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21247 0 0 0 27221 115 0 0 25 0 1 0 180651047 89096192 21108 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079688636 0 0 4096 0 0 0 0 17 1 0 0
/proc/9996/statm: 21752 21108 138 64 0 21067 0
Current children cumulated CPU time (s) 280.22
Current children cumulated vsize (KiB) 92360

[startup+342.658 s]
/proc/loadavg: 2.04 2.03 2.00 3/94 10016
/proc/meminfo: memFree=826632/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=333.12
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21247 0 0 0 33196 116 0 0 25 0 1 0 180651047 89096192 21108 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079712543 0 0 4096 0 0 0 0 17 1 0 0
/proc/9996/statm: 21752 21108 138 64 0 21067 0
Current children cumulated CPU time (s) 339.98
Current children cumulated vsize (KiB) 92360

[startup+402.699 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 10016
/proc/meminfo: memFree=826568/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=392.88
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21247 0 0 0 39172 116 0 0 25 0 1 0 180651047 89096192 21108 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079692719 0 0 4096 0 0 0 0 17 1 0 0
/proc/9996/statm: 21752 21108 138 64 0 21067 0
Current children cumulated CPU time (s) 399.74
Current children cumulated vsize (KiB) 92360

[startup+462.738 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 10016
/proc/meminfo: memFree=826632/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=452.63
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21248 0 0 0 45147 116 0 0 25 0 1 0 180651047 89096192 21109 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079677653 0 0 4096 0 0 0 0 17 1 0 0
/proc/9996/statm: 21752 21109 138 64 0 21067 0
Current children cumulated CPU time (s) 459.49
Current children cumulated vsize (KiB) 92360

[startup+522.779 s]
/proc/loadavg: 2.00 2.01 2.00 3/94 10016
/proc/meminfo: memFree=826696/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=512.4
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21251 0 0 0 51123 117 0 0 25 0 1 0 180651047 89096192 21112 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4080002596 0 0 4096 0 0 0 0 17 1 0 0
/proc/9996/statm: 21752 21112 138 64 0 21067 0
Current children cumulated CPU time (s) 519.26

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

/proc/loadavg: 2.59 2.27 2.09 3/95 10340
/proc/meminfo: memFree=775896/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1108.55
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 110730 125 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079554402 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1115.41
Current children cumulated vsize (KiB) 92360

[startup+1183.43 s]
/proc/loadavg: 2.40 2.28 2.10 3/95 10484
/proc/meminfo: memFree=850072/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1168.12
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 116686 126 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079718908 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1174.98
Current children cumulated vsize (KiB) 92360

[startup+1243.45 s]
/proc/loadavg: 2.27 2.26 2.10 3/95 10484
/proc/meminfo: memFree=501720/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1227.57
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 122630 127 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079577524 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1234.43
Current children cumulated vsize (KiB) 92360

[startup+1303.49 s]
/proc/loadavg: 2.10 2.21 2.09 3/95 10484
/proc/meminfo: memFree=417560/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1286.98
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 128571 127 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079643038 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1293.84
Current children cumulated vsize (KiB) 92360

[startup+1363.54 s]
/proc/loadavg: 1.52 2.03 2.03 2/82 11624
/proc/meminfo: memFree=1145832/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1346.76
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 134544 132 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1353.62
Current children cumulated vsize (KiB) 92360

[startup+1423.56 s]
/proc/loadavg: 1.57 1.93 2.00 3/96 11898
/proc/meminfo: memFree=945160/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1406.48
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 140513 135 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554209 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1413.34
Current children cumulated vsize (KiB) 92360

[startup+1483.62 s]
/proc/loadavg: 1.84 1.94 2.00 3/96 11898
/proc/meminfo: memFree=945352/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1465.97
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 146462 135 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554232 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1472.83
Current children cumulated vsize (KiB) 92360

[startup+1543.69 s]
/proc/loadavg: 1.99 1.97 2.00 3/96 11898
/proc/meminfo: memFree=945352/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1525.49
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 152414 135 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4080016884 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1532.35
Current children cumulated vsize (KiB) 92360

[startup+1603.74 s]
/proc/loadavg: 2.07 1.99 2.01 3/96 11898
/proc/meminfo: memFree=945352/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1585.01
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 158366 135 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079719865 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1591.87
Current children cumulated vsize (KiB) 92360

[startup+1663.83 s]
/proc/loadavg: 2.09 2.00 2.00 3/96 11898
/proc/meminfo: memFree=945352/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1644.54
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 164319 135 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134516844 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1651.4
Current children cumulated vsize (KiB) 92360

[startup+1723.89 s]
/proc/loadavg: 2.03 2.00 2.00 3/96 11898
/proc/meminfo: memFree=945288/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1704.04
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 170269 135 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079575592 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1710.9
Current children cumulated vsize (KiB) 92360

[startup+1783.95 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 12578
/proc/meminfo: memFree=1009544/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1763.59
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 176220 139 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1770.45
Current children cumulated vsize (KiB) 92360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.81 s]
/proc/loadavg: 2.03 2.01 2.00 3/88 12578
/proc/meminfo: memFree=1009608/2055920 swapFree=4165612/4192956
[pid=9978] ppid=9976 vsize=5352 CPUtime=6.86
/proc/9978/stat : 9978 (solver) S 9976 9978 8820 0 -1 4194304 396 35577 0 0 0 0 224 462 16 0 1 0 180650352 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9978/statm: 1338 242 203 169 0 49 0
[pid=9996] ppid=9978 vsize=87008 CPUtime=1793.21
/proc/9996/stat : 9996 (standalone) R 9978 9978 8820 0 -1 4194304 21267 0 0 0 179182 139 0 0 25 0 1 0 180651047 89096192 21128 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4079854264 0 0 4096 0 0 0 0 17 0 0 0
/proc/9996/statm: 21752 21128 138 64 0 21067 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 92360

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 9978 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=242659 childrusage.ru_stime.tv_sec=4 childrusage.ru_stime.tv_usec=625296
CPU time returned by wait4() is 6.86796
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): 1813.82
CPU time (s): 1800.07
CPU user time (s): 1794.06
CPU system time (s): 6.01
CPU usage (%): 99.2419
Max. virtual memory (cumulated for all children) (KiB): 127888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.24266
system time used= 4.6253
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35973
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= 206
involuntary context switches= 454

runsolver used 1.81972 s user time and 5.15122 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Jan  9 06:02:26 UTC 2007


IDJOB= 232473
IDBENCH= 6521
FILE ID= node1/232473-1168322543

PBS_JOBID= 3502685

Free space on /tmp= 66502 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-95-8.xml
COMMAND LINE= /tmp/evaluation/232473-1168322543/solver /tmp/evaluation/232473-1168322543/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-232473-1168322543 -o ROOT/results/node1/solver-232473-1168322543 -C 1800 -M 900  /tmp/evaluation/232473-1168322543/solver /tmp/evaluation/232473-1168322543/unknown 1800

META MD5SUM SOLVER= 6c84d9851726bfff2e2bc2bb5530c705
MD5SUM BENCH=  06acadaa04457724e64ccc767794c510

RANDOM SEED= 361646161

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.234
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.234
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:        924864 kB
Buffers:         80688 kB
Cached:         627856 kB
SwapCached:       3620 kB
Active:         699980 kB
Inactive:       367500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        924864 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:           11448 kB
Writeback:           0 kB
Mapped:         379428 kB
Slab:            47276 kB
Committed_AS:  6476268 kB
PageTables:       3244 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= 66462 MiB



End job on node1 on Tue Jan  9 06:32:40 UTC 2007