Trace number 3419957

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.08 4999.94

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: 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-3419957-1306582735/watcher-3419957-1306582735 -o /tmp/evaluation-result-3419957-1306582735/solver-3419957-1306582735 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419957-1306582735.cnf 

running on 4 cores: 0,2,4,6

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.02 1.93 2/443 7035
/proc/meminfo: memFree=15767964/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=20300 CPUtime=0 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 920 0 0 0 0 0 0 0 21 0 1 0 848504272 20787200 853 33554432000 4194304 4291949 140733614912912 18446744073709551615 4271570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 5075 854 226 24 0 1709 0

[startup+0.072295 s]
/proc/loadavg: 2.00 2.02 1.93 2/443 7035
/proc/meminfo: memFree=15767964/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=33212 CPUtime=0.06 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 5019 0 0 0 6 0 0 0 21 0 1 0 848504272 34009088 4476 33554432000 4194304 4291949 140733614912912 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 8303 4477 227 24 0 4937 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33212

[startup+0.100291 s]
/proc/loadavg: 2.00 2.02 1.93 2/443 7035
/proc/meminfo: memFree=15767964/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=39404 CPUtime=0.08 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 6850 0 0 0 8 0 0 0 21 0 1 0 848504272 40349696 6032 33554432000 4194304 4291949 140733614912912 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 9851 6034 227 24 0 6485 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39404

[startup+0.300254 s]
/proc/loadavg: 2.00 2.02 1.93 2/443 7035
/proc/meminfo: memFree=15767964/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=90168 CPUtime=0.28 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 19066 0 0 0 26 2 0 0 22 0 1 0 848504272 92332032 16993 33554432000 4194304 4291949 140733614912912 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 22542 16996 268 24 0 19176 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 90168

[startup+0.701175 s]
/proc/loadavg: 2.00 2.02 1.93 2/443 7035
/proc/meminfo: memFree=15767964/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=125424 CPUtime=0.69 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 29227 0 0 0 66 3 0 0 23 0 1 0 848504272 128434176 26110 33554432000 4194304 4291949 140733614912912 18446744073709551615 4236648 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 31356 26112 234 24 0 27990 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 125424

[startup+1.501 s]
/proc/loadavg: 2.00 2.02 1.93 3/444 7036
/proc/meminfo: memFree=15649160/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=139228 CPUtime=1.49 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 38520 0 0 0 145 4 0 0 25 0 1 0 848504272 142569472 29379 33554432000 4194304 4291949 140733614912912 18446744073709551615 4236686 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 34807 29379 234 24 0 31441 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139228

[startup+3.10072 s]
/proc/loadavg: 2.00 2.02 1.93 4/445 7037
/proc/meminfo: memFree=15639836/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=121224 CPUtime=3.09 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 41104 0 0 0 305 4 0 0 25 0 1 0 848504272 124133376 25060 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 30306 25060 252 24 0 26940 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121224

[startup+6.30112 s]
/proc/loadavg: 2.00 2.02 1.93 3/444 7037
/proc/meminfo: memFree=15666748/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=121224 CPUtime=6.29 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 41379 0 0 0 624 5 0 0 25 0 1 0 848504272 124133376 25322 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 30306 25322 252 24 0 26940 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121224

[startup+12.7009 s]
/proc/loadavg: 2.00 2.02 1.93 3/444 7037
/proc/meminfo: memFree=15664444/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=121224 CPUtime=12.69 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 41939 0 0 0 1264 5 0 0 25 0 1 0 848504272 124133376 25857 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 30306 25857 252 24 0 26940 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121224

[startup+25.5005 s]
/proc/loadavg: 2.07 2.03 1.93 3/444 7038
/proc/meminfo: memFree=15659644/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=139900 CPUtime=25.49 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 43197 0 0 0 2544 5 0 0 25 0 1 0 848504272 143257600 27075 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 34975 27075 252 24 0 31609 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139900

[startup+51.1007 s]
/proc/loadavg: 2.11 2.04 1.94 3/444 7038
/proc/meminfo: memFree=15631760/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=160136 CPUtime=51.09 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 50241 0 0 0 5103 6 0 0 25 0 1 0 848504272 163979264 34046 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255599 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 40034 34046 252 24 0 36668 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 160136

