Trace number 3349591

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: LR_GL_SHR 2011-03-02? (TO) 1300.05 1300.02

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
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-3349591-1304968717/watcher-3349591-1304968717 -o /tmp/evaluation-result-3349591-1304968717/solver-3349591-1304968717 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349591-1304968717.cnf -verb=0 -model 

running on 2 cores: 0,2

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: 4.07 3.54 1.95 4/291 5533
/proc/meminfo: memFree=22037156/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=20084 CPUtime=0 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 586 0 0 0 0 0 0 0 25 0 1 0 589287004 20566016 520 33554432000 4194304 4300056 140734755471328 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 5021 520 219 26 0 1653 0

[startup+0.0567221 s]
/proc/loadavg: 4.07 3.54 1.95 4/291 5533
/proc/meminfo: memFree=22037156/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=28328 CPUtime=0.05 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 2950 0 0 0 5 0 0 0 25 0 1 0 589287004 29007872 2704 33554432000 4194304 4300056 140734755471328 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 7082 2706 220 26 0 3714 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28328

[startup+0.100711 s]
/proc/loadavg: 4.07 3.54 1.95 4/291 5533
/proc/meminfo: memFree=22037156/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=34308 CPUtime=0.09 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 5119 0 0 0 9 0 0 0 25 0 1 0 589287004 35131392 4568 33554432000 4194304 4300056 140734755471328 18446744073709551615 254261616384 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 8577 4570 220 26 0 5209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34308

[startup+0.300681 s]
/proc/loadavg: 4.07 3.54 1.95 4/291 5533
/proc/meminfo: memFree=22037156/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=56568 CPUtime=0.29 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 10774 0 0 0 28 1 0 0 25 0 1 0 589287004 57925632 9786 33554432000 4194304 4300056 140734755471328 18446744073709551615 4233666 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 14142 9787 241 26 0 10774 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56568

[startup+0.700614 s]
/proc/loadavg: 4.07 3.54 1.95 4/291 5533
/proc/meminfo: memFree=22037156/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=61440 CPUtime=0.69 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 13942 0 0 0 67 2 0 0 25 0 1 0 589287004 62914560 9861 33554432000 4194304 4300056 140734755471328 18446744073709551615 4258721 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 15360 9861 241 26 0 11992 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61440

[startup+1.50047 s]
/proc/loadavg: 4.07 3.54 1.95 5/292 5534
/proc/meminfo: memFree=22000700/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=54364 CPUtime=1.49 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 14916 0 0 0 147 2 0 0 25 0 1 0 589287004 55668736 9171 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 13591 9171 260 26 0 10223 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54364

[startup+3.10117 s]
/proc/loadavg: 4.07 3.54 1.95 5/292 5534
/proc/meminfo: memFree=22000076/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=54364 CPUtime=3.09 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 15014 0 0 0 307 2 0 0 25 0 1 0 589287004 55668736 9265 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 13591 9265 260 26 0 10223 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54364

[startup+6.30063 s]
/proc/loadavg: 4.07 3.54 1.96 5/292 5534
/proc/meminfo: memFree=21999076/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=54364 CPUtime=6.29 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 15226 0 0 0 627 2 0 0 25 0 1 0 589287004 55668736 9467 33554432000 4194304 4300056 140734755471328 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 13591 9467 260 26 0 10223 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54364

[startup+12.7005 s]
/proc/loadavg: 4.06 3.55 1.97 5/292 5534
/proc/meminfo: memFree=21983348/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=61436 CPUtime=12.69 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 15692 0 0 0 1267 2 0 0 25 0 1 0 589287004 62910464 9916 33554432000 4194304 4300056 140734755471328 18446744073709551615 4252424 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 15359 9916 262 26 0 11991 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61436

[startup+25.5002 s]
/proc/loadavg: 4.05 3.57 2.00 5/292 5535
/proc/meminfo: memFree=21969448/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=69368 CPUtime=25.49 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 18448 0 0 0 2546 3 0 0 25 0 1 0 589287004 71032832 12638 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 17342 12638 262 26 0 13974 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69368

[startup+51.1007 s]
/proc/loadavg: 4.03 3.60 2.06 6/292 5535
/proc/meminfo: memFree=21945504/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=88044 CPUtime=51.09 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 23567 0 0 0 5105 4 0 0 25 0 1 0 589287004 90157056 17684 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 22011 17684 262 26 0 18643 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88044

