Trace number 3350193

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.06 1300.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
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 variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
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-3350193-1304968420/watcher-3350193-1304968420 -o /tmp/evaluation-result-3350193-1304968420/solver-3350193-1304968420 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350193-1304968420.cnf -verb=0 -model -no-shrinking 

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: 4.02 2.62 1.15 5/286 18734
/proc/meminfo: memFree=17727200/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=20800 CPUtime=0 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 762 0 0 0 0 0 0 0 25 0 1 0 687072589 21299200 691 33554432000 4194304 4300056 140735897269248 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 5200 692 219 26 0 1832 0

[startup+0.033745 s]
/proc/loadavg: 4.02 2.62 1.15 5/286 18734
/proc/meminfo: memFree=17727200/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=25188 CPUtime=0.03 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 1989 0 0 0 3 0 0 0 25 0 1 0 687072589 25792512 1836 33554432000 4194304 4300056 140735897269248 18446744073709551615 260020395776 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 6297 1837 220 26 0 2929 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25188

[startup+0.100749 s]
/proc/loadavg: 4.02 2.62 1.15 5/286 18734
/proc/meminfo: memFree=17727200/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=37192 CPUtime=0.09 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 5661 0 0 0 9 0 0 0 25 0 1 0 687072589 38084608 5086 33554432000 4194304 4300056 140735897269248 18446744073709551615 4223348 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 9298 5087 224 26 0 5930 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37192

[startup+0.300712 s]
/proc/loadavg: 4.02 2.62 1.15 5/286 18734
/proc/meminfo: memFree=17727200/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=60756 CPUtime=0.29 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 10932 0 0 0 28 1 0 0 25 0 1 0 687072589 62214144 9947 33554432000 4194304 4300056 140735897269248 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 15189 9947 246 26 0 11821 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 60756

[startup+0.700641 s]
/proc/loadavg: 4.02 2.62 1.15 5/286 18734
/proc/meminfo: memFree=17727200/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=58488 CPUtime=0.69 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 15417 0 0 0 67 2 0 0 25 0 1 0 687072589 59891712 10317 33554432000 4194304 4300056 140735897269248 18446744073709551615 260020092683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 14622 10317 246 26 0 11254 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58488

[startup+1.5005 s]
/proc/loadavg: 4.02 2.62 1.15 5/287 18735
/proc/meminfo: memFree=17682436/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=58716 CPUtime=1.49 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 16576 0 0 0 146 3 0 0 25 0 1 0 687072589 60125184 10488 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 14679 10488 264 26 0 11311 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58716

[startup+3.1002 s]
/proc/loadavg: 4.02 2.62 1.15 5/287 18735
/proc/meminfo: memFree=17675244/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=65788 CPUtime=3.09 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 17456 0 0 0 306 3 0 0 25 0 1 0 687072589 67366912 11363 33554432000 4194304 4300056 140735897269248 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 16447 11363 264 26 0 13079 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65788

[startup+6.30062 s]
/proc/loadavg: 4.02 2.65 1.16 5/287 18735
/proc/meminfo: memFree=17728812/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=84464 CPUtime=6.29 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 22249 0 0 0 625 4 0 0 25 0 1 0 687072589 86491136 16149 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 21116 16149 264 26 0 17748 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84464

[startup+12.7005 s]
/proc/loadavg: 4.01 2.67 1.18 5/287 18735
/proc/meminfo: memFree=17680100/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=96140 CPUtime=12.69 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 25565 0 0 0 1265 4 0 0 25 0 1 0 687072589 98447360 19432 33554432000 4194304 4300056 140735897269248 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 24035 19432 264 26 0 20667 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 96140

[startup+25.5011 s]
/proc/loadavg: 4.01 2.73 1.22 5/287 18735
/proc/meminfo: memFree=17636928/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=145928 CPUtime=25.49 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 32854 0 0 0 2543 6 0 0 25 0 1 0 687072589 149430272 26682 33554432000 4194304 4300056 140735897269248 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 36482 26682 264 26 0 33114 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 145928

[startup+51.1004 s]
/proc/loadavg: 4.01 2.83 1.29 5/287 18736
/proc/meminfo: memFree=17545372/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=196016 CPUtime=51.09 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 44566 0 0 0 5100 9 0 0 25 0 1 0 687072589 200720384 38328 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 49004 38328 264 26 0 45636 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 196016

