Trace number 3349923

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_NOGL_NOSHR 2011-03-02? (TO) 1300.05 1300.02

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 0,2

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.11 4.02 3.30 5/250 28560
/proc/meminfo: memFree=16782600/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=19768 CPUtime=0 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 496 0 0 0 0 0 0 0 21 0 1 0 608575709 20242432 432 33554432000 4194304 4300056 140733428882128 18446744073709551615 222921776896 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 4942 432 218 26 0 1574 0

[startup+0.047184 s]
/proc/loadavg: 4.11 4.02 3.30 5/250 28560
/proc/meminfo: memFree=16782600/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=25828 CPUtime=0.03 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 2400 0 0 0 3 0 0 0 21 0 1 0 608575709 26447872 2172 33554432000 4194304 4300056 140733428882128 18446744073709551615 222921776896 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 6457 2174 220 26 0 3089 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25828

[startup+0.10118 s]
/proc/loadavg: 4.11 4.02 3.30 5/250 28560
/proc/meminfo: memFree=16782600/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=34044 CPUtime=0.09 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 5004 0 0 0 8 1 0 0 21 0 1 0 608575709 34861056 4456 33554432000 4194304 4300056 140733428882128 18446744073709551615 222921437893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 8511 4458 220 26 0 5143 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34044

[startup+0.301137 s]
/proc/loadavg: 4.11 4.02 3.30 5/250 28560
/proc/meminfo: memFree=16782600/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=55532 CPUtime=0.29 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 10569 0 0 0 27 2 0 0 22 0 1 0 608575709 56864768 9602 33554432000 4194304 4300056 140733428882128 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 13883 9602 243 26 0 10515 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55532

[startup+0.701068 s]
/proc/loadavg: 4.11 4.02 3.30 5/250 28560
/proc/meminfo: memFree=16782600/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=60616 CPUtime=0.69 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 13619 0 0 0 67 2 0 0 23 0 1 0 608575709 62070784 9649 33554432000 4194304 4300056 140733428882128 18446744073709551615 4258659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 15154 9649 243 26 0 11786 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60616

[startup+1.50092 s]
/proc/loadavg: 4.11 4.02 3.30 5/251 28561
/proc/meminfo: memFree=16742828/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=53540 CPUtime=1.48 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 14669 0 0 0 146 2 0 0 25 0 1 0 608575709 54824960 9086 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 13385 9086 262 26 0 10017 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 53540

[startup+3.10062 s]
/proc/loadavg: 4.11 4.02 3.30 5/251 28561
/proc/meminfo: memFree=16737000/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=60612 CPUtime=3.09 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 15123 0 0 0 306 3 0 0 25 0 1 0 608575709 62066688 9532 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252639 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 15153 9532 262 26 0 11785 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60612

[startup+6.30103 s]
/proc/loadavg: 4.10 4.02 3.31 5/251 28561
/proc/meminfo: memFree=16722204/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=60612 CPUtime=6.29 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 16220 0 0 0 626 3 0 0 25 0 1 0 608575709 62066688 10607 33554432000 4194304 4300056 140733428882128 18446744073709551615 4262939 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 15153 10607 262 26 0 11785 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60612

[startup+12.7009 s]
/proc/loadavg: 4.09 4.02 3.31 5/251 28562
/proc/meminfo: memFree=16688212/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=91176 CPUtime=12.69 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 21565 0 0 0 1265 4 0 0 25 0 1 0 608575709 93364224 15921 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 22794 15921 262 26 0 19426 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 91176

[startup+25.5005 s]
/proc/loadavg: 4.07 4.02 3.32 5/251 28562
/proc/meminfo: memFree=16592652/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=110144 CPUtime=25.49 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 26691 0 0 0 2543 6 0 0 25 0 1 0 608575709 112787456 21012 33554432000 4194304 4300056 140733428882128 18446744073709551615 4254602 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 27536 21012 262 26 0 24168 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110144

[startup+51.1008 s]
/proc/loadavg: 4.04 4.02 3.34 5/251 28563
/proc/meminfo: memFree=16445596/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=140964 CPUtime=51.08 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 35632 0 0 0 5099 9 0 0 25 0 1 0 608575709 144347136 29868 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 35241 29868 262 26 0 31873 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 140964

