Trace number 1727409

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.07 1200.55

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_m3.used-as.sat04-900.sat05-4186.reshuffled-07.cnf
MD5SUMff7bc04717f7472a7de76a6b5c02e3a4
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 variables9528
Number of clauses1018562
Sum of the clauses size2044318
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21017395
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 55
Number of clauses of size over 51154

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-1727409-1240724498/watcher-1727409-1240724498 -o /tmp/evaluation-result-1727409-1240724498/solver-1727409-1240724498 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1727409-1240724498.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.98 1.08 3/65 22580
/proc/meminfo: memFree=1517968/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=5516 CPUtime=0
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 1002 0 0 0 0 0 0 0 20 0 1 0 100478936 5648384 986 1992294400 4194304 6412682 548682068832 18446744073709551615 4443586 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 1379 992 195 541 0 829 0

[startup+0.04952 s]
/proc/loadavg: 0.92 0.98 1.08 3/65 22580
/proc/meminfo: memFree=1517968/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=21300 CPUtime=0.04
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 2496 0 0 0 3 1 0 0 20 0 1 0 100478936 21811200 2480 1992294400 4194304 6412682 548682068832 18446744073709551615 4919602 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 5325 2480 219 541 0 4775 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21300

[startup+0.10253 s]
/proc/loadavg: 0.92 0.98 1.08 3/65 22580
/proc/meminfo: memFree=1517968/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=22092 CPUtime=0.09
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 2702 0 0 0 8 1 0 0 21 0 1 0 100478936 22622208 2686 1992294400 4194304 6412682 548682068832 18446744073709551615 4284102 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 5523 2686 219 541 0 4973 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22092

[startup+0.301571 s]
/proc/loadavg: 0.92 0.98 1.08 3/65 22580
/proc/meminfo: memFree=1517968/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=25128 CPUtime=0.29
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 3558 0 0 0 28 1 0 0 22 0 1 0 100478936 25731072 3542 1992294400 4194304 6412682 548682068832 18446744073709551615 4778237 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 6282 3542 219 541 0 5732 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25128

[startup+0.70165 s]
/proc/loadavg: 0.92 0.98 1.08 3/65 22580
/proc/meminfo: memFree=1517968/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=31464 CPUtime=0.69
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 5285 0 0 0 67 2 0 0 25 0 1 0 100478936 32219136 5269 1992294400 4194304 6412682 548682068832 18446744073709551615 4261151 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 7866 5269 219 541 0 7316 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31464

[startup+1.50181 s]
/proc/loadavg: 0.92 0.98 1.08 2/66 22581
/proc/meminfo: memFree=1492232/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=43872 CPUtime=1.49
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 8735 0 0 0 146 3 0 0 25 0 1 0 100478936 44924928 8719 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 10968 8720 219 541 0 10418 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43872

[startup+3.10114 s]
/proc/loadavg: 1.01 1.00 1.09 2/66 22581
/proc/meminfo: memFree=1472520/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=70308 CPUtime=3.09
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 16695 0 0 0 302 7 0 0 25 0 1 0 100478936 71995392 15910 1992294400 4194304 6412682 548682068832 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 17577 15910 220 541 0 17027 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70308

