Trace number 3439922

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 2398.69 2398.68

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark549.042
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data

2398.50/2398.59	c WARNING: for repeatability, setting FPU to use double precision
2398.50/2398.59	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-3439922-1306904276/watcher-3439922-1306904276 -o /tmp/evaluation-result-3439922-1306904276/solver-3439922-1306904276 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439922-1306904276.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: 2.20 2.07 2.01 2/515 24464
/proc/meminfo: memFree=3862372/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=20464 CPUtime=0.01 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 626 0 0 0 1 0 0 0 20 0 1 0 880658780 20955136 568 33554432000 4194304 4300056 140734280249056 18446744073709551615 256415391488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24464/statm: 5116 568 222 26 0 1748 0

[startup+0.053149 s]
/proc/loadavg: 2.20 2.07 2.01 2/515 24464
/proc/meminfo: memFree=3862372/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=22212 CPUtime=0.04 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 1027 0 0 0 4 0 0 0 20 0 1 0 880658780 22745088 938 33554432000 4194304 4300056 140734280249056 18446744073709551615 256415391488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24464/statm: 5553 938 222 26 0 2185 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22212

[startup+0.101165 s]
/proc/loadavg: 2.20 2.07 2.01 2/515 24464
/proc/meminfo: memFree=3862372/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=24364 CPUtime=0.09 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 1637 0 0 0 9 0 0 0 20 0 1 0 880658780 24948736 1546 33554432000 4194304 4300056 140734280249056 18446744073709551615 4241281 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24464/statm: 6132 1560 222 26 0 2764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24364

[startup+0.301107 s]
/proc/loadavg: 2.20 2.07 2.01 2/515 24464
/proc/meminfo: memFree=3862372/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=45768 CPUtime=0.29 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 8115 0 0 0 27 2 0 0 21 0 1 0 880658780 46866432 7173 33554432000 4194304 4300056 140734280249056 18446744073709551615 256415391488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24464/statm: 11442 7174 222 26 0 8074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45768

[startup+0.70103 s]
/proc/loadavg: 2.20 2.07 2.01 2/515 24464
/proc/meminfo: memFree=3862372/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=115284 CPUtime=0.69 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 27857 0 0 0 64 5 0 0 22 0 1 0 880658780 118050816 22082 33554432000 4194304 4300056 140734280249056 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24464/statm: 28821 22083 222 26 0 25453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115284

[startup+1.50089 s]
/proc/loadavg: 2.20 2.07 2.01 3/516 24465
/proc/meminfo: memFree=3733676/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=256364 CPUtime=1.49 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 67068 0 0 0 138 11 0 0 25 0 1 0 880658780 262516736 50432 33554432000 4194304 4300056 140734280249056 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24464/statm: 64091 50435 222 26 0 60723 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 256364

[startup+3.10058 s]
/proc/loadavg: 2.20 2.07 2.01 3/516 24465
/proc/meminfo: memFree=3575768/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=474556 CPUtime=3.09 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 146082 0 0 0 285 24 0 0 25 0 1 0 880658780 485945344 106937 33554432000 4194304 4300056 140734280249056 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24464/statm: 118639 106938 222 26 0 115271 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 474556

[startup+6.30097 s]
/proc/loadavg: 2.18 2.07 2.01 3/516 24465
/proc/meminfo: memFree=3376380/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=531936 CPUtime=6.29 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 164802 0 0 0 602 27 0 0 25 0 1 0 880658780 544702464 121799 33554432000 4194304 4300056 140734280249056 18446744073709551615 4230341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24464/statm: 132984 121799 227 26 0 129616 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 531936

[startup+12.7008 s]
/proc/loadavg: 2.17 2.07 2.01 3/516 24465
/proc/meminfo: memFree=3469404/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=483532 CPUtime=12.7 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 190289 0 0 0 1239 31 0 0 25 0 1 0 880658780 495136768 98311 33554432000 4194304 4300056 140734280249056 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24464/statm: 120883 98311 244 26 0 117515 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 483532

