Trace number 3439911

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 2764.54 2764.5

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1455.4
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

2764.44/2764.48	c WARNING: for repeatability, setting FPU to use double precision
2764.44/2764.48	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.1 (svn: 989)

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-3439911-1308502002/watcher-3439911-1308502002 -o /tmp/evaluation-result-3439911-1308502002/solver-3439911-1308502002 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439911-1308502002.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.45 2.11 1.95 2/172 17285
/proc/meminfo: memFree=25877708/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=23356 CPUtime=0 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 1218 0 0 0 0 0 0 0 22 0 1 0 961799946 23916544 1160 33554432000 4194304 4300056 140736944381472 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 5839 1165 219 26 0 2471 0

[startup+0.0705539 s]
/proc/loadavg: 2.45 2.11 1.95 2/172 17285
/proc/meminfo: memFree=25877708/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=59496 CPUtime=0.06 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 8901 0 0 0 5 1 0 0 22 0 1 0 961799946 60923904 8576 33554432000 4194304 4300056 140736944381472 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 14874 8577 222 26 0 11506 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 59496

[startup+0.100551 s]
/proc/loadavg: 2.45 2.11 1.95 2/172 17285
/proc/meminfo: memFree=25877708/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=62332 CPUtime=0.09 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 10076 0 0 0 8 1 0 0 22 0 1 0 961799946 63827968 9542 33554432000 4194304 4300056 140736944381472 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 15583 9542 222 26 0 12215 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62332

[startup+0.300515 s]
/proc/loadavg: 2.45 2.11 1.95 2/172 17285
/proc/meminfo: memFree=25877708/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=89716 CPUtime=0.29 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 18060 0 0 0 27 2 0 0 23 0 1 0 961799946 91869184 16090 33554432000 4194304 4300056 140736944381472 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 22429 16091 222 26 0 19061 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89716

[startup+0.70045 s]
/proc/loadavg: 2.45 2.11 1.95 2/172 17285
/proc/meminfo: memFree=25877708/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=140236 CPUtime=0.69 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 29424 0 0 0 65 4 0 0 25 0 1 0 961799946 143601664 26239 33554432000 4194304 4300056 140736944381472 18446744073709551615 4230678 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 35059 26239 227 26 0 31691 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 140236

[startup+1.50031 s]
/proc/loadavg: 2.45 2.11 1.95 3/173 17286
/proc/meminfo: memFree=25760048/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=189172 CPUtime=1.49 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 40066 0 0 0 143 6 0 0 25 0 1 0 961799946 193712128 36270 33554432000 4194304 4300056 140736944381472 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 47293 36270 228 26 0 43925 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 189172

[startup+3.10104 s]
/proc/loadavg: 2.45 2.11 1.95 3/173 17286
/proc/meminfo: memFree=25743180/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=145940 CPUtime=3.09 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 50522 0 0 0 301 8 0 0 25 0 1 0 961799946 149442560 29452 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256337 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 36485 29452 244 26 0 33117 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 145940

[startup+6.30049 s]
/proc/loadavg: 2.41 2.11 1.95 3/173 17286
/proc/meminfo: memFree=25760220/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=145940 CPUtime=6.29 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 50603 0 0 0 621 8 0 0 25 0 1 0 961799946 149442560 29528 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 36485 29528 245 26 0 33117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 145940

[startup+12.7004 s]
/proc/loadavg: 2.54 2.14 1.96 3/173 17286
/proc/meminfo: memFree=25759688/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=145940 CPUtime=12.69 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 50776 0 0 0 1261 8 0 0 25 0 1 0 961799946 149442560 29696 33554432000 4194304 4300056 140736944381472 18446744073709551615 4255920 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 36485 29696 245 26 0 33117 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 145940

[startup+25.5003 s]
/proc/loadavg: 2.42 2.13 1.96 3/173 17286
/proc/meminfo: memFree=25759100/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=145940 CPUtime=25.49 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 51060 0 0 0 2541 8 0 0 25 0 1 0 961799946 149442560 29969 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256689 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 36485 29969 245 26 0 33117 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 145940

