Trace number 3350198

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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

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: 4.16 4.06 3.15 5/410 16575
/proc/meminfo: memFree=23225268/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=20388 CPUtime=0 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 721 0 0 0 0 0 0 0 25 0 1 0 608554908 20877312 644 33554432000 4194304 4300056 140737390303424 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 5097 645 219 26 0 1729 0

[startup+0.039182 s]
/proc/loadavg: 4.16 4.06 3.15 5/410 16575
/proc/meminfo: memFree=23225268/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=21904 CPUtime=0.03 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 1820 0 0 0 3 0 0 0 25 0 1 0 608554908 22429696 1581 33554432000 4194304 4300056 140737390303424 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 5476 1581 227 26 0 2108 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21904

[startup+0.10117 s]
/proc/loadavg: 4.16 4.06 3.15 5/410 16575
/proc/meminfo: memFree=23225268/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=21904 CPUtime=0.09 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 1820 0 0 0 9 0 0 0 25 0 1 0 608554908 22429696 1581 33554432000 4194304 4300056 140737390303424 18446744073709551615 4230361 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 5476 1581 227 26 0 2108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21904

[startup+0.300134 s]
/proc/loadavg: 4.16 4.06 3.15 5/410 16575
/proc/meminfo: memFree=23225268/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=22864 CPUtime=0.29 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 2196 0 0 0 29 0 0 0 25 0 1 0 608554908 23412736 1943 33554432000 4194304 4300056 140737390303424 18446744073709551615 4230388 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 5716 1943 228 26 0 2348 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22864

[startup+0.701068 s]
/proc/loadavg: 4.16 4.06 3.15 5/410 16575
/proc/meminfo: memFree=23225268/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=20824 CPUtime=0.69 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 2850 0 0 0 69 0 0 0 25 0 1 0 608554908 21323776 1892 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 5206 1892 246 26 0 1838 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20824

[startup+1.50094 s]
/proc/loadavg: 4.16 4.06 3.15 5/411 16576
/proc/meminfo: memFree=23213612/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=22932 CPUtime=1.49 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 3267 0 0 0 149 0 0 0 25 0 1 0 608554908 23482368 2292 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 5733 2292 246 26 0 2365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22932

[startup+3.10066 s]
/proc/loadavg: 4.16 4.06 3.15 5/411 16576
/proc/meminfo: memFree=23206988/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=26720 CPUtime=3.09 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 4172 0 0 0 309 0 0 0 25 0 1 0 608554908 27361280 3169 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 6680 3169 246 26 0 3312 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26720

[startup+6.3011 s]
/proc/loadavg: 4.14 4.05 3.15 5/411 16576
/proc/meminfo: memFree=23191240/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=34256 CPUtime=6.29 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 6261 0 0 0 629 0 0 0 25 0 1 0 608554908 35078144 5217 33554432000 4194304 4300056 140737390303424 18446744073709551615 4264239 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 8564 5217 246 26 0 5196 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34256

[startup+12.701 s]
/proc/loadavg: 4.13 4.05 3.16 5/411 16576
/proc/meminfo: memFree=23172024/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=44200 CPUtime=12.69 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 13970 0 0 0 1267 2 0 0 25 0 1 0 608554908 45260800 5546 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 11050 5546 246 26 0 7682 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44200

[startup+25.5008 s]
/proc/loadavg: 4.10 4.05 3.17 5/411 16604
/proc/meminfo: memFree=23486332/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=57912 CPUtime=25.49 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 19323 0 0 0 2547 2 0 0 25 0 1 0 608554908 59301888 10857 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 14478 10857 246 26 0 11110 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57912

[startup+51.1004 s]
/proc/loadavg: 4.07 4.05 3.19 5/411 16605
/proc/meminfo: memFree=23333752/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=88252 CPUtime=51.09 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 30792 0 0 0 5105 4 0 0 25 0 1 0 608554908 90370048 17128 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 22063 17128 246 26 0 18695 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88252

