Trace number 1519863

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

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/18000/
unif-k3-r4.2-v18000-c75600-S914323646-060.cnf
MD5SUMf485347639f83ec94bb8d93787135581
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.0391
Satisfiable
(Un)Satisfiability was proved
Number of variables18000
Number of clauses75600
Sum of the clauses size226800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 375600
Number of clauses of size 40
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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1519863-1238241487/watcher-1519863-1238241487 -o /tmp/evaluation-result-1519863-1238241487/solver-1519863-1238241487 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519863-1238241487.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.91 0.97 0.99 3/64 15984
/proc/meminfo: memFree=1947640/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=4868 CPUtime=0
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 764 0 0 0 0 0 0 0 18 0 1 0 1096814922 4984832 749 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 1217 753 208 541 0 667 0

[startup+0.0584671 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 15984
/proc/meminfo: memFree=1947640/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=13844 CPUtime=0.05
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 2917 0 0 0 4 1 0 0 18 0 1 0 1096814922 14176256 2901 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 3461 2901 219 541 0 2911 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13844

[startup+0.101472 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 15984
/proc/meminfo: memFree=1947640/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=14240 CPUtime=0.09
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 3025 0 0 0 8 1 0 0 18 0 1 0 1096814922 14581760 3009 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 3560 3009 219 541 0 3010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14240

[startup+0.301498 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 15984
/proc/meminfo: memFree=1947640/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=15956 CPUtime=0.29
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 3532 0 0 0 28 1 0 0 19 0 1 0 1096814922 16338944 3516 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 3989 3516 219 541 0 3439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15956

[startup+0.701551 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 15984
/proc/meminfo: memFree=1947640/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=22548 CPUtime=0.69
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 5213 0 0 0 66 3 0 0 22 0 1 0 1096814922 23089152 5091 1992294400 4194304 6412682 548682068864 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 5637 5091 246 541 0 5087 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22548

[startup+1.50166 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 15985
/proc/meminfo: memFree=1928432/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=21984 CPUtime=1.49
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 5242 0 0 0 146 3 0 0 25 0 1 0 1096814922 22511616 4979 1992294400 4194304 6412682 548682068864 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 5496 4979 253 541 0 4946 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21984

[startup+3.10187 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 15985
/proc/meminfo: memFree=1928304/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=22380 CPUtime=3.09
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 5341 0 0 0 305 4 0 0 25 0 1 0 1096814922 22917120 5078 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 5595 5078 253 541 0 5045 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22380

[startup+6.30129 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 15985
/proc/meminfo: memFree=1924080/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=27792 CPUtime=6.29
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 6703 0 0 0 623 6 0 0 25 0 1 0 1096814922 28459008 6440 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 6948 6440 253 541 0 6398 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27792

[startup+12.7021 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 15985
/proc/meminfo: memFree=1913200/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=38228 CPUtime=12.69
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 9334 0 0 0 1260 9 0 0 25 0 1 0 1096814922 39145472 9071 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 9557 9071 253 541 0 9007 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38228

[startup+25.5018 s]
/proc/loadavg: 1.02 0.99 0.99 2/65 15985
/proc/meminfo: memFree=1903472/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=46952 CPUtime=25.49
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 11463 0 0 0 2535 14 0 0 25 0 1 0 1096814922 48078848 11200 1992294400 4194304 6412682 548682068864 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 11738 11200 256 541 0 11188 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46952

[startup+51.1012 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 15985
/proc/meminfo: memFree=1893296/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=57360 CPUtime=51.07
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 14113 0 0 0 5087 20 0 0 25 0 1 0 1096814922 58736640 13850 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 14340 13850 256 541 0 13790 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 57360

[startup+102.306 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 15985
/proc/meminfo: memFree=1869744/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=80692 CPUtime=102.26
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 19869 0 0 0 10192 34 0 0 25 0 1 0 1096814922 82628608 19606 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 20173 19606 256 541 0 19623 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 80692

[startup+162.302 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 15985
/proc/meminfo: memFree=1841712/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=108480 CPUtime=162.24
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 26863 0 0 0 16174 50 0 0 25 0 1 0 1096814922 111083520 26600 1992294400 4194304 6412682 548682068864 18446744073709551615 4286890 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 27120 26600 256 541 0 26570 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 108480

[startup+222.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 15991
/proc/meminfo: memFree=1828272/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=121920 CPUtime=222.22
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 30258 0 0 0 22158 64 0 0 25 0 1 0 1096814922 124846080 29837 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 30480 29837 256 541 0 29930 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 121920

[startup+282.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 15991
/proc/meminfo: memFree=1786480/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=164164 CPUtime=282.2
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 41072 0 0 0 28138 82 0 0 25 0 1 0 1096814922 168103936 40469 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 41041 40469 256 541 0 40491 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 164164

[startup+342.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 15991
/proc/meminfo: memFree=1762736/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=186912 CPUtime=342.18
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 47244 0 0 0 34123 95 0 0 25 0 1 0 1096814922 191397888 46191 1992294400 4194304 6412682 548682068864 18446744073709551615 4426354 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 46728 46191 256 541 0 46178 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 186912

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 15991
/proc/meminfo: memFree=1758704/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=192080 CPUtime=402.16
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 48528 0 0 0 40112 104 0 0 25 0 1 0 1096814922 196689920 47475 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 48020 47475 256 541 0 47470 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 192080

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1748144/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=201424 CPUtime=462.14
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 51164 0 0 0 46100 114 0 0 25 0 1 0 1096814922 206258176 49834 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 50356 49834 256 541 0 49806 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 201424

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1728240/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=222164 CPUtime=522.12
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 56436 0 0 0 52085 127 0 0 25 0 1 0 1096814922 227495936 54788 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 55541 54788 256 541 0 54991 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 222164

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1709104/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=242000 CPUtime=582.11
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 61394 0 0 0 58071 140 0 0 25 0 1 0 1096814922 247808000 59746 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 60500 59746 256 541 0 59950 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 242000

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1698160/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=252280 CPUtime=642.09
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 64347 0 0 0 64060 149 0 0 25 0 1 0 1096814922 258334720 62333 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 63070 62333 256 541 0 62520 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 252280

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1668144/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=282676 CPUtime=702.07
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 72007 0 0 0 70041 166 0 0 25 0 1 0 1096814922 289460224 69993 1992294400 4194304 6412682 548682068864 18446744073709551615 5491301 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 70669 69993 256 541 0 70119 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 282676

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1658352/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=291544 CPUtime=762.05
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 74654 0 0 0 76030 175 0 0 25 0 1 0 1096814922 298541056 72219 1992294400 4194304 6412682 548682068864 18446744073709551615 4334420 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 72886 72219 256 541 0 72336 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 291544

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1642480/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=308080 CPUtime=822.03
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 78809 0 0 0 82017 186 0 0 25 0 1 0 1096814922 315473920 76374 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 77020 76374 256 541 0 76470 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 308080

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1610992/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=338464 CPUtime=882.02
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 86924 0 0 0 88002 200 0 0 25 0 1 0 1096814922 346587136 84005 1992294400 4194304 6412682 548682068864 18446744073709551615 4290039 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 84616 84005 256 541 0 84066 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 338464

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1610992/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=338464 CPUtime=942
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 86924 0 0 0 93995 205 0 0 25 0 1 0 1096814922 346587136 84005 1992294400 4194304 6412682 548682068864 18446744073709551615 4286872 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 84616 84005 256 541 0 84066 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 338464

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1572784/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=376972 CPUtime=1001.98
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 96543 0 0 0 99977 221 0 0 25 0 1 0 1096814922 386019328 93624 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 94243 93624 256 541 0 93693 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 376972

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1536624/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=412528 CPUtime=1061.96
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 106035 0 0 0 105961 235 0 0 25 0 1 0 1096814922 422428672 102560 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 103132 102560 256 541 0 102582 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 412528

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1536624/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=412528 CPUtime=1121.94
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 106035 0 0 0 111953 241 0 0 25 0 1 0 1096814922 422428672 102560 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 103132 102560 256 541 0 102582 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 412528

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1536624/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=412528 CPUtime=1181.92
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 106035 0 0 0 117946 246 0 0 25 0 1 0 1096814922 422428672 102560 1992294400 4194304 6412682 548682068864 18446744073709551615 4333454 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 103132 102560 256 541 0 102582 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 412528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15991
/proc/meminfo: memFree=1529328/2055920 swapFree=4177692/4192956
[pid=15984] ppid=15982 vsize=419812 CPUtime=1200.02
/proc/15984/stat : 15984 (kw) R 15982 15984 15823 0 -1 0 107873 0 0 0 119753 249 0 0 25 0 1 0 1096814922 429887488 104398 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 104953 104398 256 541 0 104403 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 419812

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.1
CPU user time (s): 1197.54
CPU system time (s): 2.56261
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 419812

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

runsolver used 0.933858 second user time and 2.76758 second system time

The end

Launcher Data

Begin job on node13 at 2009-03-28 12:58:07
IDJOB=1519863
IDBENCH=70361
IDSOLVER=501
FILE ID=node13/1519863-1238241487
PBS_JOBID= 9060696
Free space on /tmp= 66388 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/18000/unif-k3-r4.2-v18000-c75600-S914323646-060.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519863-1238241487/watcher-1519863-1238241487 -o /tmp/evaluation-result-1519863-1238241487/solver-1519863-1238241487 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519863-1238241487.cnf

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

MD5SUM BENCH= f485347639f83ec94bb8d93787135581
RANDOM SEED=1038665017

node13.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.240
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.240
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:       1948056 kB
Buffers:          8364 kB
Cached:          40788 kB
SwapCached:       9056 kB
Active:          36052 kB
Inactive:        23536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1948056 kB
SwapTotal:     4192956 kB
SwapFree:      4177692 kB
Dirty:            3688 kB
Writeback:           0 kB
Mapped:          16096 kB
Slab:            34176 kB
Committed_AS:  2958744 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= 66388 MiB
End job on node13 at 2009-03-28 13:18:10