Trace number 3309089

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
SAT09 reference solver:glucose 1.0? (TO) 1300.03 1300.01

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c num clauses = 7170909
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  371419                                               |
0.00/0.00	c |  Number of clauses:    7170909                                              |
2.28/2.32	c |  Parsing time:         2.17         s                                       |

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: 935)

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-3309089-1303985829/watcher-3309089-1303985829 -o /tmp/evaluation-result-3309089-1303985829/solver-3309089-1303985829 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309089-1303985829.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.93 3.98 3.73 5/192 22956
/proc/meminfo: memFree=12579712/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0

[startup+0.0777921 s]
/proc/loadavg: 3.93 3.98 3.73 5/192 22956
/proc/meminfo: memFree=12579712/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100792 s]
/proc/loadavg: 3.93 3.98 3.73 5/192 22956
/proc/meminfo: memFree=12579712/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300765 s]
/proc/loadavg: 3.93 3.98 3.73 5/192 22956
/proc/meminfo: memFree=12579712/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70068 s]
/proc/loadavg: 3.93 3.98 3.73 5/192 22956
/proc/meminfo: memFree=12579712/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50053 s]
/proc/loadavg: 3.93 3.98 3.73 5/194 22960
/proc/meminfo: memFree=12406352/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=266128 CPUtime=1.49 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 64050 0 0 0 141 8 0 0 25 0 1 0 588814036 272515072 64004 33554432000 134512640 135217611 4293542192 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 66532 64004 60 173 0 66357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 274832

[startup+3.10024 s]
/proc/loadavg: 3.93 3.98 3.73 5/194 22960
/proc/meminfo: memFree=12218376/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=420868 CPUtime=3.09 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 100801 0 0 0 294 15 0 0 25 0 1 0 588814036 430968832 100755 33554432000 134512640 135217611 4293542192 18446744073709551615 134542144 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 105217 100755 74 173 0 105042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 429572

[startup+6.30064 s]
/proc/loadavg: 3.93 3.98 3.73 5/194 22960
/proc/meminfo: memFree=12170572/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=425576 CPUtime=6.28 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 101960 0 0 0 613 15 0 0 25 0 1 0 588814036 435789824 101914 33554432000 134512640 135217611 4293542192 18446744073709551615 134532700 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 106394 101914 76 173 0 106219 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 434280

[startup+12.7005 s]
/proc/loadavg: 3.86 3.97 3.72 5/190 22982
/proc/meminfo: memFree=12369676/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=431068 CPUtime=12.69 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 103309 0 0 0 1253 16 0 0 25 0 1 0 588814036 441413632 103263 33554432000 134512640 135217611 4293542192 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 107767 103263 76 173 0 107592 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 439772

[startup+25.5011 s]
/proc/loadavg: 3.96 3.98 3.73 5/194 22989
/proc/meminfo: memFree=11930000/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=435056 CPUtime=25.49 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 104315 0 0 0 2533 16 0 0 25 0 1 0 588814036 445497344 104269 33554432000 134512640 135217611 4293542192 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 108764 104269 76 173 0 108589 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 443760

[startup+51.1003 s]
/proc/loadavg: 4.16 4.03 3.75 5/194 23021
/proc/meminfo: memFree=11466096/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=439228 CPUtime=51.09 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 105327 0 0 0 5092 17 0 0 25 0 1 0 588814036 449769472 105281 33554432000 134512640 135217611 4293542192 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 109807 105281 76 173 0 109632 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 447932

[startup+102.307 s]
/proc/loadavg: 4.07 4.02 3.76 5/194 23022
/proc/meminfo: memFree=11439160/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=446880 CPUtime=102.3 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 107168 0 0 0 10213 17 0 0 25 0 1 0 588814036 457605120 107122 33554432000 134512640 135217611 4293542192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 111720 107122 76 173 0 111545 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 455584

