Trace number 3318036

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
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 1300.04 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3318036-1304901780/watcher-3318036-1304901780 -o /tmp/evaluation-result-3318036-1304901780/solver-3318036-1304901780 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318036-1304901780.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.23 2.36 3.02 5/362 30044
/proc/meminfo: memFree=6837312/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=20756 CPUtime=0 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 1024 0 0 0 0 0 0 0 25 0 1 0 601774757 21254144 950 33554432000 4194304 4291235 140733316072656 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 5189 950 215 24 0 1823 0

[startup+0.0518351 s]
/proc/loadavg: 2.23 2.36 3.02 5/362 30044
/proc/meminfo: memFree=6837312/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=28760 CPUtime=0.04 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 3541 0 0 0 4 0 0 0 25 0 1 0 601774757 29450240 3195 33554432000 4194304 4291235 140733316072656 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 7190 3196 215 24 0 3824 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28760

[startup+0.100829 s]
/proc/loadavg: 2.23 2.36 3.02 5/362 30044
/proc/meminfo: memFree=6837312/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=33732 CPUtime=0.08 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 4854 0 0 0 8 0 0 0 25 0 1 0 601774757 34541568 4448 33554432000 4194304 4291235 140733316072656 18446744073709551615 4278070 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 8433 4448 240 24 0 5067 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33732

[startup+0.300797 s]
/proc/loadavg: 2.23 2.36 3.02 5/362 30044
/proc/meminfo: memFree=6837312/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=38560 CPUtime=0.28 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 6723 0 0 0 28 0 0 0 25 0 1 0 601774757 39485440 5336 33554432000 4194304 4291235 140733316072656 18446744073709551615 4210128 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 9640 5339 240 24 0 6274 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 38560

[startup+0.700723 s]
/proc/loadavg: 2.23 2.36 3.02 5/362 30044
/proc/meminfo: memFree=6837312/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=33968 CPUtime=0.68 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 7552 0 0 0 68 0 0 0 25 0 1 0 601774757 34783232 4943 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 8492 4943 258 24 0 5126 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 33968

[startup+1.50056 s]
/proc/loadavg: 2.37 2.38 3.02 5/363 30045
/proc/meminfo: memFree=6816480/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=36644 CPUtime=1.49 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 7811 0 0 0 148 1 0 0 25 0 1 0 601774757 37523456 5195 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255722 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 9161 5195 258 24 0 5795 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36644

[startup+3.10023 s]
/proc/loadavg: 2.37 2.38 3.02 5/363 30045
/proc/meminfo: memFree=6813260/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=43720 CPUtime=3.09 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 9751 0 0 0 308 1 0 0 25 0 1 0 601774757 44769280 7109 33554432000 4194304 4291235 140733316072656 18446744073709551615 4261965 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 10930 7109 258 24 0 7564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43720

[startup+6.30059 s]
/proc/loadavg: 2.37 2.38 3.02 5/363 30045
/proc/meminfo: memFree=6798168/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=55320 CPUtime=6.28 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 11985 0 0 0 627 1 0 0 25 0 1 0 601774757 56647680 9313 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 13830 9313 258 24 0 10464 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55320

[startup+12.7003 s]
/proc/loadavg: 2.62 2.44 3.03 5/363 30045
/proc/meminfo: memFree=6774740/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=48140 CPUtime=12.68 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 18416 0 0 0 1265 3 0 0 25 0 1 0 601774757 49295360 8318 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255866 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 12035 8318 258 24 0 8669 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48140

[startup+25.5008 s]
/proc/loadavg: 2.83 2.49 3.04 5/363 30046
/proc/meminfo: memFree=6722400/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=54720 CPUtime=25.48 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 29203 0 0 0 2541 7 0 0 25 0 1 0 601774757 56033280 10018 33554432000 4194304 4291235 140733316072656 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 13680 10018 258 24 0 10314 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54720

[startup+51.1007 s]
/proc/loadavg: 3.30 2.62 3.07 5/363 30046
/proc/meminfo: memFree=6615540/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=141572 CPUtime=51.09 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 55520 0 0 0 5096 13 0 0 25 0 1 0 601774757 144969728 23600 33554432000 4194304 4291235 140733316072656 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 35393 23600 258 24 0 32027 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 141572

