Trace number 3421438

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.09 4999.97

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p15-s72490337.cnf
MD5SUMab8e40d31c79e7a71114e3126a46874f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.165974
Satisfiable
(Un)Satisfiability was proved
Number of variables1649
Number of clauses256038
Sum of the clauses size513645
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2255998
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3421438-1306631002/watcher-3421438-1306631002 -o /tmp/evaluation-result-3421438-1306631002/solver-3421438-1306631002 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421438-1306631002.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 1.96 1.80 2/498 23581
/proc/meminfo: memFree=26050692/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=21768 CPUtime=0.01 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 1829 0 0 0 1 0 0 0 21 0 1 0 774701136 22290432 1422 33554432000 4194304 4291949 140733448823296 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 5442 1423 226 24 0 2076 0

[startup+0.10522 s]
/proc/loadavg: 2.00 1.96 1.80 2/498 23581
/proc/meminfo: memFree=26050692/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=29848 CPUtime=0.09 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 5783 0 0 0 9 0 0 0 21 0 1 0 774701136 30564352 4194 33554432000 4194304 4291949 140733448823296 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 7462 4194 231 24 0 4096 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29848

[startup+0.201198 s]
/proc/loadavg: 2.00 1.96 1.80 2/498 23581
/proc/meminfo: memFree=26050692/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=29848 CPUtime=0.19 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 5783 0 0 0 19 0 0 0 22 0 1 0 774701136 30564352 4194 33554432000 4194304 4291949 140733448823296 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 7462 4194 231 24 0 4096 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29848

[startup+0.300193 s]
/proc/loadavg: 2.00 1.96 1.80 2/498 23581
/proc/meminfo: memFree=26050692/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=29848 CPUtime=0.29 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 5783 0 0 0 29 0 0 0 22 0 1 0 774701136 30564352 4194 33554432000 4194304 4291949 140733448823296 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 7462 4194 231 24 0 4096 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29848

[startup+0.70111 s]
/proc/loadavg: 2.00 1.96 1.80 2/498 23581
/proc/meminfo: memFree=26050692/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=28632 CPUtime=0.69 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 7034 0 0 0 69 0 0 0 24 0 1 0 774701136 29319168 3885 33554432000 4194304 4291949 140733448823296 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 7158 3885 252 24 0 3792 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28632

[startup+1.50097 s]
/proc/loadavg: 2.00 1.96 1.80 3/499 23582
/proc/meminfo: memFree=26032216/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=35772 CPUtime=1.49 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 8442 0 0 0 149 0 0 0 25 0 1 0 774701136 36630528 5283 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 8943 5283 252 24 0 5577 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35772

[startup+3.10069 s]
/proc/loadavg: 2.00 1.96 1.80 3/499 23582
/proc/meminfo: memFree=26024808/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=43168 CPUtime=3.09 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 10390 0 0 0 308 1 0 0 25 0 1 0 774701136 44204032 7224 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 10792 7224 252 24 0 7426 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43168

[startup+6.30112 s]
/proc/loadavg: 2.00 1.96 1.80 3/499 23582
/proc/meminfo: memFree=26007528/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=56824 CPUtime=6.29 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 13969 0 0 0 628 1 0 0 25 0 1 0 774701136 58187776 10790 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 14206 10790 252 24 0 10840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56824

[startup+12.701 s]
/proc/loadavg: 2.00 1.96 1.81 3/499 23582
/proc/meminfo: memFree=25989060/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=79172 CPUtime=12.69 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 17492 0 0 0 1267 2 0 0 25 0 1 0 774701136 81072128 14301 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 19793 14301 252 24 0 16427 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79172

[startup+25.5007 s]
/proc/loadavg: 2.00 1.96 1.81 3/499 23584
/proc/meminfo: memFree=25971968/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=112244 CPUtime=25.49 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 21000 0 0 0 2546 3 0 0 25 0 1 0 774701136 114937856 17800 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 28061 17800 252 24 0 24695 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112244

[startup+51.1012 s]
/proc/loadavg: 2.00 1.97 1.81 3/499 23586
/proc/meminfo: memFree=25946804/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=114952 CPUtime=51.09 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 25222 0 0 0 5104 5 0 0 25 0 1 0 774701136 117710848 22008 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 28738 22008 252 24 0 25372 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114952

[startup+102.301 s]
/proc/loadavg: 2.00 1.97 1.82 3/499 23587
/proc/meminfo: memFree=25893020/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=172696 CPUtime=102.32 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 32416 0 0 0 10223 9 0 0 25 0 1 0 774701136 176840704 29178 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 43174 29178 252 24 0 39808 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 172696

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.83 3/499 23589
/proc/meminfo: memFree=25855052/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=175352 CPUtime=162.29 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 36312 0 0 0 16219 10 0 0 25 0 1 0 774701136 179560448 33060 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 43838 33060 252 24 0 40472 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 175352

