Trace number 3421398

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

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.52092
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-3421398-1306630429/watcher-3421398-1306630429 -o /tmp/evaluation-result-3421398-1306630429/solver-3421398-1306630429 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421398-1306630429.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: 1.90 1.99 1.99 3/477 18445
/proc/meminfo: memFree=15866672/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=21096 CPUtime=0 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 1196 0 0 0 0 0 0 0 25 0 1 0 755458232 21602304 1138 33554432000 4194304 4291949 140734778117024 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 5274 1139 225 24 0 1908 0

[startup+0.0418831 s]
/proc/loadavg: 1.90 1.99 1.99 3/477 18445
/proc/meminfo: memFree=15866672/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=25360 CPUtime=0.03 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 2955 0 0 0 3 0 0 0 25 0 1 0 755458232 25968640 2568 33554432000 4194304 4291949 140734778117024 18446744073709551615 254261277381 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 6340 2570 226 24 0 2974 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25360

[startup+0.100907 s]
/proc/loadavg: 1.90 1.99 1.99 3/477 18445
/proc/meminfo: memFree=15866672/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=38332 CPUtime=0.08 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 7031 0 0 0 8 0 0 0 25 0 1 0 755458232 39251968 6137 33554432000 4194304 4291949 140734778117024 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 9583 6140 226 24 0 6217 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38332

[startup+0.300883 s]
/proc/loadavg: 1.90 1.99 1.99 3/477 18445
/proc/meminfo: memFree=15866672/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=82704 CPUtime=0.29 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 20211 0 0 0 27 2 0 0 25 0 1 0 755458232 84688896 17151 33554432000 4194304 4291949 140734778117024 18446744073709551615 4215149 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 20676 17151 230 24 0 17310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82704

[startup+0.700804 s]
/proc/loadavg: 1.90 1.99 1.99 3/477 18445
/proc/meminfo: memFree=15866672/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=82704 CPUtime=0.69 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 20212 0 0 0 67 2 0 0 25 0 1 0 755458232 84688896 17152 33554432000 4194304 4291949 140734778117024 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 20676 17152 231 24 0 17310 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82704

[startup+1.50067 s]
/proc/loadavg: 1.90 1.99 1.99 3/478 18446
/proc/meminfo: memFree=15797744/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=82704 CPUtime=1.49 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 20212 0 0 0 147 2 0 0 25 0 1 0 755458232 84688896 17152 33554432000 4194304 4291949 140734778117024 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 20676 17152 231 24 0 17310 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82704

[startup+3.10039 s]
/proc/loadavg: 1.90 1.99 1.99 3/478 18446
/proc/meminfo: memFree=15795512/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=82704 CPUtime=3.09 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 20212 0 0 0 307 2 0 0 25 0 1 0 755458232 84688896 17152 33554432000 4194304 4291949 140734778117024 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 20676 17152 231 24 0 17310 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82704

[startup+6.30081 s]
/proc/loadavg: 1.91 1.99 1.99 3/478 18446
/proc/meminfo: memFree=15789908/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=76552 CPUtime=6.29 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 25308 0 0 0 626 3 0 0 25 0 1 0 755458232 78389248 15017 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 19138 15017 252 24 0 15772 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76552

[startup+12.7007 s]
/proc/loadavg: 1.92 1.99 1.99 3/478 18446
/proc/meminfo: memFree=15766000/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=107396 CPUtime=12.69 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 32370 0 0 0 1264 5 0 0 25 0 1 0 755458232 109973504 22058 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 26849 22058 252 24 0 23483 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107396

[startup+25.5004 s]
/proc/loadavg: 1.93 1.99 1.99 3/478 18447
/proc/meminfo: memFree=15738316/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=138216 CPUtime=25.49 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 37455 0 0 0 2543 6 0 0 25 0 1 0 755458232 141533184 27129 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 34554 27129 252 24 0 31188 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138216

[startup+51.1009 s]
/proc/loadavg: 1.95 1.99 1.99 3/478 18447
/proc/meminfo: memFree=15701920/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=192024 CPUtime=51.09 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 44203 0 0 0 5101 8 0 0 25 0 1 0 755458232 196632576 33863 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 48006 33863 252 24 0 44640 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 192024

