Trace number 1519919

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/90/
unif-k5-r21.3-v90-c1917-S845966893-046.cnf
MD5SUM5cc6f84f110f3d0af812ff76f6bf656e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark157.978
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-1519919-1238247423/watcher-1519919-1238247423 -o /tmp/evaluation-result-1519919-1238247423/solver-1519919-1238247423 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519919-1238247423.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 0.99 0.98 3/81 7665
/proc/meminfo: memFree=1851592/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=2780 CPUtime=0
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 316 0 0 0 0 0 0 0 20 0 1 0 1097406140 2846720 300 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 695 300 216 541 0 145 0

[startup+0.0500321 s]
/proc/loadavg: 1.00 0.99 0.98 3/81 7665
/proc/meminfo: memFree=1851592/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=3020 CPUtime=0.04
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 419 0 0 0 4 0 0 0 20 0 1 0 1097406140 3092480 400 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 755 400 242 541 0 205 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3020

[startup+0.101036 s]
/proc/loadavg: 1.00 0.99 0.98 3/81 7665
/proc/meminfo: memFree=1851592/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=3420 CPUtime=0.09
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 521 0 0 0 9 0 0 0 20 0 1 0 1097406140 3502080 502 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 855 502 242 541 0 305 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3420

[startup+0.301058 s]
/proc/loadavg: 1.00 0.99 0.98 3/81 7665
/proc/meminfo: memFree=1851592/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=4632 CPUtime=0.29
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 823 0 0 0 29 0 0 0 22 0 1 0 1097406140 4743168 804 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 1158 804 242 541 0 608 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4632

[startup+0.701102 s]
/proc/loadavg: 1.00 0.99 0.98 3/81 7665
/proc/meminfo: memFree=1851592/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=6440 CPUtime=0.69
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 1226 0 0 0 68 1 0 0 25 0 1 0 1097406140 6594560 1207 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 1610 1207 242 541 0 1060 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6440