[startup+162.301 s]
/proc/loadavg: 4.02 4.02 3.78 5/194 23024
/proc/meminfo: memFree=11401516/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=457772 CPUtime=162.3 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 109856 0 0 0 16211 19 0 0 25 0 1 0 588814036 468758528 109810 33554432000 134512640 135217611 4293542192 18446744073709551615 134532734 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 114443 109810 76 173 0 114268 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 466476

[startup+222.301 s]
/proc/loadavg: 4.09 4.03 3.79 5/194 23025
/proc/meminfo: memFree=11387436/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=464652 CPUtime=222.29 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 111600 0 0 0 22210 19 0 0 25 0 1 0 588814036 475803648 111554 33554432000 134512640 135217611 4293542192 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 116163 111554 76 173 0 115988 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 473356

[startup+282.301 s]
/proc/loadavg: 3.06 3.77 3.72 3/180 23065
/proc/meminfo: memFree=12370440/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=468544 CPUtime=282.3 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 112536 0 0 0 28210 20 0 0 25 0 1 0 588814036 479789056 112490 33554432000 134512640 135217611 4293542192 18446744073709551615 134533293 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 117136 112490 76 173 0 116961 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 477248

[startup+342.3 s]
/proc/loadavg: 2.42 3.46 3.61 3/180 23066
/proc/meminfo: memFree=12369636/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=469660 CPUtime=342.3 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 112756 0 0 0 34210 20 0 0 25 0 1 0 588814036 480931840 112710 33554432000 134512640 135217611 4293542192 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 117415 112710 76 173 0 117240 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 478364

[startup+402.3 s]
/proc/loadavg: 2.15 3.19 3.51 3/180 23068
/proc/meminfo: memFree=12366208/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7

################
# More data... #
################

/proc/22958/statm: 124966 120260 76 173 0 124791 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 508568

[startup+642.301 s]
/proc/loadavg: 2.00 2.53 3.16 3/180 23074
/proc/meminfo: memFree=12311164/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=510956 CPUtime=642.32 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 123051 0 0 0 64210 22 0 0 25 0 1 0 588814036 523218944 123005 33554432000 134512640 135217611 4293542192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 127739 123005 76 173 0 127564 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 519660

[startup+702.301 s]
/proc/loadavg: 2.00 2.43 3.08 3/180 23076
/proc/meminfo: memFree=12311012/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=510956 CPUtime=702.31 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 123060 0 0 0 70209 22 0 0 25 0 1 0 588814036 523218944 123014 33554432000 134512640 135217611 4293542192 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 127739 123014 76 173 0 127564 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 519660

[startup+762.307 s]
/proc/loadavg: 1.92 2.33 3.00 2/174 23096
/proc/meminfo: memFree=12434516/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=511244 CPUtime=762.32 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 123120 0 0 0 76210 22 0 0 25 0 1 0 588814036 523513856 123074 33554432000 134512640 135217611 4293542192 18446744073709551615 134532918 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 127811 123074 76 173 0 127636 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 519948

[startup+822.3 s]
/proc/loadavg: 1.34 2.09 2.88 2/173 23097
/proc/meminfo: memFree=12434880/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=511244 CPUtime=822.32 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 123125 0 0 0 82210 22 0 0 25 0 1 0 588814036 523513856 123079 33554432000 134512640 135217611 4293542192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 127811 123079 76 173 0 127636 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 519948

[startup+882.3 s]
/proc/loadavg: 1.12 1.89 2.76 2/173 23099
/proc/meminfo: memFree=12434856/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=511244 CPUtime=882.32 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 123132 0 0 0 88210 22 0 0 25 0 1 0 588814036 523513856 123086 33554432000 134512640 135217611 4293542192 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 127811 123086 76 173 0 127636 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 519948

[startup+942.301 s]
/proc/loadavg: 1.04 1.72 2.64 2/173 23100
/proc/meminfo: memFree=12418832/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=527624 CPUtime=942.31 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 127251 0 0 0 94208 23 0 0 25 0 1 0 588814036 540286976 127205 33554432000 134512640 135217611 4293542192 18446744073709551615 134542566 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 131906 127205 76 173 0 131731 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 536328

