Trace number 240141

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
rjw-solver 2006-12-09? (TO) 1800.04 1804.37

General information on the benchmark

Nameqcp-qwh/QCP-20/
qcp-20-187-1_ext.xml
MD5SUMd44b82b5650bc2d9816df15672c592e5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.659899
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension7600
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1804.36	/tmp/evaluation/240141-1168369172/solve: line 6: 20280 Terminated              xlisp 2>&1
1804.36	     20281                       | sed -e '1,/; loading "orddymac3compete.fsl"/d'
c 
c 
c 
c conversion script
c 
c 

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/node12/watcher-240141-1168369172 -o ROOT/results/node12/solver-240141-1168369172 -C 1800 -M 900 /tmp/evaluation/240141-1168369172/solve /tmp/evaluation/240141-1168369172/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 1.95 1.92 5/88 20278
/proc/meminfo: memFree=1580480/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 280 0 0 0 0 0 0 0 20 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20279] ppid=20277 vsize=5352 CPUtime=0
/proc/20279/stat : 20279 (solve) R 20277 20277 19264 0 -1 4194368 18 0 0 0 0 0 0 0 23 0 1 0 185312378 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429528359 0 0 4096 0 0 0 0 17 1 0 0
/proc/20279/statm: 1338 229 192 169 0 49 0

[startup+0.104661 s]
/proc/loadavg: 2.04 1.95 1.92 5/88 20278
/proc/meminfo: memFree=1580480/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.512743 s]
/proc/loadavg: 2.04 1.95 1.92 5/88 20278
/proc/meminfo: memFree=1580480/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.34089 s]
/proc/loadavg: 2.04 1.95 1.92 3/90 20281
/proc/meminfo: memFree=1560496/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=24996 CPUtime=1.3
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 5755 0 0 0 127 3 0 0 25 0 1 0 185312378 25595904 5714 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134683822 0 0 4096 130 0 0 0 17 1 0 0
/proc/20280/statm: 6249 5714 241 197 0 5489 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 32948

[startup+2.98719 s]
/proc/loadavg: 2.04 1.95 1.92 3/90 20281
/proc/meminfo: memFree=1554736/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=29388 CPUtime=2.94
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 6847 0 0 0 290 4 0 0 25 0 1 0 185312378 30093312 6805 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134683881 0 0 4096 130 0 0 0 17 1 0 0
/proc/20280/statm: 7347 6805 242 197 0 6587 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 37340

[startup+6.27278 s]
/proc/loadavg: 2.03 1.95 1.92 3/90 20281
/proc/meminfo: memFree=1553968/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=29388 CPUtime=6.2
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 6847 0 0 0 616 4 0 0 25 0 1 0 185312378 30093312 6805 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684920 0 0 4096 130 0 0 0 17 1 0 0
/proc/20280/statm: 7347 6805 242 197 0 6587 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 37340

[startup+12.764 s]
/proc/loadavg: 2.03 1.95 1.92 3/90 20281
/proc/meminfo: memFree=1553584/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=29704 CPUtime=12.63
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 6949 0 0 0 1259 4 0 0 25 0 1 0 185312378 30416896 6907 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134878486 0 0 4096 130 0 0 0 17 1 0 0
/proc/20280/statm: 7426 6907 242 197 0 6666 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 37656

[startup+25.6033 s]
/proc/loadavg: 2.02 1.95 1.92 4/90 20281
/proc/meminfo: memFree=1553648/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=29704 CPUtime=25.35
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 6949 0 0 0 2531 4 0 0 25 0 1 0 185312378 30416896 6907 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684809 0 0 4096 130 0 0 0 17 1 0 0
/proc/20280/statm: 7426 6907 242 197 0 6666 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 37656

[startup+51.2039 s]
/proc/loadavg: 2.01 1.96 1.92 3/90 20281
/proc/meminfo: memFree=1551984/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=50.71
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 22232 0 0 0 5057 14 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684887 0 0 4096 130 0 0 0 17 1 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 39384

[startup+102.503 s]
/proc/loadavg: 2.00 1.96 1.92 3/96 20355
/proc/meminfo: memFree=1550624/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=101.47
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 138520 0 0 0 10063 84 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134807945 0 0 4096 130 0 0 0 17 1 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 39384

[startup+162.56 s]
/proc/loadavg: 2.06 1.98 1.93 3/96 20447
/proc/meminfo: memFree=1550208/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=160.82
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 271872 0 0 0 15917 165 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684220 0 0 4096 130 0 0 0 17 1 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 39384

[startup+222.609 s]
/proc/loadavg: 2.02 1.98 1.93 3/90 20479
/proc/meminfo: memFree=1551216/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=220.27
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 407752 0 0 0 21779 248 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134870611 0 0 4096 130 0 0 0 17 1 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 220.27
Current children cumulated vsize (KiB) 39384

[startup+282.641 s]
/proc/loadavg: 1.97 1.97 1.92 3/90 20571
/proc/meminfo: memFree=1532152/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=280.14
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 549162 0 0 0 27678 336 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684840 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 280.14
Current children cumulated vsize (KiB) 39384

[startup+342.685 s]
/proc/loadavg: 1.99 1.97 1.92 3/90 20571
/proc/meminfo: memFree=1530424/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=340.13
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 692310 0 0 0 33588 425 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684126 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 340.13

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

