Trace number 1726508

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.44

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
MD5SUM84c61ea490109e11c1f7afe1d2e5d438
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 variables1188
Number of clauses13833
Sum of the clauses size41796
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313536
Number of clauses of size 4297
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-1726508-1240713190/watcher-1726508-1240713190 -o /tmp/evaluation-result-1726508-1240713190/solver-1726508-1240713190 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1726508-1240713190.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 1.04 1.06 3/65 18013
/proc/meminfo: memFree=1564064/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=3324 CPUtime=0
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 457 0 0 0 0 0 0 0 20 0 1 0 99348609 3403776 441 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 831 442 219 541 0 281 0

[startup+0.028869 s]
/proc/loadavg: 0.92 1.04 1.06 3/65 18013
/proc/meminfo: memFree=1564064/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=3720 CPUtime=0.02
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 555 0 0 0 2 0 0 0 20 0 1 0 99348609 3809280 539 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 930 539 219 541 0 380 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3720

[startup+0.101877 s]
/proc/loadavg: 0.92 1.04 1.06 3/65 18013
/proc/meminfo: memFree=1564064/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=5924 CPUtime=0.09
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 1142 0 0 0 9 0 0 0 20 0 1 0 99348609 6066176 1126 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 1481 1126 246 541 0 931 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5924

[startup+0.301899 s]
/proc/loadavg: 0.92 1.04 1.06 3/65 18013
/proc/meminfo: memFree=1564064/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=7160 CPUtime=0.29
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 1413 0 0 0 29 0 0 0 22 0 1 0 99348609 7331840 1397 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 1790 1397 253 541 0 1240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7160

[startup+0.701944 s]
/proc/loadavg: 0.92 1.04 1.06 3/65 18013
/proc/meminfo: memFree=1564064/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=7160 CPUtime=0.69
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 1422 0 0 0 69 0 0 0 25 0 1 0 99348609 7331840 1406 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 1790 1406 253 541 0 1240 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7160

[startup+1.50103 s]
/proc/loadavg: 0.92 1.04 1.06 2/66 18014
/proc/meminfo: memFree=1558616/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=9168 CPUtime=1.49
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 1937 0 0 0 148 1 0 0 25 0 1 0 99348609 9388032 1921 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 2292 1921 253 541 0 1742 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9168

[startup+3.10121 s]
/proc/loadavg: 0.92 1.04 1.06 2/66 18014
/proc/meminfo: memFree=1555288/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=11608 CPUtime=3.09
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 2538 0 0 0 307 2 0 0 25 0 1 0 99348609 11886592 2483 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 2902 2483 256 541 0 2352 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11608

[startup+6.30157 s]
/proc/loadavg: 1.01 1.05 1.06 2/66 18014
/proc/meminfo: memFree=1553176/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=14128 CPUtime=6.29
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 3252 0 0 0 625 4 0 0 25 0 1 0 99348609 14467072 3100 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 3532 3100 257 541 0 2982 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14128

[startup+12.7023 s]
/proc/loadavg: 1.01 1.05 1.06 2/66 18014
/proc/meminfo: memFree=1548640/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=18260 CPUtime=12.68
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 4379 0 0 0 1261 7 0 0 25 0 1 0 99348609 18698240 4019 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 4565 4019 257 541 0 4015 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18260

[startup+25.5017 s]
/proc/loadavg: 1.00 1.05 1.06 2/66 18014
/proc/meminfo: memFree=1541600/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=25840 CPUtime=25.49
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 6534 0 0 0 2536 13 0 0 25 0 1 0 99348609 26460160 5861 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 6460 5861 257 541 0 5910 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25840

[startup+51.1015 s]
/proc/loadavg: 1.00 1.04 1.06 2/66 18014
/proc/meminfo: memFree=1528032/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=41580 CPUtime=51.07
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 10606 0 0 0 5085 22 0 0 25 0 1 0 99348609 42577920 9456 1992294400 4194304 6412682 548682068832 18446744073709551615 4296559 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 10395 9456 257 541 0 9845 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41580

