Trace number 3349826

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.08 1300.04

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.6861
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

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

running on 2 cores: 5,7

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: 3.92 3.95 3.00 3/358 26794
/proc/meminfo: memFree=12991364/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=20632 CPUtime=0 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 804 0 0 0 0 0 0 0 18 0 1 0 687171510 21127168 726 33554432000 4194304 4300056 140734886892112 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 5158 726 219 26 0 1790 0

[startup+0.0408031 s]
/proc/loadavg: 3.92 3.95 3.00 3/358 26794
/proc/meminfo: memFree=12991364/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=23576 CPUtime=0.03 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 1933 0 0 0 3 0 0 0 18 0 1 0 687171510 24141824 1702 33554432000 4194304 4300056 140734886892112 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 5894 1704 220 26 0 2526 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23576

[startup+0.100789 s]
/proc/loadavg: 3.92 3.95 3.00 3/358 26794
/proc/meminfo: memFree=12991364/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=29660 CPUtime=0.09 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 4329 0 0 0 8 1 0 0 18 0 1 0 687171510 30371840 3737 33554432000 4194304 4300056 140734886892112 18446744073709551615 4284721 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 7415 3737 220 26 0 4047 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29660

[startup+0.300754 s]
/proc/loadavg: 3.92 3.95 3.00 3/358 26794
/proc/meminfo: memFree=12991364/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=36916 CPUtime=0.29 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 6469 0 0 0 28 1 0 0 18 0 1 0 687171510 37801984 5570 33554432000 4194304 4300056 140734886892112 18446744073709551615 4230656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 9229 5570 227 26 0 5861 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36916

[startup+0.700681 s]
/proc/loadavg: 3.92 3.95 3.00 3/358 26794
/proc/meminfo: memFree=12991364/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=37696 CPUtime=0.69 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 8770 0 0 0 68 1 0 0 18 0 1 0 687171510 38600704 5547 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 9424 5548 246 26 0 6056 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37696

[startup+1.50052 s]
/proc/loadavg: 3.85 3.94 3.00 5/361 26799
/proc/meminfo: memFree=12949304/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=42116 CPUtime=1.49 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 9732 0 0 0 148 1 0 0 20 0 1 0 687171510 43126784 6492 33554432000 4194304 4300056 140734886892112 18446744073709551615 4252688 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 10529 6492 247 26 0 7161 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42116

[startup+3.10022 s]
/proc/loadavg: 3.85 3.94 3.00 5/364 26805
/proc/meminfo: memFree=12889140/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=49296 CPUtime=3.09 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 11977 0 0 0 307 2 0 0 25 0 1 0 687171510 50479104 8713 33554432000 4194304 4300056 140734886892112 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 12324 8713 247 26 0 8956 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49296

[startup+6.30061 s]
/proc/loadavg: 3.85 3.94 3.00 5/364 26805
/proc/meminfo: memFree=12851932/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=80988 CPUtime=6.29 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 15900 0 0 0 626 3 0 0 25 0 1 0 687171510 82931712 12591 33554432000 4194304 4300056 140734886892112 18446744073709551615 4252712 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 20247 12591 247 26 0 16879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80988

[startup+12.7004 s]
/proc/loadavg: 3.87 3.94 3.01 5/364 26805
/proc/meminfo: memFree=12763944/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=113704 CPUtime=12.69 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 24185 0 0 0 1265 4 0 0 25 0 1 0 687171510 116432896 20779 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 28426 20779 247 26 0 25058 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113704

[startup+25.5009 s]
/proc/loadavg: 3.89 3.94 3.02 4/359 26823
/proc/meminfo: memFree=12772828/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=170668 CPUtime=25.49 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 36789 0 0 0 2543 6 0 0 25 0 1 0 687171510 174764032 33249 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 42667 33249 247 26 0 39299 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 170668

[startup+51.101 s]
/proc/loadavg: 3.88 3.93 3.05 5/364 26862
/proc/meminfo: memFree=12486284/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=261972 CPUtime=51.09 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 59171 0 0 0 5097 12 0 0 25 0 1 0 687171510 268259328 55411 33554432000 4194304 4300056 140734886892112 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 65493 55411 247 26 0 62125 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 261972