[startup+25.5003 s]
/proc/loadavg: 2.13 2.07 2.01 3/516 24465
/proc/meminfo: memFree=3486084/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=435248 CPUtime=25.49 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 226455 0 0 0 2514 35 0 0 25 0 1 0 880658780 445693952 93201 33554432000 4194304 4300056 140734280249056 18446744073709551615 4273307 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24464/statm: 108812 93201 247 26 0 105444 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 435248

[startup+51.1005 s]
/proc/loadavg: 2.09 2.06 2.01 3/516 24466
/proc/meminfo: memFree=3454980/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=485336 CPUtime=51.02 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 233072 0 0 0 5065 37 0 0 25 0 1 0 880658780 496984064 99802 33554432000 4194304 4300056 140734280249056 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 121334 99802 247 26 0 117966 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 485336

[startup+102.32 s]
/proc/loadavg: 2.04 2.05 2.00 3/516 24467
/proc/meminfo: memFree=3384664/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=566724 CPUtime=102.24 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 246356 0 0 0 10183 41 0 0 25 0 1 0 880658780 580325376 113068 33554432000 4194304 4300056 140734280249056 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 141681 113068 247 26 0 138313 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 566724

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/516 24469
/proc/meminfo: memFree=3305816/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=566724 CPUtime=162.22 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 261509 0 0 0 16177 45 0 0 25 0 1 0 880658780 580325376 128205 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 141681 128205 247 26 0 138313 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 566724

[startup+222.301 s]
/proc/loadavg: 2.14 2.06 2.01 3/516 24480
/proc/meminfo: memFree=3226700/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=698984 CPUtime=222.22 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 277545 0 0 0 22173 49 0 0 25 0 1 0 880658780 715759616 144223 33554432000 4194304 4300056 140734280249056 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 174746 144223 247 26 0 171378 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 698984

[startup+282.301 s]
/proc/loadavg: 2.17 2.08 2.01 3/516 24481
/proc/meminfo: memFree=3157684/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=698984 CPUtime=282.22 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 290821 0 0 0 28171 51 0 0 25 0 1 0 880658780 715759616 157481 33554432000 4194304 4300056 140734280249056 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 174746 157481 247 26 0 171378 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 698984

