Trace number 1519897

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.08 1200.42

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/110/
unif-k5-r21.3-v110-c2343-S914952752-019.cnf
MD5SUMab0fa90b59935117df784f9568093dd2
Bench CategoryRANDOM (random 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 variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52343
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-1519897-1238245055/watcher-1519897-1238245055 -o /tmp/evaluation-result-1519897-1238245055/solver-1519897-1238245055 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519897-1238245055.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.99 0.97 0.99 3/64 15293
/proc/meminfo: memFree=1346496/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=2736 CPUtime=0
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 294 0 0 0 0 0 0 0 18 0 1 0 1097168041 2801664 278 1992294400 4194304 6412682 548682068864 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 684 278 216 541 0 134 0

[startup+0.0385761 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15293
/proc/meminfo: memFree=1346496/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=2936 CPUtime=0.03
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 409 0 0 0 3 0 0 0 18 0 1 0 1097168041 3006464 381 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 734 381 242 541 0 184 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2936

[startup+0.102568 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15293
/proc/meminfo: memFree=1346496/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=3468 CPUtime=0.09
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 524 0 0 0 9 0 0 0 18 0 1 0 1097168041 3551232 496 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 867 496 242 541 0 317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3468

[startup+0.301591 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15293
/proc/meminfo: memFree=1346496/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=4532 CPUtime=0.29
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 808 0 0 0 29 0 0 0 19 0 1 0 1097168041 4640768 780 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 1133 780 242 541 0 583 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4532

[startup+0.701633 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 15293
/proc/meminfo: memFree=1346496/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=6320 CPUtime=0.69
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 1230 0 0 0 69 0 0 0 22 0 1 0 1097168041 6471680 1202 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 1580 1202 242 541 0 1030 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6320

[startup+1.50172 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15294
/proc/meminfo: memFree=1341688/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=8016 CPUtime=1.49
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 1612 0 0 0 148 1 0 0 25 0 1 0 1097168041 8208384 1544 1992294400 4194304 6412682 548682068864 18446744073709551615 4327519 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 2004 1544 242 541 0 1454 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8016

[startup+3.10189 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15294
/proc/meminfo: memFree=1340344/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=9612 CPUtime=3.09
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 2087 0 0 0 307 2 0 0 25 0 1 0 1097168041 9842688 1922 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 2403 1922 248 541 0 1853 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9612

[startup+6.30123 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15294
/proc/meminfo: memFree=1338104/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=12296 CPUtime=6.29
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 2691 0 0 0 625 4 0 0 25 0 1 0 1097168041 12591104 2466 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 3074 2466 248 541 0 2524 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12296

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15294
/proc/meminfo: memFree=1334400/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=15868 CPUtime=12.69
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 3651 0 0 0 1262 7 0 0 25 0 1 0 1097168041 16248832 3187 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 3967 3187 248 541 0 3417 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15868

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15294
/proc/meminfo: memFree=1329920/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=20656 CPUtime=25.49
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 4988 0 0 0 2538 11 0 0 25 0 1 0 1097168041 21151744 4300 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 5164 4300 248 541 0 4614 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20656

[startup+51.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15294
/proc/meminfo: memFree=1324992/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=26588 CPUtime=51.07
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 6522 0 0 0 5091 16 0 0 25 0 1 0 1097168041 27226112 5537 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 6647 5537 248 541 0 6097 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26588

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15294
/proc/meminfo: memFree=1315904/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=36812 CPUtime=102.26
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 9194 0 0 0 10200 26 0 0 25 0 1 0 1097168041 37695488 7818 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 9203 7818 248 541 0 8653 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36812

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15294
/proc/meminfo: memFree=1309184/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=44688 CPUtime=162.25
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 11422 0 0 0 16190 35 0 0 25 0 1 0 1097168041 45760512 9528 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 11172 9528 248 541 0 10622 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 44688

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1303416/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=52040 CPUtime=222.22
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 13126 0 0 0 22179 43 0 0 25 0 1 0 1097168041 53288960 10914 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 13010 10914 248 541 0 12460 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 52040

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1298360/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=58208 CPUtime=282.21
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 14745 0 0 0 28171 50 0 0 25 0 1 0 1097168041 59604992 12167 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 14552 12167 248 541 0 14002 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 58208

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1292600/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=64556 CPUtime=342.19
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 16599 0 0 0 34162 57 0 0 25 0 1 0 1097168041 66105344 13600 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 16139 13600 248 541 0 15589 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 64556

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1288504/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=69144 CPUtime=402.17
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 17652 0 0 0 40152 65 0 0 25 0 1 0 1097168041 70803456 14653 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 17286 14653 248 541 0 16736 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 69144

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1283960/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=74168 CPUtime=462.15
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 19235 0 0 0 46144 71 0 0 25 0 1 0 1097168041 75948032 15752 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 18542 15752 248 541 0 17992 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 74168

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1282624/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=75448 CPUtime=522.14
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 19559 0 0 0 52137 77 0 0 25 0 1 0 1097168041 77258752 16076 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 18862 16076 248 541 0 18312 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 75448

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1275072/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=84344 CPUtime=582.12
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 21989 0 0 0 58129 83 0 0 25 0 1 0 1097168041 86368256 17950 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 21086 17950 248 541 0 20536 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 84344

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1272512/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=87224 CPUtime=642.11
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 22626 0 0 0 64124 87 0 0 25 0 1 0 1097168041 89317376 18587 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 21806 18587 248 541 0 21256 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 87224

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1270400/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=89060 CPUtime=702.09
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 23172 0 0 0 70117 92 0 0 25 0 1 0 1097168041 91197440 19133 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 22265 19133 248 541 0 21715 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 89060

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1264320/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=97944 CPUtime=762.07
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 25282 0 0 0 76110 97 0 0 25 0 1 0 1097168041 100294656 20603 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 24486 20603 248 541 0 23936 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 97944

[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1263104/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=99704 CPUtime=822.05
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 25603 0 0 0 82103 102 0 0 25 0 1 0 1097168041 102096896 20924 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 24926 20924 248 541 0 24376 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 99704

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1262208/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=100824 CPUtime=882.04
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 25836 0 0 0 88098 106 0 0 25 0 1 0 1097168041 103243776 21157 1992294400 4194304 6412682 548682068864 18446744073709551615 4780202 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 25206 21157 248 541 0 24656 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 100824

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1256576/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=106872 CPUtime=942.02
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 27227 0 0 0 94092 110 0 0 25 0 1 0 1097168041 109436928 22548 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 26718 22548 248 541 0 26168 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 106872

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1252288/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=111168 CPUtime=1002
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 28986 0 0 0 100087 113 0 0 25 0 1 0 1097168041 113836032 23571 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 27792 23571 248 541 0 27242 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 111168

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1251328/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=112448 CPUtime=1061.98
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 29280 0 0 0 106080 118 0 0 25 0 1 0 1097168041 115146752 23865 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 28112 23865 248 541 0 27562 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 112448

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1249856/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=114368 CPUtime=1121.96
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 29650 0 0 0 112075 121 0 0 25 0 1 0 1097168041 117112832 24235 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 28592 24235 248 541 0 28042 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 114368

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1248960/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=114688 CPUtime=1181.95
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 29857 0 0 0 118071 124 0 0 25 0 1 0 1097168041 117440512 24442 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 28672 24442 248 541 0 28122 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 114688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15300
/proc/meminfo: memFree=1248320/2055920 swapFree=4178912/4192956
[pid=15293] ppid=15291 vsize=115328 CPUtime=1200.05
/proc/15293/stat : 15293 (kw) R 15291 15293 15042 0 -1 0 30019 0 0 0 119880 125 0 0 25 0 1 0 1097168041 118095872 24604 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15293/statm: 28832 24604 248 541 0 28282 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 115328

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.42
CPU time (s): 1200.08
CPU user time (s): 1198.81
CPU system time (s): 1.26881
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 115328

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

runsolver used 1.04884 second user time and 2.6366 second system time

The end

Launcher Data

Begin job on node47 at 2009-03-28 13:57:35
IDJOB=1519897
IDBENCH=70378
IDSOLVER=501
FILE ID=node47/1519897-1238245055
PBS_JOBID= 9060685
Free space on /tmp= 66264 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/110/unif-k5-r21.3-v110-c2343-S914952752-019.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519897-1238245055/watcher-1519897-1238245055 -o /tmp/evaluation-result-1519897-1238245055/solver-1519897-1238245055 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519897-1238245055.cnf

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

MD5SUM BENCH= ab0fa90b59935117df784f9568093dd2
RANDOM SEED=1998903741

node47.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.216
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.216
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:       1346912 kB
Buffers:         88680 kB
Cached:         523960 kB
SwapCached:       7792 kB
Active:          30908 kB
Inactive:       592092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1346912 kB
SwapTotal:     4192956 kB
SwapFree:      4178912 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:          16040 kB
Slab:            71952 kB
Committed_AS:  2912832 kB
PageTables:       1452 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= 66260 MiB
End job on node47 at 2009-03-28 14:17:38