[startup+102.317 s]
/proc/loadavg: 2.09 2.05 1.94 3/444 7040
/proc/meminfo: memFree=15586652/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=209456 CPUtime=102.31 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 61640 0 0 0 10223 8 0 0 25 0 1 0 848504272 214482944 45287 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 52364 45287 252 24 0 48998 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 209456

[startup+162.301 s]
/proc/loadavg: 2.03 2.04 1.94 3/444 7041
/proc/meminfo: memFree=15569376/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=240276 CPUtime=162.3 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 65862 0 0 0 16220 10 0 0 25 0 1 0 848504272 246042624 49354 33554432000 4194304 4291949 140733614912912 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 60069 49354 252 24 0 56703 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 240276

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 1.94 3/444 7043
/proc/meminfo: memFree=15554460/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=240276 CPUtime=222.3 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 69568 0 0 0 22218 12 0 0 25 0 1 0 848504272 246042624 52938 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 60069 52938 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: 2.00 2.02 1.94 3/444 7045
/proc/meminfo: memFree=15539180/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=290364 CPUtime=282.3 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 72927 0 0 0 28217 13 0 0 25 0 1 0 848504272 297332736 56179 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 72591 56179 252 24 0 69225 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 290364

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 1.94 3/444 7046
/proc/meminfo: memFree=15525636/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=296248 CPUtime=342.3 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 76615 0 0 0 34216 14 0 0 25 0 1 0 848504272 303357952 59772 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 74062 59772 252 24 0 70696 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 296248

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/444 7048
/proc/meminfo: memFree=15513820/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=296248 CPUtime=402.3 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 79746 0 0 0 40215 15 0 0 25 0 1 0 848504272 303357952 62796 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 74062 62796 252 24 0 70696 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 296248

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/444 7049
/proc/meminfo: memFree=15487492/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=315688 CPUtime=462.3 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 86391 0 0 0 46213 17 0 0 25 0 1 0 848504272 323264512 69357 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 78922 69357 252 24 0 75556 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 315688

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/444 7051
/proc/meminfo: memFree=15473200/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=320548 CPUtime=522.3 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 90034 0 0 0 52212 18 0 0 25 0 1 0 848504272 328241152 72907 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 80137 72907 252 24 0 76771 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 320548

[startup+582.3 s]
/proc/loadavg: 2.11 2.03 1.95 3/444 7053
/proc/meminfo: memFree=15460024/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=405176 CPUtime=582.31 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 93391 0 0 0 58211 20 0 0 25 0 1 0 848504272 414900224 76173 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 101294 76173 252 24 0 97928 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 405176

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 7185
/proc/meminfo: memFree=15246116/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=509388 CPUtime=4062.43 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 271651 0 0 0 406154 89 0 0 25 0 1 0 848504272 521613312 117961 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 127347 117961 252 24 0 123981 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 509388

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 7187
/proc/meminfo: memFree=15195612/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=509388 CPUtime=4122.42 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 273395 0 0 0 412152 90 0 0 25 0 1 0 848504272 521613312 119657 33554432000 4194304 4291949 140733614912912 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 127347 119657 252 24 0 123981 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 509388

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 7189
/proc/meminfo: memFree=15170892/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=509388 CPUtime=4182.41 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 274728 0 0 0 418151 90 0 0 25 0 1 0 848504272 521613312 120943 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 127347 120943 252 24 0 123981 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 509388

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/444 7190
/proc/meminfo: memFree=15358100/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=307524 CPUtime=4242.42 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 278799 0 0 0 424150 92 0 0 25 0 1 0 848504272 314904576 70525 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 76881 70525 252 24 0 73515 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 307524

