Trace number 1731543

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

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest02-ezfact64_10.sat05-449.reshuffled-07.cnf
MD5SUM4bdea1a05617ff95eaeaf981037754e7
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 variables3073
Number of clauses19785
Sum of the clauses size74601
Maximum clause length4
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 20
Number of clauses of size 34344
Number of clauses of size 415376
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-1731543-1240771774/watcher-1731543-1240771774 -o /tmp/evaluation-result-1731543-1240771774/solver-1731543-1240771774 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1731543-1240771774.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.99 1.12 3/65 19800
/proc/meminfo: memFree=1792288/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=4408 CPUtime=0
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 713 0 0 0 0 0 0 0 18 0 1 0 105207042 4513792 697 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 1102 699 221 541 0 552 0

[startup+0.0613251 s]
/proc/loadavg: 0.92 0.99 1.12 3/65 19800
/proc/meminfo: memFree=1792288/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=5068 CPUtime=0.05
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 874 0 0 0 5 0 0 0 18 0 1 0 105207042 5189632 858 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 1267 859 221 541 0 717 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5068

[startup+0.101327 s]
/proc/loadavg: 0.92 0.99 1.12 3/65 19800
/proc/meminfo: memFree=1792288/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=5464 CPUtime=0.09
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 988 0 0 0 9 0 0 0 18 0 1 0 105207042 5595136 972 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 1366 972 221 541 0 816 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5464

[startup+0.301349 s]
/proc/loadavg: 0.92 0.99 1.12 3/65 19800
/proc/meminfo: memFree=1792288/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=7180 CPUtime=0.29
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 1448 0 0 0 29 0 0 0 20 0 1 0 105207042 7352320 1432 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 1795 1432 254 541 0 1245 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7180

[startup+0.701394 s]
/proc/loadavg: 0.92 0.99 1.12 3/65 19800
/proc/meminfo: memFree=1792288/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=7180 CPUtime=0.69
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 1450 0 0 0 69 0 0 0 24 0 1 0 105207042 7352320 1434 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 1795 1434 254 541 0 1245 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7180

[startup+1.50148 s]
/proc/loadavg: 0.92 0.99 1.12 2/66 19801
/proc/meminfo: memFree=1787416/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=7836 CPUtime=1.5
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 1601 0 0 0 149 1 0 0 25 0 1 0 105207042 8024064 1585 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 1959 1585 254 541 0 1409 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 7836

[startup+3.10266 s]
/proc/loadavg: 0.92 0.99 1.12 2/66 19801
/proc/meminfo: memFree=1786264/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=9532 CPUtime=3.09
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 2032 0 0 0 308 1 0 0 25 0 1 0 105207042 9760768 2016 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 2383 2016 254 541 0 1833 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9532

[startup+6.30202 s]
/proc/loadavg: 0.93 0.99 1.12 2/66 19801
/proc/meminfo: memFree=1782424/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=12844 CPUtime=6.29
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 2867 0 0 0 627 2 0 0 25 0 1 0 105207042 13152256 2851 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 3211 2851 254 541 0 2661 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12844

[startup+12.7017 s]
/proc/loadavg: 0.93 0.99 1.12 2/66 19801
/proc/meminfo: memFree=1778208/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=16520 CPUtime=12.69
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 3735 0 0 0 1265 4 0 0 25 0 1 0 105207042 16916480 3680 1992294400 4194304 6412682 548682068832 18446744073709551615 4289310 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 4130 3680 254 541 0 3580 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16520

[startup+25.5012 s]
/proc/loadavg: 0.95 0.99 1.12 2/66 19801
/proc/meminfo: memFree=1774688/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=20056 CPUtime=25.49
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 4778 0 0 0 2542 7 0 0 25 0 1 0 105207042 20537344 4568 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 5014 4568 257 541 0 4464 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20056

[startup+51.102 s]
/proc/loadavg: 0.96 0.99 1.11 2/66 19801
/proc/meminfo: memFree=1767520/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=27932 CPUtime=51.07
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 6869 0 0 0 5094 13 0 0 25 0 1 0 105207042 28602368 6423 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 6983 6423 257 541 0 6433 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27932

