Trace number 1519511

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.1 1200.56

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S2015297474-031.cnf
MD5SUM3b614b06e2532ea8a6491816cc6dd7a8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.9386
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
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-1519511-1238229512/watcher-1519511-1238229512 -o /tmp/evaluation-result-1519511-1238229512/solver-1519511-1238229512 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519511-1238229512.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.02 1.08 1.02 3/69 9355
/proc/meminfo: memFree=1766272/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=3272 CPUtime=0
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 430 0 0 0 0 0 0 0 18 0 1 0 1095615882 3350528 414 1992294400 4194304 6412682 548682068864 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 818 414 219 541 0 268 0

[startup+0.0654871 s]
/proc/loadavg: 1.02 1.08 1.02 3/69 9355
/proc/meminfo: memFree=1766272/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=3932 CPUtime=0.06
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 611 0 0 0 6 0 0 0 18 0 1 0 1095615882 4026368 595 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 983 595 219 541 0 433 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3932

[startup+0.102493 s]
/proc/loadavg: 1.02 1.08 1.02 3/69 9355
/proc/meminfo: memFree=1766272/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=4460 CPUtime=0.09
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 758 0 0 0 9 0 0 0 18 0 1 0 1095615882 4567040 742 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 1115 742 219 541 0 565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4460

[startup+0.301532 s]
/proc/loadavg: 1.02 1.08 1.02 3/69 9355
/proc/meminfo: memFree=1766272/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=5324 CPUtime=0.29
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 1367 0 0 0 29 0 0 0 19 0 1 0 1095615882 5451776 990 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 1331 990 245 541 0 781 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5324

[startup+0.702611 s]
/proc/loadavg: 1.02 1.08 1.02 3/69 9355
/proc/meminfo: memFree=1766272/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=7568 CPUtime=0.69
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 1938 0 0 0 68 1 0 0 22 0 1 0 1095615882 7749632 1561 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 1892 1561 245 541 0 1342 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7568

[startup+1.50177 s]
/proc/loadavg: 1.02 1.07 1.02 2/70 9356
/proc/meminfo: memFree=1759480/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=11552 CPUtime=1.49
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 2902 0 0 0 147 2 0 0 25 0 1 0 1095615882 11829248 2525 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 2888 2525 245 541 0 2338 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11552

[startup+3.10108 s]
/proc/loadavg: 1.02 1.07 1.02 2/70 9356
/proc/meminfo: memFree=1754232/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=18044 CPUtime=3.09
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 4567 0 0 0 306 3 0 0 25 0 1 0 1095615882 18477056 4150 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 4511 4150 245 541 0 3961 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18044

[startup+6.30172 s]
/proc/loadavg: 1.02 1.07 1.02 2/70 9356
/proc/meminfo: memFree=1747512/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=21344 CPUtime=6.28
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 5423 0 0 0 624 4 0 0 25 0 1 0 1095615882 21856256 4961 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 5336 4961 248 541 0 4786 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21344

[startup+12.702 s]
/proc/loadavg: 1.02 1.07 1.02 2/70 9356
/proc/meminfo: memFree=1740096/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=29672 CPUtime=12.69
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 7706 0 0 0 1261 8 0 0 25 0 1 0 1095615882 30384128 7063 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 7418 7063 248 541 0 6868 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29672

[startup+25.5015 s]
/proc/loadavg: 1.02 1.07 1.02 2/70 9356
/proc/meminfo: memFree=1729984/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=39108 CPUtime=25.48
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 10167 0 0 0 2535 13 0 0 25 0 1 0 1095615882 40046592 9354 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 9777 9354 248 541 0 9227 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39108

[startup+51.1016 s]
/proc/loadavg: 1.01 1.06 1.02 2/70 9356
/proc/meminfo: memFree=1713024/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=56188 CPUtime=51.07
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 14834 0 0 0 5084 23 0 0 25 0 1 0 1095615882 57536512 13659 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 14047 13659 248 541 0 13497 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 56188

[startup+102.307 s]
/proc/loadavg: 1.00 1.05 1.01 2/70 9356
/proc/meminfo: memFree=1686144/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=83036 CPUtime=102.25
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 21872 0 0 0 10185 40 0 0 25 0 1 0 1095615882 85028864 20148 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 20759 20148 248 541 0 20209 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 83036

