Trace number 3419963

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) 5000.06 4999.95

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2605.99
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3419963-1306582779/watcher-3419963-1306582779 -o /tmp/evaluation-result-3419963-1306582779/solver-3419963-1306582779 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419963-1306582779.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.00 2.00 1.91 2/415 28180
/proc/meminfo: memFree=18940864/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=22076 CPUtime=0.01 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 1438 0 0 0 1 0 0 0 22 0 1 0 225887320 22605824 1351 33554432000 4194304 4291949 140733311725408 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 5519 1354 227 24 0 2153 0

[startup+0.043699 s]
/proc/loadavg: 2.00 2.00 1.91 2/415 28180
/proc/meminfo: memFree=18940864/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=28916 CPUtime=0.03 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 3426 0 0 0 3 0 0 0 22 0 1 0 225887320 29609984 3085 33554432000 4194304 4291949 140733311725408 18446744073709551615 218880608391 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 7138 3086 227 24 0 3772 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 28916

[startup+0.10069 s]
/proc/loadavg: 2.00 2.00 1.91 2/415 28180
/proc/meminfo: memFree=18940864/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=40800 CPUtime=0.09 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 7311 0 0 0 8 1 0 0 22 0 1 0 225887320 41779200 6482 33554432000 4194304 4291949 140733311725408 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 10200 6485 227 24 0 6834 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40800

[startup+0.300654 s]
/proc/loadavg: 2.00 2.00 1.91 2/415 28180
/proc/meminfo: memFree=18940864/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=67076 CPUtime=0.28 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 12682 0 0 0 27 1 0 0 23 0 1 0 225887320 68685824 11474 33554432000 4194304 4291949 140733311725408 18446744073709551615 4210290 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 16769 11474 249 24 0 13403 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 67076

[startup+0.700589 s]
/proc/loadavg: 2.00 2.00 1.91 2/415 28180
/proc/meminfo: memFree=18940864/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=54480 CPUtime=0.69 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 14672 0 0 0 67 2 0 0 25 0 1 0 225887320 55787520 9094 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255554 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 13620 9094 268 24 0 10254 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54480

