Trace number 1724182

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.13 1200.43

General information on the benchmark

Namesimon-s02b-k2f-gr-rcs-w8.cnf
MD5SUM5da8899feefc5a4bb9db99e983e30f52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.67314
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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-1724182-1240693151/watcher-1724182-1240693151 -o /tmp/evaluation-result-1724182-1240693151/solver-1724182-1240693151 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1724182-1240693151.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/64 16211
/proc/meminfo: memFree=1930664/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=4688 CPUtime=0
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 783 0 0 0 0 0 0 0 18 0 1 0 97342693 4800512 767 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 1172 771 208 541 0 622 0

[startup+0.0288831 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16211
/proc/meminfo: memFree=1930664/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=11688 CPUtime=0.02
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 1918 0 0 0 2 0 0 0 18 0 1 0 97342693 11968512 1902 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 2922 1902 219 541 0 2372 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11688

[startup+0.101888 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16211
/proc/meminfo: memFree=1930664/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=12744 CPUtime=0.09
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 2191 0 0 0 9 0 0 0 18 0 1 0 97342693 13049856 2175 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 3186 2176 219 541 0 2636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12744

[startup+0.301901 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16211
/proc/meminfo: memFree=1930664/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=15648 CPUtime=0.29
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 2985 0 0 0 28 1 0 0 19 0 1 0 97342693 16023552 2969 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 3912 2969 219 541 0 3362 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15648

[startup+0.701928 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16211
/proc/meminfo: memFree=1930664/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=21696 CPUtime=0.69
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 4855 0 0 0 67 2 0 0 22 0 1 0 97342693 22216704 4646 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 5424 4646 220 541 0 4874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21696

[startup+1.50198 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 16212
/proc/meminfo: memFree=1907872/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=34056 CPUtime=1.49
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 8593 0 0 0 145 4 0 0 25 0 1 0 97342693 34873344 7999 1992294400 4194304 6412682 548682068864 18446744073709551615 4297085 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 8514 7999 229 541 0 7964 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34056

[startup+3.10109 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 16212
/proc/meminfo: memFree=1889056/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=58492 CPUtime=3.09
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 14333 0 0 0 301 8 0 0 25 0 1 0 97342693 59895808 13739 1992294400 4194304 6412682 548682068864 18446744073709551615 4564679 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 14623 13739 247 541 0 14073 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58492

[startup+6.3013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16212
/proc/meminfo: memFree=1875104/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=58492 CPUtime=6.29
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 14333 0 0 0 621 8 0 0 25 0 1 0 97342693 59895808 13739 1992294400 4194304 6412682 548682068864 18446744073709551615 5484944 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 14623 13739 247 541 0 14073 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58492

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16212
/proc/meminfo: memFree=1875040/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=58492 CPUtime=12.69
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 14378 0 0 0 1259 10 0 0 25 0 1 0 97342693 59895808 13784 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 14623 13784 254 541 0 14073 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58492

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 16212
/proc/meminfo: memFree=1875040/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=58492 CPUtime=25.49
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 14411 0 0 0 2536 13 0 0 25 0 1 0 97342693 59895808 13817 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 14623 13817 256 541 0 14073 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58492

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 16212
/proc/meminfo: memFree=1870048/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=64028 CPUtime=51.08
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 15751 0 0 0 5089 19 0 0 25 0 1 0 97342693 65564672 15157 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 16007 15157 256 541 0 15457 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 64028

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 16212
/proc/meminfo: memFree=1859232/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=75648 CPUtime=102.26
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 18367 0 0 0 10198 28 0 0 25 0 1 0 97342693 77463552 17773 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 18912 17773 256 541 0 18362 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 75648

[startup+162.302 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1850072/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=85188 CPUtime=162.24
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 20640 0 0 0 16186 38 0 0 25 0 1 0 97342693 87232512 20046 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 21297 20046 257 541 0 20747 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 85188

[startup+222.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1843736/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=92060 CPUtime=222.22
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 22222 0 0 0 22175 47 0 0 25 0 1 0 97342693 94269440 21628 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 23015 21628 257 541 0 22465 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 92060

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1834008/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=103568 CPUtime=282.21
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 24639 0 0 0 28164 57 0 0 25 0 1 0 97342693 106053632 24045 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 25892 24045 257 541 0 25342 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 103568

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1825176/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=112556 CPUtime=342.2
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 26830 0 0 0 34154 66 0 0 25 0 1 0 97342693 115257344 26236 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 28139 26236 257 541 0 27589 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 112556

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1821144/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=117108 CPUtime=402.18
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 27856 0 0 0 40144 74 0 0 25 0 1 0 97342693 119918592 27262 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 29277 27262 257 541 0 28727 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 117108

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1814944/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=123280 CPUtime=462.16
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 29366 0 0 0 46133 83 0 0 25 0 1 0 97342693 126238720 28772 1992294400 4194304 6412682 548682068864 18446744073709551615 4287583 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 30820 28772 257 541 0 30270 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 123280

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1807264/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=131560 CPUtime=522.16
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 31692 0 0 0 52124 92 0 0 25 0 1 0 97342693 134717440 30666 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 32890 30666 257 541 0 32340 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 131560

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1805728/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=133484 CPUtime=582.13
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 32081 0 0 0 58116 97 0 0 25 0 1 0 97342693 136687616 31055 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 33371 31055 257 541 0 32821 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 133484

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1796128/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=144100 CPUtime=642.13
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 34962 0 0 0 64107 106 0 0 25 0 1 0 97342693 147558400 33440 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 36025 33440 257 541 0 35475 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 144100

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1794208/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=146220 CPUtime=702.1
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 35437 0 0 0 70097 113 0 0 25 0 1 0 97342693 149729280 33915 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 36555 33915 257 541 0 36005 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 146220

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1786976/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=156872 CPUtime=762.1
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 37227 0 0 0 76090 120 0 0 25 0 1 0 97342693 160636928 35705 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 39218 35705 257 541 0 38668 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 156872

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1781856/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=162612 CPUtime=822.08
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 39086 0 0 0 82081 127 0 0 25 0 1 0 97342693 166514688 36993 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 40653 36993 257 541 0 40103 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 162612

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1779296/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=165812 CPUtime=882.07
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 39699 0 0 0 88074 133 0 0 25 0 1 0 97342693 169791488 37606 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 41453 37606 257 541 0 40903 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 165812

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1769952/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=175500 CPUtime=942.05
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 42065 0 0 0 94064 141 0 0 25 0 1 0 97342693 179712000 39972 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 43875 39972 257 541 0 43325 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 175500

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1766560/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=179172 CPUtime=1002.03
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 43532 0 0 0 100058 145 0 0 25 0 1 0 97342693 183472128 40783 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 44793 40783 257 541 0 44243 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 179172

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1765536/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=180612 CPUtime=1062.02
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 43790 0 0 0 106051 151 0 0 25 0 1 0 97342693 184946688 41041 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 45153 41041 257 541 0 44603 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 180612

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1756896/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=189884 CPUtime=1122
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 45946 0 0 0 112041 159 0 0 25 0 1 0 97342693 194441216 43197 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 47471 43197 257 541 0 46921 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 189884

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1748512/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=198576 CPUtime=1181.99
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 48764 0 0 0 118034 165 0 0 25 0 1 0 97342693 203341824 45260 1992294400 4194304 6412682 548682068864 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 49644 45260 257 541 0 49094 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 198576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16218
/proc/meminfo: memFree=1748448/2055920 swapFree=4181724/4192956
[pid=16211] ppid=16209 vsize=198576 CPUtime=1200.09
/proc/16211/stat : 16211 (kw) R 16209 16211 16116 0 -1 0 48771 0 0 0 119842 167 0 0 25 0 1 0 97342693 203341824 45267 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 49644 45267 257 541 0 49094 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 198576

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.43
CPU time (s): 1200.13
CPU user time (s): 1198.42
CPU system time (s): 1.70774
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 201276

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

runsolver used 0.936857 second user time and 2.70259 second system time

The end

Launcher Data

Begin job on node52 at 2009-04-25 22:59:12
IDJOB=1724182
IDBENCH=71764
IDSOLVER=501
FILE ID=node52/1724182-1240693151
PBS_JOBID= 9186727
Free space on /tmp= 66228 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT_RACE06/simon-s02b-k2f-gr-rcs-w8.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724182-1240693151/watcher-1724182-1240693151 -o /tmp/evaluation-result-1724182-1240693151/solver-1724182-1240693151 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1724182-1240693151.cnf

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

MD5SUM BENCH= 5da8899feefc5a4bb9db99e983e30f52
RANDOM SEED=2018556888

node52.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.214
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.214
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:       1931080 kB
Buffers:          5176 kB
Cached:          63968 kB
SwapCached:       5656 kB
Active:          33688 kB
Inactive:        43924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931080 kB
SwapTotal:     4192956 kB
SwapFree:      4181724 kB
Dirty:            5732 kB
Writeback:           0 kB
Mapped:          13732 kB
Slab:            33140 kB
Committed_AS:   363584 kB
PageTables:       1476 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= 66228 MiB
End job on node52 at 2009-04-25 23:19:15