[startup+342.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/516 24483
/proc/meminfo: memFree=3082480/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=913908 CPUtime=342.23 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 305960 0 0 0 34168 55 0 0 25 0 1 0 880658780 935841792 172601 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 228477 172601 247 26 0 225109 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 913908

[startup+402.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/516 24484
/proc/meminfo: memFree=3018680/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=913908 CPUtime=402.22 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 316881 0 0 0 40164 58 0 0 25 0 1 0 880658780 935841792 183511 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 228477 183511 247 26 0 225109 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 913908

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/516 24486
/proc/meminfo: memFree=2961088/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=913908 CPUtime=462.23 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 326863 0 0 0 46163 60 0 0 25 0 1 0 880658780 935841792 193488 33554432000 4194304 4300056 140734280249056 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 228477 193488 247 26 0 225109 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 913908

[startup+522.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/516 24488
/proc/meminfo: memFree=2910556/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=913908 CPUtime=522.23 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 336466 0 0 0 52161 62 0 0 25 0 1 0 880658780 935841792 203076 33554432000 4194304 4300056 140734280249056 18446744073709551615 4252447 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 228477 203076 247 26 0 225109 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 913908

[startup+582.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 24489
/proc/meminfo: memFree=2840688/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=913908 CPUtime=582.24 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 349770 0 0 0 58158 66 0 0 25 0 1 0 880658780 935841792 216364 33554432000 4194304 4300056 140734280249056 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 228477 216364 247 26 0 225109 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 913908

[startup+642.3 s]

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

/proc/meminfo: memFree=3171652/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=1831764 CPUtime=1722.27 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 565571 0 0 0 172095 132 0 0 25 0 1 0 880658780 1875726336 431918 33554432000 4194304 4300056 140734280249056 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 457941 431918 247 26 0 454573 0
Current children cumulated CPU time (s) 1722.27
Current children cumulated vsize (KiB) 1831764

[startup+1782.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/516 24549
/proc/meminfo: memFree=3062344/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=1831764 CPUtime=1782.28 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 573186 0 0 0 178093 135 0 0 25 0 1 0 880658780 1875726336 439521 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 457941 439521 247 26 0 454573 0
Current children cumulated CPU time (s) 1782.28
Current children cumulated vsize (KiB) 1831764

[startup+1842.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/516 24551
/proc/meminfo: memFree=2969900/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=1831764 CPUtime=1842.28 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 581252 0 0 0 184090 138 0 0 25 0 1 0 880658780 1875726336 447567 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 457941 447567 247 26 0 454573 0
Current children cumulated CPU time (s) 1842.28
Current children cumulated vsize (KiB) 1831764

[startup+1902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 24552
/proc/meminfo: memFree=2878704/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2754000 CPUtime=1902.29 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 589286 0 0 0 190087 142 0 0 25 0 1 0 880658780 2820096000 455589 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688500 455589 247 26 0 685132 0
Current children cumulated CPU time (s) 1902.29
Current children cumulated vsize (KiB) 2754000

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 24554
/proc/meminfo: memFree=2793696/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=1962.3 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 596527 0 0 0 196086 144 0 0 25 0 1 0 880658780 2821476352 462819 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 462819 247 26 0 685469 0
Current children cumulated CPU time (s) 1962.3
Current children cumulated vsize (KiB) 2755348

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 24556
/proc/meminfo: memFree=2708708/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2022.29 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 604346 0 0 0 202080 149 0 0 25 0 1 0 880658780 2821476352 470627 33554432000 4194304 4300056 140734280249056 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 470627 247 26 0 685469 0
Current children cumulated CPU time (s) 2022.29
Current children cumulated vsize (KiB) 2755348

[startup+2082.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/516 24557
/proc/meminfo: memFree=2607592/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2082.31 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 610672 0 0 0 208080 151 0 0 25 0 1 0 880658780 2821476352 476946 33554432000 4194304 4300056 140734280249056 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 476946 247 26 0 685469 0
Current children cumulated CPU time (s) 2082.31
Current children cumulated vsize (KiB) 2755348

[startup+2142.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/516 24559
/proc/meminfo: memFree=2503752/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2142.3 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 617196 0 0 0 214076 154 0 0 25 0 1 0 880658780 2821476352 483459 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 483459 247 26 0 685469 0
Current children cumulated CPU time (s) 2142.3
Current children cumulated vsize (KiB) 2755348

[startup+2202.3 s]
/proc/loadavg: 2.18 2.07 2.01 3/516 24560
/proc/meminfo: memFree=2422344/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2202.3 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 623327 0 0 0 220074 156 0 0 25 0 1 0 880658780 2821476352 489578 33554432000 4194304 4300056 140734280249056 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 489578 247 26 0 685469 0
Current children cumulated CPU time (s) 2202.3
Current children cumulated vsize (KiB) 2755348

[startup+2262.3 s]
/proc/loadavg: 2.21 2.08 2.02 3/516 24562
/proc/meminfo: memFree=2320736/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2262.29 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 629745 0 0 0 226071 158 0 0 25 0 1 0 880658780 2821476352 495987 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 495987 247 26 0 685469 0
Current children cumulated CPU time (s) 2262.29
Current children cumulated vsize (KiB) 2755348

[startup+2322.3 s]
/proc/loadavg: 2.08 2.07 2.01 4/516 24564
/proc/meminfo: memFree=2210832/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2322.3 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 634932 0 0 0 232070 160 0 0 25 0 1 0 880658780 2821476352 501165 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 501165 247 26 0 685469 0
Current children cumulated CPU time (s) 2322.3
Current children cumulated vsize (KiB) 2755348

[startup+2382.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/516 24565
/proc/meminfo: memFree=2097316/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2382.3 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 640726 0 0 0 238066 164 0 0 25 0 1 0 880658780 2821476352 506942 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 506942 247 26 0 685469 0
Current children cumulated CPU time (s) 2382.3
Current children cumulated vsize (KiB) 2755348

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

[startup+2387.1 s]
/proc/loadavg: 2.02 2.05 2.00 3/516 24565
/proc/meminfo: memFree=2089004/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2387.1 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 641500 0 0 0 238546 164 0 0 25 0 1 0 880658780 2821476352 507714 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 507714 247 26 0 685469 0
Current children cumulated CPU time (s) 2387.1
Current children cumulated vsize (KiB) 2755348

[startup+2393.5 s]
/proc/loadavg: 2.02 2.05 2.00 3/516 24565
/proc/meminfo: memFree=2076848/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2393.52 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 642077 0 0 0 239187 165 0 0 25 0 1 0 880658780 2821476352 508290 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 508290 247 26 0 685469 0
Current children cumulated CPU time (s) 2393.52
Current children cumulated vsize (KiB) 2755348

[startup+2396.7 s]
/proc/loadavg: 2.02 2.05 2.00 3/516 24566
/proc/meminfo: memFree=2072756/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2396.7 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 642355 0 0 0 239505 165 0 0 25 0 1 0 880658780 2821476352 508568 33554432000 4194304 4300056 140734280249056 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 508568 247 26 0 685469 0
Current children cumulated CPU time (s) 2396.7
Current children cumulated vsize (KiB) 2755348

[startup+2397.5 s]
/proc/loadavg: 2.02 2.05 2.00 3/516 24566
/proc/meminfo: memFree=2072012/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2397.5 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 642431 0 0 0 239585 165 0 0 25 0 1 0 880658780 2821476352 508644 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 508644 247 26 0 685469 0
Current children cumulated CPU time (s) 2397.5
Current children cumulated vsize (KiB) 2755348

[startup+2398.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/516 24566
/proc/meminfo: memFree=2070772/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2398.3 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 642462 0 0 0 239665 165 0 0 25 0 1 0 880658780 2821476352 508674 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 508674 247 26 0 685469 0
Current children cumulated CPU time (s) 2398.3
Current children cumulated vsize (KiB) 2755348

[startup+2398.5 s]
/proc/loadavg: 2.02 2.05 2.00 3/516 24566
/proc/meminfo: memFree=2070772/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=2755348 CPUtime=2398.5 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202496 642470 0 0 0 239685 165 0 0 25 0 1 0 880658780 2821476352 508682 33554432000 4194304 4300056 140734280249056 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24464/statm: 688837 508682 247 26 0 685469 0
Current children cumulated CPU time (s) 2398.5
Current children cumulated vsize (KiB) 2755348

[startup+2398.6 s]
/proc/loadavg: 2.02 2.05 2.00 3/516 24566
/proc/meminfo: memFree=2070772/32950928 swapFree=61513528/67111528
[pid=24464] ppid=24462 vsize=0 CPUtime=2398.6 cores=1,3,5,7
/proc/24464/stat : 24464 (lr_gl_shr) R 24462 24464 22922 0 -1 4202500 642476 0 0 0 239695 165 0 0 25 0 1 0 880658780 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 5 0 0 0
/proc/24464/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2398.6
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 2398.68
CPU time (s): 2398.69
CPU user time (s): 2396.95
CPU system time (s): 1.73274
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 2755348

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

runsolver used 12.0082 second user time and 28.9776 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-01 06:58:01
IDJOB=3439922
IDBENCH=82371
IDSOLVER=1938
FILE ID=node115/3439922-1306904276
RUNJOBID= node115-1306899876-24150
PBS_JOBID= 13488461
Free space on /tmp= 8876 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439922-1306904276/watcher-3439922-1306904276 -o /tmp/evaluation-result-3439922-1306904276/solver-3439922-1306904276 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439922-1306904276.cnf -verb=0 -model

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=1521506686

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:       3862652 kB
Buffers:         93692 kB
Cached:       14786016 kB
SwapCached:       5172 kB
Active:       20103336 kB
Inactive:      8345908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3862652 kB
SwapTotal:    67111528 kB
SwapFree:     61513528 kB
Dirty:          159740 kB
Writeback:           0 kB
AnonPages:    13567380 kB
Mapped:          33804 kB
Slab:           491352 kB
PageTables:      79080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154406848 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= 8888 MiB
End job on node115 at 2011-06-01 07:38:00