[startup+1.50044 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28181
/proc/meminfo: memFree=18902912/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=54480 CPUtime=1.49 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 14732 0 0 0 147 2 0 0 25 0 1 0 225887320 55787520 9153 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 13620 9153 268 24 0 10254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54480

[startup+3.10116 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28182
/proc/meminfo: memFree=18898820/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=54480 CPUtime=3.09 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 14898 0 0 0 307 2 0 0 25 0 1 0 225887320 55787520 9314 33554432000 4194304 4291949 140733311725408 18446744073709551615 4262918 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 13620 9314 268 24 0 10254 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54480

[startup+6.30059 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28182
/proc/meminfo: memFree=18889936/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=61552 CPUtime=6.29 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 15306 0 0 0 627 2 0 0 25 0 1 0 225887320 63029248 9711 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 15388 9711 268 24 0 12022 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61552

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28182
/proc/meminfo: memFree=18872084/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=61552 CPUtime=12.69 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 16548 0 0 0 1267 2 0 0 25 0 1 0 225887320 63029248 10936 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 15388 10936 268 24 0 12022 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61552

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28182
/proc/meminfo: memFree=18827828/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=80228 CPUtime=25.49 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 21648 0 0 0 2546 3 0 0 25 0 1 0 225887320 82153472 15998 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 20057 15998 268 24 0 16691 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80228

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28182
/proc/meminfo: memFree=18767776/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=110872 CPUtime=51.09 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 28460 0 0 0 5105 4 0 0 25 0 1 0 225887320 113532928 22728 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 27718 22728 268 24 0 24352 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110872

[startup+102.315 s]
/proc/loadavg: 2.00 2.00 1.91 3/416 28184
/proc/meminfo: memFree=18654780/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=192308 CPUtime=102.31 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 39778 0 0 0 10223 8 0 0 25 0 1 0 225887320 196923392 33896 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 48077 33896 268 24 0 44711 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 192308

[startup+162.301 s]
/proc/loadavg: 2.05 2.01 1.92 3/416 28186
/proc/meminfo: memFree=18632180/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=133176 CPUtime=162.29 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 57055 0 0 0 16217 12 0 0 25 0 1 0 225887320 136372224 25336 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 33294 25336 268 24 0 29928 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 133176

[startup+222.301 s]
/proc/loadavg: 2.18 2.04 1.93 3/416 28187
/proc/meminfo: memFree=18484452/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=214084 CPUtime=222.3 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 74186 0 0 0 22213 17 0 0 25 0 1 0 225887320 219222016 42322 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 53521 42322 268 24 0 50155 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 214084

[startup+282.3 s]
/proc/loadavg: 2.14 2.05 1.93 3/416 28189
/proc/meminfo: memFree=18431484/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=133176 CPUtime=282.29 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 88658 0 0 0 28209 20 0 0 25 0 1 0 225887320 136372224 27256 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 33294 27256 268 24 0 29928 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 133176

[startup+342.301 s]
/proc/loadavg: 2.05 2.03 1.93 3/416 28190
/proc/meminfo: memFree=18297400/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=214084 CPUtime=342.29 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 102789 0 0 0 34206 23 0 0 25 0 1 0 225887320 219222016 41241 33554432000 4194304 4291949 140733311725408 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 53521 41241 268 24 0 50155 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 214084

[startup+402.301 s]
/proc/loadavg: 2.02 2.03 1.93 3/416 28192
/proc/meminfo: memFree=18305300/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=139344 CPUtime=402.3 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 118667 0 0 0 40202 28 0 0 25 0 1 0 225887320 142688256 26743 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 34836 26743 268 24 0 31470 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 139344

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/416 28194
/proc/meminfo: memFree=18078360/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=301640 CPUtime=462.3 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 161456 0 0 0 46194 36 0 0 25 0 1 0 225887320 308879360 69373 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 75410 69373 268 24 0 72044 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 301640

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/416 28195
/proc/meminfo: memFree=17985820/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=433900 CPUtime=522.31 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 171449 0 0 0 52191 40 0 0 25 0 1 0 225887320 444313600 79265 33554432000 4194304 4291949 140733311725408 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 108475 79265 268 24 0 105109 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 433900

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/416 28197
/proc/meminfo: memFree=18102968/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=177540 CPUtime=582.31 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 192397 0 0 0 58185 46 0 0 25 0 1 0 225887320 181800960 34451 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28180/statm: 44385 34451 268 24 0 41019 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 177540

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/416 28330
/proc/meminfo: memFree=22357556/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=490032 CPUtime=4062.4 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 1719494 0 0 0 405838 402 0 0 25 0 1 0 225887320 501792768 96271 33554432000 4194304 4291949 140733311725408 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 122508 96271 268 24 0 119142 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 490032

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/416 28331
/proc/meminfo: memFree=22088320/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=705412 CPUtime=4122.39 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 1787140 0 0 0 411825 414 0 0 25 0 1 0 225887320 722341888 163801 33554432000 4194304 4291949 140733311725408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 176353 163801 268 24 0 172987 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 705412

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/416 28333
/proc/meminfo: memFree=22008668/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=1055356 CPUtime=4182.39 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 1806822 0 0 0 417819 420 0 0 25 0 1 0 225887320 1080684544 183400 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 263839 183400 268 24 0 260473 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 1055356

[startup+4242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/416 28334
/proc/meminfo: memFree=21954452/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=1055932 CPUtime=4242.39 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 1820518 0 0 0 423816 423 0 0 25 0 1 0 225887320 1081274368 197018 33554432000 4194304 4291949 140733311725408 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 263983 197018 268 24 0 260617 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 1055932

[startup+4302.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/416 28336
/proc/meminfo: memFree=22507200/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=278900 CPUtime=4302.39 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 1856514 0 0 0 429807 432 0 0 25 0 1 0 225887320 285593600 58801 33554432000 4194304 4291949 140733311725408 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 69725 58801 268 24 0 66359 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 278900

[startup+4362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/416 28338
/proc/meminfo: memFree=22395324/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=492688 CPUtime=4362.39 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 1883642 0 0 0 435802 437 0 0 25 0 1 0 225887320 504512512 85777 33554432000 4194304 4291949 140733311725408 18446744073709551615 4261902 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 123172 85777 268 24 0 119806 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 492688

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/416 28339
/proc/meminfo: memFree=22253064/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=708412 CPUtime=4422.39 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 1920300 0 0 0 441796 443 0 0 25 0 1 0 225887320 725413888 122258 33554432000 4194304 4291949 140733311725408 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 177103 122258 268 24 0 173737 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 708412

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/416 28341
/proc/meminfo: memFree=22167344/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=708844 CPUtime=4482.4 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 1941324 0 0 0 447791 449 0 0 25 0 1 0 225887320 725856256 143192 33554432000 4194304 4291949 140733311725408 18446744073709551615 4256342 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 177211 143192 268 24 0 173845 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 708844

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/416 28342
/proc/meminfo: memFree=22046780/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=1058612 CPUtime=4542.4 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 1970915 0 0 0 453784 456 0 0 25 0 1 0 225887320 1084018688 172715 33554432000 4194304 4291949 140733311725408 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 264653 172715 268 24 0 261287 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 1058612

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/416 28344
/proc/meminfo: memFree=22546216/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=232148 CPUtime=4602.42 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 1999577 0 0 0 459778 464 0 0 25 0 1 0 225887320 237719552 47863 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 58037 47863 268 24 0 54671 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 232148

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/416 28346
/proc/meminfo: memFree=22458140/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=363624 CPUtime=4662.4 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 2022260 0 0 0 465772 468 0 0 25 0 1 0 225887320 372350976 70364 33554432000 4194304 4291949 140733311725408 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 90906 70364 268 24 0 87540 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 363624

[startup+4722.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/416 28347
/proc/meminfo: memFree=22296904/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=496188 CPUtime=4722.42 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 2062401 0 0 0 471767 475 0 0 25 0 1 0 225887320 508096512 110379 33554432000 4194304 4291949 140733311725408 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 124047 110379 268 24 0 120681 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 496188

[startup+4782.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/416 28349
/proc/meminfo: memFree=22091152/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=713084 CPUtime=4782.4 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 2112985 0 0 0 477756 484 0 0 25 0 1 0 225887320 730198016 160846 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 178271 160846 268 24 0 174905 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 713084

[startup+4842.3 s]
/proc/loadavg: 2.18 2.06 2.01 3/416 28350
/proc/meminfo: memFree=22523772/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=235504 CPUtime=4842.4 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 2171555 0 0 0 483744 496 0 0 25 0 1 0 225887320 241156096 53076 33554432000 4194304 4291949 140733311725408 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 58876 53076 268 24 0 55510 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 235504

[startup+4902.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/416 28361
/proc/meminfo: memFree=22202348/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=715088 CPUtime=4902.4 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 2252232 0 0 0 489730 510 0 0 25 0 1 0 225887320 732250112 133598 33554432000 4194304 4291949 140733311725408 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 178772 133598 268 24 0 175406 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 715088

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/416 28363
/proc/meminfo: memFree=22032176/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=1065028 CPUtime=4962.41 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 2294449 0 0 0 495723 518 0 0 25 0 1 0 225887320 1090588672 175763 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 266257 175763 268 24 0 262891 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 1065028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/416 28363
/proc/meminfo: memFree=21932956/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=1065304 CPUtime=5000.02 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 2319052 0 0 0 499479 523 0 0 25 0 1 0 225887320 1090871296 200324 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 266326 200324 268 24 0 262960 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1065304

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/416 28363
/proc/meminfo: memFree=21932956/32950928 swapFree=53457208/67111528
[pid=28180] ppid=28178 vsize=1065304 CPUtime=5000.02 cores=1,3,5,7
/proc/28180/stat : 28180 (RestartSAT) R 28178 28180 27635 0 -1 4202496 2319052 0 0 0 499479 523 0 0 25 0 1 0 225887320 1090871296 200324 33554432000 4194304 4291949 140733311725408 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28180/statm: 266326 200324 268 24 0 262960 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1065304

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.06
CPU user time (s): 4994.8
CPU system time (s): 5.2632
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1112460

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

runsolver used 19.647 second user time and 48.1697 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-28 13:39:39
IDJOB=3419963
IDBENCH=82462
IDSOLVER=1911
FILE ID=node112/3419963-1306582779
RUNJOBID= node112-1306579398-27654
PBS_JOBID= 13471568
Free space on /tmp= 73240 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419963-1306582779/watcher-3419963-1306582779 -o /tmp/evaluation-result-3419963-1306582779/solver-3419963-1306582779 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419963-1306582779.cnf

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=197423325

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.847
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:     32950928 kB
MemFree:      18941012 kB
Buffers:        250596 kB
Cached:        7529968 kB
SwapCached:      62268 kB
Active:        6503924 kB
Inactive:      7250520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18941012 kB
SwapTotal:    67111528 kB
SwapFree:     53457208 kB
Dirty:            5260 kB
Writeback:           0 kB
AnonPages:     5919856 kB
Mapped:          16124 kB
Slab:           122964 kB
PageTables:      66508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 102667156 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= 73276 MiB
End job on node112 at 2011-05-28 15:03:01