Trace number 3349813

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.07 1300.02

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.219
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

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-3349813-1304968109/watcher-3349813-1304968109 -o /tmp/evaluation-result-3349813-1304968109/solver-3349813-1304968109 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349813-1304968109.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: 0.00 0.00 0.00 2/313 4864
/proc/meminfo: memFree=5591944/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=19204 CPUtime=0 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 314 0 0 0 0 0 0 0 19 0 1 0 687041671 19664896 256 33554432000 4194304 4300056 140736403364784 18446744073709551615 231895490304 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 4801 256 213 26 0 1433 0

[startup+0.0615831 s]
/proc/loadavg: 0.00 0.00 0.00 2/313 4864
/proc/meminfo: memFree=5591944/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=26232 CPUtime=0.05 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 2526 0 0 0 5 0 0 0 19 0 1 0 687041671 26861568 2286 33554432000 4194304 4300056 140736403364784 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 6558 2288 220 26 0 3190 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26232

[startup+0.100579 s]
/proc/loadavg: 0.00 0.00 0.00 2/313 4864
/proc/meminfo: memFree=5591944/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=29028 CPUtime=0.08 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 3761 0 0 0 8 0 0 0 19 0 1 0 687041671 29724672 3395 33554432000 4194304 4300056 140736403364784 18446744073709551615 4230407 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 7257 3395 227 26 0 3889 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29028

[startup+0.300537 s]
/proc/loadavg: 0.00 0.00 0.00 2/313 4864
/proc/meminfo: memFree=5591944/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=30984 CPUtime=0.28 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 5987 0 0 0 28 0 0 0 20 0 1 0 687041671 31727616 4120 33554432000 4194304 4300056 140736403364784 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 7746 4120 236 26 0 4378 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30984

[startup+0.700461 s]
/proc/loadavg: 0.00 0.00 0.00 2/313 4864
/proc/meminfo: memFree=5591944/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=32660 CPUtime=0.68 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 6255 0 0 0 68 0 0 0 20 0 1 0 687041671 33443840 4387 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 8165 4387 246 26 0 4797 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32660

[startup+1.50036 s]
/proc/loadavg: 0.00 0.00 0.00 2/314 4865
/proc/meminfo: memFree=5574080/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=35380 CPUtime=1.48 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 6853 0 0 0 148 0 0 0 23 0 1 0 687041671 36229120 4974 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 8845 4974 246 26 0 5477 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35380

[startup+3.10099 s]
/proc/loadavg: 0.00 0.00 0.00 4/318 4874
/proc/meminfo: memFree=5548456/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=39800 CPUtime=3.09 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 7936 0 0 0 308 1 0 0 25 0 1 0 687041671 40755200 6044 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 9950 6044 246 26 0 6582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39800

[startup+6.30039 s]
/proc/loadavg: 0.16 0.03 0.01 3/319 4875
/proc/meminfo: memFree=5465872/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=47724 CPUtime=6.29 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 10233 0 0 0 628 1 0 0 25 0 1 0 687041671 48869376 8317 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 11931 8317 246 26 0 8563 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47724

[startup+12.7002 s]
/proc/loadavg: 0.31 0.07 0.02 4/324 4885
/proc/meminfo: memFree=5377344/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=81092 CPUtime=12.68 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 14863 0 0 0 1266 2 0 0 25 0 1 0 687041671 83038208 12884 33554432000 4194304 4300056 140736403364784 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 20273 12884 246 26 0 16905 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 81092

[startup+25.5007 s]
/proc/loadavg: 1.06 0.24 0.08 5/329 4896
/proc/meminfo: memFree=5193724/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=60652 CPUtime=25.49 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 24838 0 0 0 2545 4 0 0 25 0 1 0 687041671 62107648 9778 33554432000 4194304 4300056 140736403364784 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 15163 9778 246 26 0 11795 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60652

[startup+51.1009 s]
/proc/loadavg: 2.12 0.56 0.19 5/329 4923
/proc/meminfo: memFree=5188652/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=79332 CPUtime=51.09 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 43902 0 0 0 5101 8 0 0 25 0 1 0 687041671 81235968 15066 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 19833 15066 246 26 0 16465 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79332

