Trace number 234213

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_s 2007-01-08? (TO) 1800.11 1815.92

General information on the benchmark

Nametaillard/js-taillard-15/
js-taillard-15-100-1.xml
MD5SUMb3d611ca069239f98b1759de1b883165
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.0037
SatisfiableYES
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1263
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
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/node33/watcher-234213-1168331098 -o ROOT/results/node33/solver-234213-1168331098 -C 1800 -M 900 /tmp/evaluation/234213-1168331098/solver2 /tmp/evaluation/234213-1168331098/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.45 2.48 2.02 5/80 26879
/proc/meminfo: memFree=1215824/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=0
/proc/26878/stat : 26878 (solver2) R 26876 26878 25539 0 -1 4194304 280 0 0 0 0 0 0 0 21 0 1 0 181503789 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/26878/statm: 1338 231 193 169 0 49 0
[pid=26880] ppid=26878 vsize=5352 CPUtime=0
/proc/26880/stat : 26880 (solver2) R 26878 26878 25539 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 181503789 5480448 232 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 4353627 0 0 4100 65536 0 0 0 17 1 0 0
/proc/26880/statm: 1338 232 194 169 0 49 0
[pid=26881] ppid=26878 vsize=5352 CPUtime=0
/proc/26881/stat : 26881 (solver2) R 26878 26878 25539 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 181503789 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/26881/statm: 1338 231 193 169 0 49 0

[startup+0.105982 s]
/proc/loadavg: 2.45 2.48 2.02 5/80 26879
/proc/meminfo: memFree=1215824/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=0.04
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 376 2263 0 0 0 0 3 1 18 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5352

[startup+0.518064 s]
/proc/loadavg: 2.45 2.48 2.02 5/80 26879
/proc/meminfo: memFree=1215824/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=0.04
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 376 2263 0 0 0 0 3 1 18 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5352

[startup+1.34123 s]
/proc/loadavg: 2.45 2.48 2.02 3/81 26891
/proc/meminfo: memFree=1160392/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=0.04
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 376 2263 0 0 0 0 3 1 18 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26891] ppid=26878 vsize=51724 CPUtime=1.24
/proc/26891/stat : 26891 (bordewijk) R 26878 26878 25539 0 -1 4194304 13804 0 0 0 83 41 0 0 23 0 1 0 181503797 52965376 12134 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 12931 12134 217 97 0 12212 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 57076

[startup+2.97857 s]
/proc/loadavg: 2.42 2.47 2.02 3/81 26891
/proc/meminfo: memFree=1158536/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=0.04
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 376 2263 0 0 0 0 3 1 18 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26891] ppid=26878 vsize=51724 CPUtime=2.86
/proc/26891/stat : 26891 (bordewijk) R 26878 26878 25539 0 -1 4194304 13804 0 0 0 91 195 0 0 25 0 1 0 181503797 52965376 12134 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26891/statm: 12931 12134 217 97 0 12212 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 57076

[startup+6.26725 s]
/proc/loadavg: 2.42 2.47 2.02 4/81 26892
/proc/meminfo: memFree=1176136/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=2.15
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8179 0 0 0 162 53 0 0 25 0 1 0 181504197 36765696 8152 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129759378 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8152 135 64 0 8291 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 41256

[startup+12.7326 s]
/proc/loadavg: 2.35 2.45 2.02 3/81 26892
/proc/meminfo: memFree=1175816/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=8.56
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8265 0 0 0 803 53 0 0 25 0 1 0 181504197 36765696 8238 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129734120 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8238 136 64 0 8291 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (KiB) 41256

[startup+25.5522 s]
/proc/loadavg: 2.30 2.44 2.02 3/81 26892
/proc/meminfo: memFree=1175560/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=21.29
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8339 0 0 0 2075 54 0 0 25 0 1 0 181504197 36765696 8312 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129710928 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8312 136 64 0 8291 0
Current children cumulated CPU time (s) 24.37
Current children cumulated vsize (KiB) 41256

[startup+51.2346 s]
/proc/loadavg: 2.20 2.40 2.02 3/81 26892
/proc/meminfo: memFree=1122760/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=46.73
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8339 0 0 0 4619 54 0 0 25 0 1 0 181504197 36765696 8312 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129723161 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8312 136 64 0 8291 0
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (KiB) 41256

[startup+102.436 s]
/proc/loadavg: 2.08 2.34 2.01 3/81 26892
/proc/meminfo: memFree=1122760/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=97.5
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8339 0 0 0 9696 54 0 0 25 0 1 0 181504197 36765696 8312 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129847868 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8312 136 64 0 8291 0
Current children cumulated CPU time (s) 100.58
Current children cumulated vsize (KiB) 41256