[startup+102.309 s]
/proc/loadavg: 4.02 4.01 3.37 5/251 28564
/proc/meminfo: memFree=16227088/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=111156 CPUtime=102.3 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 69526 0 0 0 10210 20 0 0 25 0 1 0 608575709 113823744 23044 33554432000 4194304 4300056 140733428882128 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 27789 23044 262 26 0 24421 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111156

[startup+162.3 s]
/proc/loadavg: 4.00 4.01 3.40 5/251 28566
/proc/meminfo: memFree=15922784/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=292420 CPUtime=162.29 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 101527 0 0 0 16201 28 0 0 25 0 1 0 608575709 299438080 54858 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 73105 54858 262 26 0 69737 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 292420

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.44 5/251 28567
/proc/meminfo: memFree=15757092/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=170408 CPUtime=222.29 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 126237 0 0 0 22192 37 0 0 25 0 1 0 608575709 174497792 32223 33554432000 4194304 4300056 140733428882128 18446744073709551615 4262758 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 42602 32223 262 26 0 39234 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 170408

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.47 5/251 28569
/proc/meminfo: memFree=15368448/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=301884 CPUtime=282.3 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 158123 0 0 0 28185 45 0 0 25 0 1 0 608575709 309129216 63913 33554432000 4194304 4300056 140733428882128 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 75471 63913 262 26 0 72103 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 301884

[startup+342.3 s]
/proc/loadavg: 4.08 4.02 3.51 5/251 28570
/proc/meminfo: memFree=15294924/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=177312 CPUtime=342.3 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 191848 0 0 0 34177 53 0 0 25 0 1 0 608575709 181567488 34496 33554432000 4194304 4300056 140733428882128 18446744073709551615 4263840 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 44328 34496 262 26 0 40960 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 177312

[startup+402.3 s]
/proc/loadavg: 4.03 4.01 3.54 5/251 28572
/proc/meminfo: memFree=15009452/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=308788 CPUtime=402.3 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 222009 0 0 0 40167 63 0 0 25 0 1 0 608575709 316198912 64433 33554432000 4194304 4300056 140733428882128 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 77197 64433 262 26 0 73829 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 308788

[startup+462.3 s]
/proc/loadavg: 4.11 4.04 3.57 5/251 28574
/proc/meminfo: memFree=14614136/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=655972 CPUtime=462.3 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 264384 0 0 0 46157 73 0 0 25 0 1 0 608575709 671715328 106729 33554432000 4194304 4300056 140733428882128 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 163993 106729 262 26 0 160625 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 655972

[startup+522.3 s]
/proc/loadavg: 4.04 4.03 3.59 5/251 28575
/proc/meminfo: memFree=14622772/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=243068 CPUtime=522.31 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 297085 0 0 0 52147 84 0 0 25 0 1 0 608575709 248901632 48958 33554432000 4194304 4300056 140733428882128 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 60767 48958 262 26 0 57399 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 243068

[startup+582.3 s]
/proc/loadavg: 4.07 4.04 3.62 5/251 28577
/proc/meminfo: memFree=14281740/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=324456 CPUtime=582.3 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 325251 0 0 0 58139 91 0 0 25 0 1 0 608575709 332242944 76953 33554432000 4194304 4300056 140733428882128 18446744073709551615 4263812 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 81114 76953 262 26 0 77746 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 324456

[startup+642.3 s]
/proc/loadavg: 4.02 4.03 3.64 5/251 28578
/proc/meminfo: memFree=14183828/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=243068 CPUtime=642.31 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 358497 0 0 0 64129 102 0 0 25 0 1 0 608575709 248901632 55552 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252347 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 60767 55552 262 26 0 57399 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 243068

[startup+702.3 s]
/proc/loadavg: 4.01 4.02 3.66 5/251 28580
/proc/meminfo: memFree=13729196/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=456716 CPUtime=702.31 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 393326 0 0 0 70118 113 0 0 25 0 1 0 608575709 467677184 90262 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 114179 90262 262 26 0 110811 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 456716

[startup+762.309 s]
/proc/loadavg: 4.00 4.01 3.68 5/251 28582
/proc/meminfo: memFree=13663316/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=157772 CPUtime=762.32 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 424025 0 0 0 76109 123 0 0 25 0 1 0 608575709 161558528 33884 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 39443 33884 262 26 0 36075 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 157772