[startup+51.101 s]
/proc/loadavg: 2.28 2.12 1.96 3/173 17288
/proc/meminfo: memFree=25756428/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=145940 CPUtime=51.09 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 51711 0 0 0 5101 8 0 0 25 0 1 0 961799946 149442560 30598 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 36485 30598 248 26 0 33117 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 145940

[startup+102.306 s]
/proc/loadavg: 2.12 2.10 1.96 3/173 17288
/proc/meminfo: memFree=25751124/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=157616 CPUtime=102.3 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 53013 0 0 0 10221 9 0 0 25 0 1 0 961799946 161398784 31849 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256105 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 39404 31849 248 26 0 36036 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 157616

[startup+162.3 s]
/proc/loadavg: 2.04 2.08 1.96 3/173 17290
/proc/meminfo: memFree=25744052/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=157856 CPUtime=162.29 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 54757 0 0 0 16220 9 0 0 25 0 1 0 961799946 161644544 33539 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 39464 33539 249 26 0 36096 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 157856

[startup+222.301 s]
/proc/loadavg: 2.01 2.06 1.96 3/173 17292
/proc/meminfo: memFree=25737088/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=178780 CPUtime=222.29 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 56573 0 0 0 22219 10 0 0 25 0 1 0 961799946 183070720 35312 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 44695 35312 249 26 0 41327 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 178780

[startup+282.301 s]
/proc/loadavg: 2.00 2.05 1.96 3/173 17294
/proc/meminfo: memFree=25729268/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=180844 CPUtime=282.29 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 58578 0 0 0 28218 11 0 0 25 0 1 0 961799946 185184256 37277 33554432000 4194304 4300056 140736944381472 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 45211 37277 249 26 0 41843 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 180844

[startup+342.301 s]
/proc/loadavg: 2.00 2.04 1.96 3/173 17296
/proc/meminfo: memFree=25721452/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=183124 CPUtime=342.29 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 60506 0 0 0 34217 12 0 0 25 0 1 0 961799946 187518976 39162 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 45781 39162 249 26 0 42413 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 183124

[startup+402.301 s]
/proc/loadavg: 2.04 2.04 1.97 3/173 17296
/proc/meminfo: memFree=25713756/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=217440 CPUtime=402.3 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 62570 0 0 0 40217 13 0 0 25 0 1 0 961799946 222658560 41182 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 54360 41182 249 26 0 50992 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 217440

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 1.97 3/173 17298
/proc/meminfo: memFree=25705932/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=219540 CPUtime=462.3 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 64517 0 0 0 46215 15 0 0 25 0 1 0 961799946 224808960 43093 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 54885 43093 249 26 0 51517 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 219540

[startup+522.301 s]
/proc/loadavg: 2.05 2.04 1.97 3/173 17300
/proc/meminfo: memFree=25699844/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=221392 CPUtime=522.3 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 66113 0 0 0 52214 16 0 0 25 0 1 0 961799946 226705408 44662 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 55348 44662 249 26 0 51980 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 221392

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 1.97 3/173 17302
/proc/meminfo: memFree=25692392/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=225328 CPUtime=582.3 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 67941 0 0 0 58213 17 0 0 25 0 1 0 961799946 230735872 46463 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 56332 46463 249 26 0 52964 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 225328

[startup+642.3 s]

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

/proc/meminfo: memFree=25574624/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=397704 CPUtime=2082.33 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 97300 0 0 0 208200 33 0 0 25 0 1 0 961799946 407248896 75215 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 99426 75215 249 26 0 96058 0
Current children cumulated CPU time (s) 2082.33
Current children cumulated vsize (KiB) 397704

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17356
/proc/meminfo: memFree=25571268/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=399144 CPUtime=2142.33 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 98186 0 0 0 214199 34 0 0 25 0 1 0 961799946 408723456 76087 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 99786 76087 249 26 0 96418 0
Current children cumulated CPU time (s) 2142.33
Current children cumulated vsize (KiB) 399144

