Trace number 1731278

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.05 1200.34

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-SGI_30_50_30_20_1-dir.sat05-439.reshuffled-07.cnf
MD5SUMbe0552b4894b69c578ebcc0b17dda689
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.917
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses69990
Sum of the clauses size140820
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269960
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-1731278-1240768794/watcher-1731278-1240768794 -o /tmp/evaluation-result-1731278-1240768794/solver-1731278-1240768794 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1731278-1240768794.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.93 1.01 0.99 3/64 25740
/proc/meminfo: memFree=1808280/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=3856 CPUtime=0
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 456 0 0 0 0 0 0 0 18 0 1 0 104913403 3948544 440 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 964 441 219 541 0 414 0

[startup+0.0165671 s]
/proc/loadavg: 0.93 1.01 0.99 3/64 25740
/proc/meminfo: memFree=1808280/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=4120 CPUtime=0.01
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 508 0 0 0 1 0 0 0 18 0 1 0 104913403 4218880 492 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 1030 493 219 541 0 480 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4120

[startup+0.101574 s]
/proc/loadavg: 0.93 1.01 0.99 3/64 25740
/proc/meminfo: memFree=1808280/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=5440 CPUtime=0.09
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 901 0 0 0 9 0 0 0 18 0 1 0 104913403 5570560 885 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 1360 885 219 541 0 810 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5440

[startup+0.301589 s]
/proc/loadavg: 0.93 1.01 0.99 3/64 25740
/proc/meminfo: memFree=1808280/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=8920 CPUtime=0.29
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 1998 0 0 0 28 1 0 0 19 0 1 0 104913403 9134080 1836 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 2263 1837 220 541 0 1713 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8920

[startup+0.701622 s]
/proc/loadavg: 0.93 1.01 0.99 3/64 25740
/proc/meminfo: memFree=1808280/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=14236 CPUtime=0.69
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 3208 0 0 0 68 1 0 0 22 0 1 0 104913403 14577664 3046 1992294400 4194304 6412682 548682068832 18446744073709551615 4510449 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 3559 3046 247 541 0 3009 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14236

[startup+1.50169 s]
/proc/loadavg: 0.93 1.01 0.99 2/65 25741
/proc/meminfo: memFree=1796432/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=15556 CPUtime=1.49
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 3581 0 0 0 148 1 0 0 25 0 1 0 104913403 15929344 3419 1992294400 4194304 6412682 548682068832 18446744073709551615 4564875 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 3889 3419 247 541 0 3339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15556

[startup+3.10182 s]
/proc/loadavg: 0.93 1.01 0.99 2/65 25741
/proc/meminfo: memFree=1794384/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=17408 CPUtime=3.09
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 4066 0 0 0 307 2 0 0 25 0 1 0 104913403 17825792 3904 1992294400 4194304 6412682 548682068832 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 4352 3904 247 541 0 3802 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17408

[startup+6.30108 s]
/proc/loadavg: 0.94 1.00 0.99 2/65 25741
/proc/meminfo: memFree=1792912/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=17672 CPUtime=6.29
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 4150 0 0 0 627 2 0 0 25 0 1 0 104913403 18096128 3988 1992294400 4194304 6412682 548682068832 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 4418 3988 254 541 0 3868 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17672

[startup+12.7016 s]
/proc/loadavg: 0.94 1.00 0.99 2/65 25741
/proc/meminfo: memFree=1786064/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=25112 CPUtime=12.69
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 5924 0 0 0 1263 6 0 0 25 0 1 0 104913403 25714688 5762 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 6278 5762 256 541 0 5728 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25112

[startup+25.5016 s]
/proc/loadavg: 0.95 1.00 0.99 2/65 25741
/proc/meminfo: memFree=1777552/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=33964 CPUtime=25.48
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 7974 0 0 0 2537 11 0 0 25 0 1 0 104913403 34779136 7812 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 8491 7812 256 541 0 7941 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33964

[startup+51.1017 s]
/proc/loadavg: 0.97 1.00 0.99 2/65 25741
/proc/meminfo: memFree=1766096/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=47116 CPUtime=51.08
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 10833 0 0 0 5091 17 0 0 25 0 1 0 104913403 48246784 10671 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 11779 10671 256 541 0 11229 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 47116

