Trace number 1727515

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.14 1200.5

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
MD5SUM73bcef7c584867538ae0bed90374a7ab
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 variables61649
Number of clauses3157120
Sum of the clauses size6361883
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23150117
Number of clauses of size 31
Number of clauses of size 413
Number of clauses of size 58
Number of clauses of size over 56981

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-1727515-1240725792/watcher-1727515-1240725792 -o /tmp/evaluation-result-1727515-1240725792/solver-1727515-1240725792 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1727515-1240725792.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.92 0.97 0.99 3/64 25680
/proc/meminfo: memFree=1785096/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=14732 CPUtime=0
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 1030 0 0 0 0 0 0 0 18 0 1 0 100607821 15085568 1014 1992294400 4194304 6412682 548682068832 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 3683 1021 192 541 0 3133 0

[startup+0.0503899 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25680
/proc/meminfo: memFree=1785096/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=33404 CPUtime=0.04
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 7517 0 0 0 1 3 0 0 18 0 1 0 100607821 34205696 7501 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 8351 7507 208 541 0 7801 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33404

[startup+0.101394 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25680
/proc/meminfo: memFree=1785096/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=80548 CPUtime=0.09
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 11957 0 0 0 4 5 0 0 18 0 1 0 100607821 82481152 11941 1992294400 4194304 6412682 548682068832 18446744073709551615 5487182 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 20137 11941 219 541 0 19587 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 80548

[startup+0.301413 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25680
/proc/meminfo: memFree=1785096/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=82792 CPUtime=0.29
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 12614 0 0 0 24 5 0 0 19 0 1 0 100607821 84779008 12598 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 20698 12598 219 541 0 20148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82792

[startup+0.701455 s]
/proc/loadavg: 0.92 0.97 0.99 3/64 25680
/proc/meminfo: memFree=1785096/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=87676 CPUtime=0.69
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 13959 0 0 0 63 6 0 0 22 0 1 0 100607821 89780224 13943 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 21919 13944 219 541 0 21369 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87676

[startup+1.50154 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 25681
/proc/meminfo: memFree=1727104/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=98104 CPUtime=1.49
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 16845 0 0 0 141 8 0 0 25 0 1 0 100607821 100458496 16829 1992294400 4194304 6412682 548682068832 18446744073709551615 5487182 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 24526 16829 219 541 0 23976 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98104

[startup+3.1017 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 25681
/proc/meminfo: memFree=1711040/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=118960 CPUtime=3.09
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 22625 0 0 0 297 12 0 0 25 0 1 0 100607821 121815040 22609 1992294400 4194304 6412682 548682068832 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 29740 22609 219 541 0 29190 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118960

[startup+6.30202 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 25681
/proc/meminfo: memFree=1663360/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=160804 CPUtime=6.29
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 34181 0 0 0 610 19 0 0 25 0 1 0 100607821 164663296 34165 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 40201 34165 219 541 0 39651 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 160804

[startup+12.7017 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 25681
/proc/meminfo: memFree=1563008/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=249784 CPUtime=12.68
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 61536 0 0 0 1234 34 0 0 25 0 1 0 100607821 255778816 58447 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 62446 58447 220 541 0 61896 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 249784

[startup+25.502 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 25681
/proc/meminfo: memFree=1434752/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=373304 CPUtime=25.48
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 100547 0 0 0 2495 53 0 0 25 0 1 0 100607821 382263296 91314 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 93326 91314 230 541 0 92776 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 373304

[startup+51.1016 s]
/proc/loadavg: 1.04 0.99 0.99 2/65 25681
/proc/meminfo: memFree=1217024/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=588628 CPUtime=51.05
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 149405 0 0 0 5022 83 0 0 25 0 1 0 100607821 602755072 140171 1992294400 4194304 6412682 548682068832 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 147157 140171 248 541 0 146607 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 588628

[startup+102.306 s]
/proc/loadavg: 1.09 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1206272/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=102.24
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 151975 0 0 0 10130 94 0 0 25 0 1 0 100607821 612487168 142741 1992294400 4194304 6412682 548682068832 18446744073709551615 4302513 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 142741 258 541 0 148983 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 598132

[startup+162.302 s]
/proc/loadavg: 1.15 1.03 1.01 2/65 25681
/proc/meminfo: memFree=1205952/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=162.22
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152036 0 0 0 16117 105 0 0 25 0 1 0 100607821 612487168 142802 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 142802 258 541 0 148983 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 598132

[startup+222.302 s]
/proc/loadavg: 1.11 1.04 1.01 2/65 25681
/proc/meminfo: memFree=1205824/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=222.21
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152063 0 0 0 22112 109 0 0 25 0 1 0 100607821 612487168 142829 1992294400 4194304 6412682 548682068832 18446744073709551615 4289388 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 142829 258 541 0 148983 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 598132

[startup+282.301 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 25681
/proc/meminfo: memFree=1205440/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=282.18
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152145 0 0 0 28097 121 0 0 25 0 1 0 100607821 612487168 142911 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 142911 258 541 0 148983 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 598132

[startup+342.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 25681
/proc/meminfo: memFree=1205256/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=342.17
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152179 0 0 0 34088 129 0 0 25 0 1 0 100607821 612487168 142945 1992294400 4194304 6412682 548682068832 18446744073709551615 4286874 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 142945 258 541 0 148983 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 598132

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25681
/proc/meminfo: memFree=1204936/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=402.15
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152244 0 0 0 40076 139 0 0 25 0 1 0 100607821 612487168 143010 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143010 258 541 0 148983 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 598132

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25681
/proc/meminfo: memFree=1204744/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=462.14
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152303 0 0 0 46065 149 0 0 25 0 1 0 100607821 612487168 143069 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143069 258 541 0 148983 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 598132

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1204616/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=522.12
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152330 0 0 0 52060 152 0 0 25 0 1 0 100607821 612487168 143096 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143096 258 541 0 148983 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 598132

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1204424/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=582.1
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152386 0 0 0 58050 160 0 0 25 0 1 0 100607821 612487168 143152 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143152 258 541 0 148983 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 598132

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1204104/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=642.09
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152451 0 0 0 64039 170 0 0 25 0 1 0 100607821 612487168 143217 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143217 258 541 0 148983 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 598132

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1203848/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=702.07
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152499 0 0 0 70029 178 0 0 25 0 1 0 100607821 612487168 143265 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143265 258 541 0 148983 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 598132

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1203784/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=762.06
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152515 0 0 0 76025 181 0 0 25 0 1 0 100607821 612487168 143281 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143281 258 541 0 148983 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 598132

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1203400/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=822.03
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152608 0 0 0 82014 189 0 0 25 0 1 0 100607821 612487168 143374 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143374 258 541 0 148983 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 598132

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1203272/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=882.02
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152625 0 0 0 88005 197 0 0 25 0 1 0 100607821 612487168 143391 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143391 258 541 0 148983 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 598132

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1203272/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=942
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152625 0 0 0 93995 205 0 0 25 0 1 0 100607821 612487168 143391 1992294400 4194304 6412682 548682068832 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143391 258 541 0 148983 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 598132

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1203208/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=1001.98
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152625 0 0 0 99985 213 0 0 25 0 1 0 100607821 612487168 143391 1992294400 4194304 6412682 548682068832 18446744073709551615 4301459 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143391 258 541 0 148983 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 598132

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1203144/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=1061.96
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152626 0 0 0 105977 219 0 0 25 0 1 0 100607821 612487168 143392 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143392 258 541 0 148983 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 598132

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1203144/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=1121.95
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152627 0 0 0 111972 223 0 0 25 0 1 0 100607821 612487168 143393 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143393 258 541 0 148983 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 598132

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1203016/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=1181.94
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152639 0 0 0 117966 228 0 0 25 0 1 0 100607821 612487168 143405 1992294400 4194304 6412682 548682068832 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143405 258 541 0 148983 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 598132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25681
/proc/meminfo: memFree=1202952/2055920 swapFree=4180816/4192956
[pid=25680] ppid=25678 vsize=598132 CPUtime=1200.03
/proc/25680/stat : 25680 (kw) R 25678 25680 25424 0 -1 0 152654 0 0 0 119774 229 0 0 25 0 1 0 100607821 612487168 143420 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25680/statm: 149533 143420 258 541 0 148983 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 598132

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.5
CPU time (s): 1200.14
CPU user time (s): 1197.75
CPU system time (s): 2.38764
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 598132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.75
system time used= 2.38764
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152654
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= 3
involuntary context switches= 2577

runsolver used 0.921859 second user time and 2.5976 second system time

The end

Launcher Data

Begin job on node45 at 2009-04-26 08:03:19
IDJOB=1727515
IDBENCH=24640
IDSOLVER=501
FILE ID=node45/1727515-1240725792
PBS_JOBID= 9186894
Free space on /tmp= 66252 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-all.used-as.sat04-986.sat05-4198.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727515-1240725792/watcher-1727515-1240725792 -o /tmp/evaluation-result-1727515-1240725792/solver-1727515-1240725792 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1727515-1240725792.cnf

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

MD5SUM BENCH= 73bcef7c584867538ae0bed90374a7ab
RANDOM SEED=7358762

node45.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.231
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.231
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:       1785640 kB
Buffers:         17048 kB
Cached:         171868 kB
SwapCached:       5972 kB
Active:          55676 kB
Inactive:       141636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785640 kB
SwapTotal:     4192956 kB
SwapFree:      4180816 kB
Dirty:           47836 kB
Writeback:           0 kB
Mapped:          14052 kB
Slab:            59112 kB
Committed_AS:   403928 kB
PageTables:       1376 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= 66240 MiB
End job on node45 at 2009-04-26 08:23:22