Trace number 3350032

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_NOSHR 2011-03-02? (TO) 1300.07 1300.03

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor128.cnf
MD5SUM5b2e2178738883a628728bb1ec39f4a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables249327
Number of clauses746444
Sum of the clauses size1741700
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2497628
Number of clauses of size 3248814
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-3350032-1304968289/watcher-3350032-1304968289 -o /tmp/evaluation-result-3350032-1304968289/solver-3350032-1304968289 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350032-1304968289.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 1,3

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: 3.88 1.86 0.72 5/366 29162
/proc/meminfo: memFree=22853360/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=20784 CPUtime=0 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 765 0 0 0 0 0 0 0 21 0 1 0 608426655 21282816 693 33554432000 4194304 4300056 140736230705488 18446744073709551615 218905730816 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 5196 693 219 26 0 1828 0

[startup+0.0538799 s]
/proc/loadavg: 3.88 1.86 0.72 5/366 29162
/proc/meminfo: memFree=22853360/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=28460 CPUtime=0.04 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 3024 0 0 0 4 0 0 0 21 0 1 0 608426655 29143040 2775 33554432000 4194304 4300056 140736230705488 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 7115 2776 220 26 0 3747 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28460

[startup+0.100875 s]
/proc/loadavg: 3.88 1.86 0.72 5/366 29162
/proc/meminfo: memFree=22853360/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=37148 CPUtime=0.09 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 5692 0 0 0 8 1 0 0 21 0 1 0 608426655 38039552 5112 33554432000 4194304 4300056 140736230705488 18446744073709551615 218905730816 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 9287 5113 223 26 0 5919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37148

[startup+0.300835 s]
/proc/loadavg: 3.88 1.86 0.72 5/366 29162
/proc/meminfo: memFree=22853360/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=75892 CPUtime=0.29 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 15825 0 0 0 27 2 0 0 22 0 1 0 608426655 77713408 13905 33554432000 4194304 4300056 140736230705488 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 18973 13905 223 26 0 15605 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75892

[startup+0.700765 s]
/proc/loadavg: 3.88 1.86 0.72 5/366 29162
/proc/meminfo: memFree=22853360/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=116724 CPUtime=0.69 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 27165 0 0 0 65 4 0 0 23 0 1 0 608426655 119525376 24136 33554432000 4194304 4300056 140736230705488 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 29181 24136 231 26 0 25813 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116724

[startup+1.50063 s]
/proc/loadavg: 3.89 1.90 0.74 5/367 29163
/proc/meminfo: memFree=22732584/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=136864 CPUtime=1.49 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 37319 0 0 0 144 5 0 0 25 0 1 0 608426655 140148736 28126 33554432000 4194304 4300056 140736230705488 18446744073709551615 4232138 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 34216 28126 231 26 0 30848 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136864

[startup+3.10034 s]
/proc/loadavg: 3.89 1.90 0.74 5/367 29163
/proc/meminfo: memFree=22751804/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=120240 CPUtime=3.09 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 40464 0 0 0 304 5 0 0 25 0 1 0 608426655 123125760 23861 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 30060 23861 249 26 0 26692 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120240

[startup+6.30075 s]
/proc/loadavg: 3.89 1.90 0.74 5/367 29163
/proc/meminfo: memFree=22744312/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=120240 CPUtime=6.29 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 40793 0 0 0 624 5 0 0 25 0 1 0 608426655 123125760 24186 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256365 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 30060 24186 249 26 0 26692 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120240

[startup+12.7006 s]
/proc/loadavg: 3.91 1.97 0.77 5/367 29164
/proc/meminfo: memFree=22719880/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=138916 CPUtime=12.69 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 41789 0 0 0 1263 6 0 0 25 0 1 0 608426655 142249984 25172 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 34729 25172 249 26 0 31361 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 138916

[startup+25.5003 s]
/proc/loadavg: 3.92 2.03 0.81 5/367 29164
/proc/meminfo: memFree=22669320/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=157772 CPUtime=25.49 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 43891 0 0 0 2542 7 0 0 25 0 1 0 608426655 161558528 27258 33554432000 4194304 4300056 140736230705488 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 39443 27258 249 26 0 36075 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157772

[startup+51.1007 s]
/proc/loadavg: 3.95 2.19 0.89 5/367 29165
/proc/meminfo: memFree=22508084/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=207092 CPUtime=51.09 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 56371 0 0 0 5100 9 0 0 25 0 1 0 608426655 212062208 39703 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 51773 39703 249 26 0 48405 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 207092

