Trace number 1519791

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.13 1200.47

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S648763183-023.cnf
MD5SUM40253b5ef067295a954d5da373fbf256
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1120.52
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
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-1519791-1238235428/watcher-1519791-1238235428 -o /tmp/evaluation-result-1519791-1238235428/solver-1519791-1238235428 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519791-1238235428.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 0.98 0.99 3/64 15018
/proc/meminfo: memFree=1352448/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=4656 CPUtime=0
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 755 0 0 0 0 0 0 0 18 0 1 0 1096205362 4767744 739 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 1164 744 208 541 0 614 0

[startup+0.0467379 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15018
/proc/meminfo: memFree=1352448/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=11416 CPUtime=0.03
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 2341 0 0 0 3 0 0 0 18 0 1 0 1096205362 11689984 2325 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 2854 2325 219 541 0 2304 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11416

[startup+0.101744 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15018
/proc/meminfo: memFree=1352448/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=11812 CPUtime=0.09
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 2483 0 0 0 9 0 0 0 18 0 1 0 1096205362 12095488 2467 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 2953 2467 219 541 0 2403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11812

[startup+0.301765 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15018
/proc/meminfo: memFree=1352448/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=13660 CPUtime=0.29
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 3002 0 0 0 28 1 0 0 19 0 1 0 1096205362 13987840 2986 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 3415 2986 219 541 0 2865 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13660

[startup+0.701808 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15018
/proc/meminfo: memFree=1352448/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=17700 CPUtime=0.69
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 4156 0 0 0 67 2 0 0 22 0 1 0 1096205362 18124800 3947 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 4425 3947 253 541 0 3875 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17700

[startup+1.50189 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1337400/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=17700 CPUtime=1.49
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 4159 0 0 0 147 2 0 0 25 0 1 0 1096205362 18124800 3950 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 4425 3950 253 541 0 3875 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17700

[startup+3.10106 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1337272/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=19548 CPUtime=3.09
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 4621 0 0 0 305 4 0 0 25 0 1 0 1096205362 20017152 4412 1992294400 4194304 6412682 548682068864 18446744073709551615 4328489 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 4887 4412 253 541 0 4337 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19548

[startup+6.30141 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1330872/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=25752 CPUtime=6.29
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 6197 0 0 0 624 5 0 0 25 0 1 0 1096205362 26370048 5988 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 6438 5988 253 541 0 5888 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25752

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1319864/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=35120 CPUtime=12.69
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 8500 0 0 0 1260 9 0 0 25 0 1 0 1096205362 35962880 8291 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 8780 8291 253 541 0 8230 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35120

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1311480/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=43384 CPUtime=25.49
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 10582 0 0 0 2536 13 0 0 25 0 1 0 1096205362 44425216 10373 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 10846 10373 256 541 0 10296 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43384

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1300728/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=54304 CPUtime=51.08
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 13270 0 0 0 5085 23 0 0 25 0 1 0 1096205362 55607296 13061 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 13576 13061 256 541 0 13026 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 54304

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1276408/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=78568 CPUtime=102.27
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 19387 0 0 0 10189 38 0 0 25 0 1 0 1096205362 80453632 19178 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 19642 19178 256 541 0 19092 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 78568

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1245432/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=109332 CPUtime=162.24
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 27434 0 0 0 16170 54 0 0 25 0 1 0 1096205362 111955968 26809 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 27333 26809 256 541 0 26783 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 109332

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1229752/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=125300 CPUtime=222.23
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 31617 0 0 0 22155 68 0 0 25 0 1 0 1096205362 128307200 30810 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 31325 30810 256 541 0 30775 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 125300

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1197368/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=159132 CPUtime=282.21
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 40101 0 0 0 28137 84 0 0 25 0 1 0 1096205362 162951168 39085 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 39783 39085 256 541 0 39233 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 159132

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1177528/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=178228 CPUtime=342.2
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 45134 0 0 0 34122 98 0 0 25 0 1 0 1096205362 182505472 43877 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 44557 43877 256 541 0 44007 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 178228

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1169400/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=186588 CPUtime=402.18
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 47523 0 0 0 40109 109 0 0 25 0 1 0 1096205362 191066112 45989 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 46647 45989 256 541 0 46097 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 186588

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1153976/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=200980 CPUtime=462.16
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 51469 0 0 0 46097 119 0 0 25 0 1 0 1096205362 205803520 49617 1992294400 4194304 6412682 548682068864 18446744073709551615 4333437 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 50245 49617 256 541 0 49695 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 200980

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1126712/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=227932 CPUtime=522.14
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 58629 0 0 0 52079 135 0 0 25 0 1 0 1096205362 233402368 56411 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 56983 56411 256 541 0 56433 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 227932

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1120504/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=234932 CPUtime=582.13
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 60367 0 0 0 58069 144 0 0 25 0 1 0 1096205362 240570368 58149 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 58733 58149 256 541 0 58183 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 234932

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1093624/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=260812 CPUtime=642.12
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 67315 0 0 0 64056 156 0 0 25 0 1 0 1096205362 267071488 64676 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 65203 64676 256 541 0 64653 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 260812

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1089656/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=265836 CPUtime=702.09
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 68550 0 0 0 70046 163 0 0 25 0 1 0 1096205362 272216064 65911 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 66459 65911 256 541 0 65909 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 265836

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1050680/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=305340 CPUtime=762.08
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 78508 0 0 0 76028 180 0 0 25 0 1 0 1096205362 312668160 75385 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 76335 75385 256 541 0 75785 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 305340

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1050680/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=305340 CPUtime=822.06
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 78508 0 0 0 82021 185 0 0 25 0 1 0 1096205362 312668160 75385 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 76335 75385 256 541 0 75785 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 305340

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=1014456/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=341764 CPUtime=882.04
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 87615 0 0 0 88004 200 0 0 25 0 1 0 1096205362 349966336 84492 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 85441 84492 256 541 0 84891 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 341764

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=992824/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=362832 CPUtime=942.02
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 93489 0 0 0 93991 211 0 0 25 0 1 0 1096205362 371539968 89810 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 90708 89810 256 541 0 90158 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 362832

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=992824/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=362832 CPUtime=1002.01
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 93489 0 0 0 99983 218 0 0 25 0 1 0 1096205362 371539968 89810 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 90708 89810 256 541 0 90158 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 362832

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=984056/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=372212 CPUtime=1061.98
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 95829 0 0 0 105971 227 0 0 25 0 1 0 1096205362 381145088 92150 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 93053 92150 256 541 0 92503 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 372212

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=948728/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=406548 CPUtime=1121.97
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 105122 0 0 0 111954 243 0 0 25 0 1 0 1096205362 416305152 100803 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 101637 100803 256 541 0 101087 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 406548

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=948728/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=406548 CPUtime=1181.96
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 105122 0 0 0 117948 248 0 0 25 0 1 0 1096205362 416305152 100803 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 101637 100803 256 541 0 101087 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 406548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15019
/proc/meminfo: memFree=948728/2055920 swapFree=4178912/4192956
[pid=15018] ppid=15016 vsize=406548 CPUtime=1200.05
/proc/15018/stat : 15018 (kw) R 15016 15018 14587 0 -1 0 105122 0 0 0 119756 249 0 0 25 0 1 0 1096205362 416305152 100803 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/15018/statm: 101637 100803 256 541 0 101087 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 406548

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.47
CPU time (s): 1200.13
CPU user time (s): 1197.57
CPU system time (s): 2.56361
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 409108

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

runsolver used 0.951855 second user time and 2.74258 second system time

The end

Launcher Data

Begin job on node47 at 2009-03-28 11:17:09
IDJOB=1519791
IDBENCH=70325
IDSOLVER=501
FILE ID=node47/1519791-1238235428
PBS_JOBID= 9060602
Free space on /tmp= 66260 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S648763183-023.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519791-1238235428/watcher-1519791-1238235428 -o /tmp/evaluation-result-1519791-1238235428/solver-1519791-1238235428 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519791-1238235428.cnf

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

MD5SUM BENCH= 40253b5ef067295a954d5da373fbf256
RANDOM SEED=1638924992

node47.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.216
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.216
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:       1352864 kB
Buffers:         86684 kB
Cached:         520040 kB
SwapCached:       7792 kB
Active:          27628 kB
Inactive:       589448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352864 kB
SwapTotal:     4192956 kB
SwapFree:      4178912 kB
Dirty:            3336 kB
Writeback:           0 kB
Mapped:          16040 kB
Slab:            71944 kB
Committed_AS:  2912520 kB
PageTables:       1452 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= 66260 MiB
End job on node47 at 2009-03-28 11:37:11