[startup+102.313 s]
/proc/loadavg: 3.79 2.87 3.13 5/363 30048
/proc/meminfo: memFree=6645508/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=92252 CPUtime=102.3 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 93088 0 0 0 10208 22 0 0 25 0 1 0 601774757 94466048 14964 33554432000 4194304 4291235 140733316072656 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 23063 14964 258 24 0 19697 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92252

[startup+162.3 s]
/proc/loadavg: 3.92 3.07 3.18 5/363 30049
/proc/meminfo: memFree=6400712/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=172688 CPUtime=162.29 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 141905 0 0 0 16197 32 0 0 25 0 1 0 601774757 176832512 34197 33554432000 4194304 4291235 140733316072656 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 43172 34197 258 24 0 39806 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 172688

[startup+222.3 s]
/proc/loadavg: 3.97 3.24 3.23 5/363 30051
/proc/meminfo: memFree=6509536/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=172688 CPUtime=222.29 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 182825 0 0 0 22186 43 0 0 25 0 1 0 601774757 176832512 32936 33554432000 4194304 4291235 140733316072656 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 43172 32936 258 24 0 39806 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 172688

[startup+282.3 s]
/proc/loadavg: 3.99 3.37 3.28 5/363 30052
/proc/meminfo: memFree=6314080/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=222776 CPUtime=282.3 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 224767 0 0 0 28176 54 0 0 25 0 1 0 601774757 228122624 39823 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 55694 39823 258 24 0 52328 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 222776

[startup+342.301 s]
/proc/loadavg: 4.06 3.50 3.32 5/363 30054
/proc/meminfo: memFree=6209760/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=141868 CPUtime=342.29 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 263390 0 0 0 34165 64 0 0 25 0 1 0 601774757 145272832 31556 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 35467 31556 258 24 0 32101 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 141868

[startup+402.301 s]
/proc/loadavg: 4.02 3.59 3.36 5/363 30056
/proc/meminfo: memFree=6477548/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=92548 CPUtime=402.29 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 288943 0 0 0 40157 72 0 0 25 0 1 0 601774757 94769152 19706 33554432000 4194304 4291235 140733316072656 18446744073709551615 4262202 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 23137 19706 258 24 0 19771 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 92548

[startup+462.301 s]
/proc/loadavg: 4.06 3.68 3.40 5/363 30057
/proc/meminfo: memFree=6319284/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=92548 CPUtime=462.29 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 312009 0 0 0 46149 80 0 0 25 0 1 0 601774757 94769152 19706 33554432000 4194304 4291235 140733316072656 18446744073709551615 4256313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 23137 19706 258 24 0 19771 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 92548

[startup+522.301 s]
/proc/loadavg: 4.02 3.73 3.44 5/363 30059
/proc/meminfo: memFree=6426004/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=112360 CPUtime=522.3 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 332976 0 0 0 52143 87 0 0 25 0 1 0 601774757 115056640 19944 33554432000 4194304 4291235 140733316072656 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 28090 19944 258 24 0 24724 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 112360

[startup+582.301 s]
/proc/loadavg: 4.05 3.79 3.48 5/363 30060
/proc/meminfo: memFree=6234248/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=192500 CPUtime=582.3 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 380410 0 0 0 58132 98 0 0 25 0 1 0 601774757 197120000 39571 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 48125 39571 258 24 0 44759 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 192500

[startup+642.301 s]
/proc/loadavg: 4.06 3.84 3.51 5/363 30062
/proc/meminfo: memFree=6149876/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=193108 CPUtime=642.31 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 425298 0 0 0 64124 107 0 0 25 0 1 0 601774757 197742592 38438 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 48277 38438 258 24 0 44911 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 193108

[startup+702.301 s]
/proc/loadavg: 4.02 3.87 3.54 5/363 30064
/proc/meminfo: memFree=6290916/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=162288 CPUtime=702.3 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 466245 0 0 0 70113 117 0 0 25 0 1 0 601774757 166182912 32694 33554432000 4194304 4291235 140733316072656 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 40572 32694 258 24 0 37206 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 162288

[startup+762.314 s]
/proc/loadavg: 4.00 3.89 3.56 5/363 30065
/proc/meminfo: memFree=6158652/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=193108 CPUtime=762.31 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 500697 0 0 0 76103 128 0 0 25 0 1 0 601774757 197742592 37403 33554432000 4194304 4291235 140733316072656 18446744073709551615 4256353 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 48277 37403 258 24 0 44911 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 193108

