Trace number 3440061

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) 5000.1 4999.94

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
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 variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

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: 977)

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-3440061-1306941699/watcher-3440061-1306941699 -o /tmp/evaluation-result-3440061-1306941699/solver-3440061-1306941699 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440061-1306941699.cnf -verb=0 -model 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.12 1.49 2/429 9140
/proc/meminfo: memFree=29702672/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=25136 CPUtime=0 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 1654 0 0 0 0 0 0 0 21 0 1 0 805770414 25739264 1539 33554432000 4194304 4300056 140733504905328 18446744073709551615 244446606021 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 6284 1540 222 26 0 2916 0

[startup+0.077792 s]
/proc/loadavg: 1.00 1.12 1.49 2/429 9140
/proc/meminfo: memFree=29702672/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=29324 CPUtime=0.06 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 3198 0 0 0 6 0 0 0 21 0 1 0 805770414 30027776 2930 33554432000 4194304 4300056 140733504905328 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 7331 2931 222 26 0 3963 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29324

[startup+0.10079 s]
/proc/loadavg: 1.00 1.12 1.49 2/429 9140
/proc/meminfo: memFree=29702672/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=30588 CPUtime=0.09 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 3755 0 0 0 9 0 0 0 21 0 1 0 805770414 31322112 3372 33554432000 4194304 4300056 140733504905328 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 7647 3373 222 26 0 4279 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30588

[startup+0.300752 s]
/proc/loadavg: 1.00 1.12 1.49 2/429 9140
/proc/meminfo: memFree=29702672/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=34256 CPUtime=0.29 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 5514 0 0 0 28 1 0 0 22 0 1 0 805770414 35078144 4922 33554432000 4194304 4300056 140733504905328 18446744073709551615 4232424 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 8564 4922 228 26 0 5196 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34256

[startup+0.700674 s]
/proc/loadavg: 1.00 1.12 1.49 2/429 9140
/proc/meminfo: memFree=29702672/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=32192 CPUtime=0.69 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 6326 0 0 0 68 1 0 0 23 0 1 0 805770414 32964608 4219 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 8048 4219 246 26 0 4680 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32192

[startup+1.50052 s]
/proc/loadavg: 1.00 1.12 1.49 3/430 9141
/proc/meminfo: memFree=29683444/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=32192 CPUtime=1.49 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 6340 0 0 0 148 1 0 0 25 0 1 0 805770414 32964608 4229 33554432000 4194304 4300056 140733504905328 18446744073709551615 4251740 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 8048 4229 246 26 0 4680 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32192

[startup+3.10023 s]
/proc/loadavg: 1.08 1.13 1.49 3/430 9141
/proc/meminfo: memFree=29681460/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=32192 CPUtime=3.09 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 6357 0 0 0 308 1 0 0 25 0 1 0 805770414 32964608 4242 33554432000 4194304 4300056 140733504905328 18446744073709551615 4254677 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 8048 4242 247 26 0 4680 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32192

[startup+6.30064 s]
/proc/loadavg: 1.08 1.13 1.49 3/430 9141
/proc/meminfo: memFree=29681392/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=32192 CPUtime=6.29 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 6376 0 0 0 628 1 0 0 25 0 1 0 805770414 32964608 4257 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 8048 4257 247 26 0 4680 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32192

[startup+12.7004 s]
/proc/loadavg: 1.15 1.15 1.49 3/430 9141
/proc/meminfo: memFree=29679552/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=32192 CPUtime=12.69 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 6390 0 0 0 1268 1 0 0 25 0 1 0 805770414 32964608 4269 33554432000 4194304 4300056 140733504905328 18446744073709551615 4251670 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 8048 4269 247 26 0 4680 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32192

[startup+25.5011 s]
/proc/loadavg: 1.34 1.19 1.50 3/430 9141
/proc/meminfo: memFree=29666828/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=32192 CPUtime=25.49 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 6432 0 0 0 2548 1 0 0 25 0 1 0 805770414 32964608 4306 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 8048 4306 249 26 0 4680 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32192

[startup+51.1003 s]
/proc/loadavg: 1.56 1.25 1.51 3/430 9142
/proc/meminfo: memFree=29634548/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=41144 CPUtime=51.08 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 8808 0 0 0 5107 1 0 0 25 0 1 0 805770414 42131456 6636 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 10286 6636 249 26 0 6918 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41144

[startup+102.317 s]
/proc/loadavg: 1.82 1.38 1.54 3/430 9144
/proc/meminfo: memFree=29586404/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=87084 CPUtime=102.31 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 16317 0 0 0 10226 5 0 0 25 0 1 0 805770414 89174016 14072 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 21771 14072 249 26 0 18403 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 87084

