Trace number 1519741

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.15 1200.47

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/10000/
unif-k3-r4.2-v10000-c42000-S21800963-085.cnf
MD5SUM4cbc233e7a70cae22bbfdd2b4008f16f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.4539
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
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-1519741-1238234276/watcher-1519741-1238234276 -o /tmp/evaluation-result-1519741-1238234276/solver-1519741-1238234276 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519741-1238234276.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.99 0.99 0.99 3/73 11145
/proc/meminfo: memFree=1656512/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=5332 CPUtime=0
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 903 0 0 0 0 0 0 0 20 0 1 0 1096092425 5459968 887 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 1333 894 208 541 0 783 0

[startup+0.0644439 s]
/proc/loadavg: 0.99 0.99 0.99 3/73 11145
/proc/meminfo: memFree=1656512/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=9140 CPUtime=0.05
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 1832 0 0 0 5 0 0 0 20 0 1 0 1096092425 9359360 1816 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 2285 1817 219 541 0 1735 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9140

[startup+0.101447 s]
/proc/loadavg: 0.99 0.99 0.99 3/73 11145
/proc/meminfo: memFree=1656512/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=9404 CPUtime=0.09
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 1935 0 0 0 8 1 0 0 20 0 1 0 1096092425 9629696 1919 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 2351 1920 219 541 0 1801 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9404

[startup+0.301468 s]
/proc/loadavg: 0.99 0.99 0.99 3/73 11145
/proc/meminfo: memFree=1656512/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=13700 CPUtime=0.29
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 3028 0 0 0 28 1 0 0 22 0 1 0 1096092425 14028800 2953 1992294400 4194304 6412682 548682068864 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 3425 2953 246 541 0 2875 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13700

[startup+0.701512 s]
/proc/loadavg: 0.99 0.99 0.99 3/73 11145
/proc/meminfo: memFree=1656512/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=13384 CPUtime=0.69
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 3058 0 0 0 68 1 0 0 25 0 1 0 1096092425 13705216 2904 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 3346 2904 253 541 0 2796 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13384

