Trace number 1736042

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.55

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes9.cnf
MD5SUMfe117ca26ab85d9c8449a6f94eb0c5ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark321.639
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-1736042-1240809376/watcher-1736042-1240809376 -o /tmp/evaluation-result-1736042-1240809376/solver-1736042-1240809376 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1736042-1240809376.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.91 0.95 0.98 3/64 5129
/proc/meminfo: memFree=1567560/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=5112 CPUtime=0
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 593 0 0 0 0 0 0 0 18 0 1 0 108965602 5234688 577 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 1278 577 219 541 0 728 0

[startup+0.021274 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5129
/proc/meminfo: memFree=1567560/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=5376 CPUtime=0.01
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 684 0 0 0 1 0 0 0 18 0 1 0 108965602 5505024 668 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 1344 668 219 541 0 794 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5376

[startup+0.101289 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5129
/proc/meminfo: memFree=1567560/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=6960 CPUtime=0.09
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 1103 0 0 0 9 0 0 0 18 0 1 0 108965602 7127040 1087 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 1740 1087 219 541 0 1190 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6960

[startup+0.301325 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5129
/proc/meminfo: memFree=1567560/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=10776 CPUtime=0.29
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 2249 0 0 0 28 1 0 0 19 0 1 0 108965602 11034624 2136 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 2694 2136 220 541 0 2144 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10776

[startup+0.701398 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 5129
/proc/meminfo: memFree=1567560/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=16724 CPUtime=0.69
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 4057 0 0 0 67 2 0 0 22 0 1 0 108965602 17125376 3751 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 4181 3753 230 541 0 3631 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16724

[startup+1.50154 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 5130
/proc/meminfo: memFree=1546496/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=25688 CPUtime=1.49
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 6099 0 0 0 146 3 0 0 25 0 1 0 108965602 26304512 5793 1992294400 4194304 6412682 548682068864 18446744073709551615 4564590 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 6422 5793 246 541 0 5872 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25688

[startup+3.10184 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 5130
/proc/meminfo: memFree=1544576/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=26876 CPUtime=3.09
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 6409 0 0 0 306 3 0 0 25 0 1 0 108965602 27521024 6103 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 6719 6103 246 541 0 6169 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26876

[startup+6.30142 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 5130
/proc/meminfo: memFree=1542152/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=28864 CPUtime=6.29
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 6925 0 0 0 626 3 0 0 25 0 1 0 108965602 29556736 6619 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 7216 6619 246 541 0 6666 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28864

[startup+12.7016 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 5130
/proc/meminfo: memFree=1540488/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=29924 CPUtime=12.69
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 7195 0 0 0 1266 3 0 0 25 0 1 0 108965602 30642176 6889 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 7481 6889 253 541 0 6931 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29924

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 5130
/proc/meminfo: memFree=1532360/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=38888 CPUtime=25.49
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 9385 0 0 0 2539 10 0 0 25 0 1 0 108965602 39821312 9079 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 9722 9079 255 541 0 9172 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38888

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 5130
/proc/meminfo: memFree=1513928/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=58236 CPUtime=51.07
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 14045 0 0 0 5087 20 0 0 25 0 1 0 108965602 59633664 13739 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 14559 13739 255 541 0 14009 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58236

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 5130
/proc/meminfo: memFree=1481032/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=91468 CPUtime=102.26
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 22528 0 0 0 10186 40 0 0 25 0 1 0 108965602 93663232 21772 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 22867 21772 255 541 0 22317 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 91468

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1458760/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=115408 CPUtime=162.23
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 29002 0 0 0 16165 58 0 0 25 0 1 0 108965602 118177792 27285 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 28852 27285 255 541 0 28302 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 115408

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1443528/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=131424 CPUtime=222.21
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 33225 0 0 0 22148 73 0 0 25 0 1 0 108965602 134578176 31087 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 32856 31087 256 541 0 32306 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 131424

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1428552/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=147700 CPUtime=282.2
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 37449 0 0 0 28134 86 0 0 25 0 1 0 108965602 151244800 34827 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 36925 34827 256 541 0 36375 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 147700

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1405960/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=173492 CPUtime=342.17
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 43616 0 0 0 34118 99 0 0 25 0 1 0 108965602 177655808 40438 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 43373 40438 256 541 0 42823 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 173492

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1383240/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=198196 CPUtime=402.15
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 49442 0 0 0 40102 113 0 0 25 0 1 0 108965602 202952704 46264 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 49549 46264 256 541 0 48999 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 198196

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1380488/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=200388 CPUtime=462.12
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 50607 0 0 0 46091 121 0 0 25 0 1 0 108965602 205197312 46789 1992294400 4194304 6412682 548682068864 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 50097 46789 256 541 0 49547 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 200388

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1369736/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=212556 CPUtime=522.1
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 53384 0 0 0 52080 130 0 0 25 0 1 0 108965602 217657344 49566 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 53139 49566 256 541 0 52589 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 212556

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1355272/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=226696 CPUtime=582.09
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 57621 0 0 0 58067 142 0 0 25 0 1 0 108965602 232136704 53068 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 56674 53068 256 541 0 56124 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 226696

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1351880/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=230856 CPUtime=642.06
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 58464 0 0 0 64058 148 0 0 25 0 1 0 108965602 236396544 53911 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 57714 53911 256 541 0 57164 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 230856

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1343496/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=239800 CPUtime=702.04
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 60616 0 0 0 70048 156 0 0 25 0 1 0 108965602 245555200 56063 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 59950 56063 256 541 0 59400 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 239800

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1330568/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=253444 CPUtime=762.02
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 64624 0 0 0 76036 166 0 0 25 0 1 0 108965602 259526656 59225 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 63361 59225 256 541 0 62811 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 253444

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1328520/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=256084 CPUtime=822
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 65129 0 0 0 82028 172 0 0 25 0 1 0 108965602 262230016 59730 1992294400 4194304 6412682 548682068864 18446744073709551615 4417449 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 64021 59730 256 541 0 63471 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 256084

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1326408/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=258404 CPUtime=881.98
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 65648 0 0 0 88019 179 0 0 25 0 1 0 108965602 264605696 60249 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 64601 60249 256 541 0 64051 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 258404

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1313608/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=272556 CPUtime=941.96
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 68904 0 0 0 94009 187 0 0 25 0 1 0 108965602 279097344 63505 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 68139 63505 256 541 0 67589 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 272556

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1303176/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=282908 CPUtime=1001.93
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 72412 0 0 0 99998 195 0 0 25 0 1 0 108965602 289697792 66040 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 70727 66040 256 541 0 70177 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 282908

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1301448/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=284908 CPUtime=1061.9
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 72828 0 0 0 105990 200 0 0 25 0 1 0 108965602 291745792 66456 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 71227 66456 256 541 0 70677 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 284908

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1299272/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=287068 CPUtime=1121.89
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 73388 0 0 0 111983 206 0 0 25 0 1 0 108965602 293957632 67016 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 71767 67016 256 541 0 71217 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 287068

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1297864/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=288508 CPUtime=1181.86
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 73730 0 0 0 117977 209 0 0 25 0 1 0 108965602 295432192 67358 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 72127 67358 256 541 0 71577 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 288508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1297416/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=289148 CPUtime=1200.06
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 73829 0 0 0 119796 210 0 0 25 0 1 0 108965602 296087552 67457 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 72287 67457 256 541 0 71737 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 289148

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: 0.99 0.97 0.98 2/65 5130
/proc/meminfo: memFree=1297416/2055920 swapFree=4181900/4192956
[pid=5129] ppid=5127 vsize=289148 CPUtime=1200.06
/proc/5129/stat : 5129 (kw) R 5127 5129 4996 0 -1 0 73829 0 0 0 119796 210 0 0 25 0 1 0 108965602 296087552 67457 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/5129/statm: 72287 67457 256 541 0 71737 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 289148

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.12
CPU user time (s): 1197.97
CPU system time (s): 2.15267
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 289148

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

runsolver used 0.821875 second user time and 2.6026 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-27 07:16:16
IDJOB=1736042
IDBENCH=71586
IDSOLVER=501
FILE ID=node44/1736042-1240809376
PBS_JOBID= 9187434
Free space on /tmp= 66212 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes9.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736042-1240809376/watcher-1736042-1240809376 -o /tmp/evaluation-result-1736042-1240809376/solver-1736042-1240809376 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1736042-1240809376.cnf

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

MD5SUM BENCH= fe117ca26ab85d9c8449a6f94eb0c5ef
RANDOM SEED=1101215850

node44.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.267
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	: 5931.00
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.267
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:       1568040 kB
Buffers:         52640 kB
Cached:         350336 kB
SwapCached:       4956 kB
Active:         130624 kB
Inactive:       280788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568040 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:            3880 kB
Writeback:           0 kB
Mapped:          14556 kB
Slab:            62440 kB
Committed_AS:   465780 kB
PageTables:       1380 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= 66212 MiB
End job on node44 at 2009-04-27 07:36:18