Trace number 3439862

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 3967.26 3967.15

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2123.23
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

3967.20/3967.13	c WARNING: for repeatability, setting FPU to use double precision
3967.20/3967.13	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-3439862-1306897815/watcher-3439862-1306897815 -o /tmp/evaluation-result-3439862-1306897815/solver-3439862-1306897815 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439862-1306897815.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.14 2.06 2.01 3/526 9544
/proc/meminfo: memFree=5724184/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=20280 CPUtime=0 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 614 0 0 0 0 0 0 0 23 0 1 0 782197422 20766720 548 33554432000 4194304 4300056 140737137169552 18446744073709551615 233509994704 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 5070 562 219 26 0 1702 0

[startup+0.092917 s]
/proc/loadavg: 2.14 2.06 2.01 3/526 9544
/proc/meminfo: memFree=5724184/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=37108 CPUtime=0.08 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 5597 0 0 0 8 0 0 0 23 0 1 0 782197422 37998592 5027 33554432000 4194304 4300056 140737137169552 18446744073709551615 233510297344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 9277 5028 225 26 0 5909 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37108

[startup+0.100914 s]
/proc/loadavg: 2.14 2.06 2.01 3/526 9544
/proc/meminfo: memFree=5724184/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=37240 CPUtime=0.09 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 5842 0 0 0 9 0 0 0 23 0 1 0 782197422 38133760 5252 33554432000 4194304 4300056 140737137169552 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 9310 5254 220 26 0 5942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37240

[startup+0.300879 s]
/proc/loadavg: 2.14 2.06 2.01 3/526 9544
/proc/meminfo: memFree=5724184/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=77304 CPUtime=0.29 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 16559 0 0 0 27 2 0 0 25 0 1 0 782197422 79159296 14609 33554432000 4194304 4300056 140737137169552 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 19326 14611 220 26 0 15958 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77304

[startup+0.700809 s]
/proc/loadavg: 2.14 2.06 2.01 3/526 9544
/proc/meminfo: memFree=5724184/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=108668 CPUtime=0.69 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 24438 0 0 0 66 3 0 0 25 0 1 0 782197422 111276032 22174 33554432000 4194304 4300056 140737137169552 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 27167 22174 279 26 0 23799 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108668

[startup+1.50067 s]
/proc/loadavg: 2.14 2.06 2.01 3/527 9545
/proc/meminfo: memFree=5646420/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=98796 CPUtime=1.49 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 31034 0 0 0 145 4 0 0 25 0 1 0 782197422 101167104 18640 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 24699 18640 287 26 0 21331 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98796

[startup+3.10038 s]
/proc/loadavg: 2.13 2.06 2.01 3/527 9545
/proc/meminfo: memFree=5655968/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=98796 CPUtime=3.09 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 31394 0 0 0 304 5 0 0 25 0 1 0 782197422 101167104 18998 33554432000 4194304 4300056 140737137169552 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 24699 18998 298 26 0 21331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98796

[startup+6.3008 s]
/proc/loadavg: 2.13 2.06 2.01 3/527 9545
/proc/meminfo: memFree=5653228/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=98796 CPUtime=6.29 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 31663 0 0 0 624 5 0 0 25 0 1 0 782197422 101167104 19262 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 24699 19262 298 26 0 21331 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98796

[startup+12.7007 s]
/proc/loadavg: 2.11 2.05 2.01 3/527 9546
/proc/meminfo: memFree=5647704/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=98796 CPUtime=12.69 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 32252 0 0 0 1264 5 0 0 25 0 1 0 782197422 101167104 19838 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 24699 19838 298 26 0 21331 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98796

[startup+25.5004 s]
/proc/loadavg: 2.09 2.05 2.01 3/527 9546
/proc/meminfo: memFree=5630716/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=117472 CPUtime=25.49 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 33412 0 0 0 2543 6 0 0 25 0 1 0 782197422 120291328 20974 33554432000 4194304 4300056 140737137169552 18446744073709551615 4252622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 29368 20974 298 26 0 26000 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117472

[startup+51.1008 s]
/proc/loadavg: 2.06 2.05 2.01 3/527 9547
/proc/meminfo: memFree=5581616/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=147824 CPUtime=51.1 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 40171 0 0 0 5102 8 0 0 25 0 1 0 782197422 151371776 27697 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 36956 27697 298 26 0 33588 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 147824