[startup+102.312 s]
/proc/loadavg: 3.18 1.09 0.38 5/329 4925
/proc/meminfo: memFree=4974976/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=136148 CPUtime=102.3 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 75700 0 0 0 10215 15 0 0 25 0 1 0 687041671 139415552 29257 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 34037 29257 246 26 0 30669 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 136148

[startup+162.301 s]
/proc/loadavg: 3.70 1.61 0.61 5/329 4926
/proc/meminfo: memFree=4932188/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=85364 CPUtime=162.3 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 110231 0 0 0 16204 26 0 0 25 0 1 0 687041671 87412736 16355 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 21341 16355 246 26 0 17973 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 85364

[startup+222.3 s]
/proc/loadavg: 3.89 2.05 0.82 5/329 4928
/proc/meminfo: memFree=4782732/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=121312 CPUtime=222.3 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 140802 0 0 0 22194 36 0 0 25 0 1 0 687041671 124223488 24582 33554432000 4194304 4300056 140736403364784 18446744073709551615 4262793 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 30328 24582 246 26 0 26960 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 121312

[startup+282.301 s]
/proc/loadavg: 3.96 2.40 1.01 5/329 4930
/proc/meminfo: memFree=4667496/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=128796 CPUtime=282.3 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 173173 0 0 0 28187 43 0 0 25 0 1 0 687041671 131887104 25420 33554432000 4194304 4300056 140736403364784 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 32199 25420 246 26 0 28831 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 128796

[startup+342.301 s]
/proc/loadavg: 3.98 2.69 1.20 5/329 4931
/proc/meminfo: memFree=4538500/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=164016 CPUtime=342.3 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 200417 0 0 0 34180 50 0 0 25 0 1 0 687041671 167952384 34015 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 41004 34015 246 26 0 37636 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 164016

[startup+402.301 s]
/proc/loadavg: 4.04 2.94 1.38 5/329 4933
/proc/meminfo: memFree=4693456/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=168432 CPUtime=402.31 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 227659 0 0 0 40172 59 0 0 25 0 1 0 687041671 172474368 31362 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 42108 31362 246 26 0 38740 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 168432

[startup+462.301 s]
/proc/loadavg: 4.09 3.15 1.54 5/329 4934
/proc/meminfo: memFree=4559628/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=168432 CPUtime=462.3 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 251447 0 0 0 46166 64 0 0 25 0 1 0 687041671 172474368 34863 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 42108 34863 246 26 0 38740 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 168432

[startup+522.3 s]
/proc/loadavg: 4.21 3.35 1.71 5/329 4963
/proc/meminfo: memFree=4672196/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=172896 CPUtime=522.31 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 279500 0 0 0 52159 72 0 0 25 0 1 0 687041671 177045504 38996 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 43224 38996 246 26 0 39856 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 172896

[startup+582.301 s]
/proc/loadavg: 4.08 3.46 1.85 5/329 4965
/proc/meminfo: memFree=4631944/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=181340 CPUtime=582.3 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 303563 0 0 0 58151 79 0 0 25 0 1 0 687041671 185692160 34990 33554432000 4194304 4300056 140736403364784 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 45335 34990 246 26 0 41967 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 181340

[startup+642.301 s]
/proc/loadavg: 4.03 3.56 1.98 5/329 4966
/proc/meminfo: memFree=4506676/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=314548 CPUtime=642.32 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 324653 0 0 0 64145 87 0 0 25 0 1 0 687041671 322097152 55885 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256556 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 78637 55885 246 26 0 75269 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 314548

[startup+702.301 s]
/proc/loadavg: 4.01 3.64 2.10 5/329 4968
/proc/meminfo: memFree=4507268/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=191728 CPUtime=702.32 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 347614 0 0 0 70137 95 0 0 25 0 1 0 687041671 196329472 40816 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 47932 40816 246 26 0 44564 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 191728

[startup+762.313 s]
/proc/loadavg: 4.00 3.70 2.22 5/329 4969
/proc/meminfo: memFree=4425992/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=194996 CPUtime=762.33 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 371267 0 0 0 76131 102 0 0 25 0 1 0 687041671 199675904 41196 33554432000 4194304 4300056 140736403364784 18446744073709551615 4251400 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 48749 41196 246 26 0 45381 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 194996

