Trace number 1519781

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.08 1200.66

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/6000/
unif-k3-r4.2-v6000-c25200-S2100934911-025.cnf
MD5SUM094bbc8049ac48071777e2655eaf782a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark24.1683
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of clauses25200
Sum of the clauses size75600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 325200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1519781-1238235409/watcher-1519781-1238235409 -o /tmp/evaluation-result-1519781-1238235409/solver-1519781-1238235409 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519781-1238235409.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: 1.92 1.98 1.99 4/86 17678
/proc/meminfo: memFree=1779160/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=5868 CPUtime=0
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 1094 0 0 0 0 0 0 0 18 0 1 0 449871325 6008832 1078 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 1467 1082 211 541 0 917 0

[startup+0.046004 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 17678
/proc/meminfo: memFree=1779160/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=6632 CPUtime=0.04
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 1236 0 0 0 4 0 0 0 18 0 1 0 449871325 6791168 1220 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 1658 1220 219 541 0 1108 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6632

[startup+0.102013 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 17678
/proc/meminfo: memFree=1779160/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=7160 CPUtime=0.09
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 1394 0 0 0 9 0 0 0 18 0 1 0 449871325 7331840 1378 1992294400 4194304 6412682 548682068864 18446744073709551615 4917669 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 1790 1378 219 541 0 1240 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7160

[startup+0.30105 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 17678
/proc/meminfo: memFree=1779160/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=8972 CPUtime=0.29
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 1959 0 0 0 29 0 0 0 19 0 1 0 449871325 9187328 1860 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 2243 1860 253 541 0 1693 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8972

[startup+0.701125 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 17678
/proc/meminfo: memFree=1779160/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=9368 CPUtime=0.69
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 2043 0 0 0 68 1 0 0 23 0 1 0 449871325 9592832 1944 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 2342 1944 253 541 0 1792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9368

[startup+1.50127 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 17679
/proc/meminfo: memFree=1771408/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=11612 CPUtime=1.49
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 2611 0 0 0 148 1 0 0 25 0 1 0 449871325 11890688 2512 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 2903 2512 253 541 0 2353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11612

[startup+3.10157 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 17679
/proc/meminfo: memFree=1768144/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=15900 CPUtime=3.09
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 3664 0 0 0 306 3 0 0 25 0 1 0 449871325 16281600 3565 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 3975 3565 253 541 0 3425 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15900

[startup+6.30116 s]
/proc/loadavg: 2.09 2.02 2.01 3/87 17679
/proc/meminfo: memFree=1759824/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=21760 CPUtime=6.29
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 5102 0 0 0 624 5 0 0 25 0 1 0 449871325 22282240 5003 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 5440 5003 253 541 0 4890 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21760

[startup+12.7013 s]
/proc/loadavg: 2.24 2.05 2.02 3/87 17679
/proc/meminfo: memFree=1754584/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=26560 CPUtime=12.68
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 6372 0 0 0 1261 7 0 0 25 0 1 0 449871325 27197440 6221 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 6640 6221 256 541 0 6090 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26560

[startup+25.5017 s]
/proc/loadavg: 2.18 2.05 2.01 3/87 17679
/proc/meminfo: memFree=1747992/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=33836 CPUtime=25.49
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 8358 0 0 0 2536 13 0 0 25 0 1 0 449871325 34648064 8078 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 8459 8078 256 541 0 7909 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33836

[startup+51.1014 s]
/proc/loadavg: 2.12 2.04 2.01 3/87 17679
/proc/meminfo: memFree=1733528/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=48768 CPUtime=51.07
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 12303 0 0 0 5083 24 0 0 25 0 1 0 449871325 49938432 11749 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 12192 11749 256 541 0 11642 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 48768

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.01 3/87 17679
/proc/meminfo: memFree=1705368/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=76372 CPUtime=102.24
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 19555 0 0 0 10183 41 0 0 25 0 1 0 449871325 78204928 18585 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 19093 18585 256 541 0 18543 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 76372

[startup+162.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/87 17679
/proc/meminfo: memFree=1679832/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=101252 CPUtime=162.21
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 26470 0 0 0 16164 57 0 0 25 0 1 0 449871325 103682048 24868 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 25313 24868 256 541 0 24763 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 101252

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 17679
/proc/meminfo: memFree=1666136/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=115072 CPUtime=222.18
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 30188 0 0 0 22146 72 0 0 25 0 1 0 449871325 117833728 28309 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 28768 28309 256 541 0 28218 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 115072

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 17679
/proc/meminfo: memFree=1651864/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=130320 CPUtime=282.15
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 34056 0 0 0 28131 84 0 0 25 0 1 0 449871325 133447680 31859 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 32580 31859 256 541 0 32030 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 130320

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 17679
/proc/meminfo: memFree=1631000/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=150968 CPUtime=342.13
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 39615 0 0 0 34115 98 0 0 25 0 1 0 449871325 154591232 37052 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 37742 37052 256 541 0 37192 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 150968

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1609304/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=172396 CPUtime=402.09
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 45430 0 0 0 40099 110 0 0 25 0 1 0 449871325 176533504 42446 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 43099 42446 256 541 0 42549 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 172396

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1596696/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=185364 CPUtime=462.06
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 48712 0 0 0 46086 120 0 0 25 0 1 0 449871325 189812736 45728 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 46341 45728 256 541 0 45791 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 185364

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1585880/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=195580 CPUtime=522.04
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 51777 0 0 0 52074 130 0 0 25 0 1 0 449871325 200273920 48309 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 48895 48309 256 541 0 48345 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 195580

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1565720/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=216400 CPUtime=582.01
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 56947 0 0 0 58060 141 0 0 25 0 1 0 449871325 221593600 53479 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 54100 53479 256 541 0 53550 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 216400

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1553048/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=228412 CPUtime=641.99
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 60520 0 0 0 64047 152 0 0 25 0 1 0 449871325 233893888 56496 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 57103 56496 256 541 0 56553 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 228412

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1552152/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=229604 CPUtime=701.96
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 60842 0 0 0 70039 157 0 0 25 0 1 0 449871325 235114496 56818 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 57401 56818 256 541 0 56851 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 229604

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1520280/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=263204 CPUtime=761.93
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 69308 0 0 0 76021 172 0 0 25 0 1 0 449871325 269520896 64644 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 65801 64644 256 541 0 65251 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 263204

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1520344/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=263204 CPUtime=821.89
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 69308 0 0 0 82011 178 0 0 25 0 1 0 449871325 269520896 64644 1992294400 4194304 6412682 548682068864 18446744073709551615 4328868 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 65801 64644 256 541 0 65251 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 263204

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1518104/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=265724 CPUtime=881.87
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 69940 0 0 0 88003 184 0 0 25 0 1 0 449871325 272101376 65276 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 66431 65276 256 541 0 65881 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 265724

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1489880/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=294304 CPUtime=941.84
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 77097 0 0 0 93986 198 0 0 25 0 1 0 449871325 301367296 72433 1992294400 4194304 6412682 548682068864 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 73576 72433 256 541 0 73026 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 294304

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1481112/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=302236 CPUtime=1001.81
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 79826 0 0 0 99974 207 0 0 25 0 1 0 449871325 309489664 74426 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 75559 74426 256 541 0 75009 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 302236

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1481112/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=302236 CPUtime=1061.78
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 79831 0 0 0 105966 212 0 0 25 0 1 0 449871325 309489664 74431 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 75559 74431 256 541 0 75009 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 302236

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1481112/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=302236 CPUtime=1121.75
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 79832 0 0 0 111958 217 0 0 25 0 1 0 449871325 309489664 74432 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 75559 74432 256 541 0 75009 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 302236

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1459608/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=324344 CPUtime=1181.72
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 85385 0 0 0 117944 228 0 0 25 0 1 0 449871325 332128256 79985 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 81086 79985 256 541 0 80536 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 324344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17679
/proc/meminfo: memFree=1449624/2055924 swapFree=4179676/4192956
[pid=17678] ppid=17676 vsize=333784 CPUtime=1200.02
/proc/17678/stat : 17678 (kw) R 17676 17678 17246 0 -1 0 87716 0 0 0 119770 232 0 0 25 0 1 0 449871325 341794816 82316 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 0 0 0
/proc/17678/statm: 83446 82316 256 541 0 82896 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 333784

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.66
CPU time (s): 1200.08
CPU user time (s): 1197.71
CPU system time (s): 2.37664
CPU usage (%): 99.9521
Max. virtual memory (cumulated for all children) (KiB): 333784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.71
system time used= 2.37664
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87716
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= 4411

runsolver used 1.40079 second user time and 4.06838 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-28 11:16:49
IDJOB=1519781
IDBENCH=70320
IDSOLVER=501
FILE ID=node83/1519781-1238235409
PBS_JOBID= 9060582
Free space on /tmp= 66480 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/6000/unif-k3-r4.2-v6000-c25200-S2100934911-025.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519781-1238235409/watcher-1519781-1238235409 -o /tmp/evaluation-result-1519781-1238235409/solver-1519781-1238235409 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519781-1238235409.cnf

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

MD5SUM BENCH= 094bbc8049ac48071777e2655eaf782a
RANDOM SEED=1052618791

node83.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1779640 kB
Buffers:         44084 kB
Cached:         143996 kB
SwapCached:       7488 kB
Active:          91120 kB
Inactive:       115412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1779640 kB
SwapTotal:     4192956 kB
SwapFree:      4179676 kB
Dirty:            2676 kB
Writeback:           0 kB
Mapped:          25976 kB
Slab:            53816 kB
Committed_AS:   998336 kB
PageTables:       2680 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= 66480 MiB
End job on node83 at 2009-03-28 11:36:52