[startup+822.301 s]
/proc/loadavg: 4.00 3.91 3.59 5/363 30067
/proc/meminfo: memFree=6410572/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=193108 CPUtime=822.31 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 529508 0 0 0 82094 137 0 0 25 0 1 0 601774757 197742592 43497 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 48277 43497 258 24 0 44911 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 193108

[startup+882.301 s]
/proc/loadavg: 4.04 3.94 3.62 5/363 30068
/proc/meminfo: memFree=6210612/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=162288 CPUtime=882.31 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 568998 0 0 0 88084 147 0 0 25 0 1 0 601774757 166182912 36460 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 40572 36460 258 24 0 37206 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 162288

[startup+942.301 s]
/proc/loadavg: 4.16 3.99 3.65 5/363 30070
/proc/meminfo: memFree=5993056/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=243196 CPUtime=942.31 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 605011 0 0 0 94074 157 0 0 25 0 1 0 601774757 249032704 45695 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 60799 45695 258 24 0 57433 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 243196

[startup+1002.3 s]
/proc/loadavg: 4.06 3.99 3.67 5/363 30072
/proc/meminfo: memFree=5928644/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=112968 CPUtime=1002.31 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 633378 0 0 0 100064 167 0 0 25 0 1 0 601774757 115679232 24811 33554432000 4194304 4291235 140733316072656 18446744073709551615 4248326 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 28242 24811 258 24 0 24876 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 112968

[startup+1062.3 s]
/proc/loadavg: 4.08 4.00 3.69 5/363 30073
/proc/meminfo: memFree=5749932/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=193108 CPUtime=1062.3 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 666991 0 0 0 106056 174 0 0 25 0 1 0 601774757 197742592 37520 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 48277 37520 258 24 0 44911 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 193108

[startup+1122.3 s]
/proc/loadavg: 4.09 4.02 3.72 5/363 30084
/proc/meminfo: memFree=6441088/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=162288 CPUtime=1122.3 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 692239 0 0 0 112048 182 0 0 25 0 1 0 601774757 166182912 32992 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 40572 32992 258 24 0 37206 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 162288

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.73 5/363 30085
/proc/meminfo: memFree=6249736/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=162288 CPUtime=1182.31 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 717391 0 0 0 118040 191 0 0 25 0 1 0 601774757 166182912 33670 33554432000 4194304 4291235 140733316072656 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 40572 33670 258 24 0 37206 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 162288

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.74 5/363 30087
/proc/meminfo: memFree=6120368/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=162288 CPUtime=1242.31 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 743733 0 0 0 124031 200 0 0 25 0 1 0 601774757 166182912 37014 33554432000 4194304 4291235 140733316072656 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 40572 37014 258 24 0 37206 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 162288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.62 3.92 3.73 2/345 30146
/proc/meminfo: memFree=6864116/32950928 swapFree=45936960/67111528
[pid=30044] ppid=30042 vsize=193108 CPUtime=1300.01 cores=5,7
/proc/30044/stat : 30044 (minisat) R 30042 30044 29236 0 -1 4202496 771098 0 0 0 129793 208 0 0 25 0 1 0 601774757 197742592 41854 33554432000 4194304 4291235 140733316072656 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/30044/statm: 48277 41854 258 24 0 44911 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 193108

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1297.94
CPU system time (s): 2.09668
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 243196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.94
system time used= 2.09668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 771099
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= 5
involuntary context switches= 1370

runsolver used 4.5883 second user time and 10.7914 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 02:43:01
IDJOB=3318036
IDBENCH=82466
IDSOLVER=1707
FILE ID=node149/3318036-1304901780
RUNJOBID= node149-1304901751-29707
PBS_JOBID= 13282122
Free space on /tmp= 42528 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318036-1304901780/watcher-3318036-1304901780 -o /tmp/evaluation-result-3318036-1304901780/solver-3318036-1304901780 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318036-1304901780.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1601987235

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       6837468 kB
Buffers:        230476 kB
Cached:       20618772 kB
SwapCached:      20984 kB
Active:       11501200 kB
Inactive:     13859488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6837468 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:           22836 kB
Writeback:           0 kB
AnonPages:     4502524 kB
Mapped:          14380 kB
Slab:           614884 kB
PageTables:      72696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80456400 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 42544 MiB
End job on node149 at 2011-05-09 03:04:43