[startup+1.50219 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1847104/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=7888 CPUtime=1.49
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 1587 0 0 0 147 2 0 0 25 0 1 0 1097406140 8077312 1528 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 1972 1528 248 541 0 1422 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7888

[startup+3.10137 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1845952/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=9372 CPUtime=3.09
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 2002 0 0 0 306 3 0 0 25 0 1 0 1097406140 9596928 1846 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 2343 1846 248 541 0 1793 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9372

[startup+6.30173 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1843456/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=11844 CPUtime=6.29
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 2687 0 0 0 625 4 0 0 25 0 1 0 1097406140 12128256 2402 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 2961 2402 248 541 0 2411 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11844

[startup+12.7014 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1839936/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=15192 CPUtime=12.68
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 3580 0 0 0 1261 7 0 0 25 0 1 0 1097406140 15556608 3125 1992294400 4194304 6412682 548682068864 18446744073709551615 4326414 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 3798 3125 248 541 0 3248 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15192

[startup+25.5019 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1835840/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=19896 CPUtime=25.49
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 4867 0 0 0 2537 12 0 0 25 0 1 0 1097406140 20373504 4188 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 4974 4188 248 541 0 4424 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19896

[startup+51.1017 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1829056/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=27776 CPUtime=51.08
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 6910 0 0 0 5090 18 0 0 25 0 1 0 1097406140 28442624 5752 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 6944 5752 248 541 0 6394 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27776

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1821696/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=36960 CPUtime=102.27
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 9233 0 0 0 10200 27 0 0 25 0 1 0 1097406140 37847040 7625 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 9240 7625 248 541 0 8690 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 36960

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1813184/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=47836 CPUtime=162.25
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 11640 0 0 0 16189 36 0 0 25 0 1 0 1097406140 48984064 9755 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 11959 9755 248 541 0 11409 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 47836

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1807360/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=54032 CPUtime=222.23
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 13392 0 0 0 22179 44 0 0 25 0 1 0 1097406140 55328768 11189 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 13508 11189 248 541 0 12958 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 54032

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1802624/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=59388 CPUtime=282.22
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 14931 0 0 0 28172 50 0 0 25 0 1 0 1097406140 60813312 12362 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 14847 12362 248 541 0 14297 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 59388

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1798848/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=63640 CPUtime=342.2
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 16285 0 0 0 34165 55 0 0 25 0 1 0 1097406140 65167360 13295 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 15910 13295 248 541 0 15360 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 63640

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7666
/proc/meminfo: memFree=1792896/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=71056 CPUtime=402.18
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 18195 0 0 0 40158 60 0 0 25 0 1 0 1097406140 72761344 14721 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 17764 14721 248 541 0 17214 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 71056

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7667
/proc/meminfo: memFree=1790976/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=73456 CPUtime=462.16
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 18675 0 0 0 46149 67 0 0 25 0 1 0 1097406140 75218944 15201 1992294400 4194304 6412682 548682068864 18446744073709551615 4287583 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 18364 15201 248 541 0 17814 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 73456

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1783232/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=82260 CPUtime=522.15
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 21121 0 0 0 52142 73 0 0 25 0 1 0 1097406140 84234240 17091 1992294400 4194304 6412682 548682068864 18446744073709551615 4286911 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 20565 17091 248 541 0 20015 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 82260

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1781952/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=83540 CPUtime=582.13
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 21466 0 0 0 58135 78 0 0 25 0 1 0 1097406140 85544960 17436 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 20885 17436 248 541 0 20335 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 83540

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1778496/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=87380 CPUtime=642.13
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 22339 0 0 0 64130 83 0 0 25 0 1 0 1097406140 89477120 18309 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 21845 18309 248 541 0 21295 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 87380

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1774144/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=93956 CPUtime=702.1
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 24010 0 0 0 70122 88 0 0 25 0 1 0 1097406140 96210944 19340 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 23489 19340 248 541 0 22939 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 93956

[startup+762.308 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1772608/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=96148 CPUtime=762.09
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 24439 0 0 0 76116 93 0 0 25 0 1 0 1097406140 98455552 19769 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 24037 19769 248 541 0 23487 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 96148

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1771456/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=97428 CPUtime=822.07
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 24721 0 0 0 82110 97 0 0 25 0 1 0 1097406140 99766272 20051 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 24357 20051 248 541 0 23807 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 97428

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1764672/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=103800 CPUtime=882.06
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 26420 0 0 0 88102 104 0 0 25 0 1 0 1097406140 106291200 21750 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 25950 21750 248 541 0 25400 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 103800

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1762752/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=105720 CPUtime=942.04
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 27595 0 0 0 94095 109 0 0 25 0 1 0 1097406140 108257280 22189 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 26430 22189 248 541 0 25880 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 105720

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1759680/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=110200 CPUtime=1002.03
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 28385 0 0 0 100089 114 0 0 25 0 1 0 1097406140 112844800 22979 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 27550 22979 248 541 0 27000 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 110200

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1757824/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=112760 CPUtime=1062.01
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 28864 0 0 0 106084 117 0 0 25 0 1 0 1097406140 115466240 23458 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 28190 23458 248 541 0 27640 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 112760

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1753792/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=116600 CPUtime=1121.99
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 29852 0 0 0 112079 120 0 0 25 0 1 0 1097406140 119398400 24446 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 29150 24446 248 541 0 28600 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 116600

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1750208/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=120512 CPUtime=1181.98
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 30748 0 0 0 118074 124 0 0 25 0 1 0 1097406140 123404288 25342 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 30128 25342 248 541 0 29578 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 120512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.98 2/82 7668
/proc/meminfo: memFree=1748992/2055920 swapFree=4172708/4192956
[pid=7665] ppid=7663 vsize=121680 CPUtime=1200.08
/proc/7665/stat : 7665 (kw) R 7663 7665 7338 0 -1 0 31052 0 0 0 119883 125 0 0 25 0 1 0 1097406140 124600320 25646 1992294400 4194304 6412682 548682068864 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/7665/statm: 30420 25646 248 541 0 29870 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 121680

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.1
CPU user time (s): 1198.83
CPU system time (s): 1.26981
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 121680

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

runsolver used 1.54876 second user time and 3.9204 second system time

The end

Launcher Data

Begin job on node87 at 2009-03-28 14:37:03
IDJOB=1519919
IDBENCH=70389
IDSOLVER=501
FILE ID=node87/1519919-1238247423
PBS_JOBID= 9060661
Free space on /tmp= 66036 MiB

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

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

MD5SUM BENCH= 5cc6f84f110f3d0af812ff76f6bf656e
RANDOM SEED=159431283

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1852200 kB
Buffers:         31460 kB
Cached:          93776 kB
SwapCached:       9200 kB
Active:          54828 kB
Inactive:        81044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852200 kB
SwapTotal:     4192956 kB
SwapFree:      4172708 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:          16300 kB
Slab:            52028 kB
Committed_AS:  2773708 kB
PageTables:       2676 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= 66036 MiB
End job on node87 at 2009-03-28 14:57:06