Trace number 3350005

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_GL_NOSHR 2011-03-02? (TO) 1300.07 1300.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_19_UNKNOWN.cnf
MD5SUM4cf2a693df1b6e5a084b88e84ec5f2af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.5608
Satisfiable
(Un)Satisfiability was proved
Number of variables4020
Number of clauses466486
Sum of the clauses size1393798
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26187
Number of clauses of size 3460268
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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

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.05 4.00 3.15 5/286 18956
/proc/meminfo: memFree=17453004/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=20192 CPUtime=0 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 573 0 0 0 0 0 0 0 25 0 1 0 687185993 20676608 512 33554432000 4194304 4300056 140736354580016 18446744073709551615 4220640 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 5048 512 219 26 0 1680 0

[startup+0.0719749 s]
/proc/loadavg: 4.05 4.00 3.15 5/286 18956
/proc/meminfo: memFree=17453004/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=26740 CPUtime=0.06 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 3328 0 0 0 6 0 0 0 25 0 1 0 687185993 27381760 2802 33554432000 4194304 4300056 140736354580016 18446744073709551615 260020395776 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 6685 2803 220 26 0 3317 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26740

[startup+0.100969 s]
/proc/loadavg: 4.05 4.00 3.15 5/286 18956
/proc/meminfo: memFree=17453004/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=30308 CPUtime=0.08 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 4802 0 0 0 8 0 0 0 25 0 1 0 687185993 31035392 4005 33554432000 4194304 4300056 140736354580016 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 7577 4005 220 26 0 4209 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30308

[startup+0.300938 s]
/proc/loadavg: 4.05 4.00 3.15 5/286 18956
/proc/meminfo: memFree=17453004/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=46656 CPUtime=0.29 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 9078 0 0 0 28 1 0 0 25 0 1 0 687185993 47775744 7731 33554432000 4194304 4300056 140736354580016 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 11664 7731 227 26 0 8296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46656

[startup+0.700869 s]
/proc/loadavg: 4.05 4.00 3.15 5/286 18956
/proc/meminfo: memFree=17453004/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=46656 CPUtime=0.69 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 9078 0 0 0 68 1 0 0 25 0 1 0 687185993 47775744 7731 33554432000 4194304 4300056 140736354580016 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 11664 7731 227 26 0 8296 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46656

[startup+1.50072 s]
/proc/loadavg: 4.05 4.00 3.16 5/287 18957
/proc/meminfo: memFree=17417044/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=46656 CPUtime=1.49 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 9078 0 0 0 148 1 0 0 25 0 1 0 687185993 47775744 7731 33554432000 4194304 4300056 140736354580016 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 11664 7731 227 26 0 8296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46656

[startup+3.1004 s]
/proc/loadavg: 4.05 4.00 3.16 5/287 18957
/proc/meminfo: memFree=17410224/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=46964 CPUtime=3.09 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 9166 0 0 0 308 1 0 0 25 0 1 0 687185993 48091136 7811 33554432000 4194304 4300056 140736354580016 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 11741 7811 228 26 0 8373 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46964

[startup+6.30083 s]
/proc/loadavg: 4.05 4.00 3.16 5/287 18957
/proc/meminfo: memFree=17391512/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=63996 CPUtime=6.28 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 15641 0 0 0 626 2 0 0 25 0 1 0 687185993 65531904 11163 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 15999 11163 246 26 0 12631 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 63996

[startup+12.7007 s]
/proc/loadavg: 4.04 4.00 3.16 5/287 18957
/proc/meminfo: memFree=17323444/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=119780 CPUtime=12.68 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 24892 0 0 0 1264 4 0 0 25 0 1 0 687185993 122654720 20379 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 29945 20379 246 26 0 26577 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 119780

[startup+25.5003 s]
/proc/loadavg: 4.03 4.00 3.17 5/287 18957
/proc/meminfo: memFree=17210968/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=179600 CPUtime=25.48 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 39921 0 0 0 2540 8 0 0 25 0 1 0 687185993 183910400 35330 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 44900 35330 246 26 0 41532 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 179600

[startup+51.1007 s]
/proc/loadavg: 4.02 4.00 3.19 5/287 18958
/proc/meminfo: memFree=17059648/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=275060 CPUtime=51.09 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 54800 0 0 0 5098 11 0 0 25 0 1 0 687185993 281661440 50118 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 68765 50118 246 26 0 65397 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 275060

