Trace number 3439885

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-02UNSAT 4260.33 4260.22

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1428.89
Satisfiable
(Un)Satisfiability was proved
Number of variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

4260.23/4260.16	c WARNING: for repeatability, setting FPU to use double precision
4260.23/4260.16	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3439885-1306899967/watcher-3439885-1306899967 -o /tmp/evaluation-result-3439885-1306899967/solver-3439885-1306899967 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439885-1306899967.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.95 1.54 1.73 3/513 24229
/proc/meminfo: memFree=4744484/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=32964 CPUtime=0.01 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 3254 0 0 0 1 0 0 0 19 0 1 0 880227464 33755136 3169 33554432000 4194304 4300056 140736054819536 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 8241 3170 220 26 0 4873 0

[startup+0.0879021 s]
/proc/loadavg: 1.95 1.54 1.73 3/513 24229
/proc/meminfo: memFree=4744484/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=55404 CPUtime=0.08 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 8126 0 0 0 7 1 0 0 19 0 1 0 880227464 56733696 7835 33554432000 4194304 4300056 140736054819536 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 13851 7836 220 26 0 10483 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 55404

[startup+0.100892 s]
/proc/loadavg: 1.95 1.54 1.73 3/513 24229
/proc/meminfo: memFree=4744484/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=57096 CPUtime=0.09 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 8572 0 0 0 8 1 0 0 19 0 1 0 880227464 58466304 8281 33554432000 4194304 4300056 140736054819536 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 14274 8282 220 26 0 10906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57096

[startup+0.300858 s]
/proc/loadavg: 1.95 1.54 1.73 3/513 24229
/proc/meminfo: memFree=4744484/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=77044 CPUtime=0.29 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 14666 0 0 0 27 2 0 0 20 0 1 0 880227464 78893056 13732 33554432000 4194304 4300056 140736054819536 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 19261 13732 220 26 0 15893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77044

[startup+0.700778 s]
/proc/loadavg: 1.95 1.54 1.73 3/513 24229
/proc/meminfo: memFree=4744484/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=110240 CPUtime=0.69 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 23346 0 0 0 65 4 0 0 20 0 1 0 880227464 112885760 21159 33554432000 4194304 4300056 140736054819536 18446744073709551615 256415391488 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 27560 21159 220 26 0 24192 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 110240

[startup+1.50062 s]
/proc/loadavg: 1.95 1.54 1.73 3/514 24230
/proc/meminfo: memFree=4611680/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=144720 CPUtime=1.49 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 33623 0 0 0 143 6 0 0 23 0 1 0 880227464 148193280 30068 33554432000 4194304 4300056 140736054819536 18446744073709551615 4233474 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 36180 30068 228 26 0 32812 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144720

[startup+3.10033 s]
/proc/loadavg: 1.95 1.54 1.73 3/514 24230
/proc/meminfo: memFree=4572992/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=135060 CPUtime=3.09 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 43223 0 0 0 301 8 0 0 25 0 1 0 880227464 138301440 27835 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 33765 27835 246 26 0 30397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135060

[startup+6.30072 s]
/proc/loadavg: 1.96 1.55 1.73 3/514 24230
/proc/meminfo: memFree=4552348/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=135060 CPUtime=6.29 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 43610 0 0 0 621 8 0 0 25 0 1 0 880227464 138301440 28218 33554432000 4194304 4300056 140736054819536 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 33765 28218 246 26 0 30397 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 135060

[startup+12.7005 s]
/proc/loadavg: 1.96 1.56 1.73 3/514 24230
/proc/meminfo: memFree=4454152/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=146736 CPUtime=12.69 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 44492 0 0 0 1261 8 0 0 25 0 1 0 880227464 150257664 29093 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 36684 29093 246 26 0 33316 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 146736

[startup+25.5011 s]
/proc/loadavg: 1.97 1.58 1.73 3/513 24230
/proc/meminfo: memFree=4614188/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=146736 CPUtime=25.49 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 46078 0 0 0 2540 9 0 0 25 0 1 0 880227464 150257664 30664 33554432000 4194304 4300056 140736054819536 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 36684 30664 246 26 0 33316 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146736