[startup+6.30179 s]
/proc/loadavg: 1.01 1.00 1.09 2/66 22581
/proc/meminfo: memFree=1416840/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=105120 CPUtime=6.29
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 27756 0 0 0 617 12 0 0 25 0 1 0 100478936 107642880 25434 1992294400 4194304 6412682 548682068832 18446744073709551615 4297714 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 26280 25434 230 541 0 25730 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105120

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 22581
/proc/meminfo: memFree=1329544/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=195016 CPUtime=12.68
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 48697 0 0 0 1247 21 0 0 25 0 1 0 100478936 199696384 46375 1992294400 4194304 6412682 548682068832 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 48754 46375 247 541 0 48204 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 195016

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 22581
/proc/meminfo: memFree=1314888/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=208664 CPUtime=25.48
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 52382 0 0 0 2525 23 0 0 25 0 1 0 100478936 213671936 50060 1992294400 4194304 6412682 548682068832 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 52166 50060 247 541 0 51616 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 208664

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 22581
/proc/meminfo: memFree=1292872/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=228652 CPUtime=51.06
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 57823 0 0 0 5079 27 0 0 25 0 1 0 100478936 234139648 55501 1992294400 4194304 6412682 548682068832 18446744073709551615 4333437 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 57163 55501 254 541 0 56613 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 228652

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 22581
/proc/meminfo: memFree=1292680/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=228652 CPUtime=102.24
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 57880 0 0 0 10193 31 0 0 25 0 1 0 100478936 234139648 55558 1992294400 4194304 6412682 548682068832 18446744073709551615 4327399 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 57163 55558 257 541 0 56613 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 228652

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 22581
/proc/meminfo: memFree=1292424/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=228652 CPUtime=162.22
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 57942 0 0 0 16188 34 0 0 25 0 1 0 100478936 234139648 55620 1992294400 4194304 6412682 548682068832 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 57163 55620 257 541 0 56613 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 228652

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 22581
/proc/meminfo: memFree=1292168/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=228652 CPUtime=222.2
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 57991 0 0 0 22183 37 0 0 25 0 1 0 100478936 234139648 55669 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 57163 55669 257 541 0 56613 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 228652

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 22581
/proc/meminfo: memFree=1292040/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=228652 CPUtime=282.18
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 58023 0 0 0 28178 40 0 0 25 0 1 0 100478936 234139648 55701 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 57163 55701 257 541 0 56613 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 228652

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 22581
/proc/meminfo: memFree=1291912/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=228652 CPUtime=342.16
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 58042 0 0 0 34173 43 0 0 25 0 1 0 100478936 234139648 55720 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 57163 55720 257 541 0 56613 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 228652

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 22581
/proc/meminfo: memFree=1291720/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=228652 CPUtime=402.13
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 58072 0 0 0 40168 45 0 0 25 0 1 0 100478936 234139648 55750 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 57163 55750 257 541 0 56613 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 228652

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 22581
/proc/meminfo: memFree=1291784/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=228652 CPUtime=462.1
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 58072 0 0 0 46162 48 0 0 25 0 1 0 100478936 234139648 55750 1992294400 4194304 6412682 548682068832 18446744073709551615 4286943 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 57163 55750 257 541 0 56613 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 228652

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 22581
/proc/meminfo: memFree=1291656/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=228652 CPUtime=522.08
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 58100 0 0 0 52158 50 0 0 25 0 1 0 100478936 234139648 55778 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 57163 55778 257 541 0 56613 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 228652

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 22581
/proc/meminfo: memFree=1291272/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=228964 CPUtime=582.06
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 58175 0 0 0 58153 53 0 0 25 0 1 0 100478936 234459136 55853 1992294400 4194304 6412682 548682068832 18446744073709551615 4361152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 57241 55853 257 541 0 56691 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 228964

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 22581
/proc/meminfo: memFree=1290824/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=229592 CPUtime=642.04
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 58294 0 0 0 64148 56 0 0 25 0 1 0 100478936 235102208 55972 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 57398 55972 257 541 0 56848 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 229592

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 22581
/proc/meminfo: memFree=1284744/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=236120 CPUtime=702.02
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 59837 0 0 0 70142 60 0 0 25 0 1 0 100478936 241786880 57515 1992294400 4194304 6412682 548682068832 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 59030 57515 257 541 0 58480 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 236120

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 22581
/proc/meminfo: memFree=1282120/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=238644 CPUtime=762
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 60446 0 0 0 76136 64 0 0 25 0 1 0 100478936 244371456 58124 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 59661 58124 257 541 0 59111 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 238644

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 22581
/proc/meminfo: memFree=1281800/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=239296 CPUtime=821.97
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 60545 0 0 0 82131 66 0 0 25 0 1 0 100478936 245039104 58223 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 59824 58223 257 541 0 59274 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 239296

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22581
/proc/meminfo: memFree=1277384/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=243988 CPUtime=881.94
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 61649 0 0 0 88125 69 0 0 25 0 1 0 100478936 249843712 59327 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 60997 59327 257 541 0 60447 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 243988

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22581
/proc/meminfo: memFree=1267976/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=253528 CPUtime=941.93
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 63989 0 0 0 94118 75 0 0 25 0 1 0 100478936 259612672 61667 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 63382 61667 257 541 0 62832 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 253528

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22581
/proc/meminfo: memFree=1267912/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=253528 CPUtime=1001.9
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 63997 0 0 0 100112 78 0 0 25 0 1 0 100478936 259612672 61675 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 63382 61675 257 541 0 62832 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 253528

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22581
/proc/meminfo: memFree=1267912/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=253528 CPUtime=1061.88
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 64019 0 0 0 106107 81 0 0 25 0 1 0 100478936 259612672 61697 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 63382 61697 257 541 0 62832 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 253528

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22581
/proc/meminfo: memFree=1266120/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=255592 CPUtime=1121.85
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 64470 0 0 0 112102 83 0 0 25 0 1 0 100478936 261726208 62148 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 63898 62148 257 541 0 63348 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 255592

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22587
/proc/meminfo: memFree=1255296/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=267112 CPUtime=1181.83
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 67192 0 0 0 118094 89 0 0 25 0 1 0 100478936 273522688 64870 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 66778 64870 257 541 0 66228 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 267112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22587
/proc/meminfo: memFree=1253056/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=269316 CPUtime=1200.03
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 67726 0 0 0 119913 90 0 0 25 0 1 0 100478936 275779584 65404 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 67329 65404 257 541 0 66779 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 269316

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22587
/proc/meminfo: memFree=1253056/2055920 swapFree=4181392/4192956
[pid=22580] ppid=22578 vsize=269316 CPUtime=1200.03
/proc/22580/stat : 22580 (kw) R 22578 22580 22348 0 -1 0 67726 0 0 0 119913 90 0 0 25 0 1 0 100478936 275779584 65404 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22580/statm: 67329 65404 257 541 0 66779 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 269316

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.07
CPU user time (s): 1199.13
CPU system time (s): 0.941856
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 269316

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

runsolver used 1.37979 second user time and 2.98555 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-26 07:41:40
IDJOB=1727409
IDBENCH=24638
IDSOLVER=501
FILE ID=node80/1727409-1240724498
PBS_JOBID= 9186895
Free space on /tmp= 66144 MiB

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

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

MD5SUM BENCH= ff7bc04717f7472a7de76a6b5c02e3a4
RANDOM SEED=1263257408

node80.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.270
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.270
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:       1518448 kB
Buffers:         62824 kB
Cached:         393824 kB
SwapCached:       5480 kB
Active:         222880 kB
Inactive:       241676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518448 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:           14980 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            58884 kB
Committed_AS:   343612 kB
PageTables:       1384 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= 66140 MiB
End job on node80 at 2009-04-26 08:01:42