[startup+102.31 s]
/proc/loadavg: 4.01 4.00 3.24 5/287 18959
/proc/meminfo: memFree=16731740/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=425916 CPUtime=102.29 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 84912 0 0 0 10211 18 0 0 25 0 1 0 687185993 436137984 80091 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 106479 80091 246 26 0 103111 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 425916

[startup+162.3 s]
/proc/loadavg: 4.04 4.01 3.29 5/287 18961
/proc/meminfo: memFree=16688292/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=443012 CPUtime=162.29 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 110355 0 0 0 16202 27 0 0 25 0 1 0 687185993 453644288 105410 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 110753 105410 246 26 0 107385 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 443012

[startup+222.3 s]
/proc/loadavg: 4.07 4.02 3.33 5/287 18991
/proc/meminfo: memFree=15858964/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=676404 CPUtime=222.29 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 132775 0 0 0 22195 34 0 0 25 0 1 0 687185993 692637696 127713 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 169101 127713 246 26 0 165733 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 676404

[startup+282.3 s]
/proc/loadavg: 4.08 4.03 3.38 5/284 18995
/proc/meminfo: memFree=16284536/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=688416 CPUtime=282.29 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 152967 0 0 0 28188 41 0 0 25 0 1 0 687185993 704937984 147779 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 172104 147779 246 26 0 168736 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 688416

[startup+342.3 s]
/proc/loadavg: 4.06 4.04 3.42 5/284 19024
/proc/meminfo: memFree=16104880/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=698844 CPUtime=342.3 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 173426 0 0 0 34182 48 0 0 25 0 1 0 687185993 715616256 168138 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 174711 168138 246 26 0 171343 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 698844

[startup+402.3 s]
/proc/loadavg: 4.02 4.03 3.45 5/287 19052
/proc/meminfo: memFree=16088564/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=1062852 CPUtime=402.3 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 191523 0 0 0 40178 52 0 0 25 0 1 0 687185993 1088360448 186146 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 265713 186146 246 26 0 262345 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1062852

[startup+462.3 s]
/proc/loadavg: 4.01 4.02 3.48 5/287 19081
/proc/meminfo: memFree=15712392/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=1070296 CPUtime=462.3 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 217703 0 0 0 46172 58 0 0 25 0 1 0 687185993 1095983104 212192 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256027 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 267574 212192 246 26 0 264206 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1070296

[startup+522.3 s]
/proc/loadavg: 4.00 4.02 3.51 5/287 19083
/proc/meminfo: memFree=15750676/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=514372 CPUtime=522.3 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 307025 0 0 0 52157 73 0 0 25 0 1 0 687185993 526716928 118215 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 128593 118215 246 26 0 125225 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 514372

[startup+582.3 s]
/proc/loadavg: 4.00 4.01 3.54 5/287 19084
/proc/meminfo: memFree=15322636/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=732048 CPUtime=582.31 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 325079 0 0 0 58153 78 0 0 25 0 1 0 687185993 749617152 136167 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 183012 136167 246 26 0 179644 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 732048

[startup+642.301 s]
/proc/loadavg: 4.04 4.02 3.57 5/287 19086
/proc/meminfo: memFree=14891584/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=735460 CPUtime=642.31 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 348477 0 0 0 64148 83 0 0 25 0 1 0 687185993 753111040 159448 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 183865 159448 246 26 0 180497 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 735460

[startup+702.301 s]
/proc/loadavg: 4.06 4.03 3.60 5/287 19087
/proc/meminfo: memFree=14443428/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=1087268 CPUtime=702.31 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 372130 0 0 0 70142 89 0 0 25 0 1 0 687185993 1113362432 182976 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 271817 182976 246 26 0 268449 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1087268

[startup+762.311 s]
/proc/loadavg: 4.02 4.02 3.62 5/287 19089
/proc/meminfo: memFree=14142236/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=1088548 CPUtime=762.32 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 376541 0 0 0 76142 90 0 0 25 0 1 0 687185993 1114673152 187364 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 272137 187364 246 26 0 268769 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1088548