[startup+51.1012 s]
/proc/loadavg: 1.98 1.61 1.74 3/513 24231
/proc/meminfo: memFree=4552388/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=165704 CPUtime=51.09 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 49849 0 0 0 5098 11 0 0 25 0 1 0 880227464 169680896 34420 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 41426 34420 246 26 0 38058 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 165704

[startup+102.321 s]
/proc/loadavg: 1.99 1.67 1.75 3/516 24256
/proc/meminfo: memFree=5490784/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=196524 CPUtime=102.31 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 57406 0 0 0 10217 14 0 0 25 0 1 0 880227464 201240576 41933 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 49131 41933 246 26 0 45763 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 196524

[startup+162.301 s]
/proc/loadavg: 2.09 1.76 1.77 3/516 24258
/proc/meminfo: memFree=5386100/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=246612 CPUtime=162.29 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 66740 0 0 0 16211 18 0 0 25 0 1 0 880227464 252530688 51240 33554432000 4194304 4300056 140736054819536 18446744073709551615 4255989 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/24229/statm: 61653 51240 246 26 0 58285 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 246612

[startup+222.301 s]
/proc/loadavg: 2.08 1.81 1.79 3/516 24260
/proc/meminfo: memFree=5321252/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=328000 CPUtime=222.28 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 75222 0 0 0 22205 23 0 0 25 0 1 0 880227464 335872000 59692 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 82000 59692 246 26 0 78632 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 328000

[startup+282.3 s]
/proc/loadavg: 2.03 1.84 1.80 3/516 24261
/proc/meminfo: memFree=5269244/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=328000 CPUtime=282.27 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 83400 0 0 0 28201 26 0 0 25 0 1 0 880227464 335872000 67852 33554432000 4194304 4300056 140736054819536 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 82000 67852 246 26 0 78632 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 328000

[startup+342.301 s]
/proc/loadavg: 2.01 1.87 1.81 3/516 24263
/proc/meminfo: memFree=5223804/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=328000 CPUtime=342.28 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 90726 0 0 0 34197 31 0 0 25 0 1 0 880227464 335872000 75152 33554432000 4194304 4300056 140736054819536 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 82000 75152 246 26 0 78632 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 328000

[startup+402.301 s]
/proc/loadavg: 2.11 1.92 1.83 3/516 24264
/proc/meminfo: memFree=5179964/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=460260 CPUtime=402.28 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 98778 0 0 0 40193 35 0 0 25 0 1 0 880227464 471306240 83180 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 115065 83180 246 26 0 111697 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 460260

[startup+462.3 s]
/proc/loadavg: 2.04 1.93 1.83 3/516 24266
/proc/meminfo: memFree=5144804/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=462388 CPUtime=462.29 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 105459 0 0 0 46191 38 0 0 25 0 1 0 880227464 473485312 89828 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 115597 89828 246 26 0 112229 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 462388

[startup+522.301 s]
/proc/loadavg: 2.01 1.94 1.84 3/513 24271
/proc/meminfo: memFree=5378504/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=463552 CPUtime=522.28 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 112445 0 0 0 52187 41 0 0 25 0 1 0 880227464 474677248 96796 33554432000 4194304 4300056 140736054819536 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 115888 96796 246 26 0 112520 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 463552

[startup+582.301 s]
/proc/loadavg: 2.00 1.95 1.85 3/516 24296
/proc/meminfo: memFree=5196728/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=465036 CPUtime=582.28 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 120548 0 0 0 58184 44 0 0 25 0 1 0 880227464 476196864 104882 33554432000 4194304 4300056 140736054819536 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 116259 104882 246 26 0 112891 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 465036

[startup+642.301 s]

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

/proc/meminfo: memFree=3002184/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1649208 CPUtime=3582.4 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 335104 0 0 0 358086 154 0 0 25 0 1 0 880227464 1688788992 318890 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 412302 318890 246 26 0 408934 0
Current children cumulated CPU time (s) 3582.4
Current children cumulated vsize (KiB) 1649208