[startup+102.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 9548
/proc/meminfo: memFree=5543772/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=166792 CPUtime=102.31 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 44373 0 0 0 10222 9 0 0 25 0 1 0 782197422 170795008 31811 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 41698 31811 298 26 0 38330 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 166792

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 9550
/proc/meminfo: memFree=5532572/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=197612 CPUtime=162.29 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 47748 0 0 0 16219 10 0 0 25 0 1 0 782197422 202354688 35102 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 49403 35102 300 26 0 46035 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 197612

[startup+222.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/527 9551
/proc/meminfo: memFree=5491232/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=197612 CPUtime=222.3 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 52210 0 0 0 22217 13 0 0 25 0 1 0 782197422 202354688 39486 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 49403 39486 300 26 0 46035 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 197612

[startup+282.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/527 9553
/proc/meminfo: memFree=5493428/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=247700 CPUtime=282.29 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 56463 0 0 0 28214 15 0 0 25 0 1 0 782197422 253644800 43653 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 61925 43653 300 26 0 58557 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 247700

[startup+342.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/527 9554
/proc/meminfo: memFree=5447756/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=247700 CPUtime=342.3 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 60929 0 0 0 34213 17 0 0 25 0 1 0 782197422 253644800 48056 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256030 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 61925 48056 300 26 0 58557 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 247700

[startup+402.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/527 9556
/proc/meminfo: memFree=5462716/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=247700 CPUtime=402.3 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 65636 0 0 0 40210 20 0 0 25 0 1 0 782197422 253644800 52701 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 61925 52701 300 26 0 58557 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 247700

[startup+462.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/527 9558
/proc/meminfo: memFree=5422488/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=250240 CPUtime=462.3 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 95261 0 0 0 46205 25 0 0 25 0 1 0 782197422 256245760 50404 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 62560 50404 300 26 0 59192 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 250240

[startup+522.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 9559
/proc/meminfo: memFree=5384864/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=254164 CPUtime=522.3 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 99514 0 0 0 52203 27 0 0 25 0 1 0 782197422 260263936 54576 33554432000 4194304 4300056 140737137169552 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 63541 54576 300 26 0 60173 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 254164

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 9561
/proc/meminfo: memFree=5420164/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=337880 CPUtime=582.3 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 104436 0 0 0 58201 29 0 0 25 0 1 0 782197422 345989120 59428 33554432000 4194304 4300056 140737137169552 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 84470 59428 300 26 0 81102 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 337880

[startup+642.301 s]

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

/proc/meminfo: memFree=5116416/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=543096 CPUtime=3222.38 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 341366 0 0 0 322120 118 0 0 25 0 1 0 782197422 556130304 113932 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 135774 113932 300 26 0 132406 0
Current children cumulated CPU time (s) 3222.38
Current children cumulated vsize (KiB) 543096

[startup+3282.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 9645
/proc/meminfo: memFree=5088708/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=543380 CPUtime=3282.39 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 343995 0 0 0 328120 119 0 0 25 0 1 0 782197422 556421120 116533 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 135845 116533 300 26 0 132477 0
Current children cumulated CPU time (s) 3282.39
Current children cumulated vsize (KiB) 543380

[startup+3342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9646
/proc/meminfo: memFree=5062728/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=544824 CPUtime=3342.38 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 346687 0 0 0 334117 121 0 0 25 0 1 0 782197422 557899776 119198 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 136206 119198 300 26 0 132838 0
Current children cumulated CPU time (s) 3342.38
Current children cumulated vsize (KiB) 544824

[startup+3402.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9648
/proc/meminfo: memFree=5097652/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=545876 CPUtime=3402.4 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 410859 0 0 0 340110 130 0 0 25 0 1 0 782197422 558977024 106043 33554432000 4194304 4300056 140737137169552 18446744073709551615 4262820 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 136469 106043 300 26 0 133101 0
Current children cumulated CPU time (s) 3402.4
Current children cumulated vsize (KiB) 545876

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/527 9650
/proc/meminfo: memFree=5155404/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=546412 CPUtime=3462.38 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 413428 0 0 0 346106 132 0 0 25 0 1 0 782197422 559525888 108584 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 136603 108584 300 26 0 133235 0
Current children cumulated CPU time (s) 3462.38
Current children cumulated vsize (KiB) 546412

[startup+3522.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/527 9651
/proc/meminfo: memFree=5115684/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=547988 CPUtime=3522.39 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 417419 0 0 0 352104 135 0 0 25 0 1 0 782197422 561139712 112542 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 136997 112542 300 26 0 133629 0
Current children cumulated CPU time (s) 3522.39
Current children cumulated vsize (KiB) 547988

[startup+3582.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/527 9653
/proc/meminfo: memFree=5084140/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=550120 CPUtime=3582.39 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 420592 0 0 0 358102 137 0 0 25 0 1 0 782197422 563322880 115670 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 137530 115670 300 26 0 134162 0
Current children cumulated CPU time (s) 3582.39
Current children cumulated vsize (KiB) 550120

[startup+3642.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/527 9654
/proc/meminfo: memFree=5055444/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=550336 CPUtime=3642.39 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 423690 0 0 0 364100 139 0 0 25 0 1 0 782197422 563544064 118730 33554432000 4194304 4300056 140737137169552 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 137584 118730 300 26 0 134216 0
Current children cumulated CPU time (s) 3642.39
Current children cumulated vsize (KiB) 550336

[startup+3702.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/527 9656
/proc/meminfo: memFree=5029360/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=551712 CPUtime=3702.39 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 426320 0 0 0 370098 141 0 0 25 0 1 0 782197422 564953088 121327 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 137928 121327 300 26 0 134560 0
Current children cumulated CPU time (s) 3702.39
Current children cumulated vsize (KiB) 551712

[startup+3762.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/527 9658
/proc/meminfo: memFree=5096404/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=552096 CPUtime=3762.39 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 429848 0 0 0 376097 142 0 0 25 0 1 0 782197422 565346304 124833 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256260 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 138024 124833 300 26 0 134656 0
Current children cumulated CPU time (s) 3762.39
Current children cumulated vsize (KiB) 552096

[startup+3822.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/527 9659
/proc/meminfo: memFree=5031380/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=553752 CPUtime=3822.39 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 432499 0 0 0 382096 143 0 0 25 0 1 0 782197422 567042048 127450 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256519 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 138438 127450 300 26 0 135070 0
Current children cumulated CPU time (s) 3822.39
Current children cumulated vsize (KiB) 553752

[startup+3882.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 9661
/proc/meminfo: memFree=4981736/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=554392 CPUtime=3882.4 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 434720 0 0 0 388095 145 0 0 25 0 1 0 782197422 567697408 129638 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 138598 129638 300 26 0 135230 0
Current children cumulated CPU time (s) 3882.4
Current children cumulated vsize (KiB) 554392

[startup+3942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9662
/proc/meminfo: memFree=5038600/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=555564 CPUtime=3942.4 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 500705 0 0 0 394086 154 0 0 25 0 1 0 782197422 568897536 111078 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 138891 111078 300 26 0 135523 0
Current children cumulated CPU time (s) 3942.4
Current children cumulated vsize (KiB) 555564

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

[startup+3955.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9663
/proc/meminfo: memFree=5033248/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=555564 CPUtime=3955.2 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 501150 0 0 0 395366 154 0 0 25 0 1 0 782197422 568897536 111517 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 138891 111517 300 26 0 135523 0
Current children cumulated CPU time (s) 3955.2
Current children cumulated vsize (KiB) 555564

[startup+3961.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9663
/proc/meminfo: memFree=5030392/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=555564 CPUtime=3961.6 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 501311 0 0 0 396006 154 0 0 25 0 1 0 782197422 568897536 111676 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 138891 111676 300 26 0 135523 0
Current children cumulated CPU time (s) 3961.6
Current children cumulated vsize (KiB) 555564

[startup+3964.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9663
/proc/meminfo: memFree=5028904/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=555564 CPUtime=3964.8 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 501410 0 0 0 396326 154 0 0 25 0 1 0 782197422 568897536 111775 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256241 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 138891 111775 300 26 0 135523 0
Current children cumulated CPU time (s) 3964.8
Current children cumulated vsize (KiB) 555564

[startup+3966.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9663
/proc/meminfo: memFree=5028780/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=555564 CPUtime=3966.4 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 501450 0 0 0 396486 154 0 0 25 0 1 0 782197422 568897536 111814 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 138891 111814 300 26 0 135523 0
Current children cumulated CPU time (s) 3966.4
Current children cumulated vsize (KiB) 555564

[startup+3966.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9663
/proc/meminfo: memFree=5028656/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=555992 CPUtime=3966.8 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 501532 0 0 0 396526 154 0 0 25 0 1 0 782197422 569335808 111896 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 138998 111896 300 26 0 135630 0
Current children cumulated CPU time (s) 3966.8
Current children cumulated vsize (KiB) 555992

[startup+3967.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/527 9663
/proc/meminfo: memFree=5028656/32951124 swapFree=64303760/67111528
[pid=9544] ppid=9542 vsize=555992 CPUtime=3967.2 cores=1,3,5,7
/proc/9544/stat : 9544 (lr_gl_shr) R 9542 9544 7978 0 -1 4202496 501541 0 0 0 396566 154 0 0 25 0 1 0 782197422 569335808 111905 33554432000 4194304 4300056 140737137169552 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9544/statm: 138998 111905 300 26 0 135630 0
Current children cumulated CPU time (s) 3967.2
Current children cumulated vsize (KiB) 555992

Child status: 20
Real time (s): 3967.15
CPU time (s): 3967.26
CPU user time (s): 3965.69
CPU system time (s): 1.56776
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 898268

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

runsolver used 19.2711 second user time and 49.2525 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-01 05:10:16
IDJOB=3439862
IDBENCH=70808
IDSOLVER=1938
FILE ID=node145/3439862-1306897815
RUNJOBID= node145-1306892812-8839
PBS_JOBID= 13488431
Free space on /tmp= 54092 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439862-1306897815/watcher-3439862-1306897815 -o /tmp/evaluation-result-3439862-1306897815/solver-3439862-1306897815 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439862-1306897815.cnf -verb=0 -model

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=413430234

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.82
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       5724464 kB
Buffers:        144728 kB
Cached:       17337484 kB
SwapCached:       1188 kB
Active:       17522704 kB
Inactive:      8991200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       5724464 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:           16324 kB
Writeback:           0 kB
AnonPages:     9029560 kB
Mapped:          34760 kB
Slab:           577316 kB
PageTables:      65432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153277356 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= 54092 MiB
End job on node145 at 2011-06-01 06:16:23