Trace number 1735492

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.12 1200.45

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1375c111739g6.cnf
MD5SUMe4c376965bc8cbd4cdf5b3958d29ec62
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.254
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

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-1735492-1240802945/watcher-1735492-1240802945 -o /tmp/evaluation-result-1735492-1240802945/solver-1735492-1240802945 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1735492-1240802945.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.00 1.01 1.00 3/64 32494
/proc/meminfo: memFree=1660032/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=4784 CPUtime=0
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 568 0 0 0 0 0 0 0 18 0 1 0 108322229 4898816 552 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 1196 552 219 541 0 646 0

[startup+0.099527 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 32494
/proc/meminfo: memFree=1660032/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=6500 CPUtime=0.09
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 1066 0 0 0 9 0 0 0 18 0 1 0 108322229 6656000 1050 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 1625 1051 219 541 0 1075 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6500

[startup+0.101525 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 32494
/proc/meminfo: memFree=1660032/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=6632 CPUtime=0.09
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 1077 0 0 0 9 0 0 0 18 0 1 0 108322229 6791168 1061 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 1658 1061 219 541 0 1108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6632

[startup+0.301544 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 32494
/proc/meminfo: memFree=1660032/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=10448 CPUtime=0.29
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 2217 0 0 0 29 0 0 0 19 0 1 0 108322229 10698752 2104 1992294400 4194304 6412682 548682068864 18446744073709551615 4828299 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 2612 2105 220 541 0 2062 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10448

[startup+0.701581 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 32494
/proc/meminfo: memFree=1660032/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=20308 CPUtime=0.69
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 4771 0 0 0 67 2 0 0 23 0 1 0 108322229 20795392 4465 1992294400 4194304 6412682 548682068864 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 5077 4465 246 541 0 4527 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20308

[startup+1.50165 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 32495
/proc/meminfo: memFree=1641272/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=22288 CPUtime=1.49
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 5279 0 0 0 147 2 0 0 25 0 1 0 108322229 22822912 4973 1992294400 4194304 6412682 548682068864 18446744073709551615 4564571 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 5572 4973 246 541 0 5022 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22288

[startup+3.10181 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 32495
/proc/meminfo: memFree=1640312/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=23476 CPUtime=3.09
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 5585 0 0 0 307 2 0 0 25 0 1 0 108322229 24039424 5279 1992294400 4194304 6412682 548682068864 18446744073709551615 4564571 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 5869 5279 246 541 0 5319 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23476

[startup+6.3011 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 32495
/proc/meminfo: memFree=1637368/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=25460 CPUtime=6.28
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 6114 0 0 0 626 2 0 0 25 0 1 0 108322229 26071040 5808 1992294400 4194304 6412682 548682068864 18446744073709551615 4564685 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 6365 5808 246 541 0 5815 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25460

[startup+12.7017 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 32495
/proc/meminfo: memFree=1636792/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=26012 CPUtime=12.69
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 6298 0 0 0 1265 4 0 0 25 0 1 0 108322229 26636288 5992 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 6503 5992 253 541 0 5953 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26012

[startup+25.5019 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 32495
/proc/meminfo: memFree=1626552/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=37280 CPUtime=25.49
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 8995 0 0 0 2539 10 0 0 25 0 1 0 108322229 38174720 8689 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 9320 8689 255 541 0 8770 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37280

[startup+51.1013 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 32495
/proc/meminfo: memFree=1605944/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=58136 CPUtime=51.08
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 14010 0 0 0 5083 25 0 0 25 0 1 0 108322229 59531264 13704 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 14534 13704 255 541 0 13984 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 58136

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32495
/proc/meminfo: memFree=1580344/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=86124 CPUtime=102.27
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 20849 0 0 0 10183 44 0 0 25 0 1 0 108322229 88190976 20093 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 21531 20093 255 541 0 20981 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 86124

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32495
/proc/meminfo: memFree=1563896/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=103836 CPUtime=162.25
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 25540 0 0 0 16168 57 0 0 25 0 1 0 108322229 106328064 24189 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 25959 24189 255 541 0 25409 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 103836

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32495
/proc/meminfo: memFree=1550712/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=118056 CPUtime=222.23
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 29205 0 0 0 22152 71 0 0 25 0 1 0 108322229 120889344 27488 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 29514 27488 255 541 0 28964 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 118056

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32495
/proc/meminfo: memFree=1537720/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=131952 CPUtime=282.21
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 32834 0 0 0 28139 82 0 0 25 0 1 0 108322229 135118848 30696 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 32988 30696 255 541 0 32438 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 131952

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32495
/proc/meminfo: memFree=1520376/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=151728 CPUtime=342.2
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 37627 0 0 0 34125 95 0 0 25 0 1 0 108322229 155369472 35005 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 37932 35005 255 541 0 37382 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 151728

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32495
/proc/meminfo: memFree=1512056/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=161324 CPUtime=402.19
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 39775 0 0 0 40116 103 0 0 25 0 1 0 108322229 165195776 37153 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 40331 37153 255 541 0 39781 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 161324

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32495
/proc/meminfo: memFree=1496568/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=177752 CPUtime=462.17
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 44118 0 0 0 46104 113 0 0 25 0 1 0 108322229 182018048 40940 1992294400 4194304 6412682 548682068864 18446744073709551615 5315626 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 44438 40940 255 541 0 43888 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 177752

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32495
/proc/meminfo: memFree=1491960/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=183272 CPUtime=522.14
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 45290 0 0 0 52096 118 0 0 25 0 1 0 108322229 187670528 42112 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 45818 42112 256 541 0 45268 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 183272

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1476016/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=199892 CPUtime=582.13
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 49278 0 0 0 58082 131 0 0 25 0 1 0 108322229 204689408 46100 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 49973 46100 256 541 0 49423 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 199892

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1469816/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=206680 CPUtime=642.12
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 51406 0 0 0 64075 137 0 0 25 0 1 0 108322229 211640320 47588 1992294400 4194304 6412682 548682068864 18446744073709551615 4285892 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 51670 47588 256 541 0 51120 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 206680

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1467448/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=209440 CPUtime=702.1
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 51989 0 0 0 70066 144 0 0 25 0 1 0 108322229 214466560 48171 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 52360 48171 256 541 0 51810 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 209440

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1463864/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=213204 CPUtime=762.09
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 52908 0 0 0 76059 150 0 0 25 0 1 0 108322229 218320896 49090 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 53301 49090 256 541 0 52751 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 213204

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1451064/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=227100 CPUtime=822.06
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 56813 0 0 0 82049 157 0 0 25 0 1 0 108322229 232550400 52260 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 56775 52260 256 541 0 56225 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 227100

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1449400/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=229100 CPUtime=882.05
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 57213 0 0 0 88043 162 0 0 25 0 1 0 108322229 234598400 52660 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 57275 52660 256 541 0 56725 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 229100

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1447480/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=231340 CPUtime=942.03
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 57674 0 0 0 94037 166 0 0 25 0 1 0 108322229 236892160 53121 1992294400 4194304 6412682 548682068864 18446744073709551615 4362381 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 57835 53121 256 541 0 57285 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 231340

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1442424/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=237188 CPUtime=1002.01
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 58951 0 0 0 100029 172 0 0 25 0 1 0 108322229 242880512 54398 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 59297 54398 256 541 0 58747 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 237188

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1426616/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=253536 CPUtime=1062
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 62909 0 0 0 106021 179 0 0 25 0 1 0 108322229 259620864 58356 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 63384 58356 256 541 0 62834 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 253536

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1419576/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=260352 CPUtime=1121.98
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 65472 0 0 0 112013 185 0 0 25 0 1 0 108322229 266600448 60073 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 65088 60073 256 541 0 64538 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 260352

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1417784/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=262552 CPUtime=1181.97
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 65933 0 0 0 118007 190 0 0 25 0 1 0 108322229 268853248 60534 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 65638 60534 256 541 0 65088 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 262552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32497
/proc/meminfo: memFree=1417208/2055920 swapFree=4181248/4192956
[pid=32494] ppid=32492 vsize=262872 CPUtime=1200.06
/proc/32494/stat : 32494 (kw) R 32492 32494 31685 0 -1 0 66047 0 0 0 119815 191 0 0 25 0 1 0 108322229 269180928 60648 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/32494/statm: 65718 60648 256 541 0 65168 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 262872

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.45
CPU time (s): 1200.12
CPU user time (s): 1198.16
CPU system time (s): 1.9587
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 263384

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

runsolver used 0.954854 second user time and 2.47162 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-27 05:29:05
IDJOB=1735492
IDBENCH=71495
IDSOLVER=501
FILE ID=node48/1735492-1240802945
PBS_JOBID= 9187328
Free space on /tmp= 66392 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1375c111739g6.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735492-1240802945/watcher-1735492-1240802945 -o /tmp/evaluation-result-1735492-1240802945/solver-1735492-1240802945 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1735492-1240802945.cnf

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

MD5SUM BENCH= e4c376965bc8cbd4cdf5b3958d29ec62
RANDOM SEED=2091292743

node48.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.209
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.209
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:       1660448 kB
Buffers:         51332 kB
Cached:         279796 kB
SwapCached:       5676 kB
Active:         127332 kB
Inactive:       211884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660448 kB
SwapTotal:     4192956 kB
SwapFree:      4181248 kB
Dirty:            3600 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            42192 kB
Committed_AS:   514660 kB
PageTables:       1368 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= 66388 MiB
End job on node48 at 2009-04-27 05:49:07