[startup+162.474 s]
/proc/loadavg: 2.03 2.27 2.00 3/81 26892
/proc/meminfo: memFree=1122760/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=157.06
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8340 0 0 0 15652 54 0 0 25 0 1 0 181504197 36765696 8313 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129737501 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8313 136 64 0 8291 0
Current children cumulated CPU time (s) 160.14
Current children cumulated vsize (KiB) 41256

[startup+222.506 s]
/proc/loadavg: 2.01 2.22 2.00 3/81 26892
/proc/meminfo: memFree=1122760/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=216.57
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8340 0 0 0 21603 54 0 0 25 0 1 0 181504197 36765696 8313 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129727953 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8313 136 64 0 8291 0
Current children cumulated CPU time (s) 219.65
Current children cumulated vsize (KiB) 41256

[startup+282.552 s]
/proc/loadavg: 2.00 2.17 2.00 3/81 26892
/proc/meminfo: memFree=1122760/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=276.08
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8340 0 0 0 27554 54 0 0 25 0 1 0 181504197 36765696 8313 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134555381 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8313 136 64 0 8291 0
Current children cumulated CPU time (s) 279.16
Current children cumulated vsize (KiB) 41256

[startup+342.594 s]
/proc/loadavg: 2.00 2.14 2.00 3/81 26892
/proc/meminfo: memFree=1122760/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=335.64
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8340 0 0 0 33509 55 0 0 25 0 1 0 181504197 36765696 8313 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129792666 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8313 136 64 0 8291 0
Current children cumulated CPU time (s) 338.72
Current children cumulated vsize (KiB) 41256

[startup+402.632 s]
/proc/loadavg: 2.03 2.13 2.00 3/81 26892
/proc/meminfo: memFree=1122696/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=395.19
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8340 0 0 0 39464 55 0 0 25 0 1 0 181504197 36765696 8313 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129861602 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8313 136 64 0 8291 0
Current children cumulated CPU time (s) 398.27
Current children cumulated vsize (KiB) 41256

[startup+462.651 s]
/proc/loadavg: 2.05 2.11 2.00 3/81 26892
/proc/meminfo: memFree=1122696/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=454.72
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8340 0 0 0 45417 55 0 0 25 0 1 0 181504197 36765696 8313 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129871011 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8313 136 64 0 8291 0
Current children cumulated CPU time (s) 457.8
Current children cumulated vsize (KiB) 41256

[startup+522.654 s]
/proc/loadavg: 2.02 2.09 2.00 3/81 26892
/proc/meminfo: memFree=1122376/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08

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

/proc/loadavg: 2.00 2.02 2.00 3/81 26892
/proc/meminfo: memFree=1121864/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1109.32
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8429 0 0 0 110876 56 0 0 25 0 1 0 181504197 36765696 8402 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129732984 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8402 137 64 0 8291 0
Current children cumulated CPU time (s) 1112.4
Current children cumulated vsize (KiB) 41256