[startup+162.301 s]
/proc/loadavg: 1.93 1.48 1.56 3/430 9145
/proc/meminfo: memFree=29609536/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=50380 CPUtime=162.29 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 22652 0 0 0 16222 7 0 0 25 0 1 0 805770414 51589120 8199 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 12595 8199 249 26 0 9227 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 50380

[startup+222.301 s]
/proc/loadavg: 1.97 1.58 1.59 3/430 9147
/proc/meminfo: memFree=29592756/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=80732 CPUtime=222.29 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 29450 0 0 0 22220 9 0 0 25 0 1 0 805770414 82669568 14879 33554432000 4194304 4300056 140733504905328 18446744073709551615 4254632 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 20183 14879 249 26 0 16815 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 80732

[startup+282.3 s]
/proc/loadavg: 2.06 1.67 1.62 3/430 9148
/proc/meminfo: memFree=29536904/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=99700 CPUtime=282.29 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 34349 0 0 0 28218 11 0 0 25 0 1 0 805770414 102092800 19697 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 24925 19697 249 26 0 21557 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 99700

[startup+342.3 s]
/proc/loadavg: 2.06 1.75 1.64 3/430 9150
/proc/meminfo: memFree=29593268/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=58148 CPUtime=342.3 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 39033 0 0 0 34216 14 0 0 25 0 1 0 805770414 59543552 10201 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 14537 10201 249 26 0 11169 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 58148

[startup+402.301 s]
/proc/loadavg: 2.10 1.81 1.67 3/430 9152
/proc/meminfo: memFree=29585648/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=88500 CPUtime=402.3 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 45908 0 0 0 40212 18 0 0 25 0 1 0 805770414 90624000 16980 33554432000 4194304 4300056 140733504905328 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 22125 16980 249 26 0 18757 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 88500

[startup+462.301 s]
/proc/loadavg: 2.03 1.84 1.68 3/430 9153
/proc/meminfo: memFree=29532772/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=107468 CPUtime=462.3 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 50270 0 0 0 46211 19 0 0 25 0 1 0 805770414 110047232 21265 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 26867 21265 249 26 0 23499 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 107468

[startup+522.301 s]
/proc/loadavg: 2.01 1.86 1.70 3/430 9155
/proc/meminfo: memFree=29540148/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=138288 CPUtime=522.3 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 53709 0 0 0 52210 20 0 0 25 0 1 0 805770414 141606912 24633 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 34572 24633 249 26 0 31204 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 138288

[startup+582.301 s]
/proc/loadavg: 2.00 1.89 1.72 3/430 9156
/proc/meminfo: memFree=29540612/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=75896 CPUtime=582.31 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 59515 0 0 0 58208 23 0 0 25 0 1 0 805770414 77717504 15559 33554432000 4194304 4300056 140733504905328 18446744073709551615 4254711 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 18974 15559 249 26 0 15606 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 75896

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.06 2.01 1.99 3/430 9261
/proc/meminfo: memFree=29344740/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=223408 CPUtime=4062.44 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 328936 0 0 0 406108 136 0 0 25 0 1 0 805770414 228769792 42716 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 55852 42716 249 26 0 52484 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 223408

