Trace number 3287120

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
RestartSAT B95? (TO) 1300 1300.02

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-3287120-1303768004/watcher-3287120-1303768004 -o /tmp/evaluation-result-3287120-1303768004/solver-3287120-1303768004 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3287120-1303768004.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: 2.63 2.82 3.07 4/189 10129
/proc/meminfo: memFree=19949368/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=20128 CPUtime=0 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 871 0 0 0 0 0 0 0 21 0 1 0 220991691 20611072 804 33554432000 4194304 4291949 140734919777280 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 5032 804 226 24 0 1666 0

[startup+0.101409 s]
/proc/loadavg: 2.63 2.82 3.07 4/189 10129
/proc/meminfo: memFree=19949368/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=39536 CPUtime=0.09 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 6876 0 0 0 8 1 0 0 21 0 1 0 220991691 40484864 6056 33554432000 4194304 4291949 140734919777280 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 9884 6058 227 24 0 6518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39536

[startup+0.200393 s]
/proc/loadavg: 2.63 2.82 3.07 4/189 10129
/proc/meminfo: memFree=19949368/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=64468 CPUtime=0.19 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 12819 0 0 0 17 2 0 0 21 0 1 0 220991691 66015232 11457 33554432000 4194304 4291949 140734919777280 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 16117 11457 256 24 0 12751 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 64468

[startup+0.300387 s]
/proc/loadavg: 2.63 2.82 3.07 4/189 10129
/proc/meminfo: memFree=19949368/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=88952 CPUtime=0.29 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 18947 0 0 0 26 3 0 0 22 0 1 0 220991691 91086848 16884 33554432000 4194304 4291949 140734919777280 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 22238 16886 271 24 0 18872 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88952

[startup+0.700307 s]
/proc/loadavg: 2.63 2.82 3.07 4/189 10129
/proc/meminfo: memFree=19949368/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=121248 CPUtime=0.69 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 28324 0 0 0 64 5 0 0 23 0 1 0 220991691 124157952 25215 33554432000 4194304 4291949 140734919777280 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 30312 25216 234 24 0 26946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121248

[startup+1.50017 s]
/proc/loadavg: 2.63 2.82 3.07 5/190 10130
/proc/meminfo: memFree=19790584/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=139228 CPUtime=1.49 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 38520 0 0 0 143 6 0 0 25 0 1 0 220991691 142569472 29378 33554432000 4194304 4291949 140734919777280 18446744073709551615 4236677 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 34807 29378 234 24 0 31441 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139228

[startup+3.10088 s]
/proc/loadavg: 2.63 2.82 3.07 5/190 10130
/proc/meminfo: memFree=19810424/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=121224 CPUtime=3.09 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 41086 0 0 0 302 7 0 0 25 0 1 0 220991691 124133376 25041 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 30306 25041 252 24 0 26940 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121224

[startup+6.30032 s]
/proc/loadavg: 2.74 2.84 3.08 5/187 10160
/proc/meminfo: memFree=19974244/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=121224 CPUtime=6.29 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 41311 0 0 0 622 7 0 0 25 0 1 0 220991691 124133376 25255 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255602 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 30306 25255 252 24 0 26940 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121224

[startup+12.7002 s]
/proc/loadavg: 2.84 2.86 3.08 5/190 10211
/proc/meminfo: memFree=19929136/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=121224 CPUtime=12.69 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 41785 0 0 0 1262 7 0 0 25 0 1 0 220991691 124133376 25707 33554432000 4194304 4291949 140734919777280 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 30306 25707 252 24 0 26940 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121224

[startup+25.5009 s]
/proc/loadavg: 3.10 2.91 3.10 5/190 10238
/proc/meminfo: memFree=20128860/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=139900 CPUtime=25.49 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 42925 0 0 0 2541 8 0 0 25 0 1 0 220991691 143257600 26811 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 34975 26811 252 24 0 31609 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139900

[startup+51.1005 s]
/proc/loadavg: 3.40 3.00 3.12 5/190 10239
/proc/meminfo: memFree=20053580/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=160136 CPUtime=51.09 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 49962 0 0 0 5098 11 0 0 25 0 1 0 220991691 163979264 33777 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 40034 33777 252 24 0 36668 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 160136