[startup+222.319 s]
/proc/loadavg: 2.10 2.00 1.84 3/499 23590
/proc/meminfo: memFree=25780380/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=175920 CPUtime=222.31 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 39040 0 0 0 22220 11 0 0 25 0 1 0 774701136 180142080 35777 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 43980 35777 252 24 0 40614 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 175920

[startup+282.3 s]
/proc/loadavg: 2.19 2.04 1.87 3/499 23592
/proc/meminfo: memFree=25735096/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=178900 CPUtime=282.3 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 44212 0 0 0 28216 14 0 0 25 0 1 0 774701136 183193600 40929 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 44725 40929 252 24 0 41359 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 178900

[startup+342.301 s]
/proc/loadavg: 2.12 2.05 1.88 3/499 23594
/proc/meminfo: memFree=25694876/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=261916 CPUtime=342.3 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 46521 0 0 0 34214 16 0 0 25 0 1 0 774701136 268201984 43232 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 65479 43232 252 24 0 62113 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 261916

[startup+402.301 s]
/proc/loadavg: 2.04 2.04 1.88 3/499 23595
/proc/meminfo: memFree=25664720/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=263432 CPUtime=402.3 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 48544 0 0 0 40213 17 0 0 25 0 1 0 774701136 269754368 45250 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 65858 45250 252 24 0 62492 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 263432

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 1.89 3/499 23597
/proc/meminfo: memFree=25615468/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=266184 CPUtime=462.3 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 50945 0 0 0 46212 18 0 0 25 0 1 0 774701136 272572416 47645 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 66546 47645 252 24 0 63180 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 266184

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 1.89 3/499 23598
/proc/meminfo: memFree=25581704/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=267464 CPUtime=522.3 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 52841 0 0 0 52211 19 0 0 25 0 1 0 774701136 273883136 49535 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 66866 49535 252 24 0 63500 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 267464

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 1.90 3/499 23600
/proc/meminfo: memFree=25540996/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=270308 CPUtime=582.3 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 55688 0 0 0 58210 20 0 0 25 0 1 0 774701136 276795392 52374 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 67577 52374 252 24 0 64211 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 270308

[startup+642.301 s]

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

[startup+4002.32 s]
/proc/loadavg: 1.00 1.02 1.02 2/493 24193
/proc/meminfo: memFree=26492396/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=757656 CPUtime=4002.4 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 150258 0 0 0 400172 68 0 0 25 0 1 0 774701136 775839744 146707 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 189414 146707 252 24 0 186048 0
Current children cumulated CPU time (s) 4002.4
Current children cumulated vsize (KiB) 757656

