Trace number 3420926

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.13 5000.23

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes1.cnf
MD5SUMd6097a9814089eeede1d027388c17a02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark114.827
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
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-3420926-1306590076/watcher-3420926-1306590076 -o /tmp/evaluation-result-3420926-1306590076/solver-3420926-1306590076 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420926-1306590076.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: 1.98 2.04 2.00 3/424 12985
/proc/meminfo: memFree=14243836/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=20396 CPUtime=0 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 1016 0 0 0 0 0 0 0 25 0 1 0 770605767 20885504 945 33554432000 4194304 4291949 140735791301488 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 5099 945 225 24 0 1733 0

[startup+0.079761 s]
/proc/loadavg: 1.98 2.04 2.00 3/424 12985
/proc/meminfo: memFree=14243836/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=22944 CPUtime=0.07 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 1966 0 0 0 7 0 0 0 25 0 1 0 770605767 23494656 1793 33554432000 4194304 4291949 140735791301488 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 5736 1793 231 24 0 2370 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22944

[startup+0.10076 s]
/proc/loadavg: 1.98 2.04 2.00 3/424 12985
/proc/meminfo: memFree=14243836/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=22944 CPUtime=0.09 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 1968 0 0 0 9 0 0 0 25 0 1 0 770605767 23494656 1795 33554432000 4194304 4291949 140735791301488 18446744073709551615 4232443 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 5736 1795 232 24 0 2370 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22944

[startup+0.300722 s]
/proc/loadavg: 1.98 2.04 2.00 3/424 12985
/proc/meminfo: memFree=14243836/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=20904 CPUtime=0.29 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 2641 0 0 0 29 0 0 0 25 0 1 0 770605767 21405696 1958 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 5226 1958 252 24 0 1860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20904

[startup+0.700649 s]
/proc/loadavg: 1.98 2.04 2.00 3/424 12985
/proc/meminfo: memFree=14243836/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=22712 CPUtime=0.69 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 3152 0 0 0 69 0 0 0 25 0 1 0 770605767 23257088 2465 33554432000 4194304 4291949 140735791301488 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 5678 2465 252 24 0 2312 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22712

[startup+1.50051 s]
/proc/loadavg: 1.98 2.04 2.00 3/425 12986
/proc/meminfo: memFree=14233096/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=26224 CPUtime=1.49 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 4040 0 0 0 149 0 0 0 25 0 1 0 770605767 26853376 3344 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 6556 3344 252 24 0 3190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26224

[startup+3.10021 s]
/proc/loadavg: 1.98 2.04 2.00 3/425 12986
/proc/meminfo: memFree=14227640/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=31996 CPUtime=3.09 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 5397 0 0 0 309 0 0 0 25 0 1 0 770605767 32763904 4692 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 7999 4692 252 24 0 4633 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31996

[startup+6.30063 s]
/proc/loadavg: 1.98 2.04 2.00 3/425 12986
/proc/meminfo: memFree=14218676/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=41136 CPUtime=6.29 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 7414 0 0 0 629 0 0 0 25 0 1 0 770605767 42123264 6695 33554432000 4194304 4291949 140735791301488 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 10284 6695 252 24 0 6918 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41136

[startup+12.7005 s]
/proc/loadavg: 1.98 2.04 2.00 3/425 12987
/proc/meminfo: memFree=14204564/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=55508 CPUtime=12.69 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 10496 0 0 0 1268 1 0 0 25 0 1 0 770605767 56840192 9749 33554432000 4194304 4291949 140735791301488 18446744073709551615 4269200 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 13877 9749 252 24 0 10511 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55508

[startup+25.5001 s]
/proc/loadavg: 1.98 2.03 2.00 3/425 12987
/proc/meminfo: memFree=14218836/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=40380 CPUtime=25.49 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 16777 0 0 0 2546 3 0 0 25 0 1 0 770605767 41349120 6078 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 10095 6078 252 24 0 6729 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40380

