Trace number 1519529

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.15 1200.45

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S249585100-059.cnf
MD5SUM143712ca4284eea58745e182764b5b47
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.55846
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
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 516000
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-1519529-1238229761/watcher-1519529-1238229761 -o /tmp/evaluation-result-1519529-1238229761/solver-1519529-1238229761 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519529-1238229761.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: 1.00 1.00 0.95 2/64 22025
/proc/meminfo: memFree=1143184/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=3128 CPUtime=0
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 403 0 0 0 0 0 0 0 18 0 1 0 1095638447 3203072 387 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 782 387 219 541 0 232 0

[startup+0.0401111 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 22025
/proc/meminfo: memFree=1143184/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=3524 CPUtime=0.03
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 500 0 0 0 3 0 0 0 18 0 1 0 1095638447 3608576 484 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 881 484 219 541 0 331 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3524

[startup+0.101116 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 22025
/proc/meminfo: memFree=1143184/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=4448 CPUtime=0.09
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 754 0 0 0 9 0 0 0 18 0 1 0 1095638447 4554752 738 1992294400 4194304 6412682 548682068864 18446744073709551615 4296416 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 1112 738 229 541 0 562 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4448

[startup+0.301135 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 22025
/proc/meminfo: memFree=1143184/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=5256 CPUtime=0.29
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 1259 0 0 0 29 0 0 0 19 0 1 0 1095638447 5382144 961 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 1314 961 245 541 0 764 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5256

[startup+0.701171 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 22025
/proc/meminfo: memFree=1143184/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=7368 CPUtime=0.69
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 1811 0 0 0 69 0 0 0 22 0 1 0 1095638447 7544832 1513 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 1842 1513 245 541 0 1292 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7368

[startup+1.50125 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=1136456/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=11352 CPUtime=1.49
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 2795 0 0 0 148 1 0 0 25 0 1 0 1095638447 11624448 2497 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 2838 2497 245 541 0 2288 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11352

[startup+3.10139 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=1131592/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=15992 CPUtime=3.09
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 3953 0 0 0 307 2 0 0 25 0 1 0 1095638447 16375808 3615 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 3998 3615 245 541 0 3448 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15992

[startup+6.30169 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=1126984/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=20356 CPUtime=6.28
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 5170 0 0 0 625 3 0 0 25 0 1 0 1095638447 20844544 4735 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 5089 4735 248 541 0 4539 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20356

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=1119056/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=25952 CPUtime=12.68
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 6713 0 0 0 1261 7 0 0 25 0 1 0 1095638447 26574848 6149 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 6488 6149 248 541 0 5938 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25952

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=1108176/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=37176 CPUtime=25.48
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 9723 0 0 0 2535 13 0 0 25 0 1 0 1095638447 38068224 8885 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 9294 8885 248 541 0 8744 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37176

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=1092176/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=53836 CPUtime=51.08
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 14161 0 0 0 5085 23 0 0 25 0 1 0 1095638447 55128064 12907 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 13459 12907 248 541 0 12909 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 53836

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=1068240/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=78648 CPUtime=102.27
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 20607 0 0 0 10191 36 0 0 25 0 1 0 1095638447 80535552 18962 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 19662 18962 248 541 0 19112 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 78648

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=1049552/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=98112 CPUtime=162.25
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 25898 0 0 0 16175 50 0 0 25 0 1 0 1095638447 100466688 23735 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 24528 23735 248 541 0 23978 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 98112

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=1027792/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=121108 CPUtime=222.24
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 31810 0 0 0 22159 65 0 0 25 0 1 0 1095638447 124014592 28963 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 30277 28963 248 541 0 29727 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 121108

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=1012624/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=136668 CPUtime=282.22
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 36006 0 0 0 28146 76 0 0 25 0 1 0 1095638447 139948032 32738 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 34167 32738 248 541 0 33617 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 136668

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=1001744/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=148256 CPUtime=342.2
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 38785 0 0 0 34135 85 0 0 25 0 1 0 1095638447 151814144 35517 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 37064 35517 248 541 0 36514 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 148256

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=991440/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=158908 CPUtime=402.19
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 41799 0 0 0 40125 94 0 0 25 0 1 0 1095638447 162721792 38047 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 39727 38047 248 541 0 39177 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 158908

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=970320/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=181376 CPUtime=462.17
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 47144 0 0 0 46112 105 0 0 25 0 1 0 1095638447 185729024 43392 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 45344 43392 248 541 0 44794 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 181376

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=968720/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=182760 CPUtime=522.16
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 48054 0 0 0 52102 114 0 0 25 0 1 0 1095638447 187146240 43746 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 45690 43746 248 541 0 45140 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 182760

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=951952/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=200144 CPUtime=582.15
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 52283 0 0 0 58090 125 0 0 25 0 1 0 1095638447 204947456 47975 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 50036 47975 248 541 0 49486 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 200144

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=944336/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=210276 CPUtime=642.14
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 54740 0 0 0 64081 133 0 0 25 0 1 0 1095638447 215322624 49792 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 52569 49792 248 541 0 52019 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 210276

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=943696/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=211112 CPUtime=702.12
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 54928 0 0 0 70074 138 0 0 25 0 1 0 1095638447 216178688 49980 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 52778 49980 248 541 0 52228 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 211112

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=920144/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=235620 CPUtime=762.1
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 60801 0 0 0 76061 149 0 0 25 0 1 0 1095638447 241274880 55853 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 58905 55853 248 541 0 58355 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 235620

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=913552/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=242080 CPUtime=822.09
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 63159 0 0 0 82051 158 0 0 25 0 1 0 1095638447 247889920 57475 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 60520 57475 248 541 0 59970 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 242080

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=912720/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=243244 CPUtime=882.07
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 63390 0 0 0 88043 164 0 0 25 0 1 0 1095638447 249081856 57706 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 60811 57706 248 541 0 60261 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 243244

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=909456/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=246928 CPUtime=942.06
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 64305 0 0 0 94037 169 0 0 25 0 1 0 1095638447 252854272 58621 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 61732 58621 248 541 0 61182 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 246928

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=888144/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=268784 CPUtime=1002.04
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 69544 0 0 0 100026 178 0 0 25 0 1 0 1095638447 275234816 63860 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 67196 63860 248 541 0 66646 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 268784

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22026
/proc/meminfo: memFree=881936/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=274852 CPUtime=1062.03
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 71906 0 0 0 106017 186 0 0 25 0 1 0 1095638447 281448448 65376 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 68713 65376 248 541 0 68163 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 274852

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22032
/proc/meminfo: memFree=881552/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=274852 CPUtime=1122.01
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 71973 0 0 0 112009 192 0 0 25 0 1 0 1095638447 281448448 65443 1992294400 4194304 6412682 548682068864 18446744073709551615 4286821 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 68713 65443 248 541 0 68163 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 274852

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22032
/proc/meminfo: memFree=880848/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=275848 CPUtime=1182
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 72164 0 0 0 118003 197 0 0 25 0 1 0 1095638447 282468352 65634 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 68962 65634 248 541 0 68412 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 275848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 22032
/proc/meminfo: memFree=880208/2055920 swapFree=4176868/4192956
[pid=22025] ppid=22023 vsize=276648 CPUtime=1200.09
/proc/22025/stat : 22025 (kw) R 22023 22025 21732 0 -1 0 72319 0 0 0 119811 198 0 0 25 0 1 0 1095638447 283287552 65789 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/22025/statm: 69162 65789 248 541 0 68612 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 276648

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.45
CPU time (s): 1200.15
CPU user time (s): 1198.12
CPU system time (s): 2.03069
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 278236

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

runsolver used 0.959854 second user time and 2.6286 second system time

The end

Launcher Data

Begin job on node48 at 2009-03-28 09:42:41
IDJOB=1519529
IDBENCH=70194
IDSOLVER=501
FILE ID=node48/1519529-1238229761
PBS_JOBID= 9060601
Free space on /tmp= 66464 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S249585100-059.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519529-1238229761/watcher-1519529-1238229761 -o /tmp/evaluation-result-1519529-1238229761/solver-1519529-1238229761 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519529-1238229761.cnf

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

MD5SUM BENCH= 143712ca4284eea58745e182764b5b47
RANDOM SEED=858879219

node48.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.236
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.236
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:       1143664 kB
Buffers:         76208 kB
Cached:         740004 kB
SwapCached:      10192 kB
Active:          91308 kB
Inactive:       736736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1143664 kB
SwapTotal:     4192956 kB
SwapFree:      4176868 kB
Dirty:            2664 kB
Writeback:           0 kB
Mapped:          17492 kB
Slab:            70264 kB
Committed_AS:  2503568 kB
PageTables:       1376 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= 66464 MiB
End job on node48 at 2009-03-28 10:02:43