Trace number 1716098

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.13 1200.47

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-5-15-u.cnf
MD5SUMc438ce1eb243ac0a49869eda1166f28f
Bench CategoryAPPLICATION (applications 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 variables219756
Number of clauses1008653
Sum of the clauses size2316156
Maximum clause length10
Minimum clause length1
Number of clauses of size 118434
Number of clauses of size 2797195
Number of clauses of size 3151604
Number of clauses of size 44600
Number of clauses of size 518400
Number of clauses of size over 518420

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-1716098-1240611207/watcher-1716098-1240611207 -o /tmp/evaluation-result-1716098-1240611207/solver-1716098-1240611207 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1716098-1240611207.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 0.91 3/65 13583
/proc/meminfo: memFree=1273304/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=5948 CPUtime=0
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 1012 0 0 0 0 0 0 0 18 0 1 0 89149238 6090752 996 1992294400 4194304 6412682 548682068864 18446744073709551615 4263521 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 1487 998 195 541 0 937 0

[startup+0.0198 s]
/proc/loadavg: 0.92 0.98 0.91 3/65 13583
/proc/meminfo: memFree=1273304/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=15404 CPUtime=0.01
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 3291 0 0 0 0 1 0 0 18 0 1 0 89149238 15773696 3275 1992294400 4194304 6412682 548682068864 18446744073709551615 5563050 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 3851 3275 208 541 0 3301 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15404

[startup+0.10181 s]
/proc/loadavg: 0.92 0.98 0.91 3/65 13583
/proc/meminfo: memFree=1273304/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=63000 CPUtime=0.09
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 13516 0 0 0 5 4 0 0 18 0 1 0 89149238 64512000 13500 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 15750 13507 208 541 0 15200 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63000

[startup+0.301835 s]
/proc/loadavg: 0.92 0.98 0.91 3/65 13583
/proc/meminfo: memFree=1273304/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=140004 CPUtime=0.29
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 31798 0 0 0 17 12 0 0 19 0 1 0 89149238 143364096 31782 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 35001 31783 219 541 0 34451 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 140004

[startup+0.701886 s]
/proc/loadavg: 0.92 0.98 0.91 3/65 13583
/proc/meminfo: memFree=1273304/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=145944 CPUtime=0.69
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 33458 0 0 0 57 12 0 0 22 0 1 0 89149238 149446656 33442 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 36486 33442 219 541 0 35936 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 145944

[startup+1.50199 s]
/proc/loadavg: 1.01 1.00 0.92 2/66 13584
/proc/meminfo: memFree=1135376/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=155976 CPUtime=1.49
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 36292 0 0 0 134 15 0 0 25 0 1 0 89149238 159719424 36276 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 38994 36276 219 541 0 38444 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 155976

[startup+3.10119 s]
/proc/loadavg: 1.01 1.00 0.92 2/66 13584
/proc/meminfo: memFree=1120208/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=175548 CPUtime=3.09
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 42484 0 0 0 292 17 0 0 25 0 1 0 89149238 179761152 41699 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 43887 41699 220 541 0 43337 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175548

[startup+6.30159 s]
/proc/loadavg: 1.01 1.00 0.92 2/66 13584
/proc/meminfo: memFree=1072720/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=207692 CPUtime=6.29
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 52982 0 0 0 606 23 0 0 25 0 1 0 89149238 212676608 50660 1992294400 4194304 6412682 548682068864 18446744073709551615 4297318 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 51923 50660 225 541 0 51373 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 207692

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=1014608/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=259696 CPUtime=12.69
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 65860 0 0 0 1219 50 0 0 25 0 1 0 89149238 265928704 63538 1992294400 4194304 6412682 548682068864 18446744073709551615 5476777 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 64924 63538 249 541 0 64374 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 259696

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=1019408/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=254768 CPUtime=25.49
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 66409 0 0 0 2498 51 0 0 25 0 1 0 89149238 260882432 62370 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 63692 62370 255 541 0 63142 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 254768

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=1019536/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=254768 CPUtime=51.08
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 66417 0 0 0 5054 54 0 0 25 0 1 0 89149238 260882432 62378 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 63692 62378 255 541 0 63142 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 254768

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=1019280/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=254768 CPUtime=102.27
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 66477 0 0 0 10169 58 0 0 25 0 1 0 89149238 260882432 62438 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 63692 62438 255 541 0 63142 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 254768

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=1013456/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=259720 CPUtime=162.24
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 67926 0 0 0 16162 62 0 0 25 0 1 0 89149238 265953280 63887 1992294400 4194304 6412682 548682068864 18446744073709551615 4286731 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 64930 63887 258 541 0 64380 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 259720

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=1004816/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=268120 CPUtime=222.22
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 70074 0 0 0 22152 70 0 0 25 0 1 0 89149238 274554880 66035 1992294400 4194304 6412682 548682068864 18446744073709551615 4360410 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 67030 66035 258 541 0 66480 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 268120

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=1004752/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=268120 CPUtime=282.21
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 70100 0 0 0 28144 77 0 0 25 0 1 0 89149238 274554880 66061 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 67030 66061 258 541 0 66480 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 268120

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=995984/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=276680 CPUtime=342.2
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 72269 0 0 0 34137 83 0 0 25 0 1 0 89149238 283320320 68230 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 69170 68230 258 541 0 68620 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 276680

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=989008/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=283536 CPUtime=402.17
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 74018 0 0 0 40127 90 0 0 25 0 1 0 89149238 290340864 69979 1992294400 4194304 6412682 548682068864 18446744073709551615 4286790 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 70884 69979 258 541 0 70334 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 283536

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=988880/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=283536 CPUtime=462.17
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 74057 0 0 0 46120 97 0 0 25 0 1 0 89149238 290340864 70018 1992294400 4194304 6412682 548682068864 18446744073709551615 4328847 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 70884 70018 258 541 0 70334 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 283536

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=985360/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=287596 CPUtime=522.15
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 74946 0 0 0 52112 103 0 0 25 0 1 0 89149238 294498304 70907 1992294400 4194304 6412682 548682068864 18446744073709551615 4286890 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 71899 70907 258 541 0 71349 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 287596

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=977104/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=295748 CPUtime=582.12
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 77018 0 0 0 58103 109 0 0 25 0 1 0 89149238 302845952 72979 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 73937 72979 258 541 0 73387 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 295748

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=976976/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=295748 CPUtime=642.12
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 77036 0 0 0 64096 116 0 0 25 0 1 0 89149238 302845952 72997 1992294400 4194304 6412682 548682068864 18446744073709551615 5277658 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 73937 72997 258 541 0 73387 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 295748

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=961872/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=313412 CPUtime=702.09
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 80830 0 0 0 70085 124 0 0 25 0 1 0 89149238 320933888 76791 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 78353 76791 258 541 0 77803 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 313412

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=951312/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=325536 CPUtime=762.09
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 83419 0 0 0 76077 132 0 0 25 0 1 0 89149238 333348864 79380 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 81384 79380 258 541 0 80834 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 325536

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=941712/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=335240 CPUtime=822.07
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 85817 0 0 0 82071 136 0 0 25 0 1 0 89149238 343285760 81778 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 83810 81778 258 541 0 83260 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 335240

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=935056/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=342540 CPUtime=882.04
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 87475 0 0 0 88062 142 0 0 25 0 1 0 89149238 350760960 83436 1992294400 4194304 6412682 548682068864 18446744073709551615 4363108 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 85635 83436 258 541 0 85085 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 342540

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=921424/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=358944 CPUtime=942.03
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 90881 0 0 0 94053 150 0 0 25 0 1 0 89149238 367558656 86842 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 89736 86842 258 541 0 89186 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 358944

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=920464/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=359548 CPUtime=1002.01
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 91113 0 0 0 100046 155 0 0 25 0 1 0 89149238 368177152 87074 1992294400 4194304 6412682 548682068864 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 89887 87074 258 541 0 89337 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 359548

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=918672/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=362268 CPUtime=1061.99
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 91561 0 0 0 106039 160 0 0 25 0 1 0 89149238 370962432 87522 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 90567 87522 258 541 0 90017 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 362268

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=908560/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=373196 CPUtime=1121.97
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 94099 0 0 0 112029 168 0 0 25 0 1 0 89149238 382152704 90060 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 93299 90060 258 541 0 92749 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 373196

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=901520/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=380300 CPUtime=1181.96
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 95831 0 0 0 118022 174 0 0 25 0 1 0 89149238 389427200 91792 1992294400 4194304 6412682 548682068864 18446744073709551615 4327501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 95075 91792 258 541 0 94525 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 380300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.92 2/66 13584
/proc/meminfo: memFree=901392/2055920 swapFree=4192952/4192956
[pid=13583] ppid=13581 vsize=380300 CPUtime=1200.06
/proc/13583/stat : 13583 (kw) R 13581 13583 13389 0 -1 0 95852 0 0 0 119830 176 0 0 25 0 1 0 89149238 389427200 91813 1992294400 4194304 6412682 548682068864 18446744073709551615 4495318 0 0 4096 0 0 0 0 17 1 0 0
/proc/13583/statm: 95075 91813 258 541 0 94525 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 380300

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.47
CPU time (s): 1200.13
CPU user time (s): 1198.31
CPU system time (s): 1.82072
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 380300

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

runsolver used 1.27381 second user time and 3.10253 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-25 00:13:29
IDJOB=1716098
IDBENCH=20368
IDSOLVER=501
FILE ID=node54/1716098-1240611207
PBS_JOBID= 9186264
Free space on /tmp= 66264 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-5-15-u.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716098-1240611207/watcher-1716098-1240611207 -o /tmp/evaluation-result-1716098-1240611207/solver-1716098-1240611207 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1716098-1240611207.cnf

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

MD5SUM BENCH= c438ce1eb243ac0a49869eda1166f28f
RANDOM SEED=614767937

node54.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.234
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.234
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:       1273720 kB
Buffers:         80624 kB
Cached:         604676 kB
SwapCached:          4 kB
Active:         159540 kB
Inactive:       541112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273720 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           20228 kB
Writeback:           0 kB
Mapped:          25084 kB
Slab:            67448 kB
Committed_AS:   307428 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66256 MiB
End job on node54 at 2009-04-25 00:33:31