[startup+102.3 s]
/proc/loadavg: 3.74 3.15 3.16 5/190 10240
/proc/meminfo: memFree=19976124/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=209456 CPUtime=102.3 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 61323 0 0 0 10216 14 0 0 25 0 1 0 220991691 214482944 44982 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 52364 44982 252 24 0 48998 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 209456

[startup+162.301 s]
/proc/loadavg: 3.90 3.30 3.21 5/190 10242
/proc/meminfo: memFree=20043128/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=240276 CPUtime=162.29 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 65407 0 0 0 16213 16 0 0 25 0 1 0 220991691 246042624 48920 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 60069 48920 252 24 0 56703 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 240276

[startup+222.307 s]
/proc/loadavg: 4.04 3.44 3.27 5/190 10243
/proc/meminfo: memFree=19913508/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=240276 CPUtime=222.3 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 69083 0 0 0 22212 18 0 0 25 0 1 0 220991691 246042624 52464 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 60069 52464 252 24 0 56703 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 240276

[startup+282.301 s]
/proc/loadavg: 4.06 3.56 3.31 5/190 10245
/proc/meminfo: memFree=19881112/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=240276 CPUtime=282.29 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 72325 0 0 0 28209 20 0 0 25 0 1 0 220991691 246042624 55596 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 60069 55596 252 24 0 56703 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 240276

[startup+342.3 s]
/proc/loadavg: 4.02 3.64 3.35 5/190 10246
/proc/meminfo: memFree=19882708/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=296248 CPUtime=342.29 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 76166 0 0 0 34206 23 0 0 25 0 1 0 220991691 303357952 59338 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 74062 59338 252 24 0 70696 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 296248

[startup+402.301 s]
/proc/loadavg: 4.00 3.70 3.39 5/190 10248
/proc/meminfo: memFree=19868280/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=296248 CPUtime=402.28 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 78951 0 0 0 40204 24 0 0 25 0 1 0 220991691 303357952 62026 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 74062 62026 252 24 0 70696 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 296248

[startup+462.301 s]
/proc/loadavg: 4.00 3.75 3.43 5/190 10250
/proc/meminfo: memFree=19862176/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=315688 CPUtime=462.29 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 85667 0 0 0 46202 27 0 0 25 0 1 0 220991691 323264512 68651 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 78922 68651 252 24 0 75556 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 315688

[startup+522.301 s]
/proc/loadavg: 4.00 3.79 3.46 5/190 10251
/proc/meminfo: memFree=19681960/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=320548 CPUtime=522.29 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 89365 0 0 0 52199 30 0 0 25 0 1 0 220991691 328241152 72262 33554432000 4194304 4291949 140734919777280 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 80137 72262 252 24 0 76771 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 320548

[startup+582.301 s]
/proc/loadavg: 4.00 3.83 3.49 5/190 10256
/proc/meminfo: memFree=19645656/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=405176 CPUtime=582.28 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 92521 0 0 0 58197 31 0 0 25 0 1 0 220991691 414900224 75331 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 101294 75331 252 24 0 97928 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 405176

[startup+642.3 s]
/proc/loadavg: 4.00 3.86 3.52 5/190 10257
/proc/meminfo: memFree=19800396/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=413280 CPUtime=642.28 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 96763 0 0 0 64195 33 0 0 25 0 1 0 220991691 423198720 79487 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 103320 79487 252 24 0 99954 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 413280

[startup+702.301 s]
/proc/loadavg: 4.00 3.88 3.55 5/190 10259
/proc/meminfo: memFree=19905392/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=255548 CPUtime=702.28 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 104944 0 0 0 70192 36 0 0 25 0 1 0 220991691 261681152 50566 33554432000 4194304 4291949 140734919777280 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 63887 50566 252 24 0 60521 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 255548

[startup+762.3 s]
/proc/loadavg: 4.00 3.90 3.57 5/190 10261
/proc/meminfo: memFree=19787920/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=304868 CPUtime=762.28 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 116762 0 0 0 76188 40 0 0 25 0 1 0 220991691 312184832 62226 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 76217 62226 252 24 0 72851 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 304868