[startup+102.311 s]
/proc/loadavg: 4.01 3.66 2.16 6/292 5537
/proc/meminfo: memFree=21918204/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=118688 CPUtime=102.3 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 28360 0 0 0 10224 6 0 0 25 0 1 0 589287004 121536512 22343 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 29672 22343 262 26 0 26304 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 118688

[startup+162.301 s]
/proc/loadavg: 4.06 3.74 2.27 5/292 5538
/proc/meminfo: memFree=21920404/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=97324 CPUtime=162.3 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 36512 0 0 0 16221 9 0 0 25 0 1 0 589287004 99659776 19656 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 24331 19656 262 26 0 20963 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 97324

[startup+222.3 s]
/proc/loadavg: 4.07 3.80 2.38 5/292 5540
/proc/meminfo: memFree=21892968/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=127968 CPUtime=222.29 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 41676 0 0 0 22218 11 0 0 25 0 1 0 589287004 131039232 24651 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 31992 24651 262 26 0 28624 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 127968

[startup+282.301 s]
/proc/loadavg: 4.06 3.85 2.49 6/292 5541
/proc/meminfo: memFree=21919972/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=78648 CPUtime=282.3 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 46519 0 0 0 28215 15 0 0 25 0 1 0 589287004 80535552 15636 33554432000 4194304 4300056 140734755471328 18446744073709551615 4254653 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 19662 15636 262 26 0 16294 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 78648

[startup+342.3 s]
/proc/loadavg: 4.02 3.87 2.58 5/292 5543
/proc/meminfo: memFree=21891284/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=116112 CPUtime=342.3 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 55107 0 0 0 34213 17 0 0 25 0 1 0 589287004 118898688 24048 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 29028 24048 262 26 0 25660 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 116112

[startup+402.301 s]
/proc/loadavg: 4.00 3.89 2.66 5/292 5548
/proc/meminfo: memFree=21909096/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=165900 CPUtime=402.3 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 60952 0 0 0 40210 20 0 0 25 0 1 0 589287004 169881600 29756 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 41475 29756 262 26 0 38107 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 165900

[startup+462.301 s]
/proc/loadavg: 4.00 3.91 2.75 5/292 5549
/proc/meminfo: memFree=21927952/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=91796 CPUtime=462.31 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 64800 0 0 0 46209 22 0 0 25 0 1 0 589287004 93999104 17436 33554432000 4194304 4300056 140734755471328 18446744073709551615 4251317 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 22949 17436 262 26 0 19581 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 91796

[startup+522.301 s]
/proc/loadavg: 4.00 3.92 2.82 6/292 5551
/proc/meminfo: memFree=21871616/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=141116 CPUtime=522.3 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 77063 0 0 0 52204 26 0 0 25 0 1 0 589287004 144502784 29504 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 35279 29504 262 26 0 31911 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 141116

[startup+582.301 s]
/proc/loadavg: 4.04 3.95 2.90 6/292 5552
/proc/meminfo: memFree=21831516/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=171936 CPUtime=582.3 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 85254 0 0 0 58201 29 0 0 25 0 1 0 589287004 176062464 37572 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 42984 37572 262 26 0 39616 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 171936

[startup+642.3 s]
/proc/loadavg: 4.01 3.95 2.96 5/292 5554
/proc/meminfo: memFree=21803332/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=222024 CPUtime=642.31 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 88939 0 0 0 64200 31 0 0 25 0 1 0 589287004 227352576 41178 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 55506 41178 262 26 0 52138 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 222024

[startup+702.301 s]
/proc/loadavg: 3.94 3.94 3.02 5/292 5640
/proc/meminfo: memFree=22022984/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=128636 CPUtime=702.31 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 97586 0 0 0 70197 34 0 0 25 0 1 0 589287004 131723264 26497 33554432000 4194304 4300056 140734755471328 18446744073709551615 4263706 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 32159 26497 262 26 0 28791 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 128636

[startup+762.311 s]
/proc/loadavg: 3.98 3.95 3.08 5/292 5668
/proc/meminfo: memFree=21725788/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=147604 CPUtime=762.32 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 102933 0 0 0 76196 36 0 0 25 0 1 0 589287004 151146496 31730 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 36901 31730 262 26 0 33533 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 147604