[startup+822.3 s]
/proc/loadavg: 4.00 4.01 3.70 5/251 28583
/proc/meminfo: memFree=13361700/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=339036 CPUtime=822.31 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 458139 0 0 0 82099 132 0 0 25 0 1 0 608575709 347172864 67794 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 84759 67794 262 26 0 81391 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 339036

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/251 28585
/proc/meminfo: memFree=13070388/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=471296 CPUtime=882.32 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 488299 0 0 0 88093 139 0 0 25 0 1 0 608575709 482607104 97842 33554432000 4194304 4300056 140733428882128 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 117824 97842 262 26 0 114456 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 471296

[startup+942.3 s]
/proc/loadavg: 4.04 4.01 3.73 5/251 28586
/proc/meminfo: memFree=13025580/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=257648 CPUtime=942.32 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 528562 0 0 0 94084 148 0 0 25 0 1 0 608575709 263831552 53744 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 64412 53744 262 26 0 61044 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 257648

[startup+1002.3 s]
/proc/loadavg: 3.12 3.79 3.67 2/234 28642
/proc/meminfo: memFree=18632228/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=471296 CPUtime=1002.32 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 578041 0 0 0 100077 155 0 0 25 0 1 0 608575709 482607104 103102 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 117824 103102 262 26 0 114456 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 471296

[startup+1062.3 s]
/proc/loadavg: 1.78 3.28 3.50 2/233 28644
/proc/meminfo: memFree=18390320/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=686220 CPUtime=1062.32 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 639401 0 0 0 106070 162 0 0 25 0 1 0 608575709 702689280 164422 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 171555 164422 262 26 0 168187 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 686220

[startup+1122.3 s]
/proc/loadavg: 1.28 2.86 3.34 2/233 28645
/proc/meminfo: memFree=18143288/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=1035468 CPUtime=1122.33 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 700477 0 0 0 112061 172 0 0 25 0 1 0 608575709 1060319232 225459 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252516 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 258867 225459 262 26 0 255499 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1035468

[startup+1182.3 s]
/proc/loadavg: 1.10 2.52 3.19 2/233 28647
/proc/meminfo: memFree=17938772/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=1602996 CPUtime=1182.32 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 752171 0 0 0 118050 182 0 0 25 0 1 0 608575709 1641467904 277100 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252449 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 400749 277100 262 26 0 397381 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1602996

[startup+1242.3 s]
/proc/loadavg: 1.04 2.24 3.05 2/233 28648
/proc/meminfo: memFree=17749516/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=1602996 CPUtime=1242.32 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 798701 0 0 0 124041 191 0 0 25 0 1 0 608575709 1641467904 323586 33554432000 4194304 4300056 140733428882128 18446744073709551615 4252402 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 400749 323587 262 26 0 397381 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1602996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 2.01 2.92 2/233 28650
/proc/meminfo: memFree=18875284/32951124 swapFree=66522184/67111528
[pid=28560] ppid=28558 vsize=192544 CPUtime=1300.04 cores=0,2
/proc/28560/stat : 28560 (lr_gl_shr) R 28558 28560 28048 0 -1 4202496 827501 0 0 0 129802 202 0 0 25 0 1 0 608575709 197165056 42499 33554432000 4194304 4300056 140733428882128 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28560/statm: 48136 42499 262 26 0 44768 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 192544

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.02
CPU time (s): 1300.05
CPU user time (s): 1298.02
CPU system time (s): 2.03169
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1602996

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

runsolver used 3.01054 second user time and 6.46102 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-09 21:35:50
IDJOB=3349923
IDBENCH=82462
IDSOLVER=1814
FILE ID=node109/3349923-1304969749
RUNJOBID= node109-1304968099-28068
PBS_JOBID= 13285641
Free space on /tmp= 36712 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349923-1304969749/watcher-3349923-1304969749 -o /tmp/evaluation-result-3349923-1304969749/solver-3349923-1304969749 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349923-1304969749.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=249245508

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16782880 kB
Buffers:        156804 kB
Cached:        2826680 kB
SwapCached:      18800 kB
Active:        8149376 kB
Inactive:      7782184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16782880 kB
SwapTotal:    67111528 kB
SwapFree:     66522184 kB
Dirty:          126332 kB
Writeback:           4 kB
AnonPages:    12935416 kB
Mapped:          18648 kB
Slab:           140796 kB
PageTables:      35500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 20506356 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= 36904 MiB
End job on node109 at 2011-05-09 21:57:32