[startup+102.313 s]
/proc/loadavg: 4.03 3.97 3.11 5/364 26864
/proc/meminfo: memFree=12154140/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=273740 CPUtime=102.31 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 111790 0 0 0 10210 21 0 0 25 0 1 0 687171510 280309760 55110 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 68435 55110 247 26 0 65067 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 273740

[startup+162.301 s]
/proc/loadavg: 4.01 3.97 3.16 5/364 26865
/proc/meminfo: memFree=11815376/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=285776 CPUtime=162.3 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 177700 0 0 0 16194 36 0 0 25 0 1 0 687171510 292634624 51590 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 71444 51590 247 26 0 68076 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 285776

[startup+222.3 s]
/proc/loadavg: 4.04 3.99 3.21 5/364 26867
/proc/meminfo: memFree=11681144/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=132680 CPUtime=222.3 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 230625 0 0 0 22182 48 0 0 25 0 1 0 687171510 135864320 25713 33554432000 4194304 4300056 140734886892112 18446744073709551615 4264273 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 33170 25713 247 26 0 29802 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 132680

[startup+282.301 s]
/proc/loadavg: 4.04 4.00 3.27 5/364 26868
/proc/meminfo: memFree=11163528/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=427236 CPUtime=282.3 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 284527 0 0 0 28171 59 0 0 25 0 1 0 687171510 437489664 79027 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 106809 79027 247 26 0 103441 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 427236

[startup+342.3 s]
/proc/loadavg: 4.01 4.00 3.31 5/364 26870
/proc/meminfo: memFree=10918028/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=306912 CPUtime=342.3 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 341353 0 0 0 34157 73 0 0 25 0 1 0 687171510 314277888 59678 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 76728 59678 247 26 0 73360 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 306912

[startup+402.301 s]
/proc/loadavg: 4.06 4.01 3.35 5/364 26899
/proc/meminfo: memFree=11148132/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=448872 CPUtime=402.31 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 385904 0 0 0 40148 83 0 0 25 0 1 0 687171510 459644928 103760 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 112218 103760 247 26 0 108850 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 448872

[startup+462.3 s]
/proc/loadavg: 4.02 4.01 3.39 5/364 26900
/proc/meminfo: memFree=11111416/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=331312 CPUtime=462.3 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 442103 0 0 0 46135 95 0 0 25 0 1 0 687171510 339263488 69989 33554432000 4194304 4300056 140734886892112 18446744073709551615 4255948 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 82828 69990 247 26 0 79460 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 331312

[startup+522.301 s]
/proc/loadavg: 4.04 4.02 3.43 5/364 26903
/proc/meminfo: memFree=11186508/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=143572 CPUtime=522.31 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 475752 0 0 0 52126 105 0 0 25 0 1 0 687171510 147017728 30641 33554432000 4194304 4300056 140734886892112 18446744073709551615 4251324 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 35893 30641 247 26 0 32525 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 143572

[startup+582.3 s]
/proc/loadavg: 4.07 4.03 3.47 5/364 26906
/proc/meminfo: memFree=10757128/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=336512 CPUtime=582.31 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 523571 0 0 0 58116 115 0 0 25 0 1 0 687171510 344588288 77754 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 84128 77754 247 26 0 80760 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 336512

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 3.50 5/364 26908
/proc/meminfo: memFree=10664556/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=212156 CPUtime=642.32 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 570477 0 0 0 64108 124 0 0 25 0 1 0 687171510 217247744 44946 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 53039 44946 247 26 0 49671 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 212156

[startup+702.301 s]
/proc/loadavg: 4.01 4.02 3.53 5/364 26910
/proc/meminfo: memFree=10232760/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=475892 CPUtime=702.31 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 612426 0 0 0 70097 134 0 0 25 0 1 0 687171510 487313408 86313 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 118973 86313 247 26 0 115605 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 475892

[startup+762.314 s]
/proc/loadavg: 4.05 4.03 3.56 5/364 26911
/proc/meminfo: memFree=10160172/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=266084 CPUtime=762.34 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 664838 0 0 0 76087 147 0 0 25 0 1 0 687171510 272470016 60318 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 66521 60318 247 26 0 63153 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 266084

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 3.58 5/364 26913
/proc/meminfo: memFree=9647272/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=484420 CPUtime=822.33 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 711516 0 0 0 82076 157 0 0 25 0 1 0 687171510 496046080 106522 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 121105 106522 247 26 0 117737 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 484420

