Trace number 1519639

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.14 1200.54

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S1136894336-075.cnf
MD5SUM95130954abd8400708fa3e3db5d60039
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1154.85
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 517000

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-1519639-1238231960/watcher-1519639-1238231960 -o /tmp/evaluation-result-1519639-1238231960/solver-1519639-1238231960 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519639-1238231960.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 1.00 3/72 2385
/proc/meminfo: memFree=1700280/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=2888 CPUtime=0
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 318 0 0 0 0 0 0 0 18 0 1 0 1095857102 2957312 302 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 722 302 216 541 0 172 0

[startup+0.0801809 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 2385
/proc/meminfo: memFree=1700280/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=3944 CPUtime=0.07
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 617 0 0 0 7 0 0 0 18 0 1 0 1095857102 4038656 601 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 986 601 216 541 0 436 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3944

[startup+0.101184 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 2385
/proc/meminfo: memFree=1700280/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=4208 CPUtime=0.09
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 686 0 0 0 9 0 0 0 18 0 1 0 1095857102 4308992 670 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 1052 671 216 541 0 502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4208

[startup+0.30122 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 2385
/proc/meminfo: memFree=1700280/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=6064 CPUtime=0.29
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 1156 0 0 0 29 0 0 0 19 0 1 0 1095857102 6209536 1140 1992294400 4194304 6412682 548682068864 18446744073709551615 4260839 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 1516 1140 235 541 0 966 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6064

[startup+0.701293 s]
/proc/loadavg: 1.00 1.00 1.00 3/72 2385
/proc/meminfo: memFree=1700280/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=6064 CPUtime=0.69
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 1156 0 0 0 69 0 0 0 22 0 1 0 1095857102 6209536 1140 1992294400 4194304 6412682 548682068864 18446744073709551615 4564952 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 1516 1140 235 541 0 966 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6064

[startup+1.50144 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1697008/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=8112 CPUtime=1.49
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 1993 0 0 0 148 1 0 0 25 0 1 0 1095857102 8306688 1691 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 2028 1691 244 541 0 1478 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8112

[startup+3.10173 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1691824/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=12720 CPUtime=3.09
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 3109 0 0 0 307 2 0 0 25 0 1 0 1095857102 13025280 2767 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 3180 2767 244 541 0 2630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12720

[startup+6.30132 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1687408/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=16640 CPUtime=6.29
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 4142 0 0 0 625 4 0 0 25 0 1 0 1095857102 17039360 3703 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 4160 3703 247 541 0 3610 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16640

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1681840/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=22180 CPUtime=12.69
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 5581 0 0 0 1262 7 0 0 25 0 1 0 1095857102 22712320 4934 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 5545 4934 247 541 0 4995 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22180

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1673776/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=30152 CPUtime=25.49
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 7762 0 0 0 2535 14 0 0 25 0 1 0 1095857102 30875648 6800 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 7538 6800 247 541 0 6988 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30152

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1662896/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=42372 CPUtime=51.08
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 10947 0 0 0 5084 24 0 0 25 0 1 0 1095857102 43388928 9506 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 10593 9506 247 541 0 10043 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 42372

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1644656/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=62096 CPUtime=102.26
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 16224 0 0 0 10188 38 0 0 25 0 1 0 1095857102 63586304 14056 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 15524 14056 247 541 0 14974 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 62096

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1629168/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=80724 CPUtime=162.24
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 20490 0 0 0 16172 52 0 0 25 0 1 0 1095857102 82661376 18004 1992294400 4194304 6412682 548682068864 18446744073709551615 4286801 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 20181 18004 247 541 0 19631 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 80724

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1617264/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=93876 CPUtime=222.22
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 24178 0 0 0 22158 64 0 0 25 0 1 0 1095857102 96129024 20905 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 23469 20905 247 541 0 22919 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 93876

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1605296/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=106172 CPUtime=282.2
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 27576 0 0 0 28145 75 0 0 25 0 1 0 1095857102 108720128 23819 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 26543 23819 247 541 0 25993 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 106172

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1598704/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=113276 CPUtime=342.18
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 29288 0 0 0 34134 84 0 0 25 0 1 0 1095857102 115994624 25531 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 28319 25531 247 541 0 27769 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 113276

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1588208/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=125336 CPUtime=402.16
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 32428 0 0 0 40123 93 0 0 25 0 1 0 1095857102 128344064 28115 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 31334 28115 247 541 0 30784 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 125336

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1581104/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=133036 CPUtime=462.14
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 34229 0 0 0 46112 102 0 0 25 0 1 0 1095857102 136228864 29916 1992294400 4194304 6412682 548682068864 18446744073709551615 4286821 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 33259 29916 247 541 0 32709 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 133036

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1573232/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=144156 CPUtime=522.12
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 36801 0 0 0 52101 111 0 0 25 0 1 0 1095857102 147615744 31848 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 36039 31848 247 541 0 35489 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 144156

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1570288/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=147516 CPUtime=582.1
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 37512 0 0 0 58092 118 0 0 25 0 1 0 1095857102 151056384 32559 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 36879 32559 247 541 0 36329 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 147516

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1556528/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=162248 CPUtime=642.08
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 41666 0 0 0 64080 128 0 0 25 0 1 0 1095857102 166141952 35977 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 40562 35977 247 541 0 40012 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 162248

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1553072/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=166728 CPUtime=702.05
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 42528 0 0 0 70070 135 0 0 25 0 1 0 1095857102 170729472 36839 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 41682 36839 247 541 0 41132 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 166728

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1550384/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=169288 CPUtime=762.04
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 43195 0 0 0 76064 140 0 0 25 0 1 0 1095857102 173350912 37506 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 42322 37506 247 541 0 41772 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 169288

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1539056/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=181672 CPUtime=822.02
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 46085 0 0 0 82054 148 0 0 25 0 1 0 1095857102 186032128 40396 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 45418 40396 247 541 0 44868 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 181672

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1534512/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=186252 CPUtime=881.99
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 47985 0 0 0 88045 154 0 0 25 0 1 0 1095857102 190722048 41450 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 46563 41450 247 541 0 46013 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 186252

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1532336/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=188492 CPUtime=941.98
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 48540 0 0 0 94039 159 0 0 25 0 1 0 1095857102 193015808 42005 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 47123 42005 247 541 0 46573 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 188492

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1531312/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=189772 CPUtime=1001.95
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 48793 0 0 0 100030 165 0 0 25 0 1 0 1095857102 194326528 42258 1992294400 4194304 6412682 548682068864 18446744073709551615 4287118 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 47443 42258 247 541 0 46893 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 189772

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1517744/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=205484 CPUtime=1061.93
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 52197 0 0 0 106021 172 0 0 25 0 1 0 1095857102 210415616 45662 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 51371 45662 247 541 0 50821 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 205484

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1511088/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=212276 CPUtime=1121.92
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 54786 0 0 0 112013 179 0 0 25 0 1 0 1095857102 217370624 47278 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 53069 47278 247 541 0 52519 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 212276

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1510000/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=213556 CPUtime=1181.9
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 55073 0 0 0 118005 185 0 0 25 0 1 0 1095857102 218681344 47565 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 53389 47565 247 541 0 52839 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 213556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1509680/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=213876 CPUtime=1200.09
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 55152 0 0 0 119823 186 0 0 25 0 1 0 1095857102 219009024 47644 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 53469 47644 247 541 0 52919 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 213876

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: 1.00 1.00 1.00 2/73 2386
/proc/meminfo: memFree=1509680/2055920 swapFree=4174692/4192956
[pid=2385] ppid=2383 vsize=213876 CPUtime=1200.09
/proc/2385/stat : 2385 (kw) R 2383 2385 2016 0 -1 0 55152 0 0 0 119823 186 0 0 25 0 1 0 1095857102 219009024 47644 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 53469 47644 247 541 0 52919 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 213876

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.14
CPU user time (s): 1198.24
CPU system time (s): 1.89971
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 216168

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

runsolver used 1.02684 second user time and 3.35049 second system time

The end

Launcher Data

Begin job on node67 at 2009-03-28 10:19:20
IDJOB=1519639
IDBENCH=70249
IDSOLVER=501
FILE ID=node67/1519639-1238231960
PBS_JOBID= 9060590
Free space on /tmp= 66376 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/200/unif-k7-r85-v200-c17000-S1136894336-075.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519639-1238231960/watcher-1519639-1238231960 -o /tmp/evaluation-result-1519639-1238231960/solver-1519639-1238231960 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519639-1238231960.cnf

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

MD5SUM BENCH= 95130954abd8400708fa3e3db5d60039
RANDOM SEED=2013173810

node67.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.265
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.265
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:       1700760 kB
Buffers:         41232 kB
Cached:         247064 kB
SwapCached:       9680 kB
Active:          91652 kB
Inactive:       207852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700760 kB
SwapTotal:     4192956 kB
SwapFree:      4174692 kB
Dirty:            2740 kB
Writeback:           0 kB
Mapped:          16820 kB
Slab:            40744 kB
Committed_AS:  3054028 kB
PageTables:       2052 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= 66372 MiB
End job on node67 at 2009-03-28 10:39:22