Trace number 1519911

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/90/
unif-k5-r21.3-v90-c1917-S122462268-047.cnf
MD5SUM5d0778d9bbd17c145825bd8d03b4a06d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark172.314
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
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-1519911-1238246309/watcher-1519911-1238246309 -o /tmp/evaluation-result-1519911-1238246309/solver-1519911-1238246309 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519911-1238246309.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.00 0.99 3/73 11490
/proc/meminfo: memFree=1649368/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=2780 CPUtime=0
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 295 0 0 0 0 0 0 0 20 0 1 0 1097295752 2846720 279 1992294400 4194304 6412682 548682068864 18446744073709551615 5487182 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 695 279 216 541 0 145 0

[startup+0.034995 s]
/proc/loadavg: 0.92 1.00 0.99 3/73 11490
/proc/meminfo: memFree=1649368/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=3020 CPUtime=0.03
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 389 0 0 0 3 0 0 0 20 0 1 0 1097295752 3092480 369 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 755 370 242 541 0 205 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3020

[startup+0.101999 s]
/proc/loadavg: 0.92 1.00 0.99 3/73 11490
/proc/meminfo: memFree=1649368/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=3564 CPUtime=0.09
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 530 0 0 0 9 0 0 0 20 0 1 0 1097295752 3649536 510 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 891 510 242 541 0 341 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3564

[startup+0.302019 s]
/proc/loadavg: 0.92 1.00 0.99 3/73 11490
/proc/meminfo: memFree=1649368/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=4780 CPUtime=0.29
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 835 0 0 0 29 0 0 0 22 0 1 0 1097295752 4894720 815 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 1195 815 242 541 0 645 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4780

[startup+0.701062 s]
/proc/loadavg: 0.92 1.00 0.99 3/73 11490
/proc/meminfo: memFree=1649368/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=6272 CPUtime=0.68
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 1216 0 0 0 68 0 0 0 25 0 1 0 1097295752 6422528 1196 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 1568 1196 242 541 0 1018 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6272

[startup+1.50115 s]
/proc/loadavg: 0.92 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1644688/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=7892 CPUtime=1.49
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 1571 0 0 0 148 1 0 0 25 0 1 0 1097295752 8081408 1511 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 1973 1511 242 541 0 1423 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7892

[startup+3.10132 s]
/proc/loadavg: 0.92 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1643536/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=9172 CPUtime=3.09
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 1979 0 0 0 307 2 0 0 25 0 1 0 1097295752 9392128 1822 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 2293 1822 248 541 0 1743 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9172

[startup+6.30166 s]
/proc/loadavg: 0.93 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1641360/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=11588 CPUtime=6.28
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 2614 0 0 0 624 4 0 0 25 0 1 0 1097295752 11866112 2328 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 2897 2328 248 541 0 2347 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11588

[startup+12.7013 s]
/proc/loadavg: 0.93 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1637904/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=15092 CPUtime=12.68
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 3498 0 0 0 1262 6 0 0 25 0 1 0 1097295752 15454208 3042 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 3773 3042 248 541 0 3223 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15092

[startup+25.5027 s]
/proc/loadavg: 0.95 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1633040/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=20652 CPUtime=25.49
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 4941 0 0 0 2539 10 0 0 25 0 1 0 1097295752 21147648 4261 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 5163 4261 248 541 0 4613 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20652

[startup+51.1025 s]
/proc/loadavg: 0.96 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1627024/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=27396 CPUtime=51.07
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 6835 0 0 0 5091 16 0 0 25 0 1 0 1097295752 28053504 5676 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 6849 5676 248 541 0 6299 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27396

[startup+102.307 s]
/proc/loadavg: 0.98 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1619984/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=35208 CPUtime=102.27
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 9108 0 0 0 10203 24 0 0 25 0 1 0 1097295752 36052992 7499 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 8802 7499 248 541 0 8252 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 35208

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1611728/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=45364 CPUtime=162.25
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 11482 0 0 0 16192 33 0 0 25 0 1 0 1097295752 46452736 9596 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 11341 9596 248 541 0 10791 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 45364