[startup+102.313 s]
/proc/loadavg: 3.98 2.49 1.07 5/367 29193
/proc/meminfo: memFree=22237100/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=288000 CPUtime=102.31 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 66445 0 0 0 10218 13 0 0 25 0 1 0 608426655 294912000 49695 33554432000 4194304 4300056 140736230705488 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 72000 49695 249 26 0 68632 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 288000

[startup+162.301 s]
/proc/loadavg: 3.99 2.76 1.25 5/367 29195
/proc/meminfo: memFree=21993132/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=288000 CPUtime=162.29 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 77348 0 0 0 16212 17 0 0 25 0 1 0 608426655 294912000 60508 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 72000 60508 249 26 0 68632 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 288000

[startup+222.301 s]
/proc/loadavg: 4.29 3.05 1.44 5/367 29196
/proc/meminfo: memFree=21706748/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=369388 CPUtime=222.29 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 88951 0 0 0 22208 21 0 0 25 0 1 0 608426655 378253312 72044 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 92347 72044 249 26 0 88979 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 369388

[startup+282.301 s]
/proc/loadavg: 4.18 3.24 1.60 5/367 29198
/proc/meminfo: memFree=21491932/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=501648 CPUtime=282.29 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 102145 0 0 0 28204 25 0 0 25 0 1 0 608426655 513687552 85173 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 125412 85173 249 26 0 122044 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 501648

[startup+342.301 s]
/proc/loadavg: 4.06 3.37 1.75 5/367 29199
/proc/meminfo: memFree=21294724/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=501648 CPUtime=342.3 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 116127 0 0 0 34198 32 0 0 25 0 1 0 608426655 513687552 99089 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 125412 99089 249 26 0 122044 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 501648

[startup+402.3 s]
/proc/loadavg: 4.02 3.48 1.89 5/367 29201
/proc/meminfo: memFree=21071844/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=501648 CPUtime=402.3 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 128415 0 0 0 40195 35 0 0 25 0 1 0 608426655 513687552 111323 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 125412 111323 249 26 0 122044 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 501648

[startup+462.3 s]
/proc/loadavg: 4.15 3.62 2.03 5/367 29203
/proc/meminfo: memFree=20926952/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=716572 CPUtime=462.3 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 137730 0 0 0 46191 39 0 0 25 0 1 0 608426655 733769728 120596 33554432000 4194304 4300056 140736230705488 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 179143 120596 249 26 0 175775 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 716572

[startup+522.301 s]
/proc/loadavg: 4.14 3.72 2.16 5/367 29204
/proc/meminfo: memFree=20751680/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=717964 CPUtime=522.3 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 149790 0 0 0 52187 43 0 0 25 0 1 0 608426655 735195136 132606 33554432000 4194304 4300056 140736230705488 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 179491 132606 249 26 0 176123 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 717964

[startup+582.301 s]
/proc/loadavg: 4.05 3.77 2.27 5/367 29206
/proc/meminfo: memFree=20534500/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=724716 CPUtime=582.3 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 163596 0 0 0 58183 47 0 0 25 0 1 0 608426655 742109184 146363 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 181179 146363 249 26 0 177811 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 724716

[startup+642.301 s]
/proc/loadavg: 4.02 3.81 2.38 5/367 29207
/proc/meminfo: memFree=20228780/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=733672 CPUtime=642.32 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 173181 0 0 0 64182 50 0 0 25 0 1 0 608426655 751280128 155909 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 183418 155909 249 26 0 180050 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 733672

[startup+702.301 s]
/proc/loadavg: 4.00 3.84 2.48 5/367 29209
/proc/meminfo: memFree=20069628/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=740380 CPUtime=702.31 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 182763 0 0 0 70178 53 0 0 25 0 1 0 608426655 758149120 165455 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 185095 165455 249 26 0 181727 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 740380

[startup+762.314 s]
/proc/loadavg: 4.00 3.86 2.57 5/367 29211
/proc/meminfo: memFree=19930948/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=741280 CPUtime=762.32 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 191194 0 0 0 76176 56 0 0 25 0 1 0 608426655 759070720 173854 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 185320 173854 249 26 0 181952 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 741280

[startup+822.3 s]
/proc/loadavg: 4.11 3.93 2.67 5/367 29212
/proc/meminfo: memFree=19810968/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=1091948 CPUtime=822.31 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 202869 0 0 0 82170 61 0 0 25 0 1 0 608426655 1118154752 185498 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256046 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 272987 185498 249 26 0 269619 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1091948