[startup+102.306 s]
/proc/loadavg: 0.98 0.99 1.10 2/66 19801
/proc/meminfo: memFree=1757408/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=38916 CPUtime=102.27
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 9777 0 0 0 10202 25 0 0 25 0 1 0 105207042 39849984 8817 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 9729 8817 257 541 0 9179 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 38916

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 1.09 2/66 19801
/proc/meminfo: memFree=1742048/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=55404 CPUtime=162.25
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 14047 0 0 0 16189 36 0 0 25 0 1 0 105207042 56733696 12698 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 13851 12698 257 541 0 13301 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 55404

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 1.08 2/66 19801
/proc/meminfo: memFree=1731296/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=66384 CPUtime=222.23
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 17187 0 0 0 22177 46 0 0 25 0 1 0 105207042 67977216 15324 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 16596 15324 257 541 0 16046 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 66384

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 1.08 2/66 19801
/proc/meminfo: memFree=1722784/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=77244 CPUtime=282.21
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 19629 0 0 0 28166 55 0 0 25 0 1 0 105207042 79097856 17449 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 19311 17449 257 541 0 18761 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 77244

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 1.07 2/66 19801
/proc/meminfo: memFree=1718112/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=82000 CPUtime=342.19
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 20858 0 0 0 34154 65 0 0 25 0 1 0 105207042 83968000 18678 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 20500 18678 257 541 0 19950 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 82000

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 1.07 2/66 19801
/proc/meminfo: memFree=1713056/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=86964 CPUtime=402.18
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 22461 0 0 0 40145 73 0 0 25 0 1 0 105207042 89051136 19917 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 21741 19917 257 541 0 21191 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 86964

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 1.06 2/66 19801
/proc/meminfo: memFree=1703136/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=98580 CPUtime=462.16
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 25305 0 0 0 46137 79 0 0 25 0 1 0 105207042 100945920 22342 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 24645 22342 257 541 0 24095 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 98580

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 1.05 2/66 19801
/proc/meminfo: memFree=1701984/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=100020 CPUtime=522.14
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 25637 0 0 0 52130 84 0 0 25 0 1 0 105207042 102420480 22674 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 25005 22674 257 541 0 24455 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 100020

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 1.05 2/66 19801
/proc/meminfo: memFree=1693152/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=108944 CPUtime=582.13
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 27848 0 0 0 58122 91 0 0 25 0 1 0 105207042 111558656 24885 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 27236 24885 257 541 0 26686 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 108944

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 1.04 2/66 19801
/proc/meminfo: memFree=1690592/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=111648 CPUtime=642.11
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 28957 0 0 0 64115 96 0 0 25 0 1 0 105207042 114327552 25512 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 27912 25512 257 541 0 27362 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 111648

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 1.04 2/66 19807
/proc/meminfo: memFree=1686496/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=115880 CPUtime=702.08
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 30025 0 0 0 70107 101 0 0 25 0 1 0 105207042 118661120 26580 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 28970 26580 257 541 0 28420 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 115880

[startup+762.305 s]
/proc/loadavg: 0.99 0.99 1.03 2/66 19807
/proc/meminfo: memFree=1674976/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=127620 CPUtime=762.07
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 33361 0 0 0 76098 109 0 0 25 0 1 0 105207042 130682880 29361 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 31905 29361 257 541 0 31355 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 127620

[startup+822.302 s]
/proc/loadavg: 1.03 1.00 1.03 2/66 19807
/proc/meminfo: memFree=1672736/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=130740 CPUtime=822.04
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 33908 0 0 0 82092 112 0 0 25 0 1 0 105207042 133877760 29908 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 32685 29908 257 541 0 32135 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 130740

[startup+882.302 s]
/proc/loadavg: 1.01 1.00 1.02 2/66 19807
/proc/meminfo: memFree=1671008/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=131860 CPUtime=882.02
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 34337 0 0 0 88086 116 0 0 25 0 1 0 105207042 135024640 30337 1992294400 4194304 6412682 548682068832 18446744073709551615 4362441 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 32965 30337 257 541 0 32415 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 131860

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.02 3/66 19807
/proc/meminfo: memFree=1654752/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=149264 CPUtime=942.01
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 38384 0 0 0 94075 126 0 0 25 0 1 0 105207042 152846336 33746 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 37316 33746 257 541 0 36766 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 149264

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 19807
/proc/meminfo: memFree=1657120/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=149264 CPUtime=1001.99
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 38426 0 0 0 100070 129 0 0 25 0 1 0 105207042 152846336 33788 1992294400 4194304 6412682 548682068832 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 37316 33788 257 541 0 36766 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 149264

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 19807
/proc/meminfo: memFree=1656352/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=150224 CPUtime=1061.97
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 38628 0 0 0 106062 135 0 0 25 0 1 0 105207042 153829376 33990 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 37556 33990 257 541 0 37006 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 150224

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19807
/proc/meminfo: memFree=1655520/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=151184 CPUtime=1121.95
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 38820 0 0 0 112056 139 0 0 25 0 1 0 105207042 154812416 34182 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 37796 34182 257 541 0 37246 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 151184

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19807
/proc/meminfo: memFree=1642336/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=164188 CPUtime=1181.93
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 42140 0 0 0 118046 147 0 0 25 0 1 0 105207042 168128512 37502 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 41047 37502 257 541 0 40497 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 164188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 19807
/proc/meminfo: memFree=1641184/2055920 swapFree=4181508/4192956
[pid=19800] ppid=19798 vsize=164984 CPUtime=1200.03
/proc/19800/stat : 19800 (kw) R 19798 19800 19442 0 -1 0 43067 0 0 0 119853 150 0 0 25 0 1 0 105207042 168943616 37695 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19800/statm: 41246 37695 257 541 0 40696 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 164984

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.43
CPU time (s): 1200.07
CPU user time (s): 1198.54
CPU system time (s): 1.52977
CPU usage (%): 99.9699
Max. virtual memory (cumulated for all children) (KiB): 167928

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

runsolver used 1.43078 second user time and 2.90856 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-26 20:49:34
IDJOB=1731543
IDBENCH=24754
IDSOLVER=501
FILE ID=node86/1731543-1240771774
PBS_JOBID= 9187145
Free space on /tmp= 66224 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest02-ezfact64_10.sat05-449.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731543-1240771774/watcher-1731543-1240771774 -o /tmp/evaluation-result-1731543-1240771774/solver-1731543-1240771774 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1731543-1240771774.cnf

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

MD5SUM BENCH= 4bdea1a05617ff95eaeaf981037754e7
RANDOM SEED=275322090

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:       1792704 kB
Buffers:         35784 kB
Cached:         157332 kB
SwapCached:       5376 kB
Active:          34032 kB
Inactive:       167552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792704 kB
SwapTotal:     4192956 kB
SwapFree:      4181508 kB
Dirty:            2648 kB
Writeback:           0 kB
Mapped:          14104 kB
Slab:            47516 kB
Committed_AS:   439600 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 21:09:36