Trace number 1729105

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/contest03/others/
hwb-n32-01-S1491788039.sat05-497.reshuffled-07.cnf
MD5SUMc528b705716be41ea2448c50a45c52a8
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 variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
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-1729105-1240745234/watcher-1729105-1240745234 -o /tmp/evaluation-result-1729105-1240745234/solver-1729105-1240745234 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1729105-1240745234.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.84 0.94 0.98 3/64 22751
/proc/meminfo: memFree=1609584/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=2720 CPUtime=0
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 310 0 0 0 0 0 0 0 18 0 1 0 102550931 2785280 294 1992294400 4194304 6412682 548682068864 18446744073709551615 4916816 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 680 294 216 541 0 130 0

[startup+0.0394539 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 22751
/proc/meminfo: memFree=1609584/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=2984 CPUtime=0.03
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 399 0 0 0 3 0 0 0 18 0 1 0 102550931 3055616 383 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 746 383 253 541 0 196 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2984

[startup+0.101458 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 22751
/proc/meminfo: memFree=1609584/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=3380 CPUtime=0.09
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 496 0 0 0 9 0 0 0 18 0 1 0 102550931 3461120 480 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 845 480 253 541 0 295 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3380

[startup+0.301476 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 22751
/proc/meminfo: memFree=1609584/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=4436 CPUtime=0.29
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 775 0 0 0 29 0 0 0 19 0 1 0 102550931 4542464 759 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 1109 759 253 541 0 559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4436

[startup+0.701511 s]
/proc/loadavg: 0.84 0.94 0.98 3/64 22751
/proc/meminfo: memFree=1609584/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=6340 CPUtime=0.69
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 1239 0 0 0 69 0 0 0 22 0 1 0 102550931 6492160 1223 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 1585 1223 253 541 0 1035 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6340

[startup+1.50158 s]
/proc/loadavg: 0.84 0.94 0.98 2/65 22752
/proc/meminfo: memFree=1604840/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=7992 CPUtime=1.49
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 1625 0 0 0 148 1 0 0 25 0 1 0 102550931 8183808 1569 1992294400 4194304 6412682 548682068864 18446744073709551615 4287612 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 1998 1569 257 541 0 1448 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7992

[startup+3.10173 s]
/proc/loadavg: 0.84 0.94 0.98 2/65 22752
/proc/meminfo: memFree=1603496/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=10124 CPUtime=3.09
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 2206 0 0 0 306 3 0 0 25 0 1 0 102550931 10366976 2053 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 2531 2053 257 541 0 1981 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10124

[startup+6.30201 s]
/proc/loadavg: 0.85 0.94 0.98 2/65 22752
/proc/meminfo: memFree=1600176/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=13416 CPUtime=6.29
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 3082 0 0 0 624 5 0 0 25 0 1 0 102550931 13737984 2721 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 3354 2721 257 541 0 2804 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13416

[startup+12.7016 s]
/proc/loadavg: 0.87 0.94 0.98 2/65 22752
/proc/meminfo: memFree=1594616/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=18904 CPUtime=12.69
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 4604 0 0 0 1258 11 0 0 25 0 1 0 102550931 19357696 3928 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 4726 3928 257 541 0 4176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18904

[startup+25.5017 s]
/proc/loadavg: 0.89 0.94 0.98 2/65 22752
/proc/meminfo: memFree=1586680/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=28248 CPUtime=25.49
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 7056 0 0 0 2532 17 0 0 25 0 1 0 102550931 28925952 5902 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 7062 5902 257 541 0 6512 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28248

[startup+51.101 s]
/proc/loadavg: 0.93 0.94 0.98 2/65 22752
/proc/meminfo: memFree=1574968/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=41444 CPUtime=51.07
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 10712 0 0 0 5081 26 0 0 25 0 1 0 102550931 42438656 8831 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 10361 8831 257 541 0 9811 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41444

[startup+102.306 s]
/proc/loadavg: 0.97 0.95 0.98 2/65 22752
/proc/meminfo: memFree=1558264/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=60228 CPUtime=102.26
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 16037 0 0 0 10184 42 0 0 25 0 1 0 102550931 61673472 13051 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 15057 13051 257 541 0 14507 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 60228

[startup+162.301 s]
/proc/loadavg: 0.99 0.96 0.98 2/65 22752
/proc/meminfo: memFree=1541752/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=77364 CPUtime=162.24
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 21143 0 0 0 16164 60 0 0 25 0 1 0 102550931 79220736 17117 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 19341 17117 257 541 0 18791 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 77364

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.98 2/65 22752
/proc/meminfo: memFree=1530552/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=94324 CPUtime=222.23
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 24559 0 0 0 22147 76 0 0 25 0 1 0 102550931 96587776 19893 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 23581 19893 257 541 0 23031 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 94324

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22752
/proc/meminfo: memFree=1520568/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=105216 CPUtime=282.22
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 27781 0 0 0 28132 90 0 0 25 0 1 0 102550931 107741184 22379 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 26304 22379 257 541 0 25754 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 105216

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22752
/proc/meminfo: memFree=1508024/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=119356 CPUtime=342.19
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 31688 0 0 0 34119 100 0 0 25 0 1 0 102550931 122220544 25440 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 29839 25440 257 541 0 29289 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 119356

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22752
/proc/meminfo: memFree=1502712/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=129528 CPUtime=402.18
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 33662 0 0 0 40103 115 0 0 25 0 1 0 102550931 132636672 27414 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 32382 27414 257 541 0 31832 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 129528

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22752
/proc/meminfo: memFree=1492216/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=137556 CPUtime=462.16
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 36640 0 0 0 46090 126 0 0 25 0 1 0 102550931 140857344 29419 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 34389 29419 257 541 0 33839 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 137556

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22752
/proc/meminfo: memFree=1486264/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=142532 CPUtime=522.15
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 38211 0 0 0 52076 139 0 0 25 0 1 0 102550931 145952768 30990 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 35633 30990 257 541 0 35083 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 142532

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22752
/proc/meminfo: memFree=1480952/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=147036 CPUtime=582.13
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 40559 0 0 0 58067 146 0 0 25 0 1 0 102550931 150564864 32220 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 36759 32220 257 541 0 36209 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 147036

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22752
/proc/meminfo: memFree=1474424/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=156076 CPUtime=642.12
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 42194 0 0 0 64056 156 0 0 25 0 1 0 102550931 159821824 33855 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 39019 33855 257 541 0 38469 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 156076

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22754
/proc/meminfo: memFree=1462776/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=171500 CPUtime=702.1
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 45114 0 0 0 70042 168 0 0 25 0 1 0 102550931 175616000 36775 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 42875 36775 257 541 0 42325 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 171500

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22754
/proc/meminfo: memFree=1459384/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=174192 CPUtime=762.09
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 47181 0 0 0 76039 170 0 0 25 0 1 0 102550931 178372608 37556 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 43548 37556 257 541 0 42998 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 174192

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22754
/proc/meminfo: memFree=1456248/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=179328 CPUtime=822.06
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 48055 0 0 0 82025 181 0 0 25 0 1 0 102550931 183631872 38430 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 44832 38430 257 541 0 44282 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 179328

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22754
/proc/meminfo: memFree=1455160/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=179328 CPUtime=882.05
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 48331 0 0 0 88014 191 0 0 25 0 1 0 102550931 183631872 38706 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 44832 38706 257 541 0 44282 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 179328

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22754
/proc/meminfo: memFree=1435256/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=200676 CPUtime=942.04
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 53283 0 0 0 93999 205 0 0 25 0 1 0 102550931 205492224 43658 1992294400 4194304 6412682 548682068864 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 50169 43658 257 541 0 49619 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 200676

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22754
/proc/meminfo: memFree=1435000/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=200676 CPUtime=1002.02
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 54808 0 0 0 99993 209 0 0 25 0 1 0 102550931 205492224 43704 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 50169 43704 257 541 0 49619 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 200676

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22754
/proc/meminfo: memFree=1431288/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=205796 CPUtime=1062.01
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 55736 0 0 0 105980 221 0 0 25 0 1 0 102550931 210735104 44632 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 51449 44632 257 541 0 50899 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 205796

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22754
/proc/meminfo: memFree=1427320/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=208356 CPUtime=1121.99
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 56729 0 0 0 111969 230 0 0 25 0 1 0 102550931 213356544 45625 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 52089 45625 257 541 0 51539 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 208356

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22754
/proc/meminfo: memFree=1422264/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=216036 CPUtime=1181.97
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 58004 0 0 0 117956 241 0 0 25 0 1 0 102550931 221220864 46900 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 54009 46900 257 541 0 53459 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 216036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 22754
/proc/meminfo: memFree=1414264/2055920 swapFree=4170844/4192956
[pid=22751] ppid=22749 vsize=225480 CPUtime=1200.07
/proc/22751/stat : 22751 (kw) R 22749 22751 22714 0 -1 0 59990 0 0 0 119763 244 0 0 25 0 1 0 102550931 230891520 48886 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22751/statm: 56370 48886 257 541 0 55820 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 225480

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): 1197.63
CPU system time (s): 2.48062
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 225480

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

runsolver used 1.02584 second user time and 2.66759 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-26 13:27:14
IDJOB=1729105
IDBENCH=24693
IDSOLVER=501
FILE ID=node51/1729105-1240745234
PBS_JOBID= 9187052
Free space on /tmp= 66384 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest03/others/hwb-n32-01-S1491788039.sat05-497.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729105-1240745234/watcher-1729105-1240745234 -o /tmp/evaluation-result-1729105-1240745234/solver-1729105-1240745234 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1729105-1240745234.cnf

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

MD5SUM BENCH= c528b705716be41ea2448c50a45c52a8
RANDOM SEED=1503008152

node51.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.214
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.214
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:       1610000 kB
Buffers:         53224 kB
Cached:         306540 kB
SwapCached:      16820 kB
Active:         141272 kB
Inactive:       237720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610000 kB
SwapTotal:     4192956 kB
SwapFree:      4170844 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:          13592 kB
Slab:            52936 kB
Committed_AS:   281612 kB
PageTables:       1392 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= 66380 MiB
End job on node51 at 2009-04-26 13:47:17