Trace number 3309674

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
glueminisat 2.2.5? (TO) 5000.08 4999.92

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
MD5SUMb967fca11e85ef5b614d3452b1c4b2ad
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 variables257030
Number of clauses769313
Sum of the clauses size1795061
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2512874
Number of clauses of size 3256437
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 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-3309674-1303992575/watcher-3309674-1303992575 -o /tmp/evaluation-result-3309674-1303992575/solver-3309674-1303992575 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309674-1303992575.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.05 2.00 2/181 29949
/proc/meminfo: memFree=21069296/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=20144 CPUtime=0 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 862 0 0 0 0 0 0 0 24 0 1 0 510855463 20627456 795 33554432000 4194304 4309791 140735625700384 18446744073709551615 4294496 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 5036 795 216 29 0 1665 0

[startup+0.102267 s]
/proc/loadavg: 2.10 2.05 2.00 2/181 29949
/proc/meminfo: memFree=21069296/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=40388 CPUtime=0.09 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 6830 0 0 0 9 0 0 0 25 0 1 0 510855463 41357312 6211 33554432000 4194304 4309791 140735625700384 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 10097 6213 217 29 0 6726 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40388

[startup+0.200251 s]
/proc/loadavg: 2.10 2.05 2.00 2/181 29949
/proc/meminfo: memFree=21069296/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=62988 CPUtime=0.19 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 13101 0 0 0 18 1 0 0 25 0 1 0 510855463 64499712 11753 33554432000 4194304 4309791 140735625700384 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 15747 11753 250 29 0 12376 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 62988

[startup+0.300216 s]
/proc/loadavg: 2.10 2.05 2.00 2/181 29949
/proc/meminfo: memFree=21069296/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=86996 CPUtime=0.28 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 19212 0 0 0 27 1 0 0 25 0 1 0 510855463 89083904 17175 33554432000 4194304 4309791 140735625700384 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 21749 17177 268 29 0 18378 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 86996

[startup+0.701156 s]
/proc/loadavg: 2.10 2.05 2.00 2/181 29949
/proc/meminfo: memFree=21069296/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=125736 CPUtime=0.69 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 29326 0 0 0 66 3 0 0 25 0 1 0 510855463 128753664 26215 33554432000 4194304 4309791 140735625700384 18446744073709551615 4294526 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 31434 26215 225 29 0 28063 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 125736

[startup+1.50101 s]
/proc/loadavg: 2.10 2.05 2.00 3/182 29950
/proc/meminfo: memFree=20959796/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=143856 CPUtime=1.49 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 39563 0 0 0 145 4 0 0 25 0 1 0 510855463 147308544 30418 33554432000 4194304 4309791 140735625700384 18446744073709551615 4236474 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 35964 30418 226 29 0 32593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143856

[startup+3.10071 s]
/proc/loadavg: 2.10 2.05 2.00 3/182 29950
/proc/meminfo: memFree=20963020/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=125852 CPUtime=3.09 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 42225 0 0 0 304 5 0 0 25 0 1 0 510855463 128872448 26148 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 31463 26148 244 29 0 28092 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125852

[startup+6.30112 s]
/proc/loadavg: 2.09 2.04 2.00 3/182 29950
/proc/meminfo: memFree=20957328/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=125852 CPUtime=6.29 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 42630 0 0 0 624 5 0 0 25 0 1 0 510855463 128872448 26535 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 31463 26535 246 29 0 28092 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 125852

[startup+12.7009 s]
/proc/loadavg: 2.08 2.04 2.00 3/182 29950
/proc/meminfo: memFree=20942976/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=144528 CPUtime=12.69 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 43262 0 0 0 1264 5 0 0 25 0 1 0 510855463 147996672 27154 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 36132 27154 246 29 0 32761 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 144528

[startup+25.5006 s]
/proc/loadavg: 2.06 2.04 2.00 3/182 29951
/proc/meminfo: memFree=20908904/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=144528 CPUtime=25.49 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 47344 0 0 0 2543 6 0 0 25 0 1 0 510855463 147996672 30695 33554432000 4194304 4309791 140735625700384 18446744073709551615 4252133 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 36132 30695 246 29 0 32761 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144528

