Trace number 1561104

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
kw 2009-03-20? (TO) 1200.14 1200.56

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_9_3_5_cmp.cnf
MD5SUMb2b9255b6dd854658cbd4bd594382e55
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark485.063
Satisfiable
(Un)Satisfiability was proved
Number of variables3857
Number of clauses39932
Sum of the clauses size134967
Maximum clause length49
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24591
Number of clauses of size 326002
Number of clauses of size 44516
Number of clauses of size 54669
Number of clauses of size over 5154

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1561104-1238761487/watcher-1561104-1238761487 -o /tmp/evaluation-result-1561104-1238761487/solver-1561104-1238761487 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1561104-1238761487.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 19768
/proc/meminfo: memFree=1796288/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=5152 CPUtime=0
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 832 0 0 0 0 0 0 0 18 0 1 0 1148809802 5275648 816 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 1288 816 219 541 0 738 0

[startup+0.0871599 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 19768
/proc/meminfo: memFree=1796288/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=6208 CPUtime=0.08
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 1153 0 0 0 8 0 0 0 18 0 1 0 1148809802 6356992 1137 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 1552 1137 219 541 0 1002 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6208

[startup+0.101161 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 19768
/proc/meminfo: memFree=1796288/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=6472 CPUtime=0.09
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 1214 0 0 0 9 0 0 0 18 0 1 0 1148809802 6627328 1198 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 1618 1198 219 541 0 1068 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6472

[startup+0.301192 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 19768
/proc/meminfo: memFree=1796288/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=10544 CPUtime=0.29
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 2224 0 0 0 29 0 0 0 19 0 1 0 1148809802 10797056 2208 1992294400 4194304 6412682 548682068832 18446744073709551615 4508704 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 2636 2208 246 541 0 2086 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10544

[startup+0.701256 s]
/proc/loadavg: 0.92 0.98 0.99 3/76 19768
/proc/meminfo: memFree=1796288/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=10204 CPUtime=0.69
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 2522 0 0 0 67 2 0 0 22 0 1 0 1148809802 10448896 2135 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 2551 2135 253 541 0 2001 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10204

[startup+1.50138 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1788152/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=11652 CPUtime=1.49
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 2875 0 0 0 142 7 0 0 25 0 1 0 1148809802 11931648 2488 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 2913 2488 253 541 0 2363 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11652

[startup+3.10164 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1785016/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=16824 CPUtime=3.09
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 4172 0 0 0 297 12 0 0 25 0 1 0 1148809802 17227776 3785 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 4206 3785 253 541 0 3656 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16824

[startup+6.30115 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1778616/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=20792 CPUtime=6.29
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 5167 0 0 0 609 20 0 0 25 0 1 0 1148809802 21291008 4741 1992294400 4194304 6412682 548682068832 18446744073709551615 4287593 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 5198 4741 256 541 0 4648 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20792

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1771832/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=28220 CPUtime=12.69
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 7154 0 0 0 1230 39 0 0 25 0 1 0 1148809802 28897280 6573 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 7055 6573 256 541 0 6505 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28220

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1761848/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=38228 CPUtime=25.48
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 9616 0 0 0 2482 66 0 0 25 0 1 0 1148809802 39145472 8890 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 9557 8890 256 541 0 9007 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38228

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1749368/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=51856 CPUtime=51.07
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 13070 0 0 0 4992 115 0 0 25 0 1 0 1148809802 53100544 12034 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 12964 12034 256 541 0 12414 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 51856

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1730104/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=72016 CPUtime=102.26
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 18171 0 0 0 10046 180 0 0 25 0 1 0 1148809802 73744384 16666 1992294400 4194304 6412682 548682068832 18446744073709551615 4286883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 18004 16666 256 541 0 17454 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72016

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1713208/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=89976 CPUtime=162.23
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 22893 0 0 0 15990 233 0 0 25 0 1 0 1148809802 92135424 20948 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 22494 20948 256 541 0 21944 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 89976

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1688632/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=114900 CPUtime=222.21
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 29225 0 0 0 21944 277 0 0 25 0 1 0 1148809802 117657600 27010 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 28725 27010 256 541 0 28175 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 114900

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1672440/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=133420 CPUtime=282.19
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 33665 0 0 0 27908 311 0 0 25 0 1 0 1148809802 136622080 31139 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 33355 31139 256 541 0 32805 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 133420

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1665144/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=140676 CPUtime=342.17
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 35717 0 0 0 33875 342 0 0 25 0 1 0 1148809802 144052224 32833 1992294400 4194304 6412682 548682068832 18446744073709551615 4333517 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 35169 32833 256 541 0 34619 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 140676

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1647864/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=158872 CPUtime=402.15
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 40435 0 0 0 39843 372 0 0 25 0 1 0 1148809802 162684928 37140 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 39718 37140 256 541 0 39168 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 158872

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1644856/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=162396 CPUtime=462.13
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 41173 0 0 0 45815 398 0 0 25 0 1 0 1148809802 166293504 37878 1992294400 4194304 6412682 548682068832 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 40599 37878 256 541 0 40049 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 162396

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1625144/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=183184 CPUtime=522.11
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 46531 0 0 0 51787 424 0 0 25 0 1 0 1148809802 187580416 42764 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 45796 42764 256 541 0 45246 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 183184

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1621304/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=187708 CPUtime=582.09
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 47500 0 0 0 57764 445 0 0 25 0 1 0 1148809802 192212992 43733 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 46927 43733 256 541 0 46377 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 187708

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1592248/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=218208 CPUtime=642.08
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 54739 0 0 0 63742 466 0 0 25 0 1 0 1148809802 223444992 50972 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 54552 50972 256 541 0 54002 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 218208

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1590328/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=220136 CPUtime=702.04
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 55767 0 0 0 69718 486 0 0 25 0 1 0 1148809802 225419264 51458 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 55034 51458 256 541 0 54484 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 220136

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1583608/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=227456 CPUtime=762.03
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 57435 0 0 0 75699 504 0 0 25 0 1 0 1148809802 232914944 53126 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 56864 53126 256 541 0 56314 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 227456

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1557112/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=255472 CPUtime=822.01
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 64069 0 0 0 81674 527 0 0 25 0 1 0 1148809802 261603328 59760 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 63868 59760 256 541 0 63318 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 255472

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19769
/proc/meminfo: memFree=1550136/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=265352 CPUtime=881.99
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 66365 0 0 0 87656 543 0 0 25 0 1 0 1148809802 271720448 61431 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 66338 61431 256 541 0 65788 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 265352

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19771
/proc/meminfo: memFree=1548600/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=267136 CPUtime=941.97
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 66798 0 0 0 93639 558 0 0 25 0 1 0 1148809802 273547264 61864 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 66784 61864 256 541 0 66234 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 267136

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19771
/proc/meminfo: memFree=1540792/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=276000 CPUtime=1001.95
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 68742 0 0 0 99622 573 0 0 25 0 1 0 1148809802 282624000 63808 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 69000 63808 256 541 0 68450 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 276000

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19771
/proc/meminfo: memFree=1514936/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=303188 CPUtime=1061.92
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 75229 0 0 0 105601 591 0 0 25 0 1 0 1148809802 310464512 70295 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 75797 70295 256 541 0 75247 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 303188

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19771
/proc/meminfo: memFree=1501240/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=317172 CPUtime=1121.91
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 79239 0 0 0 111583 608 0 0 25 0 1 0 1148809802 324784128 73588 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 79293 73588 256 541 0 78743 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 317172

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19771
/proc/meminfo: memFree=1500536/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=317972 CPUtime=1181.89
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 79440 0 0 0 117567 622 0 0 25 0 1 0 1148809802 325603328 73789 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 79493 73789 256 541 0 78943 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 317972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19771
/proc/meminfo: memFree=1500024/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=318452 CPUtime=1200.09
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 79569 0 0 0 119382 627 0 0 25 0 1 0 1148809802 326094848 73918 1992294400 4194304 6412682 548682068832 18446744073709551615 4286900 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 79613 73918 256 541 0 79063 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 318452

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

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 19771
/proc/meminfo: memFree=1500024/2055920 swapFree=4173572/4192956
[pid=19768] ppid=19766 vsize=318452 CPUtime=1200.09
/proc/19768/stat : 19768 (kw) R 19766 19768 18977 0 -1 0 79569 0 0 0 119382 627 0 0 25 0 1 0 1148809802 326094848 73918 1992294400 4194304 6412682 548682068832 18446744073709551615 4286900 0 0 4096 0 0 0 0 17 1 0 0
/proc/19768/statm: 79613 73918 256 541 0 79063 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 318452

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.14
CPU user time (s): 1193.82
CPU system time (s): 6.32004
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 320116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1193.82
system time used= 6.32004
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79569
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= 2
involuntary context switches= 2533

runsolver used 1.07184 second user time and 3.3105 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-03 14:24:47
IDJOB=1561104
IDBENCH=70909
IDSOLVER=501
FILE ID=node69/1561104-1238761487
PBS_JOBID= 9085501
Free space on /tmp= 66496 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_9_3_5_cmp.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561104-1238761487/watcher-1561104-1238761487 -o /tmp/evaluation-result-1561104-1238761487/solver-1561104-1238761487 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1561104-1238761487.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b2b9255b6dd854658cbd4bd594382e55
RANDOM SEED=400002732

node69.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.261
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	: 5931.00
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.261
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:       1796768 kB
Buffers:         22688 kB
Cached:         157944 kB
SwapCached:      10108 kB
Active:          45712 kB
Inactive:       146904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796768 kB
SwapTotal:     4192956 kB
SwapFree:      4173572 kB
Dirty:            3028 kB
Writeback:           0 kB
Mapped:          17704 kB
Slab:            51212 kB
Committed_AS:  3592928 kB
PageTables:       2364 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= 66496 MiB
End job on node69 at 2009-04-03 14:44:50