[startup+51.1005 s]
/proc/loadavg: 2.05 2.04 2.00 3/425 12988
/proc/meminfo: memFree=14181492/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=80544 CPUtime=51.09 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 25401 0 0 0 5104 5 0 0 25 0 1 0 770605767 82477056 14629 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 20136 14629 252 24 0 16770 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80544

[startup+102.316 s]
/proc/loadavg: 2.02 2.03 2.00 3/425 12989
/proc/meminfo: memFree=14168836/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=115912 CPUtime=102.3 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 41706 0 0 0 10221 9 0 0 25 0 1 0 770605767 118693888 17917 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 28978 17917 252 24 0 25612 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 115912

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/425 12991
/proc/meminfo: memFree=14163864/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=118216 CPUtime=162.29 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 58384 0 0 0 16215 14 0 0 25 0 1 0 770605767 121053184 18975 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 29554 18975 252 24 0 26188 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 118216

[startup+222.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/425 12992
/proc/meminfo: memFree=14183684/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=73824 CPUtime=222.27 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 72800 0 0 0 22209 18 0 0 25 0 1 0 770605767 75595776 14130 33554432000 4194304 4291949 140735791301488 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 18456 14130 252 24 0 15090 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 73824

[startup+282.3 s]
/proc/loadavg: 2.15 2.08 2.01 3/425 12994
/proc/meminfo: memFree=14131096/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=127248 CPUtime=282.27 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 86207 0 0 0 28206 21 0 0 25 0 1 0 770605767 130301952 27460 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 31812 27460 252 24 0 28446 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 127248

[startup+342.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/425 12995
/proc/meminfo: memFree=14147820/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=127588 CPUtime=342.27 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 101433 0 0 0 34201 26 0 0 25 0 1 0 770605767 130650112 23141 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 31897 23141 252 24 0 28531 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 127588

[startup+402.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/425 12997
/proc/meminfo: memFree=14117428/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=181480 CPUtime=402.27 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 109148 0 0 0 40197 30 0 0 25 0 1 0 770605767 185835520 30814 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 45370 30814 252 24 0 42004 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 181480

[startup+462.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/425 12999
/proc/meminfo: memFree=14151124/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=132572 CPUtime=462.27 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 123647 0 0 0 46192 35 0 0 25 0 1 0 770605767 135753728 22294 33554432000 4194304 4291949 140735791301488 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 33143 22294 252 24 0 29777 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 132572

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 13000
/proc/meminfo: memFree=14116012/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=183208 CPUtime=522.26 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 132620 0 0 0 52188 38 0 0 25 0 1 0 770605767 187604992 31209 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 45802 31209 252 24 0 42436 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 183208

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 13002
/proc/meminfo: memFree=14147856/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=133796 CPUtime=582.26 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 147578 0 0 0 58185 41 0 0 25 0 1 0 770605767 137007104 22958 33554432000 4194304 4291949 140735791301488 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 33449 22958 252 24 0 30083 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 133796

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/425 13133
/proc/meminfo: memFree=13908060/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=212076 CPUtime=4002.21 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 579826 0 0 0 400008 213 0 0 25 0 1 0 770605767 217165824 47488 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 53019 47488 252 24 0 49653 0
Current children cumulated CPU time (s) 4002.21
Current children cumulated vsize (KiB) 212076

[startup+4062.32 s]
/proc/loadavg: 2.25 2.08 2.02 4/425 13135
/proc/meminfo: memFree=13938044/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=262164 CPUtime=4062.22 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 584290 0 0 0 406007 215 0 0 25 0 1 0 770605767 268455936 51925 33554432000 4194304 4291949 140735791301488 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 65541 51925 252 24 0 62175 0
Current children cumulated CPU time (s) 4062.22
Current children cumulated vsize (KiB) 262164

[startup+4122.3 s]
/proc/loadavg: 2.19 2.09 2.02 3/425 13136
/proc/meminfo: memFree=13902812/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=262164 CPUtime=4122.21 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 587144 0 0 0 412004 217 0 0 25 0 1 0 770605767 268455936 54762 33554432000 4194304 4291949 140735791301488 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 65541 54762 252 24 0 62175 0
Current children cumulated CPU time (s) 4122.21
Current children cumulated vsize (KiB) 262164

[startup+4182.3 s]
/proc/loadavg: 2.07 2.07 2.02 3/425 13138
/proc/meminfo: memFree=13873912/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=262164 CPUtime=4182.2 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 590008 0 0 0 418001 219 0 0 25 0 1 0 770605767 268455936 57607 33554432000 4194304 4291949 140735791301488 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 65541 57607 252 24 0 62175 0
Current children cumulated CPU time (s) 4182.2
Current children cumulated vsize (KiB) 262164

[startup+4242.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/425 13139
/proc/meminfo: memFree=13948048/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=263444 CPUtime=4242.21 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 593106 0 0 0 424000 221 0 0 25 0 1 0 770605767 269766656 60688 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 65861 60688 252 24 0 62495 0
Current children cumulated CPU time (s) 4242.21
Current children cumulated vsize (KiB) 263444

[startup+4302.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/425 13141
/proc/meminfo: memFree=13864824/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=346752 CPUtime=4302.2 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 595789 0 0 0 429998 222 0 0 25 0 1 0 770605767 355074048 63356 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 86688 63356 252 24 0 83322 0
Current children cumulated CPU time (s) 4302.2
Current children cumulated vsize (KiB) 346752

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 13143
/proc/meminfo: memFree=13946512/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=168688 CPUtime=4362.2 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 605125 0 0 0 435994 226 0 0 25 0 1 0 770605767 172736512 35887 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 42172 35887 252 24 0 38806 0
Current children cumulated CPU time (s) 4362.2
Current children cumulated vsize (KiB) 168688

[startup+4422.3 s]
/proc/loadavg: 2.05 2.04 2.00 4/425 13144
/proc/meminfo: memFree=13950216/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=218476 CPUtime=4422.21 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 614430 0 0 0 441993 228 0 0 25 0 1 0 770605767 223719424 45131 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 54619 45131 252 24 0 51253 0
Current children cumulated CPU time (s) 4422.21
Current children cumulated vsize (KiB) 218476

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/425 13146
/proc/meminfo: memFree=13906908/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=268564 CPUtime=4482.2 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 619102 0 0 0 447990 230 0 0 25 0 1 0 770605767 275009536 49774 33554432000 4194304 4291949 140735791301488 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 67141 49774 252 24 0 63775 0
Current children cumulated CPU time (s) 4482.2
Current children cumulated vsize (KiB) 268564

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/425 13147
/proc/meminfo: memFree=13872536/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=268564 CPUtime=4542.2 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 623258 0 0 0 453988 232 0 0 25 0 1 0 770605767 275009536 53906 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 67141 53906 252 24 0 63775 0
Current children cumulated CPU time (s) 4542.2
Current children cumulated vsize (KiB) 268564

[startup+4602.3 s]
/proc/loadavg: 2.15 2.05 2.01 4/425 13149
/proc/meminfo: memFree=13900916/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=269204 CPUtime=4602.21 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 626616 0 0 0 459988 233 0 0 25 0 1 0 770605767 275664896 57245 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 67301 57245 252 24 0 63935 0
Current children cumulated CPU time (s) 4602.21
Current children cumulated vsize (KiB) 269204

[startup+4662.3 s]
/proc/loadavg: 2.12 2.05 2.01 4/425 13151
/proc/meminfo: memFree=13862216/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=269204 CPUtime=4662.19 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 629888 0 0 0 465985 234 0 0 25 0 1 0 770605767 275664896 60504 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 67301 60504 252 24 0 63935 0
Current children cumulated CPU time (s) 4662.19
Current children cumulated vsize (KiB) 269204

[startup+4722.32 s]
/proc/loadavg: 2.12 2.06 2.01 4/425 13152
/proc/meminfo: memFree=13834180/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=350592 CPUtime=4722.21 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 632579 0 0 0 471985 236 0 0 25 0 1 0 770605767 359006208 63169 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 87648 63169 252 24 0 84282 0
Current children cumulated CPU time (s) 4722.21
Current children cumulated vsize (KiB) 350592

[startup+4782.3 s]
/proc/loadavg: 2.04 2.05 2.00 4/425 13154
/proc/meminfo: memFree=13989540/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=169328 CPUtime=4782.19 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 640847 0 0 0 477981 238 0 0 25 0 1 0 770605767 173391872 35505 33554432000 4194304 4291949 140735791301488 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 42332 35505 252 24 0 38966 0
Current children cumulated CPU time (s) 4782.19
Current children cumulated vsize (KiB) 169328

[startup+4842.3 s]
/proc/loadavg: 2.05 2.05 2.00 4/425 13164
/proc/meminfo: memFree=13934184/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=219116 CPUtime=4842.2 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 648843 0 0 0 483979 241 0 0 25 0 1 0 770605767 224374784 43442 33554432000 4194304 4291949 140735791301488 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 54779 43442 252 24 0 51413 0
Current children cumulated CPU time (s) 4842.2
Current children cumulated vsize (KiB) 219116

[startup+4902.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/425 13166
/proc/meminfo: memFree=13895344/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=219116 CPUtime=4902.19 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 654344 0 0 0 489974 245 0 0 25 0 1 0 770605767 224374784 48899 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 54779 48899 252 24 0 51413 0
Current children cumulated CPU time (s) 4902.19
Current children cumulated vsize (KiB) 219116

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 13168
/proc/meminfo: memFree=13922480/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=269204 CPUtime=4962.19 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 659784 0 0 0 495970 249 0 0 25 0 1 0 770605767 275664896 54298 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 67301 54298 252 24 0 63935 0
Current children cumulated CPU time (s) 4962.19
Current children cumulated vsize (KiB) 269204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 13172
/proc/meminfo: memFree=13881144/32951124 swapFree=48785060/67111528
[pid=12985] ppid=12983 vsize=269844 CPUtime=5000.1 cores=1,3,5,7
/proc/12985/stat : 12985 (RestartSAT) R 12983 12985 12380 0 -1 4202496 664297 0 0 0 499759 251 0 0 25 0 1 0 770605767 276320256 58788 33554432000 4194304 4291949 140735791301488 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12985/statm: 67461 58788 252 24 0 64095 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 269844

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): 5000.23
CPU time (s): 5000.13
CPU user time (s): 4997.6
CPU system time (s): 2.52961
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 369268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.6
system time used= 2.52961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 664299
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= 9
involuntary context switches= 4107

runsolver used 19.1031 second user time and 49.0925 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-28 15:41:16
IDJOB=3420926
IDBENCH=71433
IDSOLVER=1911
FILE ID=node134/3420926-1306590076
RUNJOBID= node134-1306579392-12399
PBS_JOBID= 13471546
Free space on /tmp= 73120 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1150c84314gyes1.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420926-1306590076/watcher-3420926-1306590076 -o /tmp/evaluation-result-3420926-1306590076/solver-3420926-1306590076 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420926-1306590076.cnf

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

MD5SUM BENCH= d6097a9814089eeede1d027388c17a02
RANDOM SEED=1217743604

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14244116 kB
Buffers:        269036 kB
Cached:        7510968 kB
SwapCached:      40168 kB
Active:        6114032 kB
Inactive:     12302508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14244116 kB
SwapTotal:    67111528 kB
SwapFree:     48785060 kB
Dirty:            1220 kB
Writeback:           0 kB
AnonPages:    10603616 kB
Mapped:          21444 kB
Slab:           133324 kB
PageTables:      88912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110810384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73116 MiB
End job on node134 at 2011-05-28 17:04:38