[startup+822.301 s]
/proc/loadavg: 4.03 3.97 3.14 6/292 5697
/proc/meminfo: memFree=21818460/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=178424 CPUtime=822.31 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 106941 0 0 0 82193 38 0 0 25 0 1 0 589287004 182706176 35651 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 44606 35651 262 26 0 41238 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 178424

[startup+882.301 s]
/proc/loadavg: 4.06 3.99 3.19 5/292 5698
/proc/meminfo: memFree=21817868/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=105444 CPUtime=882.31 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 112445 0 0 0 88190 41 0 0 25 0 1 0 589287004 107974656 21791 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 26361 21791 262 26 0 22993 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 105444

[startup+942.3 s]
/proc/loadavg: 4.02 3.99 3.24 5/292 5700
/proc/meminfo: memFree=21720844/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=166256 CPUtime=942.32 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 124161 0 0 0 94188 44 0 0 25 0 1 0 589287004 170246144 33303 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 41564 33303 262 26 0 38196 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 166256

[startup+1002.3 s]
/proc/loadavg: 4.01 3.99 3.29 5/292 5702
/proc/meminfo: memFree=21625696/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=166256 CPUtime=1002.31 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 128090 0 0 0 100186 45 0 0 25 0 1 0 589287004 170246144 37117 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 41564 37117 262 26 0 38196 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 166256

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.33 5/292 5703
/proc/meminfo: memFree=21572964/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=197076 CPUtime=1062.32 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 131977 0 0 0 106185 47 0 0 25 0 1 0 589287004 201805824 40917 33554432000 4194304 4300056 140734755471328 18446744073709551615 4251795 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 49269 40917 262 26 0 45901 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 197076

[startup+1122.3 s]
/proc/loadavg: 4.04 4.00 3.37 5/292 5705
/proc/meminfo: memFree=21505328/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=197076 CPUtime=1122.32 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 135982 0 0 0 112183 49 0 0 25 0 1 0 589287004 201805824 44833 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 49269 44833 262 26 0 45901 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 197076

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.41 5/292 5706
/proc/meminfo: memFree=21507980/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=147288 CPUtime=1182.32 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 142379 0 0 0 118181 51 0 0 25 0 1 0 589287004 150822912 30815 33554432000 4194304 4300056 140734755471328 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 36822 30815 262 26 0 33454 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 147288

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.44 5/292 5708
/proc/meminfo: memFree=21430416/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=197076 CPUtime=1242.32 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 151070 0 0 0 124177 55 0 0 25 0 1 0 589287004 201805824 39320 33554432000 4194304 4300056 140734755471328 18446744073709551615 4254711 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 49269 39320 262 26 0 45901 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 197076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.48 5/292 5710
/proc/meminfo: memFree=21345324/32951124 swapFree=67057896/67111528
[pid=5533] ppid=5531 vsize=247164 CPUtime=1300.02 cores=0,2
/proc/5533/stat : 5533 (lr_gl_shr) R 5531 5533 5402 0 -1 4202496 157751 0 0 0 129945 57 0 0 25 0 1 0 589287004 253095936 45895 33554432000 4194304 4300056 140734755471328 18446744073709551615 4254692 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/5533/statm: 61791 45895 262 26 0 58423 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 247164

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.05
CPU user time (s): 1299.46
CPU system time (s): 0.58791
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 247164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.46
system time used= 0.58791
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157751
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= 10
involuntary context switches= 1649

runsolver used 3.69944 second user time and 8.13876 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-09 21:18:37
IDJOB=3349591
IDBENCH=70799
IDSOLVER=1813
FILE ID=node140/3349591-1304968717
RUNJOBID= node140-1304968093-5420
PBS_JOBID= 13285610
Free space on /tmp= 49800 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349591-1304968717/watcher-3349591-1304968717 -o /tmp/evaluation-result-3349591-1304968717/solver-3349591-1304968717 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349591-1304968717.cnf -verb=0 -model

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=689194152

node140.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.833
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.66
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.833
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	: 5226.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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:     32951124 kB
MemFree:      22037436 kB
Buffers:        218608 kB
Cached:        6567780 kB
SwapCached:       7608 kB
Active:        4252604 kB
Inactive:      6199080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22037436 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            5448 kB
Writeback:           0 kB
AnonPages:     3662980 kB
Mapped:          23568 kB
Slab:           375424 kB
PageTables:      22696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45768752 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= 49780 MiB
End job on node140 at 2011-05-09 21:40:19