Trace number 1726985

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
kw 2009-03-20? (TO) 1200.08 1200.42

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
MD5SUM8b466b7ef3217bdc844a579ae744d427
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables18623
Number of clauses182878
Sum of the clauses size821466
Maximum clause length5
Minimum clause length1
Number of clauses of size 1290
Number of clauses of size 218428
Number of clauses of size 318240
Number of clauses of size 40
Number of clauses of size 5145920
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-1726985-1240719394/watcher-1726985-1240719394 -o /tmp/evaluation-result-1726985-1240719394/solver-1726985-1240719394 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1726985-1240719394.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.85 0.97 0.99 3/64 25125
/proc/meminfo: memFree=1603808/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=4976 CPUtime=0
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 775 0 0 0 0 0 0 0 18 0 1 0 99966653 5095424 759 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 1244 764 208 541 0 694 0

[startup+0.022257 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25125
/proc/meminfo: memFree=1603808/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=15164 CPUtime=0.02
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 2955 0 0 0 1 1 0 0 18 0 1 0 99966653 15527936 2939 1992294400 4194304 6412682 548682068864 18446744073709551615 4282873 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 3791 2939 219 541 0 3241 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15164

[startup+0.101266 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25125
/proc/meminfo: memFree=1603808/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=15824 CPUtime=0.09
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 3162 0 0 0 8 1 0 0 18 0 1 0 99966653 16203776 3146 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 3956 3146 221 541 0 3406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15824

[startup+0.301287 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25125
/proc/meminfo: memFree=1603808/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=17672 CPUtime=0.29
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 3692 0 0 0 28 1 0 0 19 0 1 0 99966653 18096128 3676 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 4418 3676 221 541 0 3868 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17672

[startup+0.701331 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25125
/proc/meminfo: memFree=1603808/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=22044 CPUtime=0.69
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 4866 0 0 0 68 1 0 0 23 0 1 0 99966653 22573056 4850 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 5511 4850 221 541 0 4961 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22044

[startup+1.50142 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1582424/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=34968 CPUtime=1.49
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 8375 0 0 0 146 3 0 0 25 0 1 0 99966653 35807232 8249 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 8742 8250 230 541 0 8192 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34968

[startup+3.1016 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1565976/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=42576 CPUtime=3.09
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 9922 0 0 0 305 4 0 0 25 0 1 0 99966653 43597824 9796 1992294400 4194304 6412682 548682068864 18446744073709551615 4564867 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 10644 9796 247 541 0 10094 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42576

[startup+6.30195 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1566424/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=41016 CPUtime=6.29
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 9962 0 0 0 625 4 0 0 25 0 1 0 99966653 42000384 9456 1992294400 4194304 6412682 548682068864 18446744073709551615 4333434 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 10254 9456 254 541 0 9704 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41016

[startup+12.7017 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1566496/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=41016 CPUtime=12.69
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 9964 0 0 0 1264 5 0 0 25 0 1 0 99966653 42000384 9458 1992294400 4194304 6412682 548682068864 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 10254 9458 254 541 0 9704 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41016

[startup+25.5011 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1566632/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=41016 CPUtime=25.49
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 9984 0 0 0 2544 5 0 0 25 0 1 0 99966653 42000384 9478 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 10254 9478 254 541 0 9704 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41016

[startup+51.1019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1563624/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=44192 CPUtime=51.07
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 10781 0 0 0 5101 6 0 0 25 0 1 0 99966653 45252608 10275 1992294400 4194304 6412682 548682068864 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 11048 10275 254 541 0 10498 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44192

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1556840/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=51148 CPUtime=102.27
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 12437 0 0 0 10217 10 0 0 25 0 1 0 99966653 52375552 11931 1992294400 4194304 6412682 548682068864 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 12787 11931 254 541 0 12237 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 51148

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1553320/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=54660 CPUtime=162.24
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 13309 0 0 0 16211 13 0 0 25 0 1 0 99966653 55971840 12803 1992294400 4194304 6412682 548682068864 18446744073709551615 4417329 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 13665 12803 257 541 0 13115 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 54660

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1550312/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=57608 CPUtime=222.23
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 14051 0 0 0 22207 16 0 0 25 0 1 0 99966653 58990592 13545 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 14402 13545 257 541 0 13852 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 57608

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1547304/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=60696 CPUtime=282.21
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 14787 0 0 0 28203 18 0 0 25 0 1 0 99966653 62152704 14281 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 15174 14281 257 541 0 14624 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 60696

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1543592/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=64368 CPUtime=342.19
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 15716 0 0 0 34198 21 0 0 25 0 1 0 99966653 65912832 15210 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 16092 15210 257 541 0 15542 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 64368

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1537896/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=70404 CPUtime=402.17
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 17123 0 0 0 40193 24 0 0 25 0 1 0 99966653 72093696 16617 1992294400 4194304 6412682 548682068864 18446744073709551615 4329649 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 17601 16617 257 541 0 17051 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 70404

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1536872/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=71408 CPUtime=462.16
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 17377 0 0 0 46190 26 0 0 25 0 1 0 99966653 73121792 16871 1992294400 4194304 6412682 548682068864 18446744073709551615 4362516 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 17852 16871 257 541 0 17302 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 71408

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1533480/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=74944 CPUtime=522.14
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 18234 0 0 0 52184 30 0 0 25 0 1 0 99966653 76742656 17728 1992294400 4194304 6412682 548682068864 18446744073709551615 4286943 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 18736 17728 257 541 0 18186 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 74944

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1527528/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=80976 CPUtime=582.12
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 19716 0 0 0 58178 34 0 0 25 0 1 0 99966653 82919424 19210 1992294400 4194304 6412682 548682068864 18446744073709551615 4333434 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 20244 19210 257 541 0 19694 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 80976

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1526888/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=81620 CPUtime=642.11
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 19869 0 0 0 64175 36 0 0 25 0 1 0 99966653 83578880 19363 1992294400 4194304 6412682 548682068864 18446744073709551615 4333378 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 20405 19363 257 541 0 19855 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 81620

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1524008/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=84572 CPUtime=702.09
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 20585 0 0 0 70170 39 0 0 25 0 1 0 99966653 86601728 20079 1992294400 4194304 6412682 548682068864 18446744073709551615 4333423 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 21143 20079 257 541 0 20593 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 84572

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1522728/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=85812 CPUtime=762.08
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 20888 0 0 0 76166 42 0 0 25 0 1 0 99966653 87871488 20382 1992294400 4194304 6412682 548682068864 18446744073709551615 4289388 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 21453 20382 257 541 0 20903 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 85812

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1518696/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=89956 CPUtime=822.06
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 22061 0 0 0 82161 45 0 0 25 0 1 0 99966653 92114944 21397 1992294400 4194304 6412682 548682068864 18446744073709551615 4333410 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 22489 21397 257 541 0 21939 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 89956

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1516264/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=92648 CPUtime=882.04
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 22677 0 0 0 88156 48 0 0 25 0 1 0 99966653 94871552 22013 1992294400 4194304 6412682 548682068864 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 23162 22013 257 541 0 22612 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 92648

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1510120/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=99964 CPUtime=942.02
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 24392 0 0 0 94149 53 0 0 25 0 1 0 99966653 102363136 23546 1992294400 4194304 6412682 548682068864 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 24991 23546 257 541 0 24441 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 99964

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1507240/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=103032 CPUtime=1002
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 25088 0 0 0 100143 57 0 0 25 0 1 0 99966653 105504768 24242 1992294400 4194304 6412682 548682068864 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 25758 24242 257 541 0 25208 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 103032

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1502248/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=108344 CPUtime=1061.98
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 26516 0 0 0 106137 61 0 0 25 0 1 0 99966653 110944256 25461 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 27086 25461 257 541 0 26536 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 108344

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1502120/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=108644 CPUtime=1121.97
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 26562 0 0 0 112133 64 0 0 25 0 1 0 99966653 111251456 25507 1992294400 4194304 6412682 548682068864 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 27161 25507 257 541 0 26611 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 108644

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1500840/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=110216 CPUtime=1181.95
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 26918 0 0 0 118129 66 0 0 25 0 1 0 99966653 112861184 25863 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 27554 25863 257 541 0 27004 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 110216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25126
/proc/meminfo: memFree=1498024/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=112800 CPUtime=1200.05
/proc/25125/stat : 25125 (kw) R 25123 25125 25088 0 -1 0 27582 0 0 0 119937 68 0 0 25 0 1 0 99966653 115507200 26527 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 28200 26527 257 541 0 27650 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 112800

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.42
CPU time (s): 1200.08
CPU user time (s): 1199.38
CPU system time (s): 0.698893
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 112800

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

runsolver used 0.996848 second user time and 2.32765 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-26 06:16:35
IDJOB=1726985
IDBENCH=24627
IDSOLVER=501
FILE ID=node59/1726985-1240719394
PBS_JOBID= 9186900
Free space on /tmp= 66392 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-096BitPrimes-0.sat05-507.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726985-1240719394/watcher-1726985-1240719394 -o /tmp/evaluation-result-1726985-1240719394/solver-1726985-1240719394 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1726985-1240719394.cnf

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

MD5SUM BENCH= 8b466b7ef3217bdc844a579ae744d427
RANDOM SEED=1435746198

node59.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.240
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.240
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:       1604288 kB
Buffers:         50120 kB
Cached:         321772 kB
SwapCached:          0 kB
Active:         224476 kB
Inactive:       161256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7424 kB
Writeback:           0 kB
Mapped:          23572 kB
Slab:            51872 kB
Committed_AS:   432224 kB
PageTables:       1456 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= 66392 MiB
End job on node59 at 2009-04-26 06:36:37