Trace number 3350043

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_NOSHR 2011-03-02? (TO) 1300 1300.03

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 benchmark4573.36
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


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3350043-1304969622/watcher-3350043-1304969622 -o /tmp/evaluation-result-3350043-1304969622/solver-3350043-1304969622 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3350043-1304969622.cnf -verb=0 -model -no-shrinking 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.16 4/304 6561
/proc/meminfo: memFree=9279284/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=23356 CPUtime=0 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 1237 0 0 0 0 0 0 0 23 0 1 0 608560813 23916544 1179 33554432000 4194304 4300056 140736213711504 18446744073709551615 4224211 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 5839 1183 219 26 0 2471 0

[startup+0.0586851 s]
/proc/loadavg: 4.00 4.00 3.16 4/304 6561
/proc/meminfo: memFree=9279284/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=58048 CPUtime=0.04 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 8389 0 0 0 4 0 0 0 23 0 1 0 608560813 59441152 8133 33554432000 4194304 4300056 140736213711504 18446744073709551615 210204308165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 14512 8133 222 26 0 11144 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 58048

[startup+0.100675 s]
/proc/loadavg: 4.00 4.00 3.16 4/304 6561
/proc/meminfo: memFree=9279284/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=62068 CPUtime=0.09 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 9958 0 0 0 8 1 0 0 23 0 1 0 608560813 63557632 9435 33554432000 4194304 4300056 140736213711504 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 15517 9437 222 26 0 12149 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62068

[startup+0.300641 s]
/proc/loadavg: 4.00 4.00 3.16 4/304 6561
/proc/meminfo: memFree=9279284/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=88408 CPUtime=0.29 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 17232 0 0 0 28 1 0 0 24 0 1 0 608560813 90529792 15725 33554432000 4194304 4300056 140736213711504 18446744073709551615 210204308165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 22102 15727 222 26 0 18734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88408

[startup+0.700574 s]
/proc/loadavg: 4.00 4.00 3.16 4/304 6561
/proc/meminfo: memFree=9279284/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=140236 CPUtime=0.69 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 29422 0 0 0 66 3 0 0 25 0 1 0 608560813 143601664 26237 33554432000 4194304 4300056 140736213711504 18446744073709551615 4226482 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 35059 26237 227 26 0 31691 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 140236

[startup+1.50044 s]
/proc/loadavg: 4.00 4.00 3.16 5/303 6566
/proc/meminfo: memFree=9168676/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=166548 CPUtime=1.49 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 39403 0 0 0 145 4 0 0 25 0 1 0 608560813 170545152 35655 33554432000 4194304 4300056 140736213711504 18446744073709551615 4233474 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 41637 35655 228 26 0 38269 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 166548

[startup+3.10018 s]
/proc/loadavg: 4.00 4.00 3.16 5/305 6580
/proc/meminfo: memFree=9150876/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=145940 CPUtime=3.09 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 50490 0 0 0 303 6 0 0 25 0 1 0 608560813 149442560 29420 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 36485 29420 244 26 0 33117 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 145940

[startup+6.30064 s]
/proc/loadavg: 4.00 4.00 3.16 5/308 6586
/proc/meminfo: memFree=8903020/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=145940 CPUtime=6.29 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 50668 0 0 0 623 6 0 0 25 0 1 0 608560813 149442560 29592 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 36485 29592 245 26 0 33117 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 145940

[startup+12.7006 s]
/proc/loadavg: 4.00 4.00 3.17 5/308 6613
/proc/meminfo: memFree=9144376/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=145940 CPUtime=12.69 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 51126 0 0 0 1263 6 0 0 25 0 1 0 608560813 149442560 30036 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 36485 30036 247 26 0 33117 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 145940

[startup+25.5004 s]
/proc/loadavg: 4.00 4.00 3.18 5/305 6635
/proc/meminfo: memFree=9058640/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=157616 CPUtime=25.49 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 52193 0 0 0 2542 7 0 0 25 0 1 0 608560813 161398784 31071 33554432000 4194304 4300056 140736213711504 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 39404 31071 247 26 0 36036 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157616

[startup+51.1011 s]
/proc/loadavg: 4.06 4.01 3.20 5/308 6641
/proc/meminfo: memFree=8543744/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=157616 CPUtime=51.09 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 54385 0 0 0 5101 8 0 0 25 0 1 0 608560813 161398784 33200 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 39404 33200 247 26 0 36036 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 157616

