Trace number 1519971

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/110/
unif-k5-r21.3-v110-c2343-S1767813611-042.cnf
MD5SUMe8bef21b1523a2570095f6899127c7e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.038993
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-1519971-1238252263/watcher-1519971-1238252263 -o /tmp/evaluation-result-1519971-1238252263/solver-1519971-1238252263 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519971-1238252263.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.84 0.94 0.98 2/72 28310
/proc/meminfo: memFree=1144344/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=2736 CPUtime=0
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 302 0 0 0 0 0 0 0 18 0 1 0 1097887506 2801664 286 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 684 286 216 541 0 134 0

[startup+0.0821169 s]
/proc/loadavg: 0.84 0.94 0.98 2/72 28310
/proc/meminfo: memFree=1144344/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=3328 CPUtime=0.07
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 486 0 0 0 7 0 0 0 18 0 1 0 1097887506 3407872 459 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 832 459 242 541 0 282 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3328

[startup+0.101119 s]
/proc/loadavg: 0.84 0.94 0.98 2/72 28310
/proc/meminfo: memFree=1144344/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=3460 CPUtime=0.09
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 521 0 0 0 9 0 0 0 18 0 1 0 1097887506 3543040 494 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 865 494 242 541 0 315 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3460

[startup+0.30116 s]
/proc/loadavg: 0.84 0.94 0.98 2/72 28310
/proc/meminfo: memFree=1144344/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=4532 CPUtime=0.29
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 812 0 0 0 29 0 0 0 19 0 1 0 1097887506 4640768 785 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 1133 785 242 541 0 583 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4532

[startup+0.701239 s]
/proc/loadavg: 0.84 0.94 0.98 2/72 28310
/proc/meminfo: memFree=1144344/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=6300 CPUtime=0.69
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 1221 0 0 0 68 1 0 0 22 0 1 0 1097887506 6451200 1194 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 1575 1194 242 541 0 1025 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6300

[startup+1.5014 s]
/proc/loadavg: 0.84 0.94 0.98 2/73 28311
/proc/meminfo: memFree=1139472/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=8020 CPUtime=1.49
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 1617 0 0 0 148 1 0 0 25 0 1 0 1097887506 8212480 1550 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 2005 1550 244 541 0 1455 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8020

[startup+3.10171 s]
/proc/loadavg: 0.85 0.94 0.98 2/73 28311
/proc/meminfo: memFree=1138384/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=9432 CPUtime=3.09
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 2066 0 0 0 307 2 0 0 25 0 1 0 1097887506 9658368 1902 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 2358 1902 248 541 0 1808 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9432

[startup+6.30135 s]
/proc/loadavg: 0.85 0.94 0.98 2/73 28311
/proc/meminfo: memFree=1136080/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=12280 CPUtime=6.29
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 2712 0 0 0 625 4 0 0 25 0 1 0 1097887506 12574720 2488 1992294400 4194304 6412682 548682068864 18446744073709551615 4394629 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 3070 2488 248 541 0 2520 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12280

[startup+12.7026 s]
/proc/loadavg: 0.88 0.94 0.98 2/73 28311
/proc/meminfo: memFree=1132440/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=15340 CPUtime=12.69
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 3614 0 0 0 1262 7 0 0 25 0 1 0 1097887506 15708160 3151 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 3835 3151 248 541 0 3285 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15340

[startup+25.5011 s]
/proc/loadavg: 0.89 0.94 0.98 2/73 28311
/proc/meminfo: memFree=1128408/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=20072 CPUtime=25.48
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 4894 0 0 0 2536 12 0 0 25 0 1 0 1097887506 20553728 4207 1992294400 4194304 6412682 548682068864 18446744073709551615 4287557 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 5018 4207 248 541 0 4468 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20072

[startup+51.1012 s]
/proc/loadavg: 0.93 0.94 0.98 2/73 28311
/proc/meminfo: memFree=1122968/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=27308 CPUtime=51.07
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 6596 0 0 0 5089 18 0 0 25 0 1 0 1097887506 27963392 5612 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 6827 5612 248 541 0 6277 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27308

[startup+102.306 s]
/proc/loadavg: 0.97 0.95 0.98 2/73 28311
/proc/meminfo: memFree=1113304/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=37776 CPUtime=102.25
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 9585 0 0 0 10197 28 0 0 25 0 1 0 1097887506 38682624 7969 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 9444 7969 248 541 0 8894 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 37776