[startup+4122.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/430 9263
/proc/meminfo: memFree=29308972/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=223408 CPUtime=4122.42 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 334009 0 0 0 412105 137 0 0 25 0 1 0 805770414 228769792 47732 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 55852 47732 249 26 0 52484 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 223408

[startup+4182.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/430 9264
/proc/meminfo: memFree=29527532/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=95756 CPUtime=4182.42 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 337356 0 0 0 418103 139 0 0 25 0 1 0 805770414 98054144 20110 33554432000 4194304 4300056 140733504905328 18446744073709551615 4254713 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 23939 20110 249 26 0 20571 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 95756

[startup+4242.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/430 9266
/proc/meminfo: memFree=29460916/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=126108 CPUtime=4242.43 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 342991 0 0 0 424101 142 0 0 25 0 1 0 805770414 129134592 25639 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 31527 25639 249 26 0 28159 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 126108

[startup+4302.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/430 9268
/proc/meminfo: memFree=29420196/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=145076 CPUtime=4302.43 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 347183 0 0 0 430099 144 0 0 25 0 1 0 805770414 148557824 29745 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 36269 29745 249 26 0 32901 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 145076

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 9269
/proc/meminfo: memFree=29378384/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=175896 CPUtime=4362.43 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 351630 0 0 0 436096 147 0 0 25 0 1 0 805770414 180117504 34137 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 43974 34137 249 26 0 40606 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 175896

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 9271
/proc/meminfo: memFree=29343208/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=175896 CPUtime=4422.43 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 355551 0 0 0 442094 149 0 0 25 0 1 0 805770414 180117504 37999 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 43974 37999 249 26 0 40606 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 175896

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 9272
/proc/meminfo: memFree=29401940/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=225984 CPUtime=4482.44 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 360126 0 0 0 448093 151 0 0 25 0 1 0 805770414 231407616 42536 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 56496 42536 249 26 0 53128 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 225984

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 9274
/proc/meminfo: memFree=29342116/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=225984 CPUtime=4542.43 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 364147 0 0 0 454091 152 0 0 25 0 1 0 805770414 231407616 46517 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 56496 46517 249 26 0 53128 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 225984

[startup+4602.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/430 9276
/proc/meminfo: memFree=29288240/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=225984 CPUtime=4602.46 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 367863 0 0 0 460091 155 0 0 25 0 1 0 805770414 231407616 50192 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 56496 50192 249 26 0 53128 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 225984

[startup+4662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/430 9277
/proc/meminfo: memFree=29501236/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=109832 CPUtime=4662.44 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 371641 0 0 0 466088 156 0 0 25 0 1 0 805770414 112467968 22960 33554432000 4194304 4300056 140733504905328 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 27458 22960 249 26 0 24090 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 109832

[startup+4722.32 s]
/proc/loadavg: 2.15 2.06 2.01 3/430 9279
/proc/meminfo: memFree=29432480/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=147656 CPUtime=4722.45 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 379017 0 0 0 472086 159 0 0 25 0 1 0 805770414 151199744 30243 33554432000 4194304 4300056 140733504905328 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 36914 30243 249 26 0 33546 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 147656

[startup+4782.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/430 9280
/proc/meminfo: memFree=29391652/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=178476 CPUtime=4782.45 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 383523 0 0 0 478084 161 0 0 25 0 1 0 805770414 182759424 34682 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 44619 34682 249 26 0 41251 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 178476

[startup+4842.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/430 9282
/proc/meminfo: memFree=29361832/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=178476 CPUtime=4842.45 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 387239 0 0 0 484083 162 0 0 25 0 1 0 805770414 182759424 38351 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 44619 38351 249 26 0 41251 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 178476

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/430 9284
/proc/meminfo: memFree=29289748/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=228564 CPUtime=4902.45 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 401076 0 0 0 490080 165 0 0 25 0 1 0 805770414 234049536 52119 33554432000 4194304 4300056 140733504905328 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 57141 52119 249 26 0 53773 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 228564

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 9285
/proc/meminfo: memFree=29199792/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=442212 CPUtime=4962.45 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 442271 0 0 0 496073 172 0 0 25 0 1 0 805770414 452825088 93246 33554432000 4194304 4300056 140733504905328 18446744073709551615 4263594 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 110553 93246 249 26 0 107185 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 442212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 2/429 9287
/proc/meminfo: memFree=29223220/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=657592 CPUtime=5000.06 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 470040 0 0 0 499828 178 0 0 25 0 1 0 805770414 673374208 120976 33554432000 4194304 4300056 140733504905328 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 164398 120976 249 26 0 161030 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 657592

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 2/429 9287
/proc/meminfo: memFree=29223220/32951124 swapFree=43324008/67111528
[pid=9140] ppid=9138 vsize=657592 CPUtime=5000.06 cores=1,3,5,7
/proc/9140/stat : 9140 (lr_gl_shr) R 9138 9140 8295 0 -1 4202496 470040 0 0 0 499828 178 0 0 25 0 1 0 805770414 673374208 120976 33554432000 4194304 4300056 140733504905328 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9140/statm: 164398 120976 249 26 0 161030 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 657592

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.1
CPU user time (s): 4998.29
CPU system time (s): 1.81072
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 657592

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

runsolver used 20.1429 second user time and 50.5943 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-01 17:21:40
IDJOB=3440061
IDBENCH=84227
IDSOLVER=1938
FILE ID=node105/3440061-1306941699
RUNJOBID= node105-1306941699-9121
PBS_JOBID= 13488558
Free space on /tmp= 73684 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440061-1306941699/watcher-3440061-1306941699 -o /tmp/evaluation-result-3440061-1306941699/solver-3440061-1306941699 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440061-1306941699.cnf -verb=0 -model

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=200013153

node105.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.825
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.65
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.825
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.82
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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29702952 kB
Buffers:        200612 kB
Cached:         328284 kB
SwapCached:      20984 kB
Active:        2643496 kB
Inactive:       302764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29702952 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:            7000 kB
Writeback:           0 kB
AnonPages:     2414056 kB
Mapped:          19336 kB
Slab:           153312 kB
PageTables:      81068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114890808 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= 73688 MiB
End job on node105 at 2011-06-01 18:45:02