[startup+102.306 s]
/proc/loadavg: 0.98 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1755216/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=59248 CPUtime=102.26
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 13759 0 0 0 10200 26 0 0 25 0 1 0 104913403 60669952 13373 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 14812 13373 256 541 0 14262 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 59248

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1744272/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=72120 CPUtime=162.25
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 16677 0 0 0 16191 34 0 0 25 0 1 0 104913403 73850880 16153 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 18030 16153 256 541 0 17480 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 72120

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1734928/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=82120 CPUtime=222.23
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 19247 0 0 0 22184 39 0 0 25 0 1 0 104913403 84090880 18383 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 20530 18383 256 541 0 19980 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 82120

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1718096/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=100960 CPUtime=282.22
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 23663 0 0 0 28175 47 0 0 25 0 1 0 104913403 103383040 22590 1992294400 4194304 6412682 548682068832 18446744073709551615 4286900 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 25240 22590 256 541 0 24690 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 100960

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1711184/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=110080 CPUtime=342.21
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 25378 0 0 0 34170 51 0 0 25 0 1 0 104913403 112721920 24305 1992294400 4194304 6412682 548682068832 18446744073709551615 4289365 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 27520 24305 256 541 0 26970 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 110080

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1701648/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=119780 CPUtime=402.2
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 27993 0 0 0 40164 56 0 0 25 0 1 0 104913403 122654720 26679 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 29945 26679 256 541 0 29395 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 119780

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1690192/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=133660 CPUtime=462.18
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 30831 0 0 0 46158 60 0 0 25 0 1 0 104913403 136867840 29517 1992294400 4194304 6412682 548682068832 18446744073709551615 4287162 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 33415 29517 256 541 0 32865 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 133660

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1682320/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=143384 CPUtime=522.16
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 33015 0 0 0 52152 64 0 0 25 0 1 0 104913403 146825216 31424 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 35846 31424 256 541 0 35296 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 143384

[startup+582.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1681680/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=144664 CPUtime=582.15
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 33220 0 0 0 58147 68 0 0 25 0 1 0 104913403 148135936 31629 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 36166 31629 256 541 0 35616 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 144664

[startup+642.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1680656/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=145864 CPUtime=642.14
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 33478 0 0 0 64143 71 0 0 25 0 1 0 104913403 149364736 31887 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 36466 31887 257 541 0 35916 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 145864

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1670992/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=156640 CPUtime=702.12
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 35914 0 0 0 70137 75 0 0 25 0 1 0 104913403 160399360 34323 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 39160 34323 257 541 0 38610 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 156640

[startup+762.306 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1668048/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=159784 CPUtime=762.12
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 36913 0 0 0 76133 79 0 0 25 0 1 0 104913403 163618816 35004 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 39946 35004 257 541 0 39396 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 159784

[startup+822.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1655888/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=173552 CPUtime=822.1
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 39950 0 0 0 82125 85 0 0 25 0 1 0 104913403 177717248 38041 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 43388 38041 257 541 0 42838 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 173552

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1653264/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=176432 CPUtime=882.09
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 40602 0 0 0 88123 86 0 0 25 0 1 0 104913403 180666368 38693 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 44108 38693 257 541 0 43558 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 176432

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1648912/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=181612 CPUtime=942.06
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 41700 0 0 0 94119 87 0 0 25 0 1 0 104913403 185970688 39791 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 45403 39791 257 541 0 44853 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 181612

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1641936/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=188888 CPUtime=1002.05
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 43417 0 0 0 100114 91 0 0 25 0 1 0 104913403 193421312 41508 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 47222 41508 257 541 0 46672 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 188888

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1639952/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=191096 CPUtime=1062.04
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 44272 0 0 0 106110 94 0 0 25 0 1 0 104913403 195682304 41997 1992294400 4194304 6412682 548682068832 18446744073709551615 4287174 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 47774 41997 257 541 0 47224 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 191096

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1639184/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=192216 CPUtime=1122.02
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 44455 0 0 0 112106 96 0 0 25 0 1 0 104913403 196829184 42180 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 48054 42180 257 541 0 47504 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 192216

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1633552/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=199260 CPUtime=1182.01
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 45876 0 0 0 118102 99 0 0 25 0 1 0 104913403 204042240 43601 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 49815 43601 257 541 0 49265 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 199260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1627088/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=207900 CPUtime=1200.01
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 47468 0 0 0 119901 100 0 0 25 0 1 0 104913403 212889600 45193 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 51975 45193 257 541 0 51425 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 207900

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 25747
/proc/meminfo: memFree=1627088/2055920 swapFree=4192812/4192956
[pid=25740] ppid=25738 vsize=207900 CPUtime=1200.01
/proc/25740/stat : 25740 (kw) R 25738 25740 25487 0 -1 0 47468 0 0 0 119901 100 0 0 25 0 1 0 104913403 212889600 45193 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25740/statm: 51975 45193 257 541 0 51425 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 207900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.34
CPU time (s): 1200.05
CPU user time (s): 1199.01
CPU system time (s): 1.04084
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 207900

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

runsolver used 0.911861 second user time and 2.42663 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-26 19:59:54
IDJOB=1731278
IDBENCH=24749
IDSOLVER=501
FILE ID=node3/1731278-1240768794
PBS_JOBID= 9187153
Free space on /tmp= 66068 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest03-SGI_30_50_30_20_1-dir.sat05-439.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731278-1240768794/watcher-1731278-1240768794 -o /tmp/evaluation-result-1731278-1240768794/solver-1731278-1240768794 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1731278-1240768794.cnf

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

MD5SUM BENCH= be0552b4894b69c578ebcc0b17dda689
RANDOM SEED=71080839

node3.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.212
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.212
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:       1808696 kB
Buffers:         34544 kB
Cached:         128316 kB
SwapCached:          0 kB
Active:          49664 kB
Inactive:       127076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2984 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            56524 kB
Committed_AS:   414492 kB
PageTables:       1372 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= 66068 MiB
End job on node3 at 2009-04-26 20:19:56