[startup+102.311 s]
/proc/loadavg: 4.00 3.01 1.43 5/287 18737
/proc/meminfo: memFree=17437816/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=145928 CPUtime=102.3 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 72793 0 0 0 10214 16 0 0 25 0 1 0 687072589 149430272 32245 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 36482 32245 264 26 0 33114 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 145928

[startup+162.301 s]
/proc/loadavg: 4.00 3.19 1.59 5/287 18739
/proc/meminfo: memFree=17626744/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=145928 CPUtime=162.3 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 105329 0 0 0 16205 25 0 0 25 0 1 0 687072589 149430272 30151 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 36482 30151 264 26 0 33114 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 145928

[startup+222.301 s]
/proc/loadavg: 4.00 3.33 1.74 5/287 18741
/proc/meminfo: memFree=17588752/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=149448 CPUtime=222.3 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 141112 0 0 0 22197 33 0 0 25 0 1 0 687072589 153034752 27711 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256253 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 37362 27711 264 26 0 33994 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 149448

[startup+282.301 s]
/proc/loadavg: 4.03 3.47 1.88 5/287 18742
/proc/meminfo: memFree=17617840/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=102320 CPUtime=282.3 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 176336 0 0 0 28189 41 0 0 25 0 1 0 687072589 104775680 19438 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 25580 19438 264 26 0 22212 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 102320

[startup+342.301 s]
/proc/loadavg: 4.01 3.56 2.01 5/287 18744
/proc/meminfo: memFree=17510164/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=203784 CPUtime=342.3 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 202377 0 0 0 34183 47 0 0 25 0 1 0 687072589 208674816 45393 33554432000 4194304 4300056 140735897269248 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 50946 45393 264 26 0 47578 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 203784

[startup+402.301 s]
/proc/loadavg: 4.00 3.64 2.13 5/287 18745
/proc/meminfo: memFree=17399880/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=157748 CPUtime=402.31 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 230245 0 0 0 40176 55 0 0 25 0 1 0 687072589 161533952 31605 33554432000 4194304 4300056 140735897269248 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 39437 31605 264 26 0 36069 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 157748

[startup+462.3 s]
/proc/loadavg: 4.07 3.72 2.25 5/287 18747
/proc/meminfo: memFree=17564504/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=98800 CPUtime=462.3 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 258661 0 0 0 46168 62 0 0 25 0 1 0 687072589 101171200 20073 33554432000 4194304 4300056 140735897269248 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 24700 20073 264 26 0 21332 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 98800

[startup+522.3 s]
/proc/loadavg: 4.14 3.80 2.37 5/287 18749
/proc/meminfo: memFree=17358220/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=292472 CPUtime=522.3 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 287376 0 0 0 52163 67 0 0 25 0 1 0 687072589 299491328 48666 33554432000 4194304 4300056 140735897269248 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 73118 48666 264 26 0 69750 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 292472

[startup+582.3 s]
/proc/loadavg: 4.05 3.83 2.47 5/287 18750
/proc/meminfo: memFree=17448564/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=162116 CPUtime=582.3 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 317877 0 0 0 58156 74 0 0 25 0 1 0 687072589 166006784 35005 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 40529 35005 264 26 0 37161 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 162116

[startup+642.3 s]
/proc/loadavg: 4.02 3.86 2.56 5/287 18752
/proc/meminfo: memFree=17414904/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=132560 CPUtime=642.32 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 352997 0 0 0 64149 83 0 0 25 0 1 0 687072589 135741440 25792 33554432000 4194304 4300056 140735897269248 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 33140 25792 264 26 0 29772 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 132560

[startup+702.3 s]
/proc/loadavg: 4.00 3.88 2.65 5/287 18753
/proc/meminfo: memFree=17236896/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=295820 CPUtime=702.31 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 380128 0 0 0 70140 91 0 0 25 0 1 0 687072589 302919680 52813 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 73955 52813 264 26 0 70587 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 295820

[startup+762.31 s]
/proc/loadavg: 4.00 3.90 2.73 5/287 18755
/proc/meminfo: memFree=17538792/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=164988 CPUtime=762.32 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 404890 0 0 0 76134 98 0 0 25 0 1 0 687072589 168947712 29933 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 41247 29933 264 26 0 37879 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 164988

