Trace number 3349432

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.02 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-3349432-1304968481/watcher-3349432-1304968481 -o /tmp/evaluation-result-3349432-1304968481/solver-3349432-1304968481 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349432-1304968481.cnf -verb=0 -model 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.02 2.89 1.34 4/370 15662
/proc/meminfo: memFree=25797764/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=21040 CPUtime=0 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 852 0 0 0 0 0 0 0 25 0 1 0 608448511 21544960 777 33554432000 4194304 4300056 140737020911984 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 5260 778 220 26 0 1892 0

[startup+0.113895 s]
/proc/loadavg: 4.02 2.89 1.34 4/370 15662
/proc/meminfo: memFree=25797764/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=39692 CPUtime=0.1 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 6293 0 0 0 10 0 0 0 25 0 1 0 608448511 40644608 5687 33554432000 4194304 4300056 140737020911984 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 9923 5689 220 26 0 6555 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 39692

[startup+0.20088 s]
/proc/loadavg: 4.02 2.89 1.34 4/370 15662
/proc/meminfo: memFree=25797764/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=55508 CPUtime=0.19 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 10885 0 0 0 18 1 0 0 25 0 1 0 608448511 56840192 9608 33554432000 4194304 4300056 140737020911984 18446744073709551615 253640859392 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 13877 9609 220 26 0 10509 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 55508

[startup+0.30086 s]
/proc/loadavg: 4.02 2.89 1.34 4/370 15662
/proc/meminfo: memFree=25797764/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=76024 CPUtime=0.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 15855 0 0 0 27 2 0 0 25 0 1 0 608448511 77848576 13934 33554432000 4194304 4300056 140737020911984 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 19006 13935 223 26 0 15638 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76024

[startup+0.70079 s]
/proc/loadavg: 4.02 2.89 1.34 4/370 15662
/proc/meminfo: memFree=25797764/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=116724 CPUtime=0.69 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 27166 0 0 0 65 4 0 0 25 0 1 0 608448511 119525376 24138 33554432000 4194304 4300056 140737020911984 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 29181 24138 231 26 0 25813 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116724

[startup+1.50064 s]
/proc/loadavg: 4.02 2.89 1.34 5/371 15664
/proc/meminfo: memFree=25696084/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=136864 CPUtime=1.49 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 37369 0 0 0 144 5 0 0 25 0 1 0 608448511 140148736 28171 33554432000 4194304 4300056 140737020911984 18446744073709551615 4232851 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 34216 28171 231 26 0 30848 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136864

[startup+3.10035 s]
/proc/loadavg: 4.02 2.89 1.34 5/371 15664
/proc/meminfo: memFree=25698936/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=120240 CPUtime=3.09 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 40450 0 0 0 303 6 0 0 25 0 1 0 608448511 123125760 23847 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 30060 23847 249 26 0 26692 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120240

[startup+6.30077 s]
/proc/loadavg: 4.02 2.91 1.35 5/371 15665
/proc/meminfo: memFree=25696980/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=120240 CPUtime=6.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 40663 0 0 0 623 6 0 0 25 0 1 0 608448511 123125760 24055 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 30060 24055 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: 4.09 2.94 1.37 5/371 15665
/proc/meminfo: memFree=25689388/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=120240 CPUtime=12.69 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 41020 0 0 0 1263 6 0 0 25 0 1 0 608448511 123125760 24402 33554432000 4194304 4300056 140737020911984 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 30060 24402 249 26 0 26692 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120240

[startup+25.5003 s]
/proc/loadavg: 4.07 2.99 1.41 6/371 15665
/proc/meminfo: memFree=25678984/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=138916 CPUtime=25.49 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 41707 0 0 0 2543 6 0 0 25 0 1 0 608448511 142249984 25076 33554432000 4194304 4300056 140737020911984 18446744073709551615 4251358 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 34729 25076 249 26 0 31361 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138916

[startup+51.1006 s]
/proc/loadavg: 4.05 3.07 1.48 5/371 15666
/proc/meminfo: memFree=25658920/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=138916 CPUtime=51.09 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 43068 0 0 0 5102 7 0 0 25 0 1 0 608448511 142249984 26409 33554432000 4194304 4300056 140737020911984 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 34729 26409 249 26 0 31361 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 138916