[startup+102.318 s]
/proc/loadavg: 1.98 1.99 1.99 3/478 18449
/proc/meminfo: memFree=15655696/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=199152 CPUtime=102.3 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 51364 0 0 0 10220 10 0 0 25 0 1 0 755458232 203931648 41008 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 49788 41008 252 24 0 46422 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 199152

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/478 18450
/proc/meminfo: memFree=15611028/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=203740 CPUtime=162.29 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 57356 0 0 0 16216 13 0 0 25 0 1 0 755458232 208629760 46985 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 50935 46985 252 24 0 47569 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 203740

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/478 18452
/proc/meminfo: memFree=15575784/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=292576 CPUtime=222.3 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 63666 0 0 0 22214 16 0 0 25 0 1 0 755458232 299597824 53283 33554432000 4194304 4291949 140734778117024 18446744073709551615 4256312 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 73144 53283 252 24 0 69778 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 292576

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/478 18453
/proc/meminfo: memFree=15544012/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=295572 CPUtime=282.3 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 68579 0 0 0 28211 19 0 0 25 0 1 0 755458232 302665728 58185 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 73893 58185 252 24 0 70527 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 295572

[startup+342.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/478 18455
/proc/meminfo: memFree=15512000/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=297268 CPUtime=342.29 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 73698 0 0 0 34209 20 0 0 25 0 1 0 755458232 304402432 63286 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 74317 63286 252 24 0 70951 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 297268

[startup+402.301 s]
/proc/loadavg: 2.04 2.01 1.99 3/478 18457
/proc/meminfo: memFree=15485940/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=299468 CPUtime=402.29 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 77188 0 0 0 40208 21 0 0 25 0 1 0 755458232 306655232 66765 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 74867 66765 252 24 0 71501 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 299468

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 1.99 3/478 18467
/proc/meminfo: memFree=15538104/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=302596 CPUtime=462.29 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 80762 0 0 0 46207 22 0 0 25 0 1 0 755458232 309858304 70332 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 75649 70332 252 24 0 72283 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 302596

[startup+522.301 s]
/proc/loadavg: 2.15 2.04 2.01 3/478 18469
/proc/meminfo: memFree=15490956/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=438600 CPUtime=522.29 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 84695 0 0 0 52206 23 0 0 25 0 1 0 755458232 449126400 74251 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 109650 74251 252 24 0 106284 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 438600

[startup+582.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/478 18470
/proc/meminfo: memFree=15462780/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=438884 CPUtime=582.3 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 86913 0 0 0 58206 24 0 0 25 0 1 0 755458232 449417216 76462 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 109721 76462 252 24 0 106355 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 438884

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/478 18575
/proc/meminfo: memFree=15025760/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=715696 CPUtime=4062.4 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 176468 0 0 0 406176 64 0 0 25 0 1 0 755458232 732872704 165799 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 178924 165799 252 24 0 175558 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 715696

[startup+4122.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/478 19051
/proc/meminfo: memFree=15002184/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=716124 CPUtime=4122.39 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 177354 0 0 0 412174 65 0 0 25 0 1 0 755458232 733310976 166684 33554432000 4194304 4291949 140734778117024 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 179031 166684 252 24 0 175665 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 716124

[startup+4182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/478 19052
/proc/meminfo: memFree=14987264/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=716124 CPUtime=4182.39 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 178095 0 0 0 418173 66 0 0 25 0 1 0 755458232 733310976 167424 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 179031 167424 252 24 0 175665 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 716124

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 19054
/proc/meminfo: memFree=14971376/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=719196 CPUtime=4242.39 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 179492 0 0 0 424173 66 0 0 25 0 1 0 755458232 736456704 168816 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 179799 168816 252 24 0 176433 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 719196

[startup+4302.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/478 19056
/proc/meminfo: memFree=14963552/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=719196 CPUtime=4302.39 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 180281 0 0 0 430172 67 0 0 25 0 1 0 755458232 736456704 169603 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 179799 169603 252 24 0 176433 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 719196

[startup+4362.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/478 19057
/proc/meminfo: memFree=14953236/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=719196 CPUtime=4362.39 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 181613 0 0 0 436172 67 0 0 25 0 1 0 755458232 736456704 170933 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 179799 170933 252 24 0 176433 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 719196

[startup+4422.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/478 19059
/proc/meminfo: memFree=14945412/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=720156 CPUtime=4422.4 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 182561 0 0 0 442172 68 0 0 25 0 1 0 755458232 737439744 171879 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 180039 171879 252 24 0 176673 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 720156

[startup+4482.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/478 19060
/proc/meminfo: memFree=14939196/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=720156 CPUtime=4482.39 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 183094 0 0 0 448170 69 0 0 25 0 1 0 755458232 737439744 172412 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 180039 172412 252 24 0 176673 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 720156

[startup+4542.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/478 19062
/proc/meminfo: memFree=14931744/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=720440 CPUtime=4542.39 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 183744 0 0 0 454170 69 0 0 25 0 1 0 755458232 737730560 173059 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 180110 173059 252 24 0 176744 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 720440

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/478 19064
/proc/meminfo: memFree=14924784/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=721080 CPUtime=4602.41 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 184388 0 0 0 460171 70 0 0 25 0 1 0 755458232 738385920 173701 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 180270 173701 252 24 0 176904 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 721080

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/478 19065
/proc/meminfo: memFree=14915840/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=721932 CPUtime=4662.4 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 185085 0 0 0 466170 70 0 0 25 0 1 0 755458232 739258368 174396 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 180483 174396 252 24 0 177117 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 721932

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 19067
/proc/meminfo: memFree=14911604/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=722216 CPUtime=4722.41 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 185666 0 0 0 472171 70 0 0 25 0 1 0 755458232 739549184 174975 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 180554 174975 252 24 0 177188 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 722216

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 19068
/proc/meminfo: memFree=14905880/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=1071464 CPUtime=4782.4 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 186324 0 0 0 478169 71 0 0 25 0 1 0 755458232 1097179136 175631 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 267866 175631 252 24 0 264500 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 1071464

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/478 19070
/proc/meminfo: memFree=14897924/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=1071464 CPUtime=4842.4 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 187052 0 0 0 484169 71 0 0 25 0 1 0 755458232 1097179136 176356 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 267866 176356 252 24 0 264500 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 1071464

[startup+4902.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/478 19072
/proc/meminfo: memFree=14891588/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=1071464 CPUtime=4902.41 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 187933 0 0 0 490169 72 0 0 25 0 1 0 755458232 1097179136 177233 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 267866 177233 252 24 0 264500 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 1071464

[startup+4962.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/478 19073
/proc/meminfo: memFree=14884372/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=1072852 CPUtime=4962.41 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 188852 0 0 0 496168 73 0 0 25 0 1 0 755458232 1098600448 178147 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 268213 178147 252 24 0 264847 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 1072852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.81 1.98 1.99 2/472 19092
/proc/meminfo: memFree=15185668/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=1073492 CPUtime=5000.02 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 189298 0 0 0 499929 73 0 0 25 0 1 0 755458232 1099255808 178593 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 268373 178593 252 24 0 265007 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1073492

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: 1.81 1.98 1.99 2/472 19092
/proc/meminfo: memFree=15185668/32951124 swapFree=67057928/67111528
[pid=18445] ppid=18443 vsize=1073492 CPUtime=5000.02 cores=0,2,4,6
/proc/18445/stat : 18445 (RestartSAT) R 18443 18445 17424 0 -1 4202496 189298 0 0 0 499929 73 0 0 25 0 1 0 755458232 1099255808 178593 33554432000 4194304 4291949 140734778117024 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/18445/statm: 268373 178593 252 24 0 265007 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1073492

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

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

runsolver used 24.3603 second user time and 52.944 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-29 02:53:49
IDJOB=3421398
IDBENCH=88203
IDSOLVER=1911
FILE ID=node140/3421398-1306630429
RUNJOBID= node140-1306625402-18142
PBS_JOBID= 13471586
Free space on /tmp= 73392 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421398-1306630429/watcher-3421398-1306630429 -o /tmp/evaluation-result-3421398-1306630429/solver-3421398-1306630429 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421398-1306630429.cnf

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=1389884484

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:     32951124 kB
MemFree:      15866828 kB
Buffers:        370676 kB
Cached:        9404372 kB
SwapCached:       8168 kB
Active:       11208004 kB
Inactive:      5515840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15866828 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:           17996 kB
Writeback:           0 kB
AnonPages:     6945552 kB
Mapped:          38196 kB
Slab:           239764 kB
PageTables:      52008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141433608 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= 73392 MiB
End job on node140 at 2011-05-29 04:17:11