[startup+822.3 s]
/proc/loadavg: 4.05 3.93 2.81 5/287 18757
/proc/meminfo: memFree=17301660/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=298452 CPUtime=822.32 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 429700 0 0 0 82126 106 0 0 25 0 1 0 687072589 305614848 54668 33554432000 4194304 4300056 140735897269248 18446744073709551615 4263229 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 74613 54668 264 26 0 71245 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 298452

[startup+882.3 s]
/proc/loadavg: 4.02 3.94 2.88 5/287 18758
/proc/meminfo: memFree=17444960/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=138104 CPUtime=882.32 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 465774 0 0 0 88118 114 0 0 25 0 1 0 687072589 141418496 27803 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 34526 27803 264 26 0 31158 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 138104

[startup+942.3 s]
/proc/loadavg: 4.00 3.95 2.95 5/287 18760
/proc/meminfo: memFree=17302800/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=301108 CPUtime=942.32 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 500424 0 0 0 94109 123 0 0 25 0 1 0 687072589 308334592 62366 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 75277 62366 264 26 0 71909 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 301108

[startup+1002.3 s]
/proc/loadavg: 4.07 3.97 3.02 5/287 18845
/proc/meminfo: memFree=17209496/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=436700 CPUtime=1002.32 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 527157 0 0 0 100103 129 0 0 25 0 1 0 687072589 447180800 89043 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256302 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 109175 89043 264 26 0 105807 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 436700

[startup+1062.3 s]
/proc/loadavg: 4.08 3.99 3.08 5/287 18901
/proc/meminfo: memFree=17285808/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=224020 CPUtime=1062.32 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 558060 0 0 0 106095 137 0 0 25 0 1 0 687072589 229396480 42719 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 56005 42719 264 26 0 52637 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 224020

[startup+1122.3 s]
/proc/loadavg: 4.06 4.00 3.14 5/287 18903
/proc/meminfo: memFree=17020668/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=305776 CPUtime=1122.32 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 582728 0 0 0 112088 144 0 0 25 0 1 0 687072589 313114624 67311 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256018 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 76444 67311 264 26 0 73076 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 305776

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.19 5/287 18958
/proc/meminfo: memFree=17080480/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=224804 CPUtime=1182.33 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 612693 0 0 0 118080 153 0 0 25 0 1 0 687072589 230199296 47861 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 56201 47861 264 26 0 52833 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 224804

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.24 5/287 18960
/proc/meminfo: memFree=16697884/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=439948 CPUtime=1242.33 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 645757 0 0 0 124073 160 0 0 25 0 1 0 687072589 450506752 80846 33554432000 4194304 4300056 140735897269248 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 109987 80846 264 26 0 106619 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 439948



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.29 5/287 18961
/proc/meminfo: memFree=16669692/32951124 swapFree=67083432/67111528
[pid=18734] ppid=18732 vsize=227912 CPUtime=1300.04 cores=4,6
/proc/18734/stat : 18734 (lr_gl_shr) R 18732 18734 18638 0 -1 4202496 680017 0 0 0 129835 169 0 0 25 0 1 0 687072589 233381888 42352 33554432000 4194304 4300056 140735897269248 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18734/statm: 56978 42352 264 26 0 53610 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 227912

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1298.36
CPU system time (s): 1.70274
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 460236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.36
system time used= 1.70274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 680018
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= 9
involuntary context switches= 673

runsolver used 3.81642 second user time and 7.97179 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-09 21:13:40
IDJOB=3350193
IDBENCH=70797
IDSOLVER=1815
FILE ID=node110/3350193-1304968420
RUNJOBID= node110-1304968104-18657
PBS_JOBID= 13285640
Free space on /tmp= 50448 MiB

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

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

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
RANDOM SEED=96866336

node110.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	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
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.76
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.83
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.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.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:      17727480 kB
Buffers:        200464 kB
Cached:       10980280 kB
SwapCached:       1408 kB
Active:        4524612 kB
Inactive:     10097208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17727480 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            5092 kB
Writeback:           0 kB
AnonPages:     3439536 kB
Mapped:          23392 kB
Slab:           517792 kB
PageTables:      21828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46524504 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= 50404 MiB
End job on node110 at 2011-05-09 21:35:22