[startup+51.1008 s]
/proc/loadavg: 2.04 2.04 2.00 3/182 29951
/proc/meminfo: memFree=20857488/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=163204 CPUtime=51.09 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 48325 0 0 0 5102 7 0 0 25 0 1 0 510855463 167120896 31649 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 40801 31649 246 29 0 37430 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 163204

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 29953
/proc/meminfo: memFree=21249576/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=163204 CPUtime=102.3 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 50739 0 0 0 10221 9 0 0 25 0 1 0 510855463 167120896 33978 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 40801 33978 246 29 0 37430 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 163204

[startup+162.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/182 29954
/proc/meminfo: memFree=21136728/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=185240 CPUtime=162.29 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 51497 0 0 0 16220 9 0 0 25 0 1 0 510855463 189685760 34714 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 46310 34714 246 29 0 42939 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 185240

[startup+222.307 s]
/proc/loadavg: 2.03 2.03 2.00 3/182 29956
/proc/meminfo: memFree=21044700/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=185240 CPUtime=222.3 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 51776 0 0 0 22221 9 0 0 25 0 1 0 510855463 189685760 34983 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 46310 34983 246 29 0 42939 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 185240

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 29957
/proc/meminfo: memFree=20927764/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=185240 CPUtime=282.3 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 57728 0 0 0 28219 11 0 0 25 0 1 0 510855463 189685760 40295 33554432000 4194304 4309791 140735625700384 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 46310 40295 246 29 0 42939 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 185240

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 29959
/proc/meminfo: memFree=20821860/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=185240 CPUtime=342.3 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 58151 0 0 0 34218 12 0 0 25 0 1 0 510855463 189685760 40700 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 46310 40700 246 29 0 42939 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 185240

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 29961
/proc/meminfo: memFree=20733672/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=185240 CPUtime=402.3 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 59351 0 0 0 40218 12 0 0 25 0 1 0 510855463 189685760 41670 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 46310 41670 246 29 0 42939 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 185240

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29962
/proc/meminfo: memFree=20642020/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=185240 CPUtime=462.3 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 59351 0 0 0 46218 12 0 0 25 0 1 0 510855463 189685760 41670 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 46310 41670 246 29 0 42939 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 185240

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29964
/proc/meminfo: memFree=20544176/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=185240 CPUtime=522.3 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 59351 0 0 0 52218 12 0 0 25 0 1 0 510855463 189685760 41670 33554432000 4194304 4309791 140735625700384 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 46310 41670 246 29 0 42939 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 185240

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29965
/proc/meminfo: memFree=21181028/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=185240 CPUtime=582.3 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 67243 0 0 0 58217 13 0 0 25 0 1 0 510855463 189685760 41670 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29949/statm: 46310 41670 246 29 0 42939 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 185240

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 30069
/proc/meminfo: memFree=20828372/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=259708 CPUtime=4002.42 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 350086 0 0 0 400148 94 0 0 25 0 1 0 510855463 265940992 52878 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 64927 52878 246 29 0 61556 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 259708

[startup+4062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/182 30070
/proc/meminfo: memFree=20720728/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=259708 CPUtime=4062.43 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 352544 0 0 0 406147 96 0 0 25 0 1 0 510855463 265940992 55239 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 64927 55239 246 29 0 61556 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 259708

[startup+4122.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/182 30072
/proc/meminfo: memFree=20607748/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=290528 CPUtime=4122.43 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 354680 0 0 0 412145 98 0 0 25 0 1 0 510855463 297500672 57286 33554432000 4194304 4309791 140735625700384 18446744073709551615 4276888 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 72632 57286 246 29 0 69261 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 290528

[startup+4182.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 30073
/proc/meminfo: memFree=20576860/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=210388 CPUtime=4182.43 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 355964 0 0 0 418144 99 0 0 25 0 1 0 510855463 215437312 43408 33554432000 4194304 4309791 140735625700384 18446744073709551615 4276914 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 52597 43408 246 29 0 49226 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 210388

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 30075
/proc/meminfo: memFree=20439836/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=259708 CPUtime=4242.43 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 364814 0 0 0 424142 101 0 0 25 0 1 0 510855463 265940992 52219 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 64927 52219 246 29 0 61556 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 259708

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 30077
/proc/meminfo: memFree=20362820/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=259708 CPUtime=4302.43 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 367214 0 0 0 430141 102 0 0 25 0 1 0 510855463 265940992 54515 33554432000 4194304 4309791 140735625700384 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 64927 54515 246 29 0 61556 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 259708

[startup+4362.3 s]
/proc/loadavg: 1.97 2.00 1.99 3/182 30106
/proc/meminfo: memFree=21343124/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=290528 CPUtime=4362.43 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 369282 0 0 0 436140 103 0 0 25 0 1 0 510855463 297500672 56494 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 72632 56494 246 29 0 69261 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 290528

[startup+4422.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 30108
/proc/meminfo: memFree=21305656/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=290528 CPUtime=4422.43 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 371074 0 0 0 442139 104 0 0 25 0 1 0 510855463 297500672 58178 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 72632 58178 246 29 0 69261 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 290528

[startup+4482.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 30109
/proc/meminfo: memFree=21313700/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=210388 CPUtime=4482.44 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 371213 0 0 0 448139 105 0 0 25 0 1 0 510855463 215437312 43408 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 52597 43408 246 29 0 49226 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 210388

[startup+4542.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 30111
/proc/meminfo: memFree=21312200/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=259708 CPUtime=4542.43 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 381519 0 0 0 454137 106 0 0 25 0 1 0 510855463 265940992 53610 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 64927 53610 246 29 0 61556 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 259708

[startup+4602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 30113
/proc/meminfo: memFree=21255276/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=290528 CPUtime=4602.44 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 383964 0 0 0 460136 108 0 0 25 0 1 0 510855463 297500672 55967 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 72632 55967 246 29 0 69261 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 290528

[startup+4662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 30114
/proc/meminfo: memFree=21294328/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=290528 CPUtime=4662.44 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 386111 0 0 0 466134 110 0 0 25 0 1 0 510855463 297500672 58028 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 72632 58028 246 29 0 69261 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 290528

[startup+4722.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 30116
/proc/meminfo: memFree=21318248/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=210388 CPUtime=4722.45 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 387155 0 0 0 472134 111 0 0 25 0 1 0 510855463 215437312 43408 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 52597 43408 246 29 0 49226 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 210388

[startup+4782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 30117
/proc/meminfo: memFree=21281040/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=259708 CPUtime=4782.45 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 396269 0 0 0 478132 113 0 0 25 0 1 0 510855463 265940992 52465 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 64927 52465 246 29 0 61556 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 259708

[startup+4842.31 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 30119
/proc/meminfo: memFree=21307072/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=259708 CPUtime=4842.46 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 398735 0 0 0 484132 114 0 0 25 0 1 0 510855463 265940992 54823 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 64927 54823 246 29 0 61556 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 259708

[startup+4902.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/182 30121
/proc/meminfo: memFree=21259196/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=290528 CPUtime=4902.45 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 400922 0 0 0 490129 116 0 0 25 0 1 0 510855463 297500672 56920 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 72632 56920 246 29 0 69261 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 290528

[startup+4962.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 30122
/proc/meminfo: memFree=21253848/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=290528 CPUtime=4962.45 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 402549 0 0 0 496128 117 0 0 25 0 1 0 510855463 297500672 58480 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 72632 58480 246 29 0 69261 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 290528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.09 2.04 2.00 3/182 30123
/proc/meminfo: memFree=21352176/32951124 swapFree=67111524/67111528
[pid=29949] ppid=29947 vsize=210388 CPUtime=5000.06 cores=1,3,5,7
/proc/29949/stat : 29949 (glueminisat) R 29947 29949 29559 0 -1 4202496 403383 0 0 0 499888 118 0 0 25 0 1 0 510855463 215437312 43408 33554432000 4194304 4309791 140735625700384 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29949/statm: 52597 43408 246 29 0 49226 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 210388

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): 4999.92
CPU time (s): 5000.08
CPU user time (s): 4998.88
CPU system time (s): 1.19482
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 290528

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

runsolver used 7.68483 second user time and 19.587 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-28 14:09:36
IDJOB=3309674
IDBENCH=82459
IDSOLVER=1694
FILE ID=node135/3309674-1303992575
RUNJOBID= node135-1303987380-29578
PBS_JOBID= 13168739
Free space on /tmp= 71076 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309674-1303992575/watcher-3309674-1303992575 -o /tmp/evaluation-result-3309674-1303992575/solver-3309674-1303992575 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309674-1303992575.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=111726927

node135.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.851
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21069328 kB
Buffers:       1871472 kB
Cached:        8824692 kB
SwapCached:          4 kB
Active:        2963484 kB
Inactive:      8332620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21069328 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14332 kB
Writeback:           0 kB
AnonPages:      598348 kB
Mapped:          15212 kB
Slab:           520840 kB
PageTables:       5520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   843168 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71104 MiB
End job on node135 at 2011-04-28 15:32:58