[startup+222.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1604752/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=53624 CPUtime=222.24
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 13807 0 0 0 22182 42 0 0 25 0 1 0 1097295752 54910976 11237 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 13406 11237 248 541 0 12856 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 53624

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1601488/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=58264 CPUtime=282.22
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 14730 0 0 0 28174 48 0 0 25 0 1 0 1097295752 59662336 12160 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 14566 12160 248 541 0 14016 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 58264

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1595792/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=64476 CPUtime=342.21
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 16467 0 0 0 34164 57 0 0 25 0 1 0 1097295752 66023424 13476 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 16119 13476 248 541 0 15569 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 64476

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1589776/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=70632 CPUtime=402.18
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 18396 0 0 0 40156 62 0 0 25 0 1 0 1097295752 72327168 14921 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 17658 14921 248 541 0 17108 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 70632

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1587856/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=73512 CPUtime=462.17
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 18919 0 0 0 46148 69 0 0 25 0 1 0 1097295752 75276288 15444 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 18378 15444 248 541 0 17828 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 73512

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1581456/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=80028 CPUtime=522.15
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 21036 0 0 0 52139 76 0 0 25 0 1 0 1097295752 81948672 17005 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 20007 17005 248 541 0 19457 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 80028

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1578384/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=83868 CPUtime=582.14
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 21822 0 0 0 58133 81 0 0 25 0 1 0 1097295752 85880832 17791 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 20967 17791 248 541 0 20417 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 83868

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1575952/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=86748 CPUtime=642.13
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 22425 0 0 0 64127 86 0 0 25 0 1 0 1097295752 88829952 18394 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 21687 18394 248 541 0 21137 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 86748

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1571408/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=93472 CPUtime=702.1
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 24167 0 0 0 70119 91 0 0 25 0 1 0 1097295752 95715328 19496 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 23368 19496 248 541 0 22818 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 93472

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1570704/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=94432 CPUtime=762.1
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 24366 0 0 0 76113 97 0 0 25 0 1 0 1097295752 96698368 19695 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 23608 19695 248 541 0 23058 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 94432

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1569424/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=95552 CPUtime=822.08
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 24669 0 0 0 82106 102 0 0 25 0 1 0 1097295752 97845248 19998 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 23888 19998 248 541 0 23338 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 95552

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1562960/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=103368 CPUtime=882.06
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 26275 0 0 0 88099 107 0 0 25 0 1 0 1097295752 105848832 21604 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 25842 21604 248 541 0 25292 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 103368

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1559056/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=106848 CPUtime=942.05
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 27992 0 0 0 94093 112 0 0 25 0 1 0 1097295752 109412352 22585 1992294400 4194304 6412682 548682068864 18446744073709551615 4286866 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 26712 22585 248 541 0 26162 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 106848

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1557712/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=108768 CPUtime=1002.03
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 28309 0 0 0 100087 116 0 0 25 0 1 0 1097295752 111378432 22902 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 27192 22902 248 541 0 26642 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 108768

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1555664/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=111328 CPUtime=1062.01
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 28867 0 0 0 106081 120 0 0 25 0 1 0 1097295752 113999872 23460 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 27832 23460 248 541 0 27282 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 111328

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1553744/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=113248 CPUtime=1122
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 29332 0 0 0 112076 124 0 0 25 0 1 0 1097295752 115965952 23925 1992294400 4194304 6412682 548682068864 18446744073709551615 4286926 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 28312 23925 248 541 0 27762 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 113248

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1550864/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=115508 CPUtime=1181.98
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 30061 0 0 0 118070 128 0 0 25 0 1 0 1097295752 118280192 24654 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 28877 24654 248 541 0 28327 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 115508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 1.00 0.99 2/74 11491
/proc/meminfo: memFree=1548624/2055920 swapFree=4164824/4192956
[pid=11490] ppid=11488 vsize=117960 CPUtime=1200.09
/proc/11490/stat : 11490 (kw) R 11488 11490 11203 0 -1 0 30588 0 0 0 119879 130 0 0 25 0 1 0 1097295752 120791040 25181 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11490/statm: 29490 25181 248 541 0 28940 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 117960

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.11
CPU user time (s): 1198.79
CPU system time (s): 1.3178
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 117960

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

runsolver used 1.21881 second user time and 3.16052 second system time

The end

Launcher Data

Begin job on node81 at 2009-03-28 14:18:29
IDJOB=1519911
IDBENCH=70385
IDSOLVER=501
FILE ID=node81/1519911-1238246309
PBS_JOBID= 9060700
Free space on /tmp= 126236 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/90/unif-k5-r21.3-v90-c1917-S122462268-047.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519911-1238246309/watcher-1519911-1238246309 -o /tmp/evaluation-result-1519911-1238246309/solver-1519911-1238246309 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519911-1238246309.cnf

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

MD5SUM BENCH= 5d0778d9bbd17c145825bd8d03b4a06d
RANDOM SEED=395432753

node81.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1649848 kB
Buffers:         44588 kB
Cached:         266160 kB
SwapCached:      18984 kB
Active:          98104 kB
Inactive:       233380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649848 kB
SwapTotal:     4192956 kB
SwapFree:      4164824 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:          26532 kB
Slab:            59416 kB
Committed_AS:  2806316 kB
PageTables:       2084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126232 MiB
End job on node81 at 2009-03-28 14:38:32