[startup+822.301 s]
/proc/loadavg: 4.00 3.91 3.59 5/190 10262
/proc/meminfo: memFree=19702700/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=335688 CPUtime=822.27 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 120355 0 0 0 82184 43 0 0 25 0 1 0 220991691 343744512 65687 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 83922 65687 252 24 0 80556 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 335688

[startup+882.307 s]
/proc/loadavg: 4.00 3.93 3.62 5/190 10273
/proc/meminfo: memFree=19772616/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=335688 CPUtime=882.28 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 123844 0 0 0 88183 45 0 0 25 0 1 0 220991691 343744512 69041 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 83922 69041 252 24 0 80556 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 335688

[startup+942.301 s]
/proc/loadavg: 4.00 3.94 3.64 5/190 10274
/proc/meminfo: memFree=19762804/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=335688 CPUtime=942.26 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 127015 0 0 0 94179 47 0 0 25 0 1 0 220991691 343744512 72088 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 83922 72088 252 24 0 80556 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 335688

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.66 5/190 10276
/proc/meminfo: memFree=19679444/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=385776 CPUtime=1002.27 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 129660 0 0 0 100178 49 0 0 25 0 1 0 220991691 395034624 74652 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 96444 74652 252 24 0 93078 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 385776

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.68 5/190 10278
/proc/meminfo: memFree=19769308/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=385776 CPUtime=1062.27 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 132359 0 0 0 106177 50 0 0 25 0 1 0 220991691 395034624 77253 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 96444 77253 252 24 0 93078 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 385776

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.69 5/190 10333
/proc/meminfo: memFree=19767088/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=385776 CPUtime=1122.27 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 134912 0 0 0 112176 51 0 0 25 0 1 0 220991691 395034624 79724 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 96444 79724 252 24 0 93078 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 385776

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.71 5/190 10335
/proc/meminfo: memFree=19695032/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=385776 CPUtime=1182.27 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 137435 0 0 0 118174 53 0 0 25 0 1 0 220991691 395034624 82161 33554432000 4194304 4291949 140734919777280 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 96444 82161 252 24 0 93078 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 385776

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 10336
/proc/meminfo: memFree=19775356/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=385776 CPUtime=1242.27 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 140014 0 0 0 124173 54 0 0 25 0 1 0 220991691 395034624 84654 33554432000 4194304 4291949 140734919777280 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 96444 84654 252 24 0 93078 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 385776



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 10338
/proc/meminfo: memFree=19663336/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=467164 CPUtime=1299.97 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 142524 0 0 0 129942 55 0 0 25 0 1 0 220991691 478375936 87085 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 116791 87085 252 24 0 113425 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 467164

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 10338
/proc/meminfo: memFree=19663336/32951124 swapFree=67111528/67111528
[pid=10129] ppid=10127 vsize=467164 CPUtime=1299.97 cores=5,7
/proc/10129/stat : 10129 (RestartSAT) R 10127 10129 8658 0 -1 4202496 142524 0 0 0 129942 55 0 0 25 0 1 0 220991691 478375936 87085 33554432000 4194304 4291949 140734919777280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10129/statm: 116791 87085 252 24 0 113425 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 467164

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300
CPU user time (s): 1299.43
CPU system time (s): 0.572912
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 467164

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

runsolver used 1.9477 second user time and 5.15422 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-25 23:46:44
IDJOB=3287120
IDBENCH=82459
IDSOLVER=1580
FILE ID=node107/3287120-1303768004
RUNJOBID= node107-1303767982-9927
PBS_JOBID= 13157153
Free space on /tmp= 71476 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287120-1303768004/watcher-3287120-1303768004 -o /tmp/evaluation-result-3287120-1303768004/solver-3287120-1303768004 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3287120-1303768004.cnf

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

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=876943671

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19949524 kB
Buffers:       2032584 kB
Cached:       10022664 kB
SwapCached:          0 kB
Active:        8307900 kB
Inactive:      4209472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19949524 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           58568 kB
Writeback:           0 kB
AnonPages:      461912 kB
Mapped:          15376 kB
Slab:           417836 kB
PageTables:       6132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   713968 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= 71512 MiB
End job on node107 at 2011-04-26 00:08:26