Trace number 3421400

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.1 4999.95

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
Bench CategoryCRAFTED (crafted 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 variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3421400-1306630560/watcher-3421400-1306630560 -o /tmp/evaluation-result-3421400-1306630560/solver-3421400-1306630560 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421400-1306630560.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.02 1.99 2/327 19422
/proc/meminfo: memFree=18797872/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=20844 CPUtime=0 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 1137 0 0 0 0 0 0 0 25 0 1 0 853286637 21344256 1080 33554432000 4194304 4291949 140737082076880 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 5211 1080 226 24 0 1845 0

[startup+0.111055 s]
/proc/loadavg: 2.00 2.02 1.99 2/327 19422
/proc/meminfo: memFree=18797872/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=47196 CPUtime=0.1 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 8877 0 0 0 9 1 0 0 25 0 1 0 853286637 48328704 7528 33554432000 4194304 4291949 140737082076880 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 11799 7529 226 24 0 8433 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 47196

[startup+0.201038 s]
/proc/loadavg: 2.00 2.02 1.99 2/327 19422
/proc/meminfo: memFree=18797872/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=50384 CPUtime=0.19 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 10162 0 0 0 18 1 0 0 25 0 1 0 853286637 51593216 8813 33554432000 4194304 4291949 140737082076880 18446744073709551615 4229999 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 12596 8813 231 24 0 9230 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 50384

[startup+0.301014 s]
/proc/loadavg: 2.00 2.02 1.99 2/327 19422
/proc/meminfo: memFree=18797872/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=50384 CPUtime=0.29 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 10162 0 0 0 28 1 0 0 25 0 1 0 853286637 51593216 8813 33554432000 4194304 4291949 140737082076880 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 12596 8813 231 24 0 9230 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50384

[startup+0.700944 s]
/proc/loadavg: 2.00 2.02 1.99 2/327 19422
/proc/meminfo: memFree=18797872/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=50384 CPUtime=0.69 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 10162 0 0 0 68 1 0 0 25 0 1 0 853286637 51593216 8813 33554432000 4194304 4291949 140737082076880 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 12596 8813 231 24 0 9230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50384

[startup+1.5008 s]
/proc/loadavg: 2.00 2.02 1.99 3/328 19423
/proc/meminfo: memFree=18758080/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=50384 CPUtime=1.49 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 10162 0 0 0 148 1 0 0 25 0 1 0 853286637 51593216 8813 33554432000 4194304 4291949 140737082076880 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 12596 8813 231 24 0 9230 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50384

[startup+3.10051 s]
/proc/loadavg: 2.00 2.02 1.99 3/328 19423
/proc/meminfo: memFree=18755228/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=54828 CPUtime=3.09 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 14202 0 0 0 307 2 0 0 25 0 1 0 853286637 56143872 9306 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 13707 9306 251 24 0 10341 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54828

[startup+6.30092 s]
/proc/loadavg: 2.00 2.02 1.99 3/328 19424
/proc/meminfo: memFree=18729040/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=66712 CPUtime=6.29 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 17247 0 0 0 626 3 0 0 25 0 1 0 853286637 68313088 12337 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 16678 12337 251 24 0 13312 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66712

[startup+12.7008 s]
/proc/loadavg: 2.00 2.02 1.99 3/328 19424
/proc/meminfo: memFree=18698112/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=87452 CPUtime=12.69 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 22099 0 0 0 1265 4 0 0 25 0 1 0 853286637 89550848 17158 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 21863 17158 251 24 0 18497 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87452

[startup+25.5004 s]
/proc/loadavg: 2.00 2.02 1.99 3/328 19424
/proc/meminfo: memFree=18651768/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=124228 CPUtime=25.49 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 29132 0 0 0 2544 5 0 0 25 0 1 0 853286637 127209472 24160 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 31057 24160 251 24 0 27691 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124228

[startup+51.1007 s]
/proc/loadavg: 2.00 2.01 1.99 3/328 19425
/proc/meminfo: memFree=18588064/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=182556 CPUtime=51.09 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 40349 0 0 0 5102 7 0 0 25 0 1 0 853286637 186937344 35341 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 45639 35341 251 24 0 42273 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 182556

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/328 19426
/proc/meminfo: memFree=18495640/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=274220 CPUtime=102.31 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 56598 0 0 0 10220 11 0 0 25 0 1 0 853286637 280801280 51541 33554432000 4194304 4291949 140737082076880 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 68555 51541 251 24 0 65189 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 274220

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/328 19428
/proc/meminfo: memFree=18401984/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=413996 CPUtime=162.3 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 74310 0 0 0 16214 16 0 0 25 0 1 0 853286637 423931904 69202 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 103499 69202 251 24 0 100133 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 413996

[startup+222.312 s]
/proc/loadavg: 2.06 2.04 2.00 3/328 19429
/proc/meminfo: memFree=18332852/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=427328 CPUtime=222.31 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 87623 0 0 0 22211 20 0 0 25 0 1 0 853286637 437583872 82481 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 106832 82481 251 24 0 103466 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 427328

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/328 19431
/proc/meminfo: memFree=18365284/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=430932 CPUtime=282.3 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 99451 0 0 0 28208 22 0 0 25 0 1 0 853286637 441274368 94264 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 107733 94264 251 24 0 104367 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 430932

[startup+342.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/328 19441
/proc/meminfo: memFree=18289044/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=437348 CPUtime=342.3 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 107256 0 0 0 34204 26 0 0 25 0 1 0 853286637 447844352 102048 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 109337 102048 251 24 0 105971 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 437348

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/328 19443
/proc/meminfo: memFree=18245624/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=654564 CPUtime=402.3 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 113031 0 0 0 40202 28 0 0 25 0 1 0 853286637 670273536 107805 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 163641 107805 251 24 0 160275 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 654564

[startup+462.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/328 19445
/proc/meminfo: memFree=18200948/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=658880 CPUtime=462.3 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 118309 0 0 0 46200 30 0 0 25 0 1 0 853286637 674693120 113066 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 164720 113066 251 24 0 161354 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 658880

[startup+522.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/328 19446
/proc/meminfo: memFree=18157340/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=666844 CPUtime=522.31 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 124415 0 0 0 52198 33 0 0 25 0 1 0 853286637 682848256 119161 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 166711 119161 251 24 0 163345 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 666844

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/328 19448
/proc/meminfo: memFree=18132864/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=669272 CPUtime=582.31 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 126756 0 0 0 58196 35 0 0 25 0 1 0 853286637 685334528 121494 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 167318 121494 251 24 0 163952 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 669272

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/328 20025
/proc/meminfo: memFree=17705372/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1105900 CPUtime=4002.41 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 221218 0 0 0 400154 87 0 0 25 0 1 0 853286637 1132441600 215694 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 276475 215694 251 24 0 273109 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 1105900

[startup+4062.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/328 20027
/proc/meminfo: memFree=17683536/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1105900 CPUtime=4062.42 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 221730 0 0 0 406155 87 0 0 25 0 1 0 853286637 1132441600 216202 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 276475 216202 251 24 0 273109 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 1105900

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 20028
/proc/meminfo: memFree=17664016/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1105900 CPUtime=4122.41 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 222301 0 0 0 412154 87 0 0 25 0 1 0 853286637 1132441600 216770 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 276475 216770 251 24 0 273109 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 1105900

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 20030
/proc/meminfo: memFree=17640648/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1105900 CPUtime=4182.43 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 222921 0 0 0 418155 88 0 0 25 0 1 0 853286637 1132441600 217388 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 276475 217388 251 24 0 273109 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 1105900

[startup+4242.3 s]
/proc/loadavg: 2.16 2.03 2.01 3/328 20031
/proc/meminfo: memFree=17627828/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1105900 CPUtime=4242.42 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 223376 0 0 0 424154 88 0 0 25 0 1 0 853286637 1132441600 217842 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 276475 217842 251 24 0 273109 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 1105900

[startup+4302.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/328 20033
/proc/meminfo: memFree=17619112/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1105900 CPUtime=4302.42 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 223866 0 0 0 430154 88 0 0 25 0 1 0 853286637 1132441600 218331 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 276475 218331 251 24 0 273109 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 1105900

[startup+4362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/328 20035
/proc/meminfo: memFree=17607912/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1105900 CPUtime=4362.43 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 224492 0 0 0 436154 89 0 0 25 0 1 0 853286637 1132441600 218956 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 276475 218956 251 24 0 273109 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 1105900

[startup+4422.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/328 20036
/proc/meminfo: memFree=17596572/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1105900 CPUtime=4422.42 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 225409 0 0 0 442153 89 0 0 25 0 1 0 853286637 1132441600 219869 33554432000 4194304 4291949 140737082076880 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 276475 219869 251 24 0 273109 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 1105900

[startup+4482.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/328 20038
/proc/meminfo: memFree=17583028/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1106540 CPUtime=4482.42 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 226804 0 0 0 448152 90 0 0 25 0 1 0 853286637 1133096960 221259 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 276635 221259 251 24 0 273269 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 1106540

[startup+4542.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/328 20039
/proc/meminfo: memFree=17569972/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1106540 CPUtime=4542.43 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 228178 0 0 0 454152 91 0 0 25 0 1 0 853286637 1133096960 222626 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 276635 222626 251 24 0 273269 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 1106540

[startup+4602.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/328 20041
/proc/meminfo: memFree=17553804/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1109128 CPUtime=4602.43 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 229890 0 0 0 460151 92 0 0 25 0 1 0 853286637 1135747072 224334 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 277282 224334 251 24 0 273916 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 1109128

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/328 20043
/proc/meminfo: memFree=17495108/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1164660 CPUtime=4662.43 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 242511 0 0 0 466149 94 0 0 25 0 1 0 853286637 1192611840 236955 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 291165 236955 251 24 0 287799 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 1164660

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/328 20044
/proc/meminfo: memFree=17477204/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1174900 CPUtime=4722.44 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 245818 0 0 0 472149 95 0 0 25 0 1 0 853286637 1203097600 240257 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 293725 240257 251 24 0 290359 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 1174900

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/328 20046
/proc/meminfo: memFree=17457708/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1185704 CPUtime=4782.44 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 249015 0 0 0 478148 96 0 0 25 0 1 0 853286637 1214160896 243452 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 296426 243452 251 24 0 293060 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 1185704

[startup+4842.31 s]
/proc/loadavg: 2.04 2.03 2.00 3/328 20047
/proc/meminfo: memFree=17450456/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1185704 CPUtime=4842.45 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 249542 0 0 0 484149 96 0 0 25 0 1 0 853286637 1214160896 243975 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 296426 243975 251 24 0 293060 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 1185704

[startup+4902.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/328 20049
/proc/meminfo: memFree=17441864/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1185704 CPUtime=4902.44 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 250201 0 0 0 490147 97 0 0 25 0 1 0 853286637 1214160896 244631 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 296426 244631 251 24 0 293060 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 1185704

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/328 20051
/proc/meminfo: memFree=17430172/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1190024 CPUtime=4962.44 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 251394 0 0 0 496147 97 0 0 25 0 1 0 853286637 1218584576 245824 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 297506 245824 251 24 0 294140 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 1190024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 2/327 20053
/proc/meminfo: memFree=17818896/32951124 swapFree=67083432/67111528
[pid=19422] ppid=19420 vsize=1190024 CPUtime=5000.06 cores=1,3,5,7
/proc/19422/stat : 19422 (RestartSAT) R 19420 19422 18464 0 -1 4202496 251639 0 0 0 499908 98 0 0 25 0 1 0 853286637 1218584576 246065 33554432000 4194304 4291949 140737082076880 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/19422/statm: 297506 246065 251 24 0 294140 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 1190024

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.1
CPU user time (s): 4999.08
CPU system time (s): 1.01784
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1190024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.08
system time used= 1.01784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251639
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= 5
involuntary context switches= 2618

runsolver used 13.9319 second user time and 36.1025 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-29 02:56:01
IDJOB=3421400
IDBENCH=88204
IDSOLVER=1911
FILE ID=node110/3421400-1306630560
RUNJOBID= node110-1306625558-19199
PBS_JOBID= 13471590
Free space on /tmp= 73480 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421400-1306630560/watcher-3421400-1306630560 -o /tmp/evaluation-result-3421400-1306630560/solver-3421400-1306630560 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421400-1306630560.cnf

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
RANDOM SEED=111771509

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.76
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.830
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.830
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.830
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:      18798152 kB
Buffers:        344044 kB
Cached:        9840400 kB
SwapCached:       1416 kB
Active:        7359200 kB
Inactive:      6461860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18798152 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           10124 kB
Writeback:           0 kB
AnonPages:     3634300 kB
Mapped:          28228 kB
Slab:           241636 kB
PageTables:      26256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75614300 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= 73480 MiB
End job on node110 at 2011-05-29 04:19:23