Trace number 1730854

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

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-280-1.sat05-2263.reshuffled-07.cnf
MD5SUM5c670fd8fd3fa9f00ac6df3f4ca9c99c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses1120
Sum of the clauses size3360
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31120
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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730854-1240764315/watcher-1730854-1240764315 -o /tmp/evaluation-result-1730854-1240764315/solver-1730854-1240764315 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1730854-1240764315.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.91 0.97 0.99 3/67 10534
/proc/meminfo: memFree=1548432/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=2748 CPUtime=0
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 324 0 0 0 0 0 0 0 18 0 1 0 104457661 2813952 308 1992294400 4194304 6412682 548682068864 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 687 308 219 541 0 137 0

[startup+0.0503041 s]
/proc/loadavg: 0.91 0.97 0.99 3/67 10534
/proc/meminfo: memFree=1548432/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=3012 CPUtime=0.04
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 409 0 0 0 4 0 0 0 18 0 1 0 104457661 3084288 393 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 753 393 245 541 0 203 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3012

[startup+0.102308 s]
/proc/loadavg: 0.91 0.97 0.99 3/67 10534
/proc/meminfo: memFree=1548432/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=3272 CPUtime=0.09
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 481 0 0 0 9 0 0 0 18 0 1 0 104457661 3350528 465 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 818 466 245 541 0 268 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3272

[startup+0.301325 s]
/proc/loadavg: 0.91 0.97 0.99 3/67 10534
/proc/meminfo: memFree=1548432/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=4196 CPUtime=0.29
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 710 0 0 0 29 0 0 0 19 0 1 0 104457661 4296704 694 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 1049 694 245 541 0 499 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4196

[startup+0.701361 s]
/proc/loadavg: 0.91 0.97 0.99 3/67 10534
/proc/meminfo: memFree=1548432/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=5700 CPUtime=0.69
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 1055 0 0 0 69 0 0 0 22 0 1 0 104457661 5836800 1039 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 1425 1039 245 541 0 875 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5700

[startup+1.50143 s]
/proc/loadavg: 0.91 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1544456/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=7864 CPUtime=1.49
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 1619 0 0 0 148 1 0 0 25 0 1 0 104457661 8052736 1563 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 1966 1563 245 541 0 1416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7864

[startup+3.10158 s]
/proc/loadavg: 0.91 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1542536/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=9420 CPUtime=3.09
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 1982 0 0 0 307 2 0 0 25 0 1 0 104457661 9646080 1881 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 2355 1881 249 541 0 1805 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9420

[startup+6.30186 s]
/proc/loadavg: 0.92 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1539720/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=11236 CPUtime=6.29
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 2567 0 0 0 626 3 0 0 25 0 1 0 104457661 11505664 2354 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 2809 2354 249 541 0 2259 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11236

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1535432/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=16352 CPUtime=12.69
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 3905 0 0 0 1263 6 0 0 25 0 1 0 104457661 16744448 3453 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 4088 3453 249 541 0 3538 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16352

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1530696/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=21200 CPUtime=25.48
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 5209 0 0 0 2538 10 0 0 25 0 1 0 104457661 21708800 4533 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 5300 4533 249 541 0 4750 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21200

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1521288/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=32852 CPUtime=51.07
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 8085 0 0 0 5089 18 0 0 25 0 1 0 104457661 33640448 6931 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 8213 6931 249 541 0 7663 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32852

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1508808/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=46864 CPUtime=102.27
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 11995 0 0 0 10197 30 0 0 25 0 1 0 104457661 47988736 10114 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 11716 10114 249 541 0 11166 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 46864

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1497672/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=61212 CPUtime=162.25
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 15318 0 0 0 16184 41 0 0 25 0 1 0 104457661 62681088 12753 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 15303 12753 249 541 0 14753 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 61212

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1490568/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=67936 CPUtime=222.24
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 17547 0 0 0 22171 53 0 0 25 0 1 0 104457661 69566464 14561 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 16984 14561 249 541 0 16434 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 67936

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1481032/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=78916 CPUtime=282.22
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 20398 0 0 0 28156 66 0 0 25 0 1 0 104457661 80809984 16928 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 19729 16928 249 541 0 19179 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 78916

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1474120/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=85576 CPUtime=342.21
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 22669 0 0 0 34145 76 0 0 25 0 1 0 104457661 87629824 18643 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 21394 18643 249 541 0 20844 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 85576

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1465736/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=95656 CPUtime=402.2
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 24817 0 0 0 40130 90 0 0 25 0 1 0 104457661 97951744 20791 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 23914 20791 249 541 0 23364 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 95656

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1461512/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=102960 CPUtime=462.18
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 26449 0 0 0 46120 98 0 0 25 0 1 0 104457661 105431040 21783 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 25740 21783 249 541 0 25190 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 102960

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1457864/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=107812 CPUtime=522.16
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 27441 0 0 0 52111 105 0 0 25 0 1 0 104457661 110399488 22775 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 26953 22775 249 541 0 26403 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 107812

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1450184/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=116168 CPUtime=582.15
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 30028 0 0 0 58101 114 0 0 25 0 1 0 104457661 118956032 24626 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 29042 24626 249 541 0 28492 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 116168

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1447368/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=120008 CPUtime=642.14
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 30715 0 0 0 64093 121 0 0 25 0 1 0 104457661 122888192 25313 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 30002 25313 249 541 0 29452 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 120008

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1438280/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=127516 CPUtime=702.12
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 32992 0 0 0 70082 130 0 0 25 0 1 0 104457661 130576384 27590 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 31879 27590 249 541 0 31329 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 127516

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1437000/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=128492 CPUtime=762.11
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 34137 0 0 0 76073 138 0 0 25 0 1 0 104457661 131575808 27889 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 32123 27889 249 541 0 31573 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 128492

