Trace number 3349732

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_NOGL_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-3349732-1304968125/watcher-3349732-1304968125 -o /tmp/evaluation-result-3349732-1304968125/solver-3349732-1304968125 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349732-1304968125.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 4,6

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: 0.52 0.11 0.04 5/328 4894
/proc/meminfo: memFree=5341612/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=19516 CPUtime=0 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 396 0 0 0 0 0 0 0 21 0 1 0 687043260 19984384 336 33554432000 4194304 4300056 140735097991968 18446744073709551615 231895187648 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 4879 338 219 26 0 1511 0

[startup+0.0497009 s]
/proc/loadavg: 0.52 0.11 0.04 5/328 4894
/proc/meminfo: memFree=5341612/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=27164 CPUtime=0.03 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 2738 0 0 0 3 0 0 0 21 0 1 0 687043260 27815936 2500 33554432000 4194304 4300056 140735097991968 18446744073709551615 231895490304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 6791 2502 220 26 0 3423 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27164

[startup+0.100684 s]
/proc/loadavg: 0.52 0.11 0.04 5/328 4894
/proc/meminfo: memFree=5341612/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=37148 CPUtime=0.09 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 5668 0 0 0 8 1 0 0 21 0 1 0 687043260 38039552 5092 33554432000 4194304 4300056 140735097991968 18446744073709551615 231895490304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 9287 5092 224 26 0 5919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37148

[startup+0.300643 s]
/proc/loadavg: 0.52 0.11 0.04 5/328 4894
/proc/meminfo: memFree=5341612/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=76156 CPUtime=0.29 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 15976 0 0 0 27 2 0 0 22 0 1 0 687043260 77983744 14050 33554432000 4194304 4300056 140735097991968 18446744073709551615 231895490304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 19039 14052 222 26 0 15671 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76156

[startup+0.700567 s]
/proc/loadavg: 0.52 0.11 0.04 5/328 4894
/proc/meminfo: memFree=5341612/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=116724 CPUtime=0.68 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 27275 0 0 0 64 4 0 0 23 0 1 0 687043260 119525376 24238 33554432000 4194304 4300056 140735097991968 18446744073709551615 4233666 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 29181 24239 231 26 0 25813 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 116724

[startup+1.50042 s]
/proc/loadavg: 0.52 0.11 0.04 5/329 4895
/proc/meminfo: memFree=5215876/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=136996 CPUtime=1.49 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 37399 0 0 0 143 6 0 0 25 0 1 0 687043260 140283904 28197 33554432000 4194304 4300056 140735097991968 18446744073709551615 4217450 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 34249 28197 231 26 0 30881 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136996

[startup+3.10112 s]
/proc/loadavg: 0.52 0.11 0.04 5/329 4895
/proc/meminfo: memFree=5234608/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=120240 CPUtime=3.09 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 40480 0 0 0 302 7 0 0 25 0 1 0 687043260 123125760 23877 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256346 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 30060 23877 249 26 0 26692 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120240

[startup+6.30051 s]
/proc/loadavg: 0.80 0.18 0.06 5/329 4896
/proc/meminfo: memFree=5218596/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=120240 CPUtime=6.29 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 40838 0 0 0 622 7 0 0 25 0 1 0 687043260 123125760 24230 33554432000 4194304 4300056 140735097991968 18446744073709551615 4251531 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 30060 24230 249 26 0 26692 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120240

[startup+12.7003 s]
/proc/loadavg: 1.06 0.24 0.08 5/329 4896
/proc/meminfo: memFree=5175024/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=138916 CPUtime=12.68 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 41858 0 0 0 1261 7 0 0 25 0 1 0 687043260 142249984 25238 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 34729 25238 249 26 0 31361 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 138916

[startup+25.5009 s]
/proc/loadavg: 1.78 0.44 0.15 5/329 4923
/proc/meminfo: memFree=5191088/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=157772 CPUtime=25.49 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 44143 0 0 0 2541 8 0 0 25 0 1 0 687043260 161558528 27508 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 39443 27508 249 26 0 36075 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157772

[startup+51.101 s]
/proc/loadavg: 2.54 0.73 0.25 5/329 4924
/proc/meminfo: memFree=5090976/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=207092 CPUtime=51.08 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 57185 0 0 0 5099 9 0 0 25 0 1 0 687043260 212062208 40509 33554432000 4194304 4300056 140735097991968 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 51773 40509 249 26 0 48405 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 207092