[startup+2202.3 s]
/proc/loadavg: 2.03 2.01 1.99 3/173 17356
/proc/meminfo: memFree=25569276/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=399144 CPUtime=2202.33 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 98668 0 0 0 220199 34 0 0 25 0 1 0 961799946 408723456 76551 33554432000 4194304 4300056 140736944381472 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 99786 76551 249 26 0 96418 0
Current children cumulated CPU time (s) 2202.33
Current children cumulated vsize (KiB) 399144

[startup+2262.3 s]
/proc/loadavg: 2.01 2.01 1.99 3/173 17358
/proc/meminfo: memFree=25566540/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=400744 CPUtime=2262.32 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 99344 0 0 0 226198 34 0 0 25 0 1 0 961799946 410361856 77218 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 100186 77218 249 26 0 96818 0
Current children cumulated CPU time (s) 2262.32
Current children cumulated vsize (KiB) 400744

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17360
/proc/meminfo: memFree=25562060/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=403988 CPUtime=2322.33 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 100507 0 0 0 232198 35 0 0 25 0 1 0 961799946 413683712 78367 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 100997 78367 249 26 0 97629 0
Current children cumulated CPU time (s) 2322.33
Current children cumulated vsize (KiB) 403988

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17362
/proc/meminfo: memFree=25559572/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=403988 CPUtime=2382.33 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 101083 0 0 0 238197 36 0 0 25 0 1 0 961799946 413683712 78926 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 100997 78926 249 26 0 97629 0
Current children cumulated CPU time (s) 2382.33
Current children cumulated vsize (KiB) 403988

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17364
/proc/meminfo: memFree=25557452/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=403988 CPUtime=2442.33 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 101566 0 0 0 244197 36 0 0 25 0 1 0 961799946 413683712 79398 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 100997 79398 249 26 0 97629 0
Current children cumulated CPU time (s) 2442.33
Current children cumulated vsize (KiB) 403988

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17364
/proc/meminfo: memFree=25554100/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=406148 CPUtime=2502.33 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 102437 0 0 0 250197 36 0 0 25 0 1 0 961799946 415895552 80256 33554432000 4194304 4300056 140736944381472 18446744073709551615 4252424 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 101537 80256 249 26 0 98169 0
Current children cumulated CPU time (s) 2502.33
Current children cumulated vsize (KiB) 406148