[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1434760/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=131372 CPUtime=822.1
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 34703 0 0 0 82064 146 0 0 25 0 1 0 104457661 134524928 28455 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 32843 28455 249 541 0 32293 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 131372

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1429640/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=135796 CPUtime=882.08
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 35977 0 0 0 88054 154 0 0 25 0 1 0 104457661 139055104 29729 1992294400 4194304 6412682 548682068864 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 33949 29729 249 541 0 33399 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 135796

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10535
/proc/meminfo: memFree=1420744/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=147260 CPUtime=942.07
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 39132 0 0 0 94047 160 0 0 25 0 1 0 104457661 150794240 31911 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 36815 31911 249 541 0 36265 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 147260

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10541
/proc/meminfo: memFree=1420680/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=147260 CPUtime=1002.04
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 39147 0 0 0 100039 165 0 0 25 0 1 0 104457661 150794240 31926 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 36815 31926 249 541 0 36265 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 147260

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10541
/proc/meminfo: memFree=1420360/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=147260 CPUtime=1062.03
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 39236 0 0 0 106031 172 0 0 25 0 1 0 104457661 150794240 32015 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 36815 32015 249 541 0 36265 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 147260

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10541
/proc/meminfo: memFree=1419272/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=147920 CPUtime=1122.01
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 39523 0 0 0 112024 177 0 0 25 0 1 0 104457661 151470080 32302 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 36980 32302 249 541 0 36430 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 147920

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10541
/proc/meminfo: memFree=1410824/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=156700 CPUtime=1182
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 41677 0 0 0 118016 184 0 0 25 0 1 0 104457661 160460800 34456 1992294400 4194304 6412682 548682068864 18446744073709551615 4286778 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 39175 34456 249 541 0 38625 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 156700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 10541
/proc/meminfo: memFree=1404744/2055920 swapFree=4192812/4192956
[pid=10534] ppid=10532 vsize=162364 CPUtime=1200.1
/proc/10534/stat : 10534 (kw) R 10532 10534 10467 0 -1 0 43144 0 0 0 119824 186 0 0 25 0 1 0 104457661 166260736 35923 1992294400 4194304 6412682 548682068864 18446744073709551615 4296580 0 0 4096 0 0 0 0 17 1 0 0
/proc/10534/statm: 40591 35923 249 541 0 40041 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 162364

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.24
CPU system time (s): 1.88571
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 162364

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

runsolver used 1.05284 second user time and 3.32449 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-26 18:45:15
IDJOB=1730854
IDBENCH=24738
IDSOLVER=501
FILE ID=node68/1730854-1240764315
PBS_JOBID= 9187173
Free space on /tmp= 66556 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-280-1.sat05-2263.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730854-1240764315/watcher-1730854-1240764315 -o /tmp/evaluation-result-1730854-1240764315/solver-1730854-1240764315 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1730854-1240764315.cnf

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

MD5SUM BENCH= 5c670fd8fd3fa9f00ac6df3f4ca9c99c
RANDOM SEED=408663780

node68.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.223
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.223
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:       1548848 kB
Buffers:         60028 kB
Cached:         354764 kB
SwapCached:        144 kB
Active:         171072 kB
Inactive:       260240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:          26392 kB
Slab:            61364 kB
Committed_AS:   307400 kB
PageTables:       1560 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= 66556 MiB
End job on node68 at 2009-04-26 19:05:17