[startup+102.311 s]
/proc/loadavg: 4.02 4.01 3.24 5/308 6643
/proc/meminfo: memFree=8382652/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=179416 CPUtime=102.29 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 58539 0 0 0 10220 9 0 0 25 0 1 0 608560813 183721984 37278 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 44854 37278 247 26 0 41486 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 179416

[startup+162.3 s]
/proc/loadavg: 4.08 4.02 3.29 5/308 6671
/proc/meminfo: memFree=8270792/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=212920 CPUtime=162.28 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 62490 0 0 0 16217 11 0 0 25 0 1 0 608560813 218030080 41155 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 53230 41155 247 26 0 49862 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 212920

[startup+222.3 s]
/proc/loadavg: 4.03 4.01 3.33 5/308 6673
/proc/meminfo: memFree=8281608/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=215608 CPUtime=222.28 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 65793 0 0 0 22215 13 0 0 25 0 1 0 608560813 220782592 44408 33554432000 4194304 4300056 140736213711504 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 53902 44408 247 26 0 50534 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 215608

[startup+282.3 s]
/proc/loadavg: 4.08 4.02 3.38 5/308 6674
/proc/meminfo: memFree=8148716/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=219556 CPUtime=282.28 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 69219 0 0 0 28214 14 0 0 25 0 1 0 608560813 224825344 47769 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 54889 47769 247 26 0 51521 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 219556

[startup+342.301 s]
/proc/loadavg: 4.06 4.03 3.42 5/308 6676
/proc/meminfo: memFree=7998136/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=275108 CPUtime=342.28 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 72521 0 0 0 34212 16 0 0 25 0 1 0 608560813 281710592 51016 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 68777 51016 247 26 0 65409 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 275108

[startup+402.301 s]
/proc/loadavg: 4.07 4.04 3.46 5/308 6678
/proc/meminfo: memFree=7871188/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=276092 CPUtime=402.28 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 74760 0 0 0 40211 17 0 0 25 0 1 0 608560813 282718208 53205 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 69023 53205 247 26 0 65655 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 276092

[startup+462.301 s]
/proc/loadavg: 4.08 4.04 3.49 5/308 6679
/proc/meminfo: memFree=7732236/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=277696 CPUtime=462.27 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 76237 0 0 0 46210 17 0 0 25 0 1 0 608560813 284360704 54653 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256538 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 69424 54653 247 26 0 66056 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 277696

[startup+522.301 s]
/proc/loadavg: 4.03 4.03 3.52 5/308 6681
/proc/meminfo: memFree=7607192/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=281528 CPUtime=522.27 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 78610 0 0 0 52209 18 0 0 25 0 1 0 608560813 288284672 56996 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 70382 56996 247 26 0 67014 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 281528

[startup+582.301 s]
/proc/loadavg: 4.01 4.02 3.55 5/308 6682
/proc/meminfo: memFree=7563708/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=281528 CPUtime=582.27 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 80504 0 0 0 58208 19 0 0 25 0 1 0 608560813 288284672 58846 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 70382 58846 247 26 0 67014 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 281528

[startup+642.301 s]
/proc/loadavg: 4.00 4.02 3.58 5/308 6684
/proc/meminfo: memFree=7462128/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=281956 CPUtime=642.28 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 81635 0 0 0 64208 20 0 0 25 0 1 0 608560813 288722944 59951 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 70489 59951 247 26 0 67121 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 281956

[startup+702.3 s]
/proc/loadavg: 4.00 4.01 3.60 5/308 6686
/proc/meminfo: memFree=7335184/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=285600 CPUtime=702.27 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 84364 0 0 0 70206 21 0 0 25 0 1 0 608560813 292454400 62637 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256030 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 71400 62637 247 26 0 68032 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 285600

[startup+762.311 s]
/proc/loadavg: 4.00 4.01 3.62 5/308 6687
/proc/meminfo: memFree=7194240/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=285600 CPUtime=762.28 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 85861 0 0 0 76206 22 0 0 25 0 1 0 608560813 292454400 64099 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 71400 64099 247 26 0 68032 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 285600

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.64 5/308 6689
/proc/meminfo: memFree=7112236/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=285600 CPUtime=822.27 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 87439 0 0 0 82204 23 0 0 25 0 1 0 608560813 292454400 65644 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 71400 65644 247 26 0 68032 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 285600