[startup+882.301 s]
/proc/loadavg: 4.08 4.03 3.61 5/364 26914
/proc/meminfo: memFree=9248208/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=716636 CPUtime=882.32 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 745538 0 0 0 88067 165 0 0 25 0 1 0 687171510 733835264 140218 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 179159 140218 247 26 0 175791 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 716636

[startup+942.301 s]
/proc/loadavg: 4.03 4.02 3.64 5/364 26916
/proc/meminfo: memFree=9317864/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=379764 CPUtime=942.33 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 802306 0 0 0 94053 180 0 0 25 0 1 0 687171510 388878336 86376 33554432000 4194304 4300056 140734886892112 18446744073709551615 4252729 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 94941 86376 247 26 0 91573 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 379764

[startup+1002.3 s]
/proc/loadavg: 4.06 4.03 3.66 5/364 26918
/proc/meminfo: memFree=8842892/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=512024 CPUtime=1002.33 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 833531 0 0 0 100045 188 0 0 25 0 1 0 687171510 524312576 117196 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 128006 117196 247 26 0 124638 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 512024

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.68 5/364 26919
/proc/meminfo: memFree=8797700/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=301616 CPUtime=1062.33 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 878396 0 0 0 106035 198 0 0 25 0 1 0 687171510 308854784 66101 33554432000 4194304 4300056 140734886892112 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 75404 66101 247 26 0 72036 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 301616

[startup+1122.3 s]
/proc/loadavg: 4.07 4.05 3.70 5/364 26921
/proc/meminfo: memFree=8397364/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=515264 CPUtime=1122.33 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 912289 0 0 0 112028 205 0 0 25 0 1 0 687171510 527630336 99530 33554432000 4194304 4300056 140734886892112 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 128816 99530 247 26 0 125448 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 515264

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 3.72 5/364 26922
/proc/meminfo: memFree=8106680/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=515264 CPUtime=1182.34 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 933307 0 0 0 118021 213 0 0 25 0 1 0 687171510 527630336 120214 33554432000 4194304 4300056 140734886892112 18446744073709551615 4255986 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 128816 120214 247 26 0 125448 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 515264

[startup+1242.3 s]
/proc/loadavg: 4.08 4.04 3.74 5/364 26924
/proc/meminfo: memFree=7892004/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=522284 CPUtime=1242.34 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 990821 0 0 0 124008 226 0 0 25 0 1 0 687171510 534818816 94124 33554432000 4194304 4300056 140734886892112 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 130571 94124 247 26 0 127203 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 522284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.75 5/364 26925
/proc/meminfo: memFree=7490696/32950928 swapFree=67111200/67111528
[pid=26794] ppid=26792 vsize=740816 CPUtime=1300.05 cores=5,7
/proc/26794/stat : 26794 (lr_gl_shr) R 26792 26794 26572 0 -1 4202496 1029195 0 0 0 129770 235 0 0 25 0 1 0 687171510 758595584 132158 33554432000 4194304 4300056 140734886892112 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/26794/statm: 185204 132158 247 26 0 181836 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 740816

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.04
CPU time (s): 1300.08
CPU user time (s): 1297.71
CPU system time (s): 2.37664
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 740816

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

runsolver used 4.64429 second user time and 10.7014 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-09 21:30:08
IDJOB=3349826
IDBENCH=71718
IDSOLVER=1814
FILE ID=node115/3349826-1304969408
RUNJOBID= node115-1304968098-26593
PBS_JOBID= 13285635
Free space on /tmp= 50360 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.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-3349826-1304969408/watcher-3349826-1304969408 -o /tmp/evaluation-result-3349826-1304969408/solver-3349826-1304969408 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349826-1304969408.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=1041096563

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12991644 kB
Buffers:        202164 kB
Cached:        8865916 kB
SwapCached:          0 kB
Active:       11028840 kB
Inactive:      8484912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12991644 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            6200 kB
Writeback:          12 kB
AnonPages:    10445544 kB
Mapped:          28540 kB
Slab:           339244 kB
PageTables:      42136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 70167300 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= 50272 MiB
End job on node115 at 2011-05-09 21:51:50