/proc/loadavg: 2.06 2.01 1.94 3/90 20573
/proc/meminfo: memFree=1530552/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=1239.66
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 2807140 0 0 0 122258 1708 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684809 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1239.66
Current children cumulated vsize (KiB) 39384

[startup+1303.36 s]
/proc/loadavg: 2.02 2.01 1.94 3/90 20573
/proc/meminfo: memFree=1530488/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=1299.62
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 2946970 0 0 0 128169 1793 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684803 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1299.62
Current children cumulated vsize (KiB) 39384

[startup+1363.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 20573
/proc/meminfo: memFree=1530488/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=1359.6
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 3088854 0 0 0 134081 1879 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684880 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1359.6
Current children cumulated vsize (KiB) 39384

[startup+1423.43 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 20573
/proc/meminfo: memFree=1530488/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=1419.58
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 3230738 0 0 0 139992 1966 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684166 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1419.58
Current children cumulated vsize (KiB) 39384

[startup+1483.47 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 20573
/proc/meminfo: memFree=1530488/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=1479.52
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 3373096 0 0 0 145901 2051 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134752660 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1479.52
Current children cumulated vsize (KiB) 39384

[startup+1543.52 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 20573
/proc/meminfo: memFree=1530488/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=1539.49
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 3514348 0 0 0 151813 2136 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684584 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1539.49
Current children cumulated vsize (KiB) 39384

[startup+1603.56 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 20573
/proc/meminfo: memFree=1530424/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=1599.48
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 3656548 0 0 0 157727 2221 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134683927 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1599.48
Current children cumulated vsize (KiB) 39384

[startup+1663.6 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 20573
/proc/meminfo: memFree=1530488/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=1659.43
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 3799696 0 0 0 163633 2310 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684588 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1659.43
Current children cumulated vsize (KiB) 39384

[startup+1723.65 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 20573
/proc/meminfo: memFree=1530424/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=1719.42
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 3942370 0 0 0 169546 2396 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684584 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1719.42
Current children cumulated vsize (KiB) 39384

[startup+1783.68 s]
/proc/loadavg: 2.00 2.00 1.94 3/90 20573
/proc/meminfo: memFree=1530488/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=1779.39
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 4084570 0 0 0 175456 2483 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134878391 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1779.39
Current children cumulated vsize (KiB) 39384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.35 s]
/proc/loadavg: 2.00 2.00 1.94 4/90 20573
/proc/meminfo: memFree=1530488/2055920 swapFree=4160348/4192956
[pid=20277] ppid=20275 vsize=5352 CPUtime=0
/proc/20277/stat : 20277 (solve) S 20275 20277 19264 0 -1 4194304 315 174 0 0 0 0 0 0 21 0 1 0 185312377 5480448 229 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20277/statm: 1338 229 192 169 0 49 0
[pid=20280] ppid=20277 vsize=31432 CPUtime=1800.02
/proc/20280/stat : 20280 (xlisp) R 20277 20277 19264 0 -1 4194304 4132760 0 0 0 177491 2511 0 0 25 0 1 0 185312378 32186368 7338 18446744073709551615 134512640 135322396 4294956848 18446744073709551615 134684803 0 0 4096 130 0 0 0 17 0 0 0
/proc/20280/statm: 7858 7338 243 197 0 7098 0
[pid=20281] ppid=20277 vsize=2600 CPUtime=0
/proc/20281/stat : 20281 (sed) S 20277 20277 19264 0 -1 4194304 148 0 0 0 0 0 0 0 20 0 1 0 185312378 2662400 120 18446744073709551615 4194304 4240196 548682069504 18446744073709551615 252429697106 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/20281/statm: 650 120 96 11 0 54 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 39384

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.37
CPU time (s): 1800.04
CPU user time (s): 1774.92
CPU system time (s): 25.1262
CPU usage (%): 99.7603
Max. virtual memory (cumulated for all children) (KiB): 39384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1774.92
system time used= 25.1262
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4133411
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= 38
involuntary context switches= 21161

runsolver used 2.04469 s user time and 5.98509 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Tue Jan  9 18:59:32 UTC 2007


IDJOB= 240141
IDBENCH= 7108
FILE ID= node12/240141-1168369172

PBS_JOBID= 3503850

Free space on /tmp= 66562 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-20/qcp-20-187-1_ext.xml
COMMAND LINE= /tmp/evaluation/240141-1168369172/solve /tmp/evaluation/240141-1168369172/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node12/convwatcher-240141-1168369172 -o ROOT/results/node12/conversion-240141-1168369172 -C 600 -M 900 /tmp/evaluation/240141-1168369172/conversion /tmp/evaluation/240141-1168369172/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-240141-1168369172 -o ROOT/results/node12/solver-240141-1168369172 -C 1800 -M 900  /tmp/evaluation/240141-1168369172/solve /tmp/evaluation/240141-1168369172/unknown 1800

META MD5SUM SOLVER= 91bbaf997669a18b91ccd2f734d8d9ca
MD5SUM BENCH=  d44b82b5650bc2d9816df15672c592e5

RANDOM SEED= 63482942

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.265
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.265
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:       1580384 kB
Buffers:         84220 kB
Cached:         287276 kB
SwapCached:       4816 kB
Active:         206356 kB
Inactive:       208300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1580384 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          54400 kB
Slab:            45820 kB
Committed_AS:  5484340 kB
PageTables:       2116 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= 66561 MiB



End job on node12 on Tue Jan  9 19:29:38 UTC 2007