[startup+102.316 s]
/proc/loadavg: 4.45 4.14 3.27 5/411 16661
/proc/meminfo: memFree=23078188/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=100400 CPUtime=102.3 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 33559 0 0 0 10223 7 0 0 25 0 1 0 608554908 102809600 19812 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 25100 19812 246 26 0 21732 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 100400

[startup+162.3 s]
/proc/loadavg: 4.18 4.12 3.31 5/411 16663
/proc/meminfo: memFree=22877032/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=100400 CPUtime=162.3 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 34130 0 0 0 16222 8 0 0 25 0 1 0 608554908 102809600 20374 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 25100 20374 246 26 0 21732 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 100400

[startup+222.301 s]
/proc/loadavg: 4.17 4.12 3.36 5/411 16665
/proc/meminfo: memFree=22687700/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=100400 CPUtime=222.29 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 35201 0 0 0 22221 8 0 0 25 0 1 0 608554908 102809600 21412 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 25100 21412 246 26 0 21732 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 100400

[startup+282.301 s]
/proc/loadavg: 4.11 4.11 3.40 5/411 16666
/proc/meminfo: memFree=22545432/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=100400 CPUtime=282.3 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 43222 0 0 0 28221 9 0 0 25 0 1 0 608554908 102809600 21819 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 25100 21819 246 26 0 21732 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 100400

[startup+342.3 s]
/proc/loadavg: 3.96 4.07 3.43 5/411 16696
/proc/meminfo: memFree=22724132/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=119076 CPUtime=342.3 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 48130 0 0 0 34220 10 0 0 25 0 1 0 608554908 121933824 26488 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 29769 26488 246 26 0 26401 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 119076

[startup+402.301 s]
/proc/loadavg: 4.05 4.08 3.47 5/411 16697
/proc/meminfo: memFree=22488756/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=119076 CPUtime=402.3 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 48131 0 0 0 40220 10 0 0 25 0 1 0 608554908 121933824 26489 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 29769 26489 246 26 0 26401 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 119076

[startup+462.301 s]
/proc/loadavg: 4.09 4.10 3.52 5/411 16699
/proc/meminfo: memFree=22249732/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=119076 CPUtime=462.3 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 48170 0 0 0 46220 10 0 0 25 0 1 0 608554908 121933824 26528 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 29769 26528 246 26 0 26401 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 119076

[startup+522.3 s]
/proc/loadavg: 4.06 4.09 3.55 5/411 16701
/proc/meminfo: memFree=21977696/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=132716 CPUtime=522.3 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 59551 0 0 0 52218 12 0 0 25 0 1 0 608554908 135901184 29941 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 33179 29941 246 26 0 29811 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 132716

[startup+582.301 s]
/proc/loadavg: 4.13 4.10 3.58 5/411 16702
/proc/meminfo: memFree=21803956/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=132716 CPUtime=582.3 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 67307 0 0 0 58217 13 0 0 25 0 1 0 608554908 135901184 29941 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 33179 29941 246 26 0 29811 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 132716

[startup+642.301 s]
/proc/loadavg: 4.25 4.13 3.62 5/411 16704
/proc/meminfo: memFree=21481380/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=132716 CPUtime=642.32 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 67308 0 0 0 64219 13 0 0 25 0 1 0 608554908 135901184 29942 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 33179 29942 246 26 0 29811 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 132716

[startup+702.3 s]
/proc/loadavg: 4.18 4.12 3.65 5/411 16705
/proc/meminfo: memFree=21301800/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=132716 CPUtime=702.3 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 92713 0 0 0 70215 15 0 0 25 0 1 0 608554908 135901184 29943 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 33179 29943 246 26 0 29811 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 132716

[startup+762.315 s]
/proc/loadavg: 4.18 4.12 3.68 5/411 16707
/proc/meminfo: memFree=21120600/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=132716 CPUtime=762.32 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 117871 0 0 0 76214 18 0 0 25 0 1 0 608554908 135901184 29943 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 33179 29943 246 26 0 29811 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 132716