[startup+1.5016 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11146
/proc/meminfo: memFree=1645624/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=13912 CPUtime=1.49
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 3192 0 0 0 148 1 0 0 25 0 1 0 1096092425 14245888 3038 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 3478 3038 253 541 0 2928 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13912

[startup+3.10277 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11146
/proc/meminfo: memFree=1643768/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=17344 CPUtime=3.09
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 4068 0 0 0 307 2 0 0 25 0 1 0 1096092425 17760256 3914 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 4336 3914 253 541 0 3786 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17344

[startup+6.30111 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11146
/proc/meminfo: memFree=1636600/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=24212 CPUtime=6.29
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 5767 0 0 0 624 5 0 0 25 0 1 0 1096092425 24793088 5613 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 6053 5613 253 541 0 5503 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24212

[startup+12.7018 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11146
/proc/meminfo: memFree=1628416/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=32092 CPUtime=12.68
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 7708 0 0 0 1261 7 0 0 25 0 1 0 1096092425 32862208 7554 1992294400 4194304 6412682 548682068864 18446744073709551615 4405302 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 8023 7554 256 541 0 7473 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32092

[startup+25.5012 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11146
/proc/meminfo: memFree=1618880/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=39932 CPUtime=25.49
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 9683 0 0 0 2537 12 0 0 25 0 1 0 1096092425 40890368 9529 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 9983 9529 256 541 0 9433 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39932

[startup+51.1019 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11146
/proc/meminfo: memFree=1602624/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=57292 CPUtime=51.07
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 13979 0 0 0 5087 20 0 0 25 0 1 0 1096092425 58667008 13825 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 14323 13825 256 541 0 13773 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 57292

[startup+102.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11146
/proc/meminfo: memFree=1581184/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=77392 CPUtime=102.27
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 19511 0 0 0 10193 34 0 0 25 0 1 0 1096092425 79249408 18904 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 19348 18904 256 541 0 18798 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 77392

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11146
/proc/meminfo: memFree=1561408/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=97856 CPUtime=162.25
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 24815 0 0 0 16178 47 0 0 25 0 1 0 1096092425 100204544 23868 1992294400 4194304 6412682 548682068864 18446744073709551615 5264123 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 24464 23868 256 541 0 23914 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 97856

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1525696/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=132860 CPUtime=222.23
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 34086 0 0 0 22159 64 0 0 25 0 1 0 1096092425 136048640 32689 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 33215 32689 256 541 0 32665 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 132860

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1511424/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=146996 CPUtime=282.21
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 37912 0 0 0 28147 74 0 0 25 0 1 0 1096092425 150523904 36238 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 36749 36238 256 541 0 36199 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 146996

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1493248/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=164956 CPUtime=342.2
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 42767 0 0 0 34132 88 0 0 25 0 1 0 1096092425 168914944 40775 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 41239 40775 256 541 0 40689 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 164956

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1466496/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=192688 CPUtime=402.18
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 49785 0 0 0 40116 102 0 0 25 0 1 0 1096092425 197312512 47427 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 48172 47427 256 541 0 47622 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 192688

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1463680/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=196008 CPUtime=462.16
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 50623 0 0 0 46106 110 0 0 25 0 1 0 1096092425 200712192 48265 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 49002 48265 256 541 0 48452 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 196008

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1438976/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=219920 CPUtime=522.16
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 57086 0 0 0 52093 123 0 0 25 0 1 0 1096092425 225198080 54307 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 54980 54307 256 541 0 54430 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 219920

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1419456/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=239884 CPUtime=582.13
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 62079 0 0 0 58081 132 0 0 25 0 1 0 1096092425 245641216 59300 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 59971 59300 256 541 0 59421 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 239884

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1405120/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=253616 CPUtime=642.12
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 66029 0 0 0 64070 142 0 0 25 0 1 0 1096092425 259702784 62766 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 63404 62766 256 541 0 62854 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 253616

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1390720/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=268544 CPUtime=702.1
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 69753 0 0 0 70059 151 0 0 25 0 1 0 1096092425 274989056 66490 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 67136 66490 256 541 0 66586 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 268544

[startup+762.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1357824/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=300464 CPUtime=762.09
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 78368 0 0 0 76045 164 0 0 25 0 1 0 1096092425 307675136 74549 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 75116 74549 256 541 0 74566 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 300464

[startup+822.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1357824/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=300464 CPUtime=822.07
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 78370 0 0 0 82037 170 0 0 25 0 1 0 1096092425 307675136 74551 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 75116 74551 256 541 0 74566 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 300464

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1342528/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=315912 CPUtime=882.06
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 82249 0 0 0 88025 181 0 0 25 0 1 0 1096092425 323493888 78430 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 78978 78430 256 541 0 78428 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 315912

[startup+942.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1317632/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=340240 CPUtime=942.04
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 89013 0 0 0 94011 193 0 0 25 0 1 0 1096092425 348405760 84554 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 85060 84554 256 541 0 84510 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 340240

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1317632/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=340240 CPUtime=1002.02
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 89013 0 0 0 100004 198 0 0 25 0 1 0 1096092425 348405760 84554 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 85060 84554 256 541 0 84510 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 340240

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1317824/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=340240 CPUtime=1062.01
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 89013 0 0 0 105998 203 0 0 25 0 1 0 1096092425 348405760 84554 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 85060 84554 256 541 0 84510 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 340240

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1282496/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=378272 CPUtime=1122
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 97900 0 0 0 111983 217 0 0 25 0 1 0 1096092425 387350528 93441 1992294400 4194304 6412682 548682068864 18446744073709551615 4333082 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 94568 93441 256 541 0 94018 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 378272

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1269888/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=390300 CPUtime=1181.98
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 101679 0 0 0 117973 225 0 0 25 0 1 0 1096092425 399667200 96484 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 97575 96484 256 541 0 97025 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 390300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.99 0.99 2/74 11152
/proc/meminfo: memFree=1269888/2055920 swapFree=4164824/4192956
[pid=11145] ppid=11143 vsize=390300 CPUtime=1200.08
/proc/11145/stat : 11145 (kw) R 11143 11145 10693 0 -1 0 101679 0 0 0 119781 227 0 0 25 0 1 0 1096092425 399667200 96484 1992294400 4194304 6412682 548682068864 18446744073709551615 4362000 0 0 4096 0 0 0 0 17 1 0 0
/proc/11145/statm: 97575 96484 256 541 0 97025 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 390300

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.47
CPU time (s): 1200.15
CPU user time (s): 1197.82
CPU system time (s): 2.33564
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 393244

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

runsolver used 1.18882 second user time and 3.18952 second system time

The end

Launcher Data

Begin job on node81 at 2009-03-28 10:57:56
IDJOB=1519741
IDBENCH=70300
IDSOLVER=501
FILE ID=node81/1519741-1238234276
PBS_JOBID= 9060567
Free space on /tmp= 126236 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/10000/unif-k3-r4.2-v10000-c42000-S21800963-085.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519741-1238234276/watcher-1519741-1238234276 -o /tmp/evaluation-result-1519741-1238234276/solver-1519741-1238234276 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519741-1238234276.cnf

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

MD5SUM BENCH= 4cbc233e7a70cae22bbfdd2b4008f16f
RANDOM SEED=1354026384

node81.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.220
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.220
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:      2055920 kB
MemFree:       1656992 kB
Buffers:         39548 kB
Cached:         263992 kB
SwapCached:      18984 kB
Active:          92040 kB
Inactive:       232344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656992 kB
SwapTotal:     4192956 kB
SwapFree:      4164824 kB
Dirty:            2980 kB
Writeback:           0 kB
Mapped:          26592 kB
Slab:            59448 kB
Committed_AS:  2804968 kB
PageTables:       2084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126232 MiB
End job on node81 at 2009-03-28 11:17:58