[startup+102.3 s]
/proc/loadavg: 4.02 3.21 1.61 5/371 15700
/proc/meminfo: memFree=25758336/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=157772 CPUtime=102.3 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 46308 0 0 0 10221 9 0 0 25 0 1 0 608448511 161558528 29585 33554432000 4194304 4300056 140737020911984 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 39443 29585 249 26 0 36075 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 157772

[startup+162.3 s]
/proc/loadavg: 4.00 3.36 1.76 5/371 15702
/proc/meminfo: memFree=25696636/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=207092 CPUtime=162.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 57131 0 0 0 16217 12 0 0 25 0 1 0 608448511 212062208 40324 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 51773 40324 249 26 0 48405 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 207092

[startup+222.315 s]
/proc/loadavg: 4.00 3.47 1.89 5/371 15703
/proc/meminfo: memFree=25668552/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=237912 CPUtime=222.3 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 59955 0 0 0 22217 13 0 0 25 0 1 0 608448511 243621888 43105 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 59478 43105 249 26 0 56110 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 237912

[startup+282.301 s]
/proc/loadavg: 4.04 3.58 2.03 5/371 15706
/proc/meminfo: memFree=25637356/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=237912 CPUtime=282.28 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 62877 0 0 0 28214 14 0 0 25 0 1 0 608448511 243621888 45976 33554432000 4194304 4300056 140737020911984 18446744073709551615 4263274 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 59478 45976 249 26 0 56110 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 237912

[startup+342.301 s]
/proc/loadavg: 4.01 3.65 2.15 5/371 15708
/proc/meminfo: memFree=25615484/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=237912 CPUtime=342.28 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 65554 0 0 0 34212 16 0 0 25 0 1 0 608448511 243621888 48602 33554432000 4194304 4300056 140737020911984 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 59478 48602 249 26 0 56110 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 237912

[startup+402.301 s]
/proc/loadavg: 4.07 3.73 2.27 5/371 15710
/proc/meminfo: memFree=25594844/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=288000 CPUtime=402.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 68018 0 0 0 40211 18 0 0 25 0 1 0 608448511 294912000 51036 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 72000 51036 249 26 0 68632 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 288000

[startup+462.301 s]
/proc/loadavg: 4.02 3.78 2.37 5/371 15712
/proc/meminfo: memFree=25572100/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=288000 CPUtime=462.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 70817 0 0 0 46210 19 0 0 25 0 1 0 608448511 294912000 53792 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 72000 53792 251 26 0 68632 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 288000

[startup+522.301 s]
/proc/loadavg: 4.08 3.83 2.48 5/371 15713
/proc/meminfo: memFree=25547616/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=288000 CPUtime=522.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 74373 0 0 0 52207 22 0 0 25 0 1 0 608448511 294912000 57305 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 72000 57305 251 26 0 68632 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 288000

[startup+582.301 s]
/proc/loadavg: 4.13 3.89 2.58 5/371 15715
/proc/meminfo: memFree=25528576/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=288000 CPUtime=582.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 76686 0 0 0 58206 23 0 0 25 0 1 0 608448511 294912000 59574 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 72000 59574 251 26 0 68632 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 288000

[startup+642.3 s]
/proc/loadavg: 4.05 3.90 2.67 6/371 15716
/proc/meminfo: memFree=25510412/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=288000 CPUtime=642.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 78931 0 0 0 64205 24 0 0 25 0 1 0 608448511 294912000 61778 33554432000 4194304 4300056 140737020911984 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 72000 61778 251 26 0 68632 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 288000

[startup+702.3 s]
/proc/loadavg: 4.02 3.92 2.75 5/371 15719
/proc/meminfo: memFree=25490392/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=369388 CPUtime=702.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 81614 0 0 0 70203 26 0 0 25 0 1 0 608448511 378253312 64428 33554432000 4194304 4300056 140737020911984 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 92347 64428 251 26 0 88979 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 369388

[startup+762.3 s]
/proc/loadavg: 4.00 3.93 2.82 5/371 15721
/proc/meminfo: memFree=25494212/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=288000 CPUtime=762.3 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 113615 0 0 0 76197 33 0 0 25 0 1 0 608448511 294912000 60930 33554432000 4194304 4300056 140737020911984 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 72000 60930 251 26 0 68632 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 288000

