Trace number 1562560

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.17 1200.59

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_11_3_4_fbc.cnf
MD5SUM3f38c028c252f031e9505f68e48a880b
Bench CategoryCRAFTED (crafted 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 variables8713
Number of clauses129507
Sum of the clauses size394961
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240674
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1562560-1238776835/watcher-1562560-1238776835 -o /tmp/evaluation-result-1562560-1238776835/solver-1562560-1238776835 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1562560-1238776835.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.08 3/81 2552
/proc/meminfo: memFree=1845288/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=5800 CPUtime=0
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 1021 0 0 0 0 0 0 0 20 0 1 0 754578564 5939200 1006 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 1450 1012 208 541 0 900 0

[startup+0.00940595 s]
/proc/loadavg: 1.00 1.00 1.08 3/81 2552
/proc/meminfo: memFree=1845288/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=7648 CPUtime=0
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 1541 0 0 0 0 0 0 0 20 0 1 0 754578564 7831552 1525 1992294400 4194304 6412682 548682068832 18446744073709551615 5553904 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 1912 1525 211 541 0 1362 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7648

[startup+0.102424 s]
/proc/loadavg: 1.00 1.00 1.08 3/81 2552
/proc/meminfo: memFree=1845288/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=10392 CPUtime=0.09
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 1956 0 0 0 9 0 0 0 20 0 1 0 754578564 10641408 1940 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 2598 1941 219 541 0 2048 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10392

[startup+0.301462 s]
/proc/loadavg: 1.00 1.00 1.08 3/81 2552
/proc/meminfo: memFree=1845288/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=13824 CPUtime=0.29
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 2900 0 0 0 28 1 0 0 22 0 1 0 754578564 14155776 2884 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 3456 2884 219 541 0 2906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13824

[startup+0.701539 s]
/proc/loadavg: 1.00 1.00 1.08 3/81 2552
/proc/meminfo: memFree=1845288/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=24828 CPUtime=0.69
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 5849 0 0 0 67 2 0 0 25 0 1 0 754578564 25423872 5781 1992294400 4194304 6412682 548682068832 18446744073709551615 4564560 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 6207 5781 239 541 0 5657 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24828

[startup+1.50169 s]
/proc/loadavg: 1.00 1.00 1.08 2/82 2553
/proc/meminfo: memFree=1823008/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=22624 CPUtime=1.49
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 6459 0 0 0 146 3 0 0 25 0 1 0 754578564 23166976 5017 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 5656 5017 253 541 0 5106 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22624

[startup+3.102 s]
/proc/loadavg: 1.00 1.00 1.08 2/82 2553
/proc/meminfo: memFree=1821984/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=30032 CPUtime=3.09
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 8304 0 0 0 297 12 0 0 25 0 1 0 754578564 30752768 6862 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 7508 6862 253 541 0 6958 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30032

[startup+6.30163 s]
/proc/loadavg: 1.00 1.00 1.08 2/82 2553
/proc/meminfo: memFree=1810912/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=40204 CPUtime=6.29
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 10877 0 0 0 603 26 0 0 25 0 1 0 754578564 41168896 9435 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 10051 9435 253 541 0 9501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40204

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.08 2/82 2553
/proc/meminfo: memFree=1800944/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=47532 CPUtime=12.69
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 12725 0 0 0 1221 48 0 0 25 0 1 0 754578564 48672768 11283 1992294400 4194304 6412682 548682068832 18446744073709551615 4360793 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 11883 11283 256 541 0 11333 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47532

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 1.08 3/82 2553
/proc/meminfo: memFree=1788400/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=59808 CPUtime=25.49
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 15781 0 0 0 2458 91 0 0 25 0 1 0 754578564 61243392 14339 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 14952 14339 256 541 0 14402 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59808

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.08 2/82 2553
/proc/meminfo: memFree=1774384/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=74900 CPUtime=51.07
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 19515 0 0 0 4947 160 0 0 25 0 1 0 754578564 76697600 18073 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 18725 18073 256 541 0 18175 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 74900

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.07 2/82 2553
/proc/meminfo: memFree=1747248/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=101188 CPUtime=102.26
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 26345 0 0 0 9941 285 0 0 25 0 1 0 754578564 103616512 24637 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 25297 24637 256 541 0 24747 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 101188

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/82 2553
/proc/meminfo: memFree=1719408/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=129364 CPUtime=162.24
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 33596 0 0 0 15809 415 0 0 25 0 1 0 754578564 132468736 31484 1992294400 4194304 6412682 548682068832 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 32341 31484 256 541 0 31791 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 129364

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/82 2553
/proc/meminfo: memFree=1698224/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=151184 CPUtime=222.21
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 39114 0 0 0 21701 520 0 0 25 0 1 0 754578564 154812416 36825 1992294400 4194304 6412682 548682068832 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 37796 36825 256 541 0 37246 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 151184

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/82 2553
/proc/meminfo: memFree=1669680/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=181780 CPUtime=282.19
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 46808 0 0 0 27609 610 0 0 25 0 1 0 754578564 186142720 44316 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 45445 44316 256 541 0 44895 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 181780

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/82 2553
/proc/meminfo: memFree=1649328/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=202324 CPUtime=342.17
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 51833 0 0 0 33520 697 0 0 25 0 1 0 754578564 207179776 49107 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 50581 49107 256 541 0 50031 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 202324

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/82 2553
/proc/meminfo: memFree=1635056/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=216360 CPUtime=402.15
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 55539 0 0 0 39435 780 0 0 25 0 1 0 754578564 221552640 52543 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 54090 52543 256 541 0 53540 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 216360

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/82 2553
/proc/meminfo: memFree=1604336/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=248236 CPUtime=462.13
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 63485 0 0 0 45361 852 0 0 25 0 1 0 754578564 254193664 60179 1992294400 4194304 6412682 548682068832 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 62059 60179 256 541 0 61509 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 248236

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/82 2553
/proc/meminfo: memFree=1584432/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=269684 CPUtime=522.11
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 68642 0 0 0 51297 914 0 0 25 0 1 0 754578564 276156416 65336 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 67421 65336 256 541 0 66871 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 269684

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/82 2553
/proc/meminfo: memFree=1564976/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=289792 CPUtime=582.09
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 73687 0 0 0 57235 974 0 0 25 0 1 0 754578564 296747008 70024 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 72448 70024 256 541 0 71898 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 289792

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/82 2553
/proc/meminfo: memFree=1538544/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=317792 CPUtime=642.08
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 80265 0 0 0 63178 1030 0 0 25 0 1 0 754578564 325419008 76602 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 79448 76602 256 541 0 78898 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 317792

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/82 2553
/proc/meminfo: memFree=1520624/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=336112 CPUtime=702.05
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 85121 0 0 0 69119 1086 0 0 25 0 1 0 754578564 344178688 81046 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 84028 81046 256 541 0 83478 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 336112

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.01 2/82 2553
/proc/meminfo: memFree=1499184/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=357840 CPUtime=762.03
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 90514 0 0 0 75065 1138 0 0 25 0 1 0 754578564 366428160 86439 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 89460 86439 256 541 0 88910 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 357840

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 2553
/proc/meminfo: memFree=1454512/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=403448 CPUtime=822.01
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 102050 0 0 0 81014 1187 0 0 25 0 1 0 754578564 413130752 97501 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 100862 97501 256 541 0 100312 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 403448

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 2553
/proc/meminfo: memFree=1453872/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=403740 CPUtime=881.99
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 102236 0 0 0 86966 1233 0 0 25 0 1 0 754578564 413429760 97687 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 100935 97687 256 541 0 100385 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 403740

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 2553
/proc/meminfo: memFree=1425264/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=434556 CPUtime=941.96
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 109717 0 0 0 92919 1277 0 0 25 0 1 0 754578564 444985344 105168 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 108639 105168 256 541 0 108089 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 434556

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 2553
/proc/meminfo: memFree=1379760/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=482696 CPUtime=1001.94
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 121206 0 0 0 98869 1325 0 0 25 0 1 0 754578564 494280704 116112 1992294400 4194304 6412682 548682068832 18446744073709551615 5277709 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 120674 116112 256 541 0 120124 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 482696

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 2555
/proc/meminfo: memFree=1379440/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=482696 CPUtime=1061.92
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 121310 0 0 0 104824 1368 0 0 25 0 1 0 754578564 494280704 116216 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 120674 116216 256 541 0 120124 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 482696

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 2555
/proc/meminfo: memFree=1378544/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=482696 CPUtime=1121.91
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 121533 0 0 0 110786 1405 0 0 25 0 1 0 754578564 494280704 116439 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 120674 116439 256 541 0 120124 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 482696

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 2555
/proc/meminfo: memFree=1329264/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=536088 CPUtime=1181.88
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 134456 0 0 0 116743 1445 0 0 25 0 1 0 754578564 548954112 129362 1992294400 4194304 6412682 548682068832 18446744073709551615 5315513 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 134022 129362 256 541 0 133472 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 536088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 2555
/proc/meminfo: memFree=1304880/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=559064 CPUtime=1200.08
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 139904 0 0 0 118555 1453 0 0 25 0 1 0 754578564 572481536 134810 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 139766 134810 256 541 0 139216 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 559064

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/82 2555
/proc/meminfo: memFree=1304880/2055920 swapFree=4174556/4192956
[pid=2552] ppid=2550 vsize=559064 CPUtime=1200.08
/proc/2552/stat : 2552 (kw) R 2550 2552 1950 0 -1 0 139904 0 0 0 118555 1453 0 0 25 0 1 0 754578564 572481536 134810 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/2552/statm: 139766 134810 256 541 0 139216 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 559064

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.59
CPU time (s): 1200.17
CPU user time (s): 1185.55
CPU system time (s): 14.6208
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 559064

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

runsolver used 1.46478 second user time and 4.00639 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-03 18:40:35
IDJOB=1562560
IDBENCH=70937
IDSOLVER=501
FILE ID=node88/1562560-1238776835
PBS_JOBID= 9085556
Free space on /tmp= 66532 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/edgematching/fbcolors/em_11_3_4_fbc.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562560-1238776835/watcher-1562560-1238776835 -o /tmp/evaluation-result-1562560-1238776835/solver-1562560-1238776835 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1562560-1238776835.cnf

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

MD5SUM BENCH= 3f38c028c252f031e9505f68e48a880b
RANDOM SEED=225541912

node88.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.281
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.281
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:       1845704 kB
Buffers:         16388 kB
Cached:         123044 kB
SwapCached:       7448 kB
Active:          67788 kB
Inactive:        80848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845704 kB
SwapTotal:     4192956 kB
SwapFree:      4174556 kB
Dirty:            4632 kB
Writeback:           0 kB
Mapped:          14788 kB
Slab:            45752 kB
Committed_AS:  1943656 kB
PageTables:       2664 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= 66528 MiB
End job on node88 at 2009-04-03 19:00:38