[startup+102.312 s]
/proc/loadavg: 3.41 1.27 0.46 5/329 4925
/proc/meminfo: memFree=5005840/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=288000 CPUtime=102.3 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 68772 0 0 0 10217 13 0 0 25 0 1 0 687043260 294912000 52004 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 72000 52004 249 26 0 68632 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 288000

[startup+162.301 s]
/proc/loadavg: 3.76 1.73 0.66 5/329 4927
/proc/meminfo: memFree=4874024/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=369388 CPUtime=162.29 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 80774 0 0 0 16214 15 0 0 25 0 1 0 687043260 378253312 63917 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 92347 63917 249 26 0 88979 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 369388

[startup+222.3 s]
/proc/loadavg: 3.91 2.14 0.87 5/329 4928
/proc/meminfo: memFree=4713524/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=369388 CPUtime=222.3 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 92683 0 0 0 22210 20 0 0 25 0 1 0 687043260 378253312 75754 33554432000 4194304 4300056 140735097991968 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 92347 75754 249 26 0 88979 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 369388

[startup+282.301 s]
/proc/loadavg: 3.97 2.48 1.06 5/329 4930
/proc/meminfo: memFree=4610696/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=501648 CPUtime=282.3 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 109182 0 0 0 28205 25 0 0 25 0 1 0 687043260 513687552 92175 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 125412 92175 249 26 0 122044 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 501648

[startup+342.301 s]
/proc/loadavg: 3.99 2.75 1.24 5/329 4932
/proc/meminfo: memFree=4482692/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=501648 CPUtime=342.3 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 122988 0 0 0 34201 29 0 0 25 0 1 0 687043260 513687552 105919 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 125412 105919 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.03 2.99 1.42 5/329 4933
/proc/meminfo: memFree=4634676/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=501648 CPUtime=402.3 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 134152 0 0 0 40198 32 0 0 25 0 1 0 687043260 513687552 117034 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 125412 117034 249 26 0 122044 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 501648

[startup+462.301 s]
/proc/loadavg: 4.14 3.20 1.59 5/329 4935
/proc/meminfo: memFree=4505064/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=717284 CPUtime=462.3 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 146291 0 0 0 46194 36 0 0 25 0 1 0 687043260 734498816 129112 33554432000 4194304 4300056 140735097991968 18446744073709551615 4264295 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 179321 129112 249 26 0 175953 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 717284

[startup+522.3 s]
/proc/loadavg: 4.17 3.38 1.74 5/329 4963
/proc/meminfo: memFree=4649996/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=723792 CPUtime=522.3 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 161670 0 0 0 52190 40 0 0 25 0 1 0 687043260 741163008 144447 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 180948 144447 249 26 0 177580 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 723792

[startup+582.301 s]
/proc/loadavg: 4.06 3.49 1.88 5/329 4965
/proc/meminfo: memFree=4595856/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=732820 CPUtime=582.31 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 172399 0 0 0 58188 43 0 0 25 0 1 0 687043260 750407680 155133 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 183205 155133 249 26 0 179837 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 732820

[startup+642.301 s]
/proc/loadavg: 4.02 3.59 2.02 5/329 4967
/proc/meminfo: memFree=4427680/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=740380 CPUtime=642.32 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 182750 0 0 0 64186 46 0 0 25 0 1 0 687043260 758149120 165442 33554432000 4194304 4300056 140735097991968 18446744073709551615 4273370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 185095 165442 249 26 0 181727 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 740380

[startup+702.301 s]
/proc/loadavg: 4.01 3.65 2.13 5/329 4968
/proc/meminfo: memFree=4442028/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=741424 CPUtime=702.32 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 192245 0 0 0 70183 49 0 0 25 0 1 0 687043260 759218176 174902 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 185356 174902 249 26 0 181988 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 741424

[startup+762.312 s]
/proc/loadavg: 4.00 3.72 2.26 5/329 4970
/proc/meminfo: memFree=4416056/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=1092376 CPUtime=762.33 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 205541 0 0 0 76179 54 0 0 25 0 1 0 687043260 1118593024 188164 33554432000 4194304 4300056 140735097991968 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 273094 188164 249 26 0 269726 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 1092376