[startup+162.301 s]
/proc/loadavg: 0.99 0.96 0.98 2/73 28311
/proc/meminfo: memFree=1106392/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=45348 CPUtime=162.24
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 11588 0 0 0 16186 38 0 0 25 0 1 0 1097887506 46436352 9695 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 11337 9695 248 541 0 10787 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 45348

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.98 2/73 28317
/proc/meminfo: memFree=1100632/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=52644 CPUtime=222.21
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 13353 0 0 0 22174 47 0 0 25 0 1 0 1097887506 53907456 11142 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 13161 11142 248 541 0 12611 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 52644

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1095192/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=59404 CPUtime=282.19
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 15075 0 0 0 28163 56 0 0 25 0 1 0 1097887506 60829696 12498 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 14851 12498 248 541 0 14301 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 59404

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1089880/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=65036 CPUtime=342.17
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 16811 0 0 0 34155 62 0 0 25 0 1 0 1097887506 66596864 13813 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 16259 13813 248 541 0 15709 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 65036

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1086872/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=68396 CPUtime=402.14
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 17592 0 0 0 40147 67 0 0 25 0 1 0 1097887506 70037504 14594 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 17099 14594 248 541 0 16549 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 68396

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1082136/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=73496 CPUtime=462.12
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 19234 0 0 0 46140 72 0 0 25 0 1 0 1097887506 75259904 15752 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 18374 15752 248 541 0 17824 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 73496

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1080152/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=75900 CPUtime=522.1
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 19721 0 0 0 52133 77 0 0 25 0 1 0 1097887506 77721600 16239 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 18975 16239 248 541 0 18425 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 75900

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1073048/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=84440 CPUtime=582.09
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 22037 0 0 0 58124 85 0 0 25 0 1 0 1097887506 86466560 17999 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 21110 17999 248 541 0 20560 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 84440

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1071960/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=85560 CPUtime=642.07
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 22307 0 0 0 64117 90 0 0 25 0 1 0 1097887506 87613440 18269 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 21390 18269 248 541 0 20840 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 85560

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1068888/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=89240 CPUtime=702.04
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 23072 0 0 0 70110 94 0 0 25 0 1 0 1097887506 91381760 19034 1992294400 4194304 6412682 548682068864 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 22310 19034 248 541 0 21760 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 89240

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1063000/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=97964 CPUtime=762.02
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 25130 0 0 0 76102 100 0 0 25 0 1 0 1097887506 100315136 20452 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 24491 20452 248 541 0 23941 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 97964

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1061848/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=99884 CPUtime=822
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 25483 0 0 0 82095 105 0 0 25 0 1 0 1097887506 102281216 20805 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 24971 20805 248 541 0 24421 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 99884

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1060824/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=101484 CPUtime=881.98
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 25734 0 0 0 88089 109 0 0 25 0 1 0 1097887506 103919616 21056 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 25371 21056 248 541 0 24821 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 101484

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1059096/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=103084 CPUtime=941.96
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 26164 0 0 0 94084 112 0 0 25 0 1 0 1097887506 105558016 21486 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 25771 21486 248 541 0 25221 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 103084

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1050712/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=112008 CPUtime=1001.94
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 28261 0 0 0 100077 117 0 0 25 0 1 0 1097887506 114696192 23583 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 28002 23583 248 541 0 27452 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 112008

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1048344/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=115376 CPUtime=1061.92
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 29571 0 0 0 106071 121 0 0 25 0 1 0 1097887506 118145024 24157 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 28844 24157 248 541 0 28294 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 115376

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1047768/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=115696 CPUtime=1121.9
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 29710 0 0 0 112065 125 0 0 25 0 1 0 1097887506 118472704 24296 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 28924 24296 248 541 0 28374 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 115696

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1045848/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=118256 CPUtime=1181.87
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 30179 0 0 0 118057 130 0 0 25 0 1 0 1097887506 121094144 24765 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 29564 24765 248 541 0 29014 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 118256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1044888/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=119536 CPUtime=1200.07
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 30428 0 0 0 119877 130 0 0 25 0 1 0 1097887506 122404864 25014 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 29884 25014 248 541 0 29334 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 119536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/73 28317
/proc/meminfo: memFree=1044888/2055920 swapFree=4175896/4192956
[pid=28310] ppid=28308 vsize=119536 CPUtime=1200.07
/proc/28310/stat : 28310 (kw) R 28308 28310 28246 0 -1 0 30428 0 0 0 119877 130 0 0 25 0 1 0 1097887506 122404864 25014 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/28310/statm: 29884 25014 248 541 0 29334 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 119536

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.1
CPU user time (s): 1198.77
CPU system time (s): 1.3278
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 119536

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

runsolver used 1.00285 second user time and 3.37549 second system time

The end

Launcher Data

Begin job on node66 at 2009-03-28 15:57:43
IDJOB=1519971
IDBENCH=70415
IDSOLVER=501
FILE ID=node66/1519971-1238252263
PBS_JOBID= 9060770
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= e8bef21b1523a2570095f6899127c7e2
RANDOM SEED=1992070161

node66.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.286
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.286
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:       1144952 kB
Buffers:         87964 kB
Cached:         730840 kB
SwapCached:       8824 kB
Active:         211288 kB
Inactive:       618408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144952 kB
SwapTotal:     4192956 kB
SwapFree:      4175896 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:          16524 kB
Slab:            66496 kB
Committed_AS:  3050216 kB
PageTables:       1976 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= 66540 MiB
End job on node66 at 2009-03-28 16:17:45