[startup+102.305 s]
/proc/loadavg: 1.00 1.03 1.06 2/66 18014
/proc/meminfo: memFree=1509280/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=60244 CPUtime=102.27
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 15661 0 0 0 10189 38 0 0 25 0 1 0 99348609 61689856 13468 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 15061 13468 257 541 0 14511 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 60244

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.05 2/66 18014
/proc/meminfo: memFree=1493536/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=78204 CPUtime=162.25
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 20655 0 0 0 16170 55 0 0 25 0 1 0 99348609 80080896 17677 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 19551 17677 257 541 0 19001 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 78204

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.04 2/66 18014
/proc/meminfo: memFree=1483488/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=89460 CPUtime=222.23
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 23688 0 0 0 22153 70 0 0 25 0 1 0 99348609 91607040 20227 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 22365 20227 257 541 0 21815 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 89460

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.04 2/66 18014
/proc/meminfo: memFree=1470880/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=102276 CPUtime=282.22
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 27390 0 0 0 28138 84 0 0 25 0 1 0 99348609 104730624 23373 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 25569 23373 257 541 0 25019 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 102276

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.03 2/66 18016
/proc/meminfo: memFree=1457824/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=119432 CPUtime=342.2
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 31265 0 0 0 34122 98 0 0 25 0 1 0 99348609 122298368 26609 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 29858 26609 257 541 0 29308 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 119432

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 18016
/proc/meminfo: memFree=1446176/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=131824 CPUtime=402.18
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 34295 0 0 0 40107 111 0 0 25 0 1 0 99348609 134987776 29639 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 32956 29639 257 541 0 32406 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 131824

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 18016
/proc/meminfo: memFree=1442080/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=135756 CPUtime=462.16
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 35926 0 0 0 46096 120 0 0 25 0 1 0 99348609 139014144 30535 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 33939 30535 257 541 0 33389 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 135756

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 18016
/proc/meminfo: memFree=1425120/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=153228 CPUtime=522.15
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 40958 0 0 0 52080 135 0 0 25 0 1 0 99348609 156905472 34722 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 38307 34722 257 541 0 37757 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 153228

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 18016
/proc/meminfo: memFree=1422880/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=156036 CPUtime=582.13
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 41563 0 0 0 58066 147 0 0 25 0 1 0 99348609 159780864 35327 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 39009 35327 257 541 0 38459 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 156036

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18016
/proc/meminfo: memFree=1405408/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=173868 CPUtime=642.12
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 46835 0 0 0 64053 159 0 0 25 0 1 0 99348609 178040832 39627 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 43467 39627 257 541 0 42917 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 173868

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18016
/proc/meminfo: memFree=1403680/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=176308 CPUtime=702.1
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 47309 0 0 0 70039 171 0 0 25 0 1 0 99348609 180539392 40101 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 44077 40101 257 541 0 43527 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 176308

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18016
/proc/meminfo: memFree=1401568/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=178276 CPUtime=762.09
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 47846 0 0 0 76031 178 0 0 25 0 1 0 99348609 182554624 40638 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 44569 40638 257 541 0 44019 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 178276

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18016
/proc/meminfo: memFree=1380576/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=199296 CPUtime=822.07
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 53071 0 0 0 82018 189 0 0 25 0 1 0 99348609 204079104 45863 1992294400 4194304 6412682 548682068832 18446744073709551615 4296559 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 49824 45863 257 541 0 49274 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 199296

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18016
/proc/meminfo: memFree=1380448/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=200820 CPUtime=882.05
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 54209 0 0 0 88008 197 0 0 25 0 1 0 99348609 205639680 45883 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 50205 45883 257 541 0 49655 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 200820

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18016
/proc/meminfo: memFree=1377824/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=203700 CPUtime=942.04
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 54901 0 0 0 93998 206 0 0 25 0 1 0 99348609 208588800 46575 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 50925 46575 257 541 0 50375 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 203700

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18016
/proc/meminfo: memFree=1368544/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=213404 CPUtime=1002.02
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 57196 0 0 0 99986 216 0 0 25 0 1 0 99348609 218525696 48870 1992294400 4194304 6412682 548682068832 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 53351 48870 257 541 0 52801 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 213404

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18016
/proc/meminfo: memFree=1355168/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=232648 CPUtime=1062.01
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 61759 0 0 0 105976 225 0 0 25 0 1 0 99348609 238231552 52147 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 58162 52147 257 541 0 57612 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 232648

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18016
/proc/meminfo: memFree=1353376/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=235048 CPUtime=1121.99
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 62259 0 0 0 111965 234 0 0 25 0 1 0 99348609 240689152 52647 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 58762 52647 257 541 0 58212 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 235048

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18016
/proc/meminfo: memFree=1351584/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=236648 CPUtime=1181.97
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 62685 0 0 0 117955 242 0 0 25 0 1 0 99348609 242327552 53073 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 59162 53073 257 541 0 58612 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 236648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18016
/proc/meminfo: memFree=1351008/2055920 swapFree=4181068/4192956
[pid=18013] ppid=18011 vsize=237288 CPUtime=1200.08
/proc/18013/stat : 18013 (kw) R 18011 18013 14052 0 -1 0 62825 0 0 0 119762 246 0 0 25 0 1 0 99348609 242982912 53213 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 59322 53213 257 541 0 58772 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 237288

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.12
CPU user time (s): 1197.62
CPU system time (s): 2.49162
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 237792

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

runsolver used 1.3308 second user time and 3.02454 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-26 04:33:10
IDJOB=1726508
IDBENCH=24615
IDSOLVER=501
FILE ID=node86/1726508-1240713190
PBS_JOBID= 9186789
Free space on /tmp= 66224 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726508-1240713190/watcher-1726508-1240713190 -o /tmp/evaluation-result-1726508-1240713190/solver-1726508-1240713190 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1726508-1240713190.cnf

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

MD5SUM BENCH= 84c61ea490109e11c1f7afe1d2e5d438
RANDOM SEED=1989278427

node86.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1564544 kB
Buffers:         48092 kB
Cached:         363612 kB
SwapCached:       5816 kB
Active:         185764 kB
Inactive:       234816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564544 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            56696 kB
Committed_AS:   408656 kB
PageTables:       1464 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= 66220 MiB
End job on node86 at 2009-04-26 04:53:12