[startup+3642.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/516 24393
/proc/meminfo: memFree=2977208/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1649636 CPUtime=3642.4 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 337761 0 0 0 364084 156 0 0 25 0 1 0 880227464 1689227264 321533 33554432000 4194304 4300056 140736054819536 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 412409 321533 246 26 0 409041 0
Current children cumulated CPU time (s) 3642.4
Current children cumulated vsize (KiB) 1649636

[startup+3702.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/516 24394
/proc/meminfo: memFree=2948148/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1652756 CPUtime=3702.4 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 341153 0 0 0 370083 157 0 0 25 0 1 0 880227464 1692422144 324907 33554432000 4194304 4300056 140736054819536 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 413189 324907 246 26 0 409821 0
Current children cumulated CPU time (s) 3702.4
Current children cumulated vsize (KiB) 1652756

[startup+3762.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 24396
/proc/meminfo: memFree=2917468/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1652756 CPUtime=3762.4 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 343789 0 0 0 376082 158 0 0 25 0 1 0 880227464 1692422144 327533 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 413189 327533 246 26 0 409821 0
Current children cumulated CPU time (s) 3762.4
Current children cumulated vsize (KiB) 1652756

[startup+3822.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 24398
/proc/meminfo: memFree=2885904/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1652756 CPUtime=3822.41 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 347212 0 0 0 382081 160 0 0 25 0 1 0 880227464 1692422144 330944 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 413189 330944 246 26 0 409821 0
Current children cumulated CPU time (s) 3822.41
Current children cumulated vsize (KiB) 1652756

[startup+3882.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 24399
/proc/meminfo: memFree=2857932/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1652756 CPUtime=3882.41 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 349305 0 0 0 388080 161 0 0 25 0 1 0 880227464 1692422144 333022 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 413189 333022 246 26 0 409821 0
Current children cumulated CPU time (s) 3882.41
Current children cumulated vsize (KiB) 1652756

[startup+3942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/516 24401
/proc/meminfo: memFree=2830468/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1652756 CPUtime=3942.42 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 352032 0 0 0 394080 162 0 0 25 0 1 0 880227464 1692422144 335738 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 413189 335738 246 26 0 409821 0
Current children cumulated CPU time (s) 3942.42
Current children cumulated vsize (KiB) 1652756

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/516 24402
/proc/meminfo: memFree=2799772/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1652756 CPUtime=4002.42 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 355172 0 0 0 400077 165 0 0 25 0 1 0 880227464 1692422144 338865 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 413189 338865 246 26 0 409821 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 1652756

[startup+4062.32 s]
/proc/loadavg: 2.16 2.04 2.01 3/516 24404
/proc/meminfo: memFree=2771432/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1652756 CPUtime=4062.44 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 357592 0 0 0 406078 166 0 0 25 0 1 0 880227464 1692422144 341276 33554432000 4194304 4300056 140736054819536 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 413189 341276 246 26 0 409821 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 1652756

[startup+4122.3 s]
/proc/loadavg: 2.15 2.06 2.02 3/516 24406
/proc/meminfo: memFree=2746968/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1652756 CPUtime=4122.42 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 359981 0 0 0 412074 168 0 0 25 0 1 0 880227464 1692422144 343655 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 413189 343655 246 26 0 409821 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 1652756

[startup+4182.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/516 24407
/proc/meminfo: memFree=3155240/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1085708 CPUtime=4182.42 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 560092 0 0 0 418047 195 0 0 25 0 1 0 880227464 1111764992 236975 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 271427 236975 246 26 0 268059 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 1085708

[startup+4242.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/516 24409
/proc/meminfo: memFree=3123440/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1085708 CPUtime=4242.42 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 562778 0 0 0 424045 197 0 0 25 0 1 0 880227464 1111764992 239640 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 271427 239640 246 26 0 268059 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 1085708

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

[startup+4249.5 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 24409
/proc/meminfo: memFree=3121328/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1085708 CPUtime=4249.62 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 563073 0 0 0 424765 197 0 0 25 0 1 0 880227464 1111764992 239935 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 271427 239935 246 26 0 268059 0
Current children cumulated CPU time (s) 4249.62
Current children cumulated vsize (KiB) 1085708

[startup+4255.92 s]
/proc/loadavg: 2.01 2.04 2.00 3/516 24409
/proc/meminfo: memFree=3118104/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1085708 CPUtime=4256.05 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 563332 0 0 0 425407 198 0 0 25 0 1 0 880227464 1111764992 240190 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 271427 240190 246 26 0 268059 0
Current children cumulated CPU time (s) 4256.05
Current children cumulated vsize (KiB) 1085708

[startup+4257.5 s]
/proc/loadavg: 2.01 2.04 2.00 3/516 24409
/proc/meminfo: memFree=3117236/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1085708 CPUtime=4257.63 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 563376 0 0 0 425565 198 0 0 25 0 1 0 880227464 1111764992 240234 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 271427 240234 246 26 0 268059 0
Current children cumulated CPU time (s) 4257.63
Current children cumulated vsize (KiB) 1085708

[startup+4259.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 24409
/proc/meminfo: memFree=3116116/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1085708 CPUtime=4259.24 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 563416 0 0 0 425726 198 0 0 25 0 1 0 880227464 1111764992 240273 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 271427 240273 246 26 0 268059 0
Current children cumulated CPU time (s) 4259.24
Current children cumulated vsize (KiB) 1085708

[startup+4259.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 24409
/proc/meminfo: memFree=3116116/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1085708 CPUtime=4260.03 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 563442 0 0 0 425805 198 0 0 25 0 1 0 880227464 1111764992 240299 33554432000 4194304 4300056 140736054819536 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 271427 240299 246 26 0 268059 0
Current children cumulated CPU time (s) 4260.03
Current children cumulated vsize (KiB) 1085708

[startup+4260.1 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 24409
/proc/meminfo: memFree=3116116/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=1085708 CPUtime=4260.23 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) R 24227 24229 22922 0 -1 4202496 563450 0 0 0 425825 198 0 0 25 0 1 0 880227464 1111764992 240307 33554432000 4194304 4300056 140736054819536 18446744073709551615 4256231 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24229/statm: 271427 240307 246 26 0 268059 0
Current children cumulated CPU time (s) 4260.23
Current children cumulated vsize (KiB) 1085708

[startup+4260.2 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 24409
/proc/meminfo: memFree=4054040/32950928 swapFree=61513528/67111528
[pid=24229] ppid=24227 vsize=0 CPUtime=4260.32 cores=1,3,5,7
/proc/24229/stat : 24229 (lr_gl_shr) Z 24227 24229 22922 0 -1 4202524 563460 0 0 0 425831 201 0 0 25 0 1 0 880227464 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/24229/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4260.32
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 4260.22
CPU time (s): 4260.33
CPU user time (s): 4258.31
CPU system time (s): 2.01969
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2560804

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

runsolver used 20.9548 second user time and 52.787 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-01 05:46:08
IDJOB=3439885
IDBENCH=71036
IDSOLVER=1938
FILE ID=node115/3439885-1306899967
RUNJOBID= node115-1306899876-24150
PBS_JOBID= 13488461
Free space on /tmp= 8260 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439885-1306899967/watcher-3439885-1306899967 -o /tmp/evaluation-result-3439885-1306899967/solver-3439885-1306899967 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439885-1306899967.cnf -verb=0 -model

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=294204781

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4744516 kB
Buffers:         89164 kB
Cached:       15333548 kB
SwapCached:       5172 kB
Active:       19307076 kB
Inactive:      8258072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4744516 kB
SwapTotal:    67111528 kB
SwapFree:     61513528 kB
Dirty:          805116 kB
Writeback:           0 kB
AnonPages:    12139968 kB
Mapped:          33464 kB
Slab:           492536 kB
PageTables:      76040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 152099888 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= 9004 MiB
End job on node115 at 2011-06-01 06:57:08