[startup+822.301 s]
/proc/loadavg: 4.09 4.03 3.65 5/287 19091
/proc/meminfo: memFree=13787168/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=1089260 CPUtime=822.31 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 382004 0 0 0 82139 92 0 0 25 0 1 0 687185993 1115402240 192804 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 272315 192804 246 26 0 268947 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1089260

[startup+882.301 s]
/proc/loadavg: 3.50 3.88 3.62 4/281 19109
/proc/meminfo: memFree=15269012/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=1090256 CPUtime=882.31 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 387685 0 0 0 88137 94 0 0 25 0 1 0 687185993 1116422144 198451 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 272564 198451 246 26 0 269196 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1090256

[startup+942.301 s]
/proc/loadavg: 3.21 3.73 3.59 4/281 19111
/proc/meminfo: memFree=15102312/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=1091252 CPUtime=942.32 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 391271 0 0 0 94136 96 0 0 25 0 1 0 687185993 1117442048 202023 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 272813 202023 246 26 0 269445 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1091252

[startup+1002.3 s]
/proc/loadavg: 3.08 3.60 3.55 4/281 19112
/proc/meminfo: memFree=14945608/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=1092320 CPUtime=1002.32 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 395777 0 0 0 100134 98 0 0 25 0 1 0 687185993 1118535680 206508 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 273080 206508 246 26 0 269712 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1092320

[startup+1062.3 s]
/proc/loadavg: 3.03 3.49 3.51 4/281 19114
/proc/meminfo: memFree=14798128/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=1095696 CPUtime=1062.32 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 400571 0 0 0 106132 100 0 0 25 0 1 0 687185993 1121992704 211273 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 273924 211273 246 26 0 270556 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1095696

[startup+1122.3 s]
/proc/loadavg: 3.01 3.40 3.47 4/281 19116
/proc/meminfo: memFree=14591000/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=1112820 CPUtime=1122.32 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 412968 0 0 0 112128 104 0 0 25 0 1 0 687185993 1139527680 223627 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 278205 223627 246 26 0 274837 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1112820

[startup+1182.3 s]
/proc/loadavg: 3.00 3.32 3.44 4/281 19117
/proc/meminfo: memFree=14864996/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=555760 CPUtime=1182.32 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 499469 0 0 0 118112 120 0 0 25 0 1 0 687185993 569098240 121056 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256496 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 138940 121056 246 26 0 135572 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 555760

[startup+1242.3 s]
/proc/loadavg: 2.47 3.12 3.36 3/275 19137
/proc/meminfo: memFree=16091104/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=770684 CPUtime=1242.32 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 516992 0 0 0 124107 125 0 0 25 0 1 0 687185993 789180416 138481 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 192671 138481 246 26 0 189303 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 770684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.19 2.93 3.28 3/275 19138
/proc/meminfo: memFree=15959360/32951124 swapFree=67083432/67111528
[pid=18956] ppid=18954 vsize=770684 CPUtime=1300.04 cores=0,2
/proc/18956/stat : 18956 (lr_gl_shr) R 18954 18956 18638 0 -1 4202496 531941 0 0 0 129875 129 0 0 25 0 1 0 687185993 789180416 153299 33554432000 4194304 4300056 140736354580016 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18956/statm: 192671 153299 246 26 0 189303 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 770684

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

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

runsolver used 3.43548 second user time and 7.44687 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-09 21:32:34
IDJOB=3350005
IDBENCH=71095
IDSOLVER=1815
FILE ID=node110/3350005-1304969554
RUNJOBID= node110-1304968104-18656
PBS_JOBID= 13285640
Free space on /tmp= 50408 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_19_UNKNOWN.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350005-1304969554/watcher-3350005-1304969554 -o /tmp/evaluation-result-3350005-1304969554/solver-3350005-1304969554 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350005-1304969554.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 4cf2a693df1b6e5a084b88e84ec5f2af
RANDOM SEED=843370318

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17453408 kB
Buffers:        201404 kB
Cached:       11049660 kB
SwapCached:       1408 kB
Active:        4769476 kB
Inactive:     10124940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17453408 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           32780 kB
Writeback:           0 kB
AnonPages:     3642192 kB
Mapped:          23396 kB
Slab:           518172 kB
PageTables:      22384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46803332 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= 50448 MiB
End job on node110 at 2011-05-09 21:54:16