[startup+882.3 s]
/proc/loadavg: 4.03 4.01 3.67 6/308 6690
/proc/meminfo: memFree=6995080/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=374272 CPUtime=882.27 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 90262 0 0 0 88203 24 0 0 25 0 1 0 608560813 383254528 68429 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 93568 68429 247 26 0 90200 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 374272

[startup+942.301 s]
/proc/loadavg: 4.09 4.04 3.69 5/308 6692
/proc/meminfo: memFree=6849604/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=374272 CPUtime=942.27 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 91523 0 0 0 94202 25 0 0 25 0 1 0 608560813 383254528 69650 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256706 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 93568 69650 247 26 0 90200 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 374272

[startup+1002.3 s]
/proc/loadavg: 4.24 4.07 3.73 5/308 6694
/proc/meminfo: memFree=6773624/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=375232 CPUtime=1002.26 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 92713 0 0 0 100201 25 0 0 25 0 1 0 608560813 384237568 70808 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 93808 70808 247 26 0 90440 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 375232

[startup+1062.3 s]
/proc/loadavg: 4.08 4.06 3.74 5/308 6695
/proc/meminfo: memFree=6647184/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=382072 CPUtime=1062.27 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 95853 0 0 0 106200 27 0 0 25 0 1 0 608560813 391241728 73901 33554432000 4194304 4300056 140736213711504 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 95518 73901 247 26 0 92150 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 382072

[startup+1122.3 s]
/proc/loadavg: 4.03 4.05 3.75 5/308 6697
/proc/meminfo: memFree=6568536/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=382072 CPUtime=1122.26 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 96664 0 0 0 112199 27 0 0 25 0 1 0 608560813 391241728 74690 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 95518 74690 247 26 0 92150 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 382072

[startup+1182.3 s]
/proc/loadavg: 4.01 4.03 3.76 5/308 6698
/proc/meminfo: memFree=6459712/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=385380 CPUtime=1182.27 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 98828 0 0 0 118198 29 0 0 25 0 1 0 608560813 394629120 76830 33554432000 4194304 4300056 140736213711504 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 96345 76830 247 26 0 92977 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 385380

[startup+1242.3 s]
/proc/loadavg: 3.25 3.84 3.71 3/296 6736
/proc/meminfo: memFree=7723320/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=385380 CPUtime=1242.27 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 100261 0 0 0 124198 29 0 0 25 0 1 0 608560813 394629120 78229 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 96345 78229 247 26 0 92977 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 385380



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.46 3.50 3.60 3/296 6738
/proc/meminfo: memFree=7648748/32951124 swapFree=63649172/67111528
[pid=6561] ppid=6559 vsize=385380 CPUtime=1299.97 cores=1,3
/proc/6561/stat : 6561 (lr_gl_shr) R 6559 6561 4777 0 -1 4202496 101629 0 0 0 129968 29 0 0 25 0 1 0 608560813 394629120 79563 33554432000 4194304 4300056 140736213711504 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6561/statm: 96345 79563 247 26 0 92977 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 385380

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300
CPU user time (s): 1299.69
CPU system time (s): 0.309952
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 385380

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

runsolver used 3.84341 second user time and 8.65468 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-09 21:33:43
IDJOB=3350043
IDBENCH=82354
IDSOLVER=1815
FILE ID=node130/3350043-1304969622
RUNJOBID= node130-1304968211-6071
PBS_JOBID= 13285620
Free space on /tmp= 30380 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350043-1304969622/watcher-3350043-1304969622 -o /tmp/evaluation-result-3350043-1304969622/solver-3350043-1304969622 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350043-1304969622.cnf -verb=0 -model -no-shrinking 

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=1181332449

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9279812 kB
Buffers:        246748 kB
Cached:       21405764 kB
SwapCached:      10100 kB
Active:        5586036 kB
Inactive:     17442044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9279812 kB
SwapTotal:    67111528 kB
SwapFree:     63649172 kB
Dirty:           58840 kB
Writeback:           0 kB
AnonPages:     1374104 kB
Mapped:          14144 kB
Slab:           553044 kB
PageTables:      26304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51912236 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= 30276 MiB
End job on node130 at 2011-05-09 21:55:25