Trace number 1728946

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.11 1200.44

General information on the benchmark

Namecrafted/Hard/contest02/
pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
MD5SUMad877d677446ba8c798f8e71c4c035c2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark668.19
Satisfiable
(Un)Satisfiability was proved
Number of variables9638
Number of clauses31795
Sum of the clauses size82345
Maximum clause length3
Minimum clause length1
Number of clauses of size 183
Number of clauses of size 212874
Number of clauses of size 318838
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-1728946-1240743143/watcher-1728946-1240743143 -o /tmp/evaluation-result-1728946-1240743143/solver-1728946-1240743143 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1728946-1240743143.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/65 28329
/proc/meminfo: memFree=1588616/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=4756 CPUtime=0
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 741 0 0 0 0 0 0 0 18 0 1 0 102346972 4870144 725 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 1189 731 208 541 0 639 0

[startup+0.028084 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 28329
/proc/meminfo: memFree=1588616/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=8508 CPUtime=0.01
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 1684 0 0 0 1 0 0 0 18 0 1 0 102346972 8712192 1668 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 2127 1668 221 541 0 1577 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8508

[startup+0.101093 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 28329
/proc/meminfo: memFree=1588616/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=9300 CPUtime=0.09
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 1904 0 0 0 8 1 0 0 18 0 1 0 102346972 9523200 1888 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 2325 1888 221 541 0 1775 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9300

[startup+0.301115 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 28329
/proc/meminfo: memFree=1588616/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=12600 CPUtime=0.29
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 2798 0 0 0 28 1 0 0 19 0 1 0 102346972 12902400 2725 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 3150 2725 247 541 0 2600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12600

[startup+0.701161 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 28329
/proc/meminfo: memFree=1588616/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=13484 CPUtime=0.68
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 3118 0 0 0 66 2 0 0 22 0 1 0 102346972 13807616 2969 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 3371 2969 255 541 0 2821 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13484

[startup+1.50125 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1577280/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=13484 CPUtime=1.49
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 3121 0 0 0 146 3 0 0 25 0 1 0 102346972 13807616 2972 1992294400 4194304 6412682 548682068832 18446744073709551615 4334457 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 3371 2972 255 541 0 2821 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13484

[startup+3.10144 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1577152/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=13880 CPUtime=3.09
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 3233 0 0 0 306 3 0 0 25 0 1 0 102346972 14213120 3084 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 3470 3084 255 541 0 2920 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13880

[startup+6.30181 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1575232/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=15928 CPUtime=6.29
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 3738 0 0 0 625 4 0 0 25 0 1 0 102346972 16310272 3589 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 3982 3589 255 541 0 3432 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15928

[startup+12.7025 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1570752/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=20412 CPUtime=12.69
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 4799 0 0 0 1263 6 0 0 25 0 1 0 102346972 20901888 4650 1992294400 4194304 6412682 548682068832 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 5103 4650 255 541 0 4553 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20412

[startup+25.502 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1569984/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=20844 CPUtime=25.49
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 4911 0 0 0 2542 7 0 0 25 0 1 0 102346972 21344256 4762 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 5211 4762 258 541 0 4661 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20844

[startup+51.102 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1565760/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=25136 CPUtime=51.07
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 5945 0 0 0 5097 10 0 0 25 0 1 0 102346972 25739264 5796 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 6284 5796 258 541 0 5734 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25136

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1554944/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=36396 CPUtime=102.27
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 8929 0 0 0 10207 20 0 0 25 0 1 0 102346972 37269504 8507 1992294400 4194304 6412682 548682068832 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 9099 8507 258 541 0 8549 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 36396

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1543744/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=47640 CPUtime=162.24
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 11966 0 0 0 16196 28 0 0 25 0 1 0 102346972 48783360 11288 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 11910 11288 258 541 0 11360 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 47640

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1530176/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=62800 CPUtime=222.23
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 15674 0 0 0 22186 37 0 0 25 0 1 0 102346972 64307200 14656 1992294400 4194304 6412682 548682068832 18446744073709551615 4286844 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 15700 14656 258 541 0 15150 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 62800

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1520512/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=72548 CPUtime=282.21
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 18303 0 0 0 28178 43 0 0 25 0 1 0 102346972 74289152 17076 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 18137 17076 258 541 0 17587 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 72548

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1509568/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=83832 CPUtime=342.2
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 21265 0 0 0 34167 53 0 0 25 0 1 0 102346972 85843968 19798 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 20958 19798 258 541 0 20408 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 83832

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1495296/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=98140 CPUtime=402.18
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 25086 0 0 0 40156 62 0 0 25 0 1 0 102346972 100495360 23343 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 24535 23343 258 541 0 23985 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 98140

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28330
/proc/meminfo: memFree=1488960/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=105104 CPUtime=462.17
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 26734 0 0 0 46149 68 0 0 25 0 1 0 102346972 107626496 24991 1992294400 4194304 6412682 548682068832 18446744073709551615 4286914 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 26276 24991 258 541 0 25726 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 105104

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1480512/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=114960 CPUtime=522.14
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 29052 0 0 0 52139 75 0 0 25 0 1 0 102346972 117719040 26991 1992294400 4194304 6412682 548682068832 18446744073709551615 5277709 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 28740 26991 258 541 0 28190 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 114960

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1459456/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=136684 CPUtime=582.13
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 34670 0 0 0 58127 86 0 0 25 0 1 0 102346972 139964416 32244 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 34171 32244 258 541 0 33621 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 136684

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1458432/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=138012 CPUtime=642.12
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 34960 0 0 0 64121 91 0 0 25 0 1 0 102346972 141324288 32534 1992294400 4194304 6412682 548682068832 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 34503 32534 258 541 0 33953 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 138012

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1437824/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=158576 CPUtime=702.1
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 40160 0 0 0 70109 101 0 0 25 0 1 0 102346972 162381824 37734 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 39644 37734 258 541 0 39094 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 158576

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1433344/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=163660 CPUtime=762.08
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 41636 0 0 0 76103 105 0 0 25 0 1 0 102346972 167587840 38790 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 40915 38790 258 541 0 40365 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 163660

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1429888/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=167968 CPUtime=822.06
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 42585 0 0 0 82096 110 0 0 25 0 1 0 102346972 171999232 39739 1992294400 4194304 6412682 548682068832 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 41992 39740 258 541 0 41442 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 167968

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1409984/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=187492 CPUtime=882.05
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 47939 0 0 0 88084 121 0 0 25 0 1 0 102346972 191991808 44610 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 46873 44610 258 541 0 46323 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 187492

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1408320/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=189732 CPUtime=942.03
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 48371 0 0 0 94078 125 0 0 25 0 1 0 102346972 194285568 45042 1992294400 4194304 6412682 548682068832 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 47433 45042 258 541 0 46883 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 189732

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1403648/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=194304 CPUtime=1002.02
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 49566 0 0 0 100071 131 0 0 25 0 1 0 102346972 198967296 46237 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 48576 46237 258 541 0 48026 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 194304

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1381120/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=215868 CPUtime=1062
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 55658 0 0 0 106059 141 0 0 25 0 1 0 102346972 221048832 51774 1992294400 4194304 6412682 548682068832 18446744073709551615 4333434 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 53967 51774 258 541 0 53417 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 215868

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1380480/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=216600 CPUtime=1121.98
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 55859 0 0 0 112053 145 0 0 25 0 1 0 102346972 221798400 51975 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 54150 51975 258 541 0 53600 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 216600

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1379584/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=217184 CPUtime=1181.97
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 56083 0 0 0 118048 149 0 0 25 0 1 0 102346972 222396416 52199 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 54296 52199 258 541 0 53746 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 217184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 28336
/proc/meminfo: memFree=1378240/2055920 swapFree=4192812/4192956
[pid=28329] ppid=28327 vsize=219104 CPUtime=1200.06
/proc/28329/stat : 28329 (kw) R 28327 28329 28109 0 -1 0 56411 0 0 0 119856 150 0 0 25 0 1 0 102346972 224362496 52527 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28329/statm: 54776 52527 258 541 0 54226 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 219104

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.44
CPU time (s): 1200.11
CPU user time (s): 1198.57
CPU system time (s): 1.54077
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 219104

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

runsolver used 1.3198 second user time and 2.81457 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-26 12:52:23
IDJOB=1728946
IDBENCH=24690
IDSOLVER=501
FILE ID=node74/1728946-1240743143
PBS_JOBID= 9187023
Free space on /tmp= 103116 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest02/pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728946-1240743143/watcher-1728946-1240743143 -o /tmp/evaluation-result-1728946-1240743143/solver-1728946-1240743143 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1728946-1240743143.cnf

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

MD5SUM BENCH= ad877d677446ba8c798f8e71c4c035c2
RANDOM SEED=1870106116

node74.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.233
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.233
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:       1589096 kB
Buffers:         43372 kB
Cached:         344228 kB
SwapCached:          0 kB
Active:         156084 kB
Inactive:       246328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2732 kB
Writeback:           0 kB
Mapped:          23916 kB
Slab:            50244 kB
Committed_AS:   470972 kB
PageTables:       1444 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= 103112 MiB
End job on node74 at 2009-04-26 13:12:25