[startup+1183.16 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 26892
/proc/meminfo: memFree=1121928/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1168.88
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8429 0 0 0 116832 56 0 0 25 0 1 0 181504197 36765696 8402 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129951739 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8402 137 64 0 8291 0
Current children cumulated CPU time (s) 1171.96
Current children cumulated vsize (KiB) 41256

[startup+1243.18 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26892
/proc/meminfo: memFree=1121864/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1228.36
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8429 0 0 0 122780 56 0 0 25 0 1 0 181504197 36765696 8402 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129791061 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8402 137 64 0 8291 0
Current children cumulated CPU time (s) 1231.44
Current children cumulated vsize (KiB) 41256

[startup+1303.28 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26892
/proc/meminfo: memFree=1121800/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1287.93
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8429 0 0 0 128736 57 0 0 25 0 1 0 181504197 36765696 8402 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129718279 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8402 137 64 0 8291 0
Current children cumulated CPU time (s) 1291.01
Current children cumulated vsize (KiB) 41256

[startup+1363.35 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26892
/proc/meminfo: memFree=1121800/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1347.47
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8429 0 0 0 134690 57 0 0 25 0 1 0 181504197 36765696 8402 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129799142 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8402 137 64 0 8291 0
Current children cumulated CPU time (s) 1350.55
Current children cumulated vsize (KiB) 41256

[startup+1423.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26892
/proc/meminfo: memFree=1121800/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1407
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8430 0 0 0 140643 57 0 0 25 0 1 0 181504197 36765696 8403 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129823461 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8403 137 64 0 8291 0
Current children cumulated CPU time (s) 1410.08
Current children cumulated vsize (KiB) 41256

[startup+1483.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 26892
/proc/meminfo: memFree=1121736/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1466.56
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8430 0 0 0 146599 57 0 0 25 0 1 0 181504197 36765696 8403 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129866678 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8403 137 64 0 8291 0
Current children cumulated CPU time (s) 1469.64
Current children cumulated vsize (KiB) 41256

[startup+1543.51 s]
/proc/loadavg: 2.03 2.01 2.00 3/81 26892
/proc/meminfo: memFree=1103880/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1526.03
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8430 0 0 0 152546 57 0 0 25 0 1 0 181504197 36765696 8403 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129828825 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8403 137 64 0 8291 0
Current children cumulated CPU time (s) 1529.11
Current children cumulated vsize (KiB) 41256

[startup+1603.54 s]
/proc/loadavg: 2.01 2.01 2.00 3/81 26892
/proc/meminfo: memFree=1103816/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1585.53
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8430 0 0 0 158495 58 0 0 25 0 1 0 181504197 36765696 8403 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129770268 0 0 4096 0 0 0 0 17 1 0 0
/proc/26892/statm: 8976 8403 137 64 0 8291 0
Current children cumulated CPU time (s) 1588.61
Current children cumulated vsize (KiB) 41256

[startup+1663.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 26945
/proc/meminfo: memFree=1234784/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1645.01
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8430 0 0 0 164442 59 0 0 25 0 1 0 181504197 36765696 8403 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554283 0 0 4096 0 0 0 0 17 0 0 0
/proc/26892/statm: 8976 8403 137 64 0 8291 0
Current children cumulated CPU time (s) 1648.09
Current children cumulated vsize (KiB) 41256

[startup+1723.64 s]
/proc/loadavg: 1.70 1.93 1.98 2/66 26961
/proc/meminfo: memFree=1444512/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1704.8
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8430 0 0 0 170420 60 0 0 25 0 1 0 181504197 36765696 8403 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129955499 0 0 4096 0 0 0 0 17 0 0 0
/proc/26892/statm: 8976 8403 137 64 0 8291 0
Current children cumulated CPU time (s) 1707.88
Current children cumulated vsize (KiB) 41256

[startup+1783.72 s]
/proc/loadavg: 1.26 1.76 1.91 2/66 26961
/proc/meminfo: memFree=1444576/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1764.85
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8430 0 0 0 176425 60 0 0 25 0 1 0 181504197 36765696 8403 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/26892/statm: 8976 8403 137 64 0 8291 0
Current children cumulated CPU time (s) 1767.93
Current children cumulated vsize (KiB) 41256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 1.15 1.69 1.88 2/66 26961
/proc/meminfo: memFree=1444640/2055920 swapFree=4192224/4192956
[pid=26878] ppid=26876 vsize=5352 CPUtime=3.08
/proc/26878/stat : 26878 (solver2) S 26876 26878 25539 0 -1 4194304 397 16068 0 0 0 0 96 212 16 0 1 0 181503789 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26878/statm: 1338 242 203 169 0 49 0
[pid=26892] ppid=26878 vsize=35904 CPUtime=1797.03
/proc/26892/stat : 26892 (standalone) R 26878 26878 25539 0 -1 4194304 8430 0 0 0 179643 60 0 0 25 0 1 0 181504197 36765696 8403 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4129950302 0 0 4096 0 0 0 0 17 0 0 0
/proc/26892/statm: 8976 8403 137 64 0 8291 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 41256

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 26878 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=963853 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=130676
CPU time returned by wait4() is 3.09453
while last known CPU time is 1800.11

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

Real time (s): 1815.92
CPU time (s): 1800.11
CPU user time (s): 1797.39
CPU system time (s): 2.72
CPU usage (%): 99.1295
Max. virtual memory (cumulated for all children) (KiB): 57076

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

runsolver used 1.9937 s user time and 5.2732 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Tue Jan  9 08:24:59 UTC 2007


IDJOB= 234213
IDBENCH= 6671
FILE ID= node33/234213-1168331098

PBS_JOBID= 3503274

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-15/js-taillard-15-100-1.xml
COMMAND LINE= /tmp/evaluation/234213-1168331098/solver2 /tmp/evaluation/234213-1168331098/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-234213-1168331098 -o ROOT/results/node33/solver-234213-1168331098 -C 1800 -M 900  /tmp/evaluation/234213-1168331098/solver2 /tmp/evaluation/234213-1168331098/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  b3d611ca069239f98b1759de1b883165

RANDOM SEED= 697630107

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.281
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.281
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:       1216240 kB
Buffers:         10376 kB
Cached:         495956 kB
SwapCached:        268 kB
Active:         346068 kB
Inactive:       442148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1216240 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:           10292 kB
Writeback:           0 kB
Mapped:         300712 kB
Slab:            36400 kB
Committed_AS:  4286792 kB
PageTables:       2324 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= 66547 MiB



End job on node33 on Tue Jan  9 08:55:16 UTC 2007