[startup+822.3 s]
/proc/loadavg: 4.00 3.76 2.35 5/329 4971
/proc/meminfo: memFree=4458416/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=1094032 CPUtime=822.32 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 214829 0 0 0 82176 56 0 0 25 0 1 0 687043260 1120288768 197430 33554432000 4194304 4300056 140735097991968 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 273508 197430 249 26 0 270140 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1094032

[startup+882.301 s]
/proc/loadavg: 4.13 3.85 2.48 5/329 4973
/proc/meminfo: memFree=4327788/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=1095892 CPUtime=882.32 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 222844 0 0 0 88172 60 0 0 25 0 1 0 687043260 1122193408 205424 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 273973 205424 249 26 0 270605 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1095892

[startup+942.301 s]
/proc/loadavg: 4.11 3.89 2.57 5/329 4975
/proc/meminfo: memFree=4310984/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=1097856 CPUtime=942.32 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 232596 0 0 0 94169 63 0 0 25 0 1 0 687043260 1124204544 215147 33554432000 4194304 4300056 140735097991968 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 274464 215147 249 26 0 271096 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1097856

[startup+1002.3 s]
/proc/loadavg: 4.11 3.93 2.66 5/329 4976
/proc/meminfo: memFree=4285000/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=1105832 CPUtime=1002.32 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 242622 0 0 0 100166 66 0 0 25 0 1 0 687043260 1132371968 225146 33554432000 4194304 4300056 140735097991968 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 276458 225146 249 26 0 273090 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1105832

[startup+1062.3 s]
/proc/loadavg: 4.15 3.97 2.76 5/329 5005
/proc/meminfo: memFree=4113696/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=1111984 CPUtime=1062.32 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 251818 0 0 0 106162 70 0 0 25 0 1 0 687043260 1138671616 234298 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 277996 234298 249 26 0 274628 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1111984

[startup+1122.3 s]
/proc/loadavg: 4.06 3.97 2.83 5/329 5006
/proc/meminfo: memFree=4742180/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=303812 CPUtime=1122.32 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 272512 0 0 0 112155 77 0 0 25 0 1 0 687043260 311103488 62638 33554432000 4194304 4300056 140735097991968 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 75953 62638 249 26 0 72585 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 303812

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 2.90 5/329 5008
/proc/meminfo: memFree=4619232/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=384720 CPUtime=1182.32 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 284944 0 0 0 118151 81 0 0 25 0 1 0 687043260 393953280 74993 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 96180 74993 249 26 0 92812 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 384720

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 2.97 5/329 5010
/proc/meminfo: memFree=4495264/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=466108 CPUtime=1242.33 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 297136 0 0 0 124148 85 0 0 25 0 1 0 687043260 477294592 87103 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 116527 87103 249 26 0 113159 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 466108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 3.99 3.03 5/326 5087
/proc/meminfo: memFree=4536000/32950928 swapFree=67085488/67111528
[pid=4894] ppid=4892 vsize=466108 CPUtime=1300.03 cores=4,6
/proc/4894/stat : 4894 (lr_gl_shr) R 4892 4894 4834 0 -1 4202496 311043 0 0 0 129914 89 0 0 25 0 1 0 687043260 477294592 100933 33554432000 4194304 4300056 140735097991968 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4894/statm: 116527 100933 249 26 0 113159 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 466108

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.15
CPU system time (s): 0.91586
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1125008

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

runsolver used 4.16037 second user time and 8.86365 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-09 21:08:46
IDJOB=3349732
IDBENCH=70769
IDSOLVER=1814
FILE ID=node114/3349732-1304968125
RUNJOBID= node114-1304968099-4853
PBS_JOBID= 13285636
Free space on /tmp= 39792 MiB

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

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=857564786

node114.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.848
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.69
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.848
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.15
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.848
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.848
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.848
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.848
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.848
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.74
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.848
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:       5341892 kB
Buffers:        222876 kB
Cached:       16214644 kB
SwapCached:        192 kB
Active:       14621612 kB
Inactive:     12365388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5341892 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           45996 kB
Writeback:           8 kB
AnonPages:    10549284 kB
Mapped:          27196 kB
Slab:           520184 kB
PageTables:      37896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52744264 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= 39720 MiB
End job on node114 at 2011-05-09 21:30:28