[startup+822.301 s]
/proc/loadavg: 4.07 4.10 3.70 5/411 16709
/proc/meminfo: memFree=20947096/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=132716 CPUtime=822.31 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 135299 0 0 0 82210 21 0 0 25 0 1 0 608554908 135901184 29948 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 33179 29948 246 26 0 29811 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 132716

[startup+882.3 s]
/proc/loadavg: 4.02 4.08 3.71 5/411 16710
/proc/meminfo: memFree=20668308/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=132716 CPUtime=882.31 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 159835 0 0 0 88207 24 0 0 25 0 1 0 608554908 135901184 29948 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 33179 29948 246 26 0 29811 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 132716

[startup+942.301 s]
/proc/loadavg: 4.01 4.06 3.73 5/411 16712
/proc/meminfo: memFree=20518360/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=182036 CPUtime=942.31 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 196464 0 0 0 94203 28 0 0 25 0 1 0 608554908 186404864 37886 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 45509 37886 246 26 0 42141 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 182036

[startup+1002.3 s]
/proc/loadavg: 4.10 4.08 3.75 5/411 16713
/proc/meminfo: memFree=20168148/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=182036 CPUtime=1002.31 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 241659 0 0 0 100195 36 0 0 25 0 1 0 608554908 186404864 40154 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 45509 40154 246 26 0 42141 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 182036

[startup+1062.3 s]
/proc/loadavg: 4.08 4.08 3.77 5/411 16715
/proc/meminfo: memFree=20020188/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=182036 CPUtime=1062.31 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 262526 0 0 0 106192 39 0 0 25 0 1 0 608554908 186404864 38897 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 45509 38897 246 26 0 42141 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 182036

[startup+1122.3 s]
/proc/loadavg: 4.03 4.06 3.78 5/411 16717
/proc/meminfo: memFree=19744864/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=132716 CPUtime=1122.31 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 273327 0 0 0 112190 41 0 0 25 0 1 0 608554908 135901184 29950 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 33179 29950 246 26 0 29811 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 132716

[startup+1182.3 s]
/proc/loadavg: 4.08 4.06 3.80 5/411 16718
/proc/meminfo: memFree=19587352/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=182036 CPUtime=1182.31 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 290645 0 0 0 118187 44 0 0 25 0 1 0 608554908 186404864 37634 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 45509 37634 246 26 0 42141 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 182036

[startup+1242.3 s]
/proc/loadavg: 3.46 3.89 3.76 4/405 16737
/proc/meminfo: memFree=19793340/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=132716 CPUtime=1242.32 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 301740 0 0 0 124186 46 0 0 25 0 1 0 608554908 135901184 29950 33554432000 4194304 4300056 140737390303424 18446744073709551615 4263171 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 33179 29950 246 26 0 29811 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 132716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.17 3.73 3.71 4/405 16738
/proc/meminfo: memFree=19633732/32951132 swapFree=67093844/67111528
[pid=16575] ppid=16573 vsize=182036 CPUtime=1300.02 cores=5,7
/proc/16575/stat : 16575 (lr_gl_shr) R 16573 16575 15070 0 -1 4202496 329149 0 0 0 129953 49 0 0 25 0 1 0 608554908 186404864 38696 33554432000 4194304 4300056 140737390303424 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16575/statm: 45509 38696 246 26 0 42141 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 182036

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.54
CPU system time (s): 0.502923
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 182036

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

runsolver used 4.75828 second user time and 11.8422 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-09 21:32:43
IDJOB=3350198
IDBENCH=71098
IDSOLVER=1815
FILE ID=node128/3350198-1304969563
RUNJOBID= node128-1304968220-16310
PBS_JOBID= 13285622
Free space on /tmp= 50988 MiB

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

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=974606421

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      23225424 kB
Buffers:        167660 kB
Cached:        3210908 kB
SwapCached:       1408 kB
Active:        6409860 kB
Inactive:      2999560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23225424 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            2008 kB
Writeback:           0 kB
AnonPages:     6029752 kB
Mapped:          32428 kB
Slab:           210504 kB
PageTables:      39900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 101724132 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 50932 MiB
End job on node128 at 2011-05-09 21:54:25