[startup+822.3 s]
/proc/loadavg: 4.00 3.75 2.33 5/329 4971
/proc/meminfo: memFree=4368280/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=194996 CPUtime=822.32 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 394994 0 0 0 82121 111 0 0 25 0 1 0 687041671 199675904 39979 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 48749 39979 246 26 0 45381 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 194996

[startup+882.301 s]
/proc/loadavg: 4.08 3.82 2.44 5/329 4973
/proc/meminfo: memFree=4360164/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=202120 CPUtime=882.32 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 419684 0 0 0 88113 119 0 0 25 0 1 0 687041671 206970880 43796 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 50530 43796 246 26 0 47162 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 202120

[startup+942.301 s]
/proc/loadavg: 4.14 3.88 2.55 5/329 4974
/proc/meminfo: memFree=4345960/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=171300 CPUtime=942.32 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 445103 0 0 0 94104 128 0 0 25 0 1 0 687041671 175411200 37546 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 42825 37546 246 26 0 39457 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 171300

[startup+1002.3 s]
/proc/loadavg: 4.15 3.93 2.64 5/329 4976
/proc/meminfo: memFree=4152460/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=252208 CPUtime=1002.32 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 465369 0 0 0 100097 135 0 0 25 0 1 0 687041671 258260992 57503 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 63052 57503 246 26 0 59684 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 252208

[startup+1062.3 s]
/proc/loadavg: 4.10 3.96 2.73 5/324 4998
/proc/meminfo: memFree=4280460/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=209116 CPUtime=1062.32 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 489758 0 0 0 106090 142 0 0 25 0 1 0 687041671 214134784 48646 33554432000 4194304 4300056 140736403364784 18446744073709551615 4264273 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 52279 48646 246 26 0 48911 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 209116

[startup+1122.3 s]
/proc/loadavg: 4.07 3.97 2.81 5/329 5006
/proc/meminfo: memFree=4822004/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=209116 CPUtime=1122.33 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 516502 0 0 0 112083 150 0 0 25 0 1 0 687041671 214134784 47396 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 52279 47396 246 26 0 48911 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 209116

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 2.88 5/329 5008
/proc/meminfo: memFree=4675172/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=216140 CPUtime=1182.33 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 538220 0 0 0 118077 156 0 0 25 0 1 0 687041671 221327360 44214 33554432000 4194304 4300056 140736403364784 18446744073709551615 4254711 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 54035 44214 246 26 0 50667 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 216140

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 2.95 5/329 5009
/proc/meminfo: memFree=4542420/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=220508 CPUtime=1242.34 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 564674 0 0 0 124069 165 0 0 25 0 1 0 687041671 225800192 44565 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 55127 44565 246 26 0 51759 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 220508



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.01 5/329 5011
/proc/meminfo: memFree=4355248/32950928 swapFree=67085488/67111528
[pid=4864] ppid=4862 vsize=270596 CPUtime=1300.05 cores=5,7
/proc/4864/stat : 4864 (lr_gl_shr) R 4862 4864 4834 0 -1 4202496 580958 0 0 0 129836 169 0 0 25 0 1 0 687041671 277090304 60696 33554432000 4194304 4300056 140736403364784 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4864/statm: 67649 60696 246 26 0 64281 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 270596

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.07
CPU user time (s): 1298.37
CPU system time (s): 1.70274
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 333596

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

runsolver used 3.78842 second user time and 9.24659 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-09 21:08:30
IDJOB=3349813
IDBENCH=20529
IDSOLVER=1814
FILE ID=node114/3349813-1304968109
RUNJOBID= node114-1304968099-4855
PBS_JOBID= 13285636
Free space on /tmp= 39832 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k20.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-3349813-1304968109/watcher-3349813-1304968109 -o /tmp/evaluation-result-3349813-1304968109/solver-3349813-1304968109 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349813-1304968109.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 2bee695ce4278b72ee9295631ad94252
RANDOM SEED=1624722005

node114.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.848
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.69
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.848
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.848
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5593220 kB
Buffers:        222732 kB
Cached:       16163208 kB
SwapCached:        192 kB
Active:       14381880 kB
Inactive:     12356528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5593220 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            3780 kB
Writeback:           0 kB
AnonPages:    10352368 kB
Mapped:          26232 kB
Slab:           519104 kB
PageTables:      37004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52430940 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= 39792 MiB
End job on node114 at 2011-05-09 21:30:12