[startup+4302.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/444 7192
/proc/meminfo: memFree=15381848/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=387192 CPUtime=4302.42 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 290799 0 0 0 430148 94 0 0 25 0 1 0 848504272 396484608 82365 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 96798 82365 252 24 0 93432 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 387192

[startup+4362.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/444 7193
/proc/meminfo: memFree=15332088/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=387192 CPUtime=4362.42 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 294310 0 0 0 436147 95 0 0 25 0 1 0 848504272 396484608 85766 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 96798 85766 252 24 0 93432 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 387192

[startup+4422.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/444 7195
/proc/meminfo: memFree=15290628/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=418012 CPUtime=4422.43 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 297474 0 0 0 442146 97 0 0 25 0 1 0 848504272 428044288 88834 33554432000 4194304 4291949 140733614912912 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 104503 88834 252 24 0 101137 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 418012

[startup+4482.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/444 7196
/proc/meminfo: memFree=15262940/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=418012 CPUtime=4482.42 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 300293 0 0 0 448145 97 0 0 25 0 1 0 848504272 428044288 91569 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 104503 91569 252 24 0 101137 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 418012

[startup+4542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/444 7198
/proc/meminfo: memFree=15236124/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=418012 CPUtime=4542.42 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 303020 0 0 0 454144 98 0 0 25 0 1 0 848504272 428044288 94190 33554432000 4194304 4291949 140733614912912 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 104503 94190 252 24 0 101137 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 418012

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/444 7200
/proc/meminfo: memFree=15286648/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=468100 CPUtime=4602.44 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 305668 0 0 0 460145 99 0 0 25 0 1 0 848504272 479334400 96759 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 117025 96759 252 24 0 113659 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 468100

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 7201
/proc/meminfo: memFree=15252384/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=468100 CPUtime=4662.43 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 308006 0 0 0 466142 101 0 0 25 0 1 0 848504272 479334400 99009 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 117025 99009 252 24 0 113659 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 468100

[startup+4722.32 s]
/proc/loadavg: 2.04 2.03 2.00 3/444 7203
/proc/meminfo: memFree=15224940/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=468100 CPUtime=4722.45 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 310688 0 0 0 472143 102 0 0 25 0 1 0 848504272 479334400 101601 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 117025 101601 252 24 0 113659 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 468100

[startup+4782.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/444 7205
/proc/meminfo: memFree=15277476/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=468100 CPUtime=4782.43 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 312852 0 0 0 478140 103 0 0 25 0 1 0 848504272 479334400 103699 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 117025 103699 252 24 0 113659 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 468100

[startup+4842.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/444 7206
/proc/meminfo: memFree=15243468/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=468100 CPUtime=4842.43 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 314753 0 0 0 484139 104 0 0 25 0 1 0 848504272 479334400 105541 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255662 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 117025 105541 252 24 0 113659 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 468100

[startup+4902.3 s]
/proc/loadavg: 2.12 2.07 2.02 3/444 7208
/proc/meminfo: memFree=15218596/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=549488 CPUtime=4902.43 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 316398 0 0 0 490138 105 0 0 25 0 1 0 848504272 562675712 107128 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 137372 107128 252 24 0 134006 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 549488

[startup+4962.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/444 7218
/proc/meminfo: memFree=15194008/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=549488 CPUtime=4962.44 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 318219 0 0 0 496137 107 0 0 25 0 1 0 848504272 562675712 108886 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 137372 108886 252 24 0 134006 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 549488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.06 2.01 3/444 7219
/proc/meminfo: memFree=15180852/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=549488 CPUtime=5000.05 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 319174 0 0 0 499898 107 0 0 25 0 1 0 848504272 562675712 109806 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 137372 109806 252 24 0 134006 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 549488

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.04 2.06 2.01 3/444 7219
/proc/meminfo: memFree=15180852/32950928 swapFree=60044444/67111528
[pid=7035] ppid=7033 vsize=549488 CPUtime=5000.05 cores=0,2,4,6
/proc/7035/stat : 7035 (RestartSAT) R 7033 7035 6457 0 -1 4202496 319174 0 0 0 499898 107 0 0 25 0 1 0 848504272 562675712 109806 33554432000 4194304 4291949 140733614912912 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7035/statm: 137372 109806 252 24 0 134006 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 549488

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.08
CPU user time (s): 4998.99
CPU system time (s): 1.09083
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 651400

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

runsolver used 22.7125 second user time and 50.0304 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-28 13:38:56
IDJOB=3419957
IDBENCH=82459
IDSOLVER=1911
FILE ID=node114/3419957-1306582735
RUNJOBID= node114-1306579395-6479
PBS_JOBID= 13471566
Free space on /tmp= 73200 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-3419957-1306582735/watcher-3419957-1306582735 -o /tmp/evaluation-result-3419957-1306582735/solver-3419957-1306582735 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419957-1306582735.cnf

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

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=1290640487

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15768120 kB
Buffers:        253344 kB
Cached:        6711888 kB
SwapCached:      48932 kB
Active:        5088032 kB
Inactive:     11821628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15768120 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:           14692 kB
Writeback:           0 kB
AnonPages:     9901844 kB
Mapped:          28632 kB
Slab:           141184 kB
PageTables:      62488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108257268 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= 73200 MiB
End job on node114 at 2011-05-28 15:02:18