Trace number 1520101

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.12 1200.52

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/65/
unif-k7-r89-v65-c5785-S1551099861-042.cnf
MD5SUM1971ae5cb46ad8bbc8e3b82792c4f819
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

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-1520101-1238263336/watcher-1520101-1238263336 -o /tmp/evaluation-result-1520101-1238263336/solver-1520101-1238263336 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520101-1238263336.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.99 0.97 0.99 3/72 3392
/proc/meminfo: memFree=1685104/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=2772 CPUtime=0
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 293 0 0 0 0 0 0 0 18 0 1 0 1098994740 2838528 277 1992294400 4194304 6412682 548682068864 18446744073709551615 5487182 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 693 277 216 541 0 143 0

[startup+0.060547 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 3392
/proc/meminfo: memFree=1685104/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=3828 CPUtime=0.05
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 594 0 0 0 5 0 0 0 18 0 1 0 1098994740 3919872 578 1992294400 4194304 6412682 548682068864 18446744073709551615 4564578 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 957 578 235 541 0 407 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3828

[startup+0.101553 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 3392
/proc/meminfo: memFree=1685104/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=3828 CPUtime=0.09
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 594 0 0 0 9 0 0 0 18 0 1 0 1098994740 3919872 578 1992294400 4194304 6412682 548682068864 18446744073709551615 4522314 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 957 578 235 541 0 407 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3828

[startup+0.301589 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 3392
/proc/meminfo: memFree=1685104/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=3376 CPUtime=0.29
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 601 0 0 0 29 0 0 0 19 0 1 0 1098994740 3457024 497 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 844 497 242 541 0 294 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3376

[startup+0.701662 s]
/proc/loadavg: 0.99 0.97 0.99 3/72 3392
/proc/meminfo: memFree=1685104/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=5972 CPUtime=0.69
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 1191 0 0 0 69 0 0 0 22 0 1 0 1098994740 6115328 1087 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 1493 1087 242 541 0 943 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5972

[startup+1.50181 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3393
/proc/meminfo: memFree=1680488/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=8228 CPUtime=1.49
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 1754 0 0 0 148 1 0 0 25 0 1 0 1098994740 8425472 1610 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 2057 1610 242 541 0 1507 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8228

[startup+3.1011 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3393
/proc/meminfo: memFree=1678568/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=10092 CPUtime=3.09
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 2291 0 0 0 307 2 0 0 25 0 1 0 1098994740 10334208 2050 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 2523 2050 247 541 0 1973 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10092

[startup+6.30168 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3393
/proc/meminfo: memFree=1675496/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=13100 CPUtime=6.29
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 3063 0 0 0 624 5 0 0 25 0 1 0 1098994740 13414400 2693 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 3275 2693 247 541 0 2725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13100

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/73 3393
/proc/meminfo: memFree=1671656/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=17684 CPUtime=12.69
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 4285 0 0 0 1262 7 0 0 25 0 1 0 1098994740 18108416 3641 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 4421 3641 247 541 0 3871 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17684

[startup+25.5012 s]
/proc/loadavg: 1.07 0.99 0.99 2/73 3393
/proc/meminfo: memFree=1666472/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=23016 CPUtime=25.48
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 5716 0 0 0 2537 11 0 0 25 0 1 0 1098994740 23568384 4814 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 5754 4814 247 541 0 5204 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23016

[startup+51.1018 s]
/proc/loadavg: 1.04 0.99 0.99 2/73 3393
/proc/meminfo: memFree=1659368/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=32044 CPUtime=51.07
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 7843 0 0 0 5089 18 0 0 25 0 1 0 1098994740 32813056 6600 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 8011 6600 247 541 0 7461 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32044

[startup+102.306 s]
/proc/loadavg: 1.06 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1648424/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=44648 CPUtime=102.26
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 11243 0 0 0 10194 32 0 0 25 0 1 0 1098994740 45719552 9273 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 11162 9273 247 541 0 10612 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 44648

[startup+162.302 s]
/proc/loadavg: 1.18 1.06 1.02 2/73 3393
/proc/meminfo: memFree=1641064/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=54740 CPUtime=162.23
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 13436 0 0 0 16182 41 0 0 25 0 1 0 1098994740 56053760 11148 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 13685 11148 247 541 0 13135 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 54740

[startup+222.302 s]
/proc/loadavg: 1.10 1.06 1.02 2/73 3393
/proc/meminfo: memFree=1633960/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=63084 CPUtime=222.22
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 15551 0 0 0 22173 49 0 0 25 0 1 0 1098994740 64598016 12897 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 15771 12897 247 541 0 15221 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 63084

[startup+282.302 s]
/proc/loadavg: 1.04 1.04 1.01 2/73 3393
/proc/meminfo: memFree=1627752/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=69944 CPUtime=282.2
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 17514 0 0 0 28163 57 0 0 25 0 1 0 1098994740 71622656 14439 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 17486 14439 247 541 0 16936 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 69944

[startup+342.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/73 3393
/proc/meminfo: memFree=1621608/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=76324 CPUtime=342.17
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 19522 0 0 0 34154 63 0 0 25 0 1 0 1098994740 78155776 15963 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 19081 15963 247 541 0 18531 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 76324

[startup+402.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/73 3393
/proc/meminfo: memFree=1616872/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=82744 CPUtime=402.16
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 20803 0 0 0 40145 71 0 0 25 0 1 0 1098994740 84729856 17244 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 20686 17244 247 541 0 20136 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 82744

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/73 3393
/proc/meminfo: memFree=1611368/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=88504 CPUtime=462.13
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 22623 0 0 0 46135 78 0 0 25 0 1 0 1098994740 90628096 18508 1992294400 4194304 6412682 548682068864 18446744073709551615 4287162 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 22126 18508 247 541 0 21576 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 88504

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 3393
/proc/meminfo: memFree=1606568/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=93624 CPUtime=522.12
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 23807 0 0 0 52128 84 0 0 25 0 1 0 1098994740 95870976 19692 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 23406 19692 247 541 0 22856 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 93624

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 3393
/proc/meminfo: memFree=1601896/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=101564 CPUtime=582.1
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 25601 0 0 0 58120 90 0 0 25 0 1 0 1098994740 104001536 20846 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 25391 20846 247 541 0 24841 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 101564

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1600488/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=102844 CPUtime=642.08
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 25961 0 0 0 64113 95 0 0 25 0 1 0 1098994740 105312256 21206 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 25711 21206 247 541 0 25161 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 102844

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1596264/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=107716 CPUtime=702.06
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 27044 0 0 0 70104 102 0 0 25 0 1 0 1098994740 110301184 22289 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 26929 22289 247 541 0 26379 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 107716

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1588392/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=117376 CPUtime=762.04
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 29680 0 0 0 76097 107 0 0 25 0 1 0 1098994740 120193024 24189 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 29344 24189 247 541 0 28794 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 117376

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1586920/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=119296 CPUtime=822.02
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 30063 0 0 0 82089 113 0 0 25 0 1 0 1098994740 122159104 24572 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 29824 24572 247 541 0 29274 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 119296

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1584936/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=121856 CPUtime=882
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 30546 0 0 0 88082 118 0 0 25 0 1 0 1098994740 124780544 25055 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 30464 25055 247 541 0 29914 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 121856

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1580520/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=126976 CPUtime=941.98
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 31660 0 0 0 94075 123 0 0 25 0 1 0 1098994740 130023424 26169 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 31744 26169 247 541 0 31194 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 126976

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1575464/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=132528 CPUtime=1001.95
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 32951 0 0 0 100068 127 0 0 25 0 1 0 1098994740 135708672 27460 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 33132 27460 247 541 0 32582 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 132528

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1574760/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=132792 CPUtime=1061.94
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 33916 0 0 0 106062 132 0 0 25 0 1 0 1098994740 135979008 27579 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 33198 27579 247 541 0 32648 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 132792

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1574056/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=133452 CPUtime=1121.92
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 34132 0 0 0 112056 136 0 0 25 0 1 0 1098994740 136654848 27795 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 33363 27795 247 541 0 32813 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 133452

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1572648/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=134732 CPUtime=1181.9
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 34489 0 0 0 118050 140 0 0 25 0 1 0 1098994740 137965568 28152 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 33683 28152 247 541 0 33133 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 134732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/73 3393
/proc/meminfo: memFree=1571624/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=136012 CPUtime=1200.1
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 34733 0 0 0 119869 141 0 0 25 0 1 0 1098994740 139276288 28396 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 34003 28396 247 541 0 33453 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 136012

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 3393
/proc/meminfo: memFree=1571624/2055920 swapFree=4174692/4192956
[pid=3392] ppid=3390 vsize=136012 CPUtime=1200.1
/proc/3392/stat : 3392 (kw) R 3390 3392 2964 0 -1 0 34733 0 0 0 119869 141 0 0 25 0 1 0 1098994740 139276288 28396 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3392/statm: 34003 28396 247 541 0 33453 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 136012

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.12
CPU user time (s): 1198.69
CPU system time (s): 1.43278
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 136176

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

runsolver used 1.09183 second user time and 3.2865 second system time

The end

Launcher Data

Begin job on node67 at 2009-03-28 19:02:16
IDJOB=1520101
IDBENCH=70480
IDSOLVER=501
FILE ID=node67/1520101-1238263336
PBS_JOBID= 9060803
Free space on /tmp= 66376 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/65/unif-k7-r89-v65-c5785-S1551099861-042.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520101-1238263336/watcher-1520101-1238263336 -o /tmp/evaluation-result-1520101-1238263336/solver-1520101-1238263336 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520101-1238263336.cnf

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

MD5SUM BENCH= 1971ae5cb46ad8bbc8e3b82792c4f819
RANDOM SEED=338629494

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:       1685584 kB
Buffers:         52268 kB
Cached:         250648 kB
SwapCached:       9680 kB
Active:         106772 kB
Inactive:       207316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685584 kB
SwapTotal:     4192956 kB
SwapFree:      4174692 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:          16820 kB
Slab:            41356 kB
Committed_AS:  3059840 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 19:22:19