[startup+1002.3 s]
/proc/loadavg: 1.01 1.59 2.54 2/173 23102
/proc/meminfo: memFree=12411352/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=535288 CPUtime=1002.32 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 129086 0 0 0 100208 24 0 0 25 0 1 0 588814036 548134912 129040 33554432000 134512640 135217611 4293542192 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 133822 129040 76 173 0 133647 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 543992

[startup+1062.3 s]
/proc/loadavg: 1.00 1.48 2.44 2/173 23104
/proc/meminfo: memFree=12410932/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=535860 CPUtime=1062.32 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 129189 0 0 0 106208 24 0 0 25 0 1 0 588814036 548720640 129143 33554432000 134512640 135217611 4293542192 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 133965 129143 76 173 0 133790 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 544564

[startup+1122.3 s]
/proc/loadavg: 1.00 1.39 2.35 2/173 23105
/proc/meminfo: memFree=12411028/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=535860 CPUtime=1122.32 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 129191 0 0 0 112208 24 0 0 25 0 1 0 588814036 548720640 129145 33554432000 134512640 135217611 4293542192 18446744073709551615 134538132 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 133965 129145 76 173 0 133790 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 544564

[startup+1182.3 s]
/proc/loadavg: 1.00 1.32 2.26 2/173 23107
/proc/meminfo: memFree=12398096/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=548972 CPUtime=1182.32 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 132447 0 0 0 118207 25 0 0 25 0 1 0 588814036 562147328 132401 33554432000 134512640 135217611 4293542192 18446744073709551615 134526338 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 137243 132401 76 173 0 137068 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 557676

[startup+1242.3 s]
/proc/loadavg: 1.00 1.26 2.18 2/173 23108
/proc/meminfo: memFree=12397940/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=548972 CPUtime=1242.33 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 132453 0 0 0 124208 25 0 0 25 0 1 0 588814036 562147328 132407 33554432000 134512640 135217611 4293542192 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 137243 132407 76 173 0 137068 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 557676



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.06 1.22 2.11 2/173 23112
/proc/meminfo: memFree=12397900/32950928 swapFree=67111528/67111528
[pid=22956] ppid=22954 vsize=8704 CPUtime=0 cores=5,7
/proc/22956/stat : 22956 (glucose.sh) S 22954 22956 22509 0 -1 4202496 358 110 0 0 0 0 0 0 22 0 1 0 588814035 8912896 254 33554432000 4194304 4922060 140734627115280 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22956/statm: 2176 254 211 178 0 69 0
[pid=22958] ppid=22956 vsize=549080 CPUtime=1300.03 cores=5,7
/proc/22958/stat : 22958 (glucose_static) R 22956 22956 22509 0 -1 4202496 132480 0 0 0 129978 25 0 0 25 0 1 0 588814036 562257920 132434 33554432000 134512640 135217611 4293542192 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22958/statm: 137270 132434 76 173 0 137095 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 557784

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22956 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1300.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1299.78
CPU system time (s): 0.25
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 557784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 3

runsolver used 1.93371 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-28 12:17:14
IDJOB=3309089
IDBENCH=85005
IDSOLVER=1691
FILE ID=node113/3309089-1303985829
RUNJOBID= node113-1303983221-22530
PBS_JOBID= 13168713
Free space on /tmp= 70972 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309089-1303985829/watcher-3309089-1303985829 -o /tmp/evaluation-result-3309089-1303985829/solver-3309089-1303985829 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309089-1303985829.cnf

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=105563331

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12579868 kB
Buffers:       1869360 kB
Cached:       17510752 kB
SwapCached:          0 kB
Active:       11217420 kB
Inactive:      8551868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12579868 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          163700 kB
Writeback:           0 kB
AnonPages:      388560 kB
Mapped:          16068 kB
Slab:           536772 kB
PageTables:       5984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   582752 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= 71012 MiB
End job on node113 at 2011-04-28 12:38:56