[startup+882.301 s]
/proc/loadavg: 4.04 3.94 2.75 5/367 29214
/proc/meminfo: memFree=19666096/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=1094032 CPUtime=882.32 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 212580 0 0 0 88167 65 0 0 25 0 1 0 608426655 1120288768 195184 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 273508 195184 249 26 0 270140 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1094032

[startup+942.301 s]
/proc/loadavg: 4.01 3.95 2.83 5/367 29215
/proc/meminfo: memFree=19528408/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=1095720 CPUtime=942.32 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 220429 0 0 0 94163 69 0 0 25 0 1 0 608426655 1122017280 203017 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 273930 203017 249 26 0 270562 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1095720

[startup+1002.3 s]
/proc/loadavg: 4.14 3.99 2.91 5/367 29217
/proc/meminfo: memFree=19361924/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=1097200 CPUtime=1002.32 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 228211 0 0 0 100159 73 0 0 25 0 1 0 608426655 1123532800 210771 33554432000 4194304 4300056 140736230705488 18446744073709551615 4252392 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 274300 210771 249 26 0 270932 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1097200

[startup+1062.3 s]
/proc/loadavg: 4.11 4.00 2.98 5/367 29219
/proc/meminfo: memFree=19277308/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=1104196 CPUtime=1062.32 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 236892 0 0 0 106156 76 0 0 25 0 1 0 608426655 1130696704 219426 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 276049 219426 249 26 0 272681 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1104196

[startup+1122.3 s]
/proc/loadavg: 3.97 3.98 3.03 5/367 29248
/proc/meminfo: memFree=20597488/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=1107328 CPUtime=1122.32 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 246740 0 0 0 112152 80 0 0 25 0 1 0 608426655 1133903872 229244 33554432000 4194304 4300056 140736230705488 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 276832 229244 249 26 0 273464 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1107328

[startup+1182.3 s]
/proc/loadavg: 3.99 3.98 3.09 5/367 29278
/proc/meminfo: memFree=23444632/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=417720 CPUtime=1182.32 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 292460 0 0 0 118143 89 0 0 25 0 1 0 608426655 427745280 82272 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 104430 82272 249 26 0 101062 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 417720

[startup+1242.3 s]
/proc/loadavg: 3.99 3.98 3.15 5/367 29344
/proc/meminfo: memFree=23145728/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=418360 CPUtime=1242.33 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 302355 0 0 0 124138 95 0 0 25 0 1 0 608426655 428400640 92119 33554432000 4194304 4300056 140736230705488 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 104590 92119 249 26 0 101222 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 418360



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.98 3.19 5/367 29347
/proc/meminfo: memFree=22975124/32951124 swapFree=65580836/67111528
[pid=29162] ppid=29160 vsize=551460 CPUtime=1300.04 cores=1,3
/proc/29162/stat : 29162 (lr_gl_shr) R 29160 29162 28937 0 -1 4202496 314725 0 0 0 129906 98 0 0 25 0 1 0 608426655 564695040 104457 33554432000 4194304 4300056 140736230705488 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29162/statm: 137865 104457 249 26 0 134497 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 551460

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.07
CPU system time (s): 0.999848
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1325768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.07
system time used= 0.999848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314726
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= 6
involuntary context switches= 2281

runsolver used 4.26735 second user time and 11.1243 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-09 21:11:29
IDJOB=3350032
IDBENCH=70769
IDSOLVER=1815
FILE ID=node137/3350032-1304968289
RUNJOBID= node137-1304968093-28957
PBS_JOBID= 13285613
Free space on /tmp= 37812 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor128.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350032-1304968289/watcher-3350032-1304968289 -o /tmp/evaluation-result-3350032-1304968289/solver-3350032-1304968289 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350032-1304968289.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=932248660

node137.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.844
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.68
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.844
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.75
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.844
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.74
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22853640 kB
Buffers:        135724 kB
Cached:        1326348 kB
SwapCached:      36192 kB
Active:        2237736 kB
Inactive:      7663892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22853640 kB
SwapTotal:    67111528 kB
SwapFree:     65580836 kB
Dirty:           13800 kB
Writeback:           0 kB
AnonPages:     8413008 kB
Mapped:          19592 kB
Slab:            90664 kB
PageTables:      41372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77266640 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= 37904 MiB
End job on node137 at 2011-05-09 21:33:11