[startup+4062.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/493 24195
/proc/meminfo: memFree=26488400/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=757656 CPUtime=4062.39 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 151328 0 0 0 406170 69 0 0 25 0 1 0 774701136 775839744 147771 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 189414 147771 252 24 0 186048 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 757656

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/493 24196
/proc/meminfo: memFree=26482676/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=759096 CPUtime=4122.4 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 152638 0 0 0 412170 70 0 0 25 0 1 0 774701136 777314304 149080 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 189774 149080 252 24 0 186408 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 759096

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/493 24198
/proc/meminfo: memFree=26478804/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=759096 CPUtime=4182.4 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 153666 0 0 0 418169 71 0 0 25 0 1 0 774701136 777314304 150104 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 189774 150104 252 24 0 186408 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 759096

[startup+4242.3 s]
/proc/loadavg: 1.10 1.03 1.01 2/493 24200
/proc/meminfo: memFree=26470356/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=764860 CPUtime=4242.4 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 155767 0 0 0 424168 72 0 0 25 0 1 0 774701136 783216640 152200 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 191215 152200 252 24 0 187849 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 764860

[startup+4302.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/493 24201
/proc/meminfo: memFree=26465240/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=764860 CPUtime=4302.4 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 157022 0 0 0 430168 72 0 0 25 0 1 0 774701136 783216640 153452 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 191215 153452 252 24 0 187849 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 764860

[startup+4362.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/493 24203
/proc/meminfo: memFree=26461736/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=764860 CPUtime=4362.39 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 157986 0 0 0 436166 73 0 0 25 0 1 0 774701136 783216640 154408 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 191215 154408 252 24 0 187849 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 764860

[startup+4422.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/493 24204
/proc/meminfo: memFree=26457492/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=764860 CPUtime=4422.4 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 159018 0 0 0 442166 74 0 0 25 0 1 0 774701136 783216640 155438 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 191215 155438 252 24 0 187849 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 764860

[startup+4482.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/493 24206
/proc/meminfo: memFree=26452880/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=764860 CPUtime=4482.4 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 160128 0 0 0 448166 74 0 0 25 0 1 0 774701136 783216640 156544 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 191215 156544 252 24 0 187849 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 764860

[startup+4542.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/493 24208
/proc/meminfo: memFree=26446916/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=767020 CPUtime=4542.42 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 161607 0 0 0 454167 75 0 0 25 0 1 0 774701136 785428480 158020 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 191755 158020 252 24 0 188389 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 767020

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/493 24209
/proc/meminfo: memFree=26442548/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=767020 CPUtime=4602.41 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 162483 0 0 0 460165 76 0 0 25 0 1 0 774701136 785428480 158892 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 191755 158892 252 24 0 188389 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 767020

[startup+4662.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/493 24211
/proc/meminfo: memFree=26433836/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=771340 CPUtime=4662.42 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 164687 0 0 0 466165 77 0 0 25 0 1 0 774701136 789852160 161089 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 192835 161089 252 24 0 189469 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 771340

[startup+4722.3 s]
/proc/loadavg: 1.08 1.02 1.01 3/499 25202
/proc/meminfo: memFree=26422244/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=771340 CPUtime=4722.4 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 166301 0 0 0 472162 78 0 0 25 0 1 0 774701136 789852160 162700 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 192835 162700 252 24 0 189469 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 771340

[startup+4782.3 s]
/proc/loadavg: 2.00 1.29 1.10 2/493 30273
/proc/meminfo: memFree=26395528/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=773500 CPUtime=4782.41 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 167711 0 0 0 478162 79 0 0 25 0 1 0 774701136 792064000 164104 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 193375 164104 252 24 0 190009 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 773500

[startup+4842.3 s]
/proc/loadavg: 1.43 1.25 1.09 2/493 30275
/proc/meminfo: memFree=26396428/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=773500 CPUtime=4842.41 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 168825 0 0 0 484161 80 0 0 25 0 1 0 774701136 792064000 165216 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 193375 165216 252 24 0 190009 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 773500

[startup+4902.3 s]
/proc/loadavg: 1.16 1.20 1.09 2/493 30276
/proc/meminfo: memFree=26390940/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=775660 CPUtime=4902.42 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 170219 0 0 0 490161 81 0 0 25 0 1 0 774701136 794275840 166604 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 193915 166604 252 24 0 190549 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 775660

[startup+4962.3 s]
/proc/loadavg: 1.06 1.16 1.08 2/493 30278
/proc/meminfo: memFree=26385080/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=775660 CPUtime=4962.41 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 171761 0 0 0 496159 82 0 0 25 0 1 0 774701136 794275840 168140 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 193915 168140 252 24 0 190549 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 775660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.03 1.14 1.08 3/493 30279
/proc/meminfo: memFree=26382076/32951124 swapFree=53876548/67111528
[pid=23581] ppid=23579 vsize=775660 CPUtime=5000.05 cores=1,3,5,7
/proc/23581/stat : 23581 (RestartSAT) R 23579 23581 22639 0 -1 4202496 172489 0 0 0 499923 82 0 0 25 0 1 0 774701136 794275840 168866 33554432000 4194304 4291949 140733448823296 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23581/statm: 193915 168866 252 24 0 190549 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 775660

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.97
CPU time (s): 5000.09
CPU user time (s): 4999.23
CPU system time (s): 0.85487
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 775660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.23
system time used= 0.85487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172489
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= 10
involuntary context switches= 2502

runsolver used 22.4756 second user time and 58.988 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-29 03:03:22
IDJOB=3421438
IDBENCH=88223
IDSOLVER=1911
FILE ID=node108/3421438-1306631002
RUNJOBID= node108-1306630115-23340
PBS_JOBID= 13471631
Free space on /tmp= 73232 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p15-s72490337.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421438-1306631002/watcher-3421438-1306631002 -o /tmp/evaluation-result-3421438-1306631002/solver-3421438-1306631002 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421438-1306631002.cnf

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

MD5SUM BENCH= ab8e40d31c79e7a71114e3126a46874f
RANDOM SEED=316916328

node108.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.820
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.64
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.820
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.820
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.82
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.820
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.820
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.82
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.820
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.820
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.820
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:      26050972 kB
Buffers:        222328 kB
Cached:        4597604 kB
SwapCached:      16500 kB
Active:        2476384 kB
Inactive:      4171424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26050972 kB
SwapTotal:    67111528 kB
SwapFree:     53876548 kB
Dirty:            3516 kB
Writeback:           0 kB
AnonPages:     1821244 kB
Mapped:          12816 kB
Slab:           117276 kB
PageTables:      67156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135588276 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= 73420 MiB
End job on node108 at 2011-05-29 04:26:44