[startup+822.301 s]
/proc/loadavg: 4.06 3.96 2.90 5/371 15722
/proc/meminfo: memFree=25468112/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=369388 CPUtime=822.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 118314 0 0 0 82193 36 0 0 25 0 1 0 608448511 378253312 65593 33554432000 4194304 4300056 140737020911984 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 92347 65593 251 26 0 88979 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 369388

[startup+882.315 s]
/proc/loadavg: 4.02 3.96 2.96 5/371 15724
/proc/meminfo: memFree=25440888/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=369388 CPUtime=882.3 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 122665 0 0 0 88191 39 0 0 25 0 1 0 608448511 378253312 69912 33554432000 4194304 4300056 140737020911984 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 92347 69912 251 26 0 88979 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 369388

[startup+942.301 s]
/proc/loadavg: 3.94 3.95 3.02 5/371 15756
/proc/meminfo: memFree=25391584/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=369388 CPUtime=942.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 127996 0 0 0 94188 41 0 0 25 0 1 0 608448511 378253312 75213 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 92347 75213 251 26 0 88979 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 369388

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.08 5/371 15758
/proc/meminfo: memFree=25359504/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=369388 CPUtime=1002.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 130630 0 0 0 100187 42 0 0 25 0 1 0 608448511 378253312 77808 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 92347 77808 251 26 0 88979 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 369388

[startup+1062.3 s]
/proc/loadavg: 4.06 3.99 3.14 5/371 15761
/proc/meminfo: memFree=25339068/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=369388 CPUtime=1062.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 133882 0 0 0 106185 44 0 0 25 0 1 0 608448511 378253312 81023 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256327 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 92347 81023 251 26 0 88979 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 369388

[startup+1122.3 s]
/proc/loadavg: 4.10 4.02 3.20 5/371 15762
/proc/meminfo: memFree=25315932/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=369388 CPUtime=1122.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 137181 0 0 0 112183 46 0 0 25 0 1 0 608448511 378253312 84281 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 92347 84281 251 26 0 88979 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 369388

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.25 5/371 15764
/proc/meminfo: memFree=25294044/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=503292 CPUtime=1182.29 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 140572 0 0 0 118181 48 0 0 25 0 1 0 608448511 515371008 87631 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 125823 87631 251 26 0 122455 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 503292

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.30 5/371 15797
/proc/meminfo: memFree=25516292/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=505412 CPUtime=1242.28 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 144031 0 0 0 124178 50 0 0 25 0 1 0 608448511 517541888 91045 33554432000 4194304 4300056 140737020911984 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 126353 91045 251 26 0 122985 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 505412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.02 3.34 5/371 15798
/proc/meminfo: memFree=25452308/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=506900 CPUtime=1300 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 147005 0 0 0 129948 52 0 0 25 0 1 0 608448511 519065600 93983 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 126725 93983 251 26 0 123357 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 506900

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

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

[startup+1300 s]
/proc/loadavg: 4.05 4.02 3.34 5/371 15798
/proc/meminfo: memFree=25452308/32951124 swapFree=56449212/67111528
[pid=15662] ppid=15659 vsize=506900 CPUtime=1300 cores=5,7
/proc/15662/stat : 15662 (lr_gl_shr) R 15659 15662 15415 0 -1 4202496 147005 0 0 0 129948 52 0 0 25 0 1 0 608448511 519065600 93983 33554432000 4194304 4300056 140737020911984 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15662/statm: 126725 93983 251 26 0 123357 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 506900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.02
CPU user time (s): 1299.49
CPU system time (s): 0.536918
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 506900

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

runsolver used 4.54231 second user time and 10.8354 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-09 21:14:41
IDJOB=3349432
IDBENCH=70769
IDSOLVER=1813
FILE ID=node106/3349432-1304968481
RUNJOBID= node106-1304968098-15440
PBS_JOBID= 13285644
Free space on /tmp= 45912 MiB

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

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=70048530

node106.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.830
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25798044 kB
Buffers:        150344 kB
Cached:        3796096 kB
SwapCached:      27228 kB
Active:         579012 kB
Inactive:      6364676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25798044 kB
SwapTotal:    67111528 kB
SwapFree:     56449212 kB
Dirty:           23196 kB
Writeback:          24 kB
AnonPages:     2979056 kB
Mapped:          10464 kB
Slab:            95800 kB
PageTables:      48688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75332228 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= 45920 MiB
End job on node106 at 2011-05-09 21:36:23