[startup+2562.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17366
/proc/meminfo: memFree=25542676/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=406148 CPUtime=2562.33 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 102943 0 0 0 256196 37 0 0 25 0 1 0 961799946 415895552 80752 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 101537 80752 249 26 0 98169 0
Current children cumulated CPU time (s) 2562.33
Current children cumulated vsize (KiB) 406148

[startup+2622.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17368
/proc/meminfo: memFree=25532004/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=406148 CPUtime=2622.34 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 103484 0 0 0 262196 38 0 0 25 0 1 0 961799946 415895552 81278 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 101537 81278 249 26 0 98169 0
Current children cumulated CPU time (s) 2622.34
Current children cumulated vsize (KiB) 406148

[startup+2682.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17370
/proc/meminfo: memFree=25530760/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=406148 CPUtime=2682.33 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 103842 0 0 0 268195 38 0 0 25 0 1 0 961799946 415895552 81620 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 101537 81620 249 26 0 98169 0
Current children cumulated CPU time (s) 2682.33
Current children cumulated vsize (KiB) 406148

[startup+2742.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17372
/proc/meminfo: memFree=25610112/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=274672 CPUtime=2742.34 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 124671 0 0 0 274193 41 0 0 25 0 1 0 961799946 281264128 61761 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 68668 61761 249 26 0 65300 0
Current children cumulated CPU time (s) 2742.34
Current children cumulated vsize (KiB) 274672

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

[startup+2751.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17372
/proc/meminfo: memFree=25609864/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=274672 CPUtime=2751.93 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 124747 0 0 0 275152 41 0 0 25 0 1 0 961799946 281264128 61834 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 68668 61834 249 26 0 65300 0
Current children cumulated CPU time (s) 2751.93
Current children cumulated vsize (KiB) 274672

[startup+2758.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17372
/proc/meminfo: memFree=25609616/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=274672 CPUtime=2758.34 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 138142 0 0 0 275791 43 0 0 25 0 1 0 961799946 281264128 54857 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 68668 54857 249 26 0 65300 0
Current children cumulated CPU time (s) 2758.34
Current children cumulated vsize (KiB) 274672

[startup+2761.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17372
/proc/meminfo: memFree=25637144/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=274672 CPUtime=2761.54 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 138173 0 0 0 276111 43 0 0 25 0 1 0 961799946 281264128 54887 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 68668 54887 249 26 0 65300 0
Current children cumulated CPU time (s) 2761.54
Current children cumulated vsize (KiB) 274672

[startup+2763.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17372
/proc/meminfo: memFree=25637144/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=274672 CPUtime=2763.14 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 138188 0 0 0 276271 43 0 0 25 0 1 0 961799946 281264128 54901 33554432000 4194304 4300056 140736944381472 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 68668 54901 249 26 0 65300 0
Current children cumulated CPU time (s) 2763.14
Current children cumulated vsize (KiB) 274672

[startup+2763.9 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17372
/proc/meminfo: memFree=25637144/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=213208 CPUtime=2763.94 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 143042 0 0 0 276350 44 0 0 25 0 1 0 961799946 218324992 46869 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 53302 46869 249 26 0 49934 0
Current children cumulated CPU time (s) 2763.94
Current children cumulated vsize (KiB) 213208

[startup+2764.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17372
/proc/meminfo: memFree=25669136/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=213208 CPUtime=2764.34 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 143045 0 0 0 276390 44 0 0 25 0 1 0 961799946 218324992 46872 33554432000 4194304 4300056 140736944381472 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 53302 46872 249 26 0 49934 0
Current children cumulated CPU time (s) 2764.34
Current children cumulated vsize (KiB) 213208

[startup+2764.4 s]
/proc/loadavg: 2.00 2.00 1.99 3/173 17372
/proc/meminfo: memFree=25669136/32951132 swapFree=67061148/67111528
[pid=17285] ppid=17283 vsize=213208 CPUtime=2764.44 cores=1,3,5,7
/proc/17285/stat : 17285 (lr_gl_shr) R 17283 17285 16414 0 -1 4202496 143045 0 0 0 276400 44 0 0 25 0 1 0 961799946 218324992 46872 33554432000 4194304 4300056 140736944381472 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/17285/statm: 53302 46872 249 26 0 49934 0
Current children cumulated CPU time (s) 2764.44
Current children cumulated vsize (KiB) 213208

Child status: 20
Real time (s): 2764.5
CPU time (s): 2764.54
CPU user time (s): 2764.09
CPU system time (s): 0.452931
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 486288

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

runsolver used 3.62845 second user time and 8.97264 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-19 18:46:43
IDJOB=3439911
IDBENCH=82354
IDSOLVER=1938
FILE ID=node129/3439911-1308502002
RUNJOBID= node129-1308500393-16911
PBS_JOBID= 13608177
Free space on /tmp= 73352 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439911-1308502002/watcher-3439911-1308502002 -o /tmp/evaluation-result-3439911-1308502002/solver-3439911-1308502002 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439911-1308502002.cnf -verb=0 -model

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=1345006821

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      25878004 kB
Buffers:        597880 kB
Cached:        6040752 kB
SwapCached:      13132 kB
Active:        2356452 kB
Inactive:      4343432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25878004 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           22004 kB
Writeback:           0 kB
AnonPages:       58040 kB
Mapped:           9316 kB
Slab:           309124 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   221044 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73352 MiB
End job on node129 at 2011-06-19 19:32:48