[startup+162.302 s]
/proc/loadavg: 1.00 1.04 1.01 2/70 9356
/proc/meminfo: memFree=1665216/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=104792 CPUtime=162.23
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 27764 0 0 0 16169 54 0 0 25 0 1 0 1095615882 107307008 25522 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 26198 25522 248 541 0 25648 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 104792

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/70 9356
/proc/meminfo: memFree=1636224/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=134400 CPUtime=222.2
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 35440 0 0 0 22151 69 0 0 25 0 1 0 1095615882 137625600 32514 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 33600 32514 248 541 0 33050 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 134400

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/70 9356
/proc/meminfo: memFree=1618112/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=152620 CPUtime=282.19
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 40373 0 0 0 28136 83 0 0 25 0 1 0 1095615882 156282880 37026 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 38155 37026 248 541 0 37605 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 152620

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/70 9356
/proc/meminfo: memFree=1608960/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=162192 CPUtime=342.16
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 42758 0 0 0 34122 94 0 0 25 0 1 0 1095615882 166084608 39411 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 40548 39411 248 541 0 39998 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 162192

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/70 9358
/proc/meminfo: memFree=1594560/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=176788 CPUtime=402.13
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 46782 0 0 0 40106 107 0 0 25 0 1 0 1095615882 181030912 42951 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 44197 42951 248 541 0 43647 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 176788

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1568064/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=204408 CPUtime=462.11
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 53896 0 0 0 46089 122 0 0 25 0 1 0 1095615882 209313792 49509 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 51102 49509 248 541 0 50552 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 204408

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1567488/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=205188 CPUtime=522.09
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 54090 0 0 0 52079 130 0 0 25 0 1 0 1095615882 210112512 49703 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 51297 49703 248 541 0 50747 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 205188

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1546304/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=227104 CPUtime=582.07
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 59419 0 0 0 58065 142 0 0 25 0 1 0 1095615882 232554496 55032 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 56776 55032 248 541 0 56226 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 227104

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1539904/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=235868 CPUtime=642.05
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 61586 0 0 0 64056 149 0 0 25 0 1 0 1095615882 241528832 56559 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 58967 56559 248 541 0 58417 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 235868

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1539584/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=236032 CPUtime=702.02
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 61684 0 0 0 70048 154 0 0 25 0 1 0 1095615882 241696768 56657 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 59008 56657 248 541 0 58458 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 236032

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1509760/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=266872 CPUtime=762
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 69094 0 0 0 76032 168 0 0 25 0 1 0 1095615882 273276928 64067 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 66718 64067 248 541 0 66168 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 266872

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1506240/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=270188 CPUtime=821.98
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 70691 0 0 0 82023 175 0 0 25 0 1 0 1095615882 276672512 64928 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 67547 64928 248 541 0 66997 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 270188

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1505728/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=270712 CPUtime=881.95
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 70824 0 0 0 88014 181 0 0 25 0 1 0 1095615882 277209088 65061 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 67678 65061 248 541 0 67128 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 270712

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1496640/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=280524 CPUtime=941.93
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 73162 0 0 0 94003 190 0 0 25 0 1 0 1095615882 287256576 67399 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 70131 67400 248 541 0 69581 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 280524

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1471296/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=306160 CPUtime=1001.91
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 79446 0 0 0 99990 201 0 0 25 0 1 0 1095615882 313507840 73683 1992294400 4194304 6412682 548682068864 18446744073709551615 4287200 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 76540 73683 248 541 0 75990 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 306160

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1468864/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=308272 CPUtime=1061.89
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 80854 0 0 0 105983 206 0 0 25 0 1 0 1095615882 315670528 74245 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 77068 74245 248 541 0 76518 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 308272

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1468672/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=308272 CPUtime=1121.86
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 80915 0 0 0 111975 211 0 0 25 0 1 0 1095615882 315670528 74306 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 77068 74306 248 541 0 76518 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 308272

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1468096/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=309436 CPUtime=1181.84
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 81182 0 0 0 117969 215 0 0 25 0 1 0 1095615882 316862464 74573 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 77359 74573 248 541 0 76809 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 309436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1460032/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=317556 CPUtime=1200.04
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 83067 0 0 0 119786 218 0 0 25 0 1 0 1095615882 325177344 76458 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 79389 76458 248 541 0 78839 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 317556

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: 1.00 1.00 1.00 2/70 9358
/proc/meminfo: memFree=1460032/2055920 swapFree=4177820/4192956
[pid=9355] ppid=9353 vsize=317556 CPUtime=1200.04
/proc/9355/stat : 9355 (kw) R 9353 9355 9025 0 -1 0 83067 0 0 0 119786 218 0 0 25 0 1 0 1095615882 325177344 76458 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9355/statm: 79389 76458 248 541 0 78839 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 317556

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.1
CPU user time (s): 1197.87
CPU system time (s): 2.23366
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 317556

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

runsolver used 0.947855 second user time and 3.43048 second system time

The end

Launcher Data

Begin job on node73 at 2009-03-28 09:38:32
IDJOB=1519511
IDBENCH=70185
IDSOLVER=501
FILE ID=node73/1519511-1238229512
PBS_JOBID= 9060581
Free space on /tmp= 66268 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S2015297474-031.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519511-1238229512/watcher-1519511-1238229512 -o /tmp/evaluation-result-1519511-1238229512/solver-1519511-1238229512 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519511-1238229512.cnf

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

MD5SUM BENCH= 3b614b06e2532ea8a6491816cc6dd7a8
RANDOM SEED=1289474288

node73.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.277
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.277
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:       1766688 kB
Buffers:         40924 kB
Cached:         168968 kB
SwapCached:       8184 kB
Active:         128652 kB
Inactive:        91080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766688 kB
SwapTotal:     4192956 kB
SwapFree:      4177820 kB
Dirty:            2700 kB
Writeback:           0 kB
Mapped:          15560 kB
Slab:            55136 kB
Committed_AS:  2714588 kB
PageTables:       1656 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= 66264 MiB
End job on node73 at 2009-03-28 09:58:34