Trace number 3281048

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 B95UNSAT 624.941 624.919

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

Solver Data

624.92/624.91	c WARNING: for repeatability, setting FPU to use double precision
624.92/624.91	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3281048-1303746948/watcher-3281048-1303746948 -o /tmp/evaluation-result-3281048-1303746948/solver-3281048-1303746948 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3281048-1303746948.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.62 1.47 0.55 5/189 19434
/proc/meminfo: memFree=19964100/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=19396 CPUtime=0 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 655 0 0 0 0 0 0 0 25 0 1 0 486294519 19861504 594 33554432000 4194304 4291949 140734002276944 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 4849 595 224 24 0 1483 0

[startup+0.0582099 s]
/proc/loadavg: 3.62 1.47 0.55 5/189 19434
/proc/meminfo: memFree=19964100/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=28100 CPUtime=0.05 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 3524 0 0 0 5 0 0 0 25 0 1 0 486294519 28774400 3157 33554432000 4194304 4291949 140734002276944 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 7025 3159 227 24 0 3659 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28100

[startup+0.101201 s]
/proc/loadavg: 3.62 1.47 0.55 5/189 19434
/proc/meminfo: memFree=19964100/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=33804 CPUtime=0.09 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 5206 0 0 0 9 0 0 0 25 0 1 0 486294519 34615296 4676 33554432000 4194304 4291949 140734002276944 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 8451 4676 232 24 0 5085 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33804

[startup+0.301164 s]
/proc/loadavg: 3.62 1.47 0.55 5/189 19434
/proc/meminfo: memFree=19964100/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=41972 CPUtime=0.29 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 6989 0 0 0 29 0 0 0 25 0 1 0 486294519 42979328 6391 33554432000 4194304 4291949 140734002276944 18446744073709551615 4229722 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 10493 6391 234 24 0 7127 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41972

[startup+0.701085 s]
/proc/loadavg: 3.62 1.47 0.55 5/189 19434
/proc/meminfo: memFree=19964100/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=35908 CPUtime=0.68 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 7732 0 0 0 68 0 0 0 25 0 1 0 486294519 36769792 5364 33554432000 4194304 4291949 140734002276944 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 8977 5364 252 24 0 5611 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35908

[startup+1.50094 s]
/proc/loadavg: 3.62 1.47 0.55 5/190 19435
/proc/meminfo: memFree=19942512/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=37584 CPUtime=1.48 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 7838 0 0 0 148 0 0 0 25 0 1 0 486294519 38486016 5469 33554432000 4194304 4291949 140734002276944 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 9396 5469 252 24 0 6030 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37584

[startup+3.10057 s]
/proc/loadavg: 3.62 1.47 0.55 5/190 19435
/proc/meminfo: memFree=19941272/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=37584 CPUtime=3.08 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 8157 0 0 0 308 0 0 0 25 0 1 0 486294519 38486016 5783 33554432000 4194304 4291949 140734002276944 18446744073709551615 4262075 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 9396 5783 252 24 0 6030 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37584

[startup+6.30102 s]
/proc/loadavg: 3.65 1.51 0.56 5/190 19435
/proc/meminfo: memFree=19936972/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=40304 CPUtime=6.29 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 8819 0 0 0 628 1 0 0 25 0 1 0 486294519 41271296 6426 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 10076 6426 252 24 0 6710 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40304

[startup+12.7008 s]
/proc/loadavg: 3.67 1.56 0.58 5/190 19435
/proc/meminfo: memFree=19929444/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=45332 CPUtime=12.69 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 10067 0 0 0 1268 1 0 0 25 0 1 0 486294519 46419968 7639 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 11333 7639 252 24 0 7967 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45332

[startup+25.5004 s]
/proc/loadavg: 3.75 1.67 0.64 5/190 19436
/proc/meminfo: memFree=19911980/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=54568 CPUtime=25.49 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 12438 0 0 0 2546 3 0 0 25 0 1 0 486294519 55877632 9964 33554432000 4194304 4291949 140734002276944 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 13642 9964 252 24 0 10276 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54568

[startup+51.1005 s]
/proc/loadavg: 3.83 1.86 0.72 5/190 19436
/proc/meminfo: memFree=19905720/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=48380 CPUtime=51.09 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 18640 0 0 0 5105 4 0 0 25 0 1 0 486294519 49541120 8017 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 12095 8017 252 24 0 8729 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48380

[startup+102.307 s]
/proc/loadavg: 3.92 2.19 0.89 5/190 19438
/proc/meminfo: memFree=19846188/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=97700 CPUtime=102.3 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 29652 0 0 0 10223 7 0 0 25 0 1 0 486294519 100044800 18865 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 24425 18865 252 24 0 21059 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 97700

[startup+162.3 s]
/proc/loadavg: 4.06 2.54 1.10 5/190 19439
/proc/meminfo: memFree=19839232/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=83780 CPUtime=162.3 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 40593 0 0 0 16219 11 0 0 25 0 1 0 486294519 85790720 16891 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 20945 16891 252 24 0 17579 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 83780

[startup+222.301 s]
/proc/loadavg: 4.02 2.81 1.27 5/190 19441
/proc/meminfo: memFree=19818140/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=83644 CPUtime=222.3 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 53038 0 0 0 22216 14 0 0 25 0 1 0 486294519 85651456 17143 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 20911 17143 252 24 0 17545 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 83644

[startup+282.3 s]
/proc/loadavg: 4.01 3.02 1.44 5/190 19443
/proc/meminfo: memFree=19769004/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=145108 CPUtime=282.3 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 61898 0 0 0 28213 17 0 0 25 0 1 0 486294519 148590592 25872 33554432000 4194304 4291949 140734002276944 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 36277 25872 252 24 0 32911 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 145108

[startup+342.301 s]
/proc/loadavg: 4.00 3.20 1.60 5/190 19453
/proc/meminfo: memFree=19769104/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=114288 CPUtime=342.3 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 72399 0 0 0 34209 21 0 0 25 0 1 0 486294519 117030912 22845 33554432000 4194304 4291949 140734002276944 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 28572 22845 252 24 0 25206 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114288

[startup+402.3 s]
/proc/loadavg: 4.00 3.34 1.75 5/190 19455
/proc/meminfo: memFree=19740072/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=114288 CPUtime=402.31 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 88921 0 0 0 40205 26 0 0 25 0 1 0 486294519 117030912 24137 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 28572 24137 252 24 0 25206 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 114288

[startup+462.301 s]
/proc/loadavg: 4.00 3.46 1.88 5/190 19456
/proc/meminfo: memFree=19748984/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=92108 CPUtime=462.31 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 99968 0 0 0 46201 30 0 0 25 0 1 0 486294519 94318592 18591 33554432000 4194304 4291949 140734002276944 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 23027 18591 252 24 0 19661 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 92108

[startup+522.301 s]
/proc/loadavg: 4.00 3.55 2.01 5/190 19461
/proc/meminfo: memFree=19712620/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=122752 CPUtime=522.31 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 107394 0 0 0 52198 33 0 0 25 0 1 0 486294519 125698048 25838 33554432000 4194304 4291949 140734002276944 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 30688 25838 252 24 0 27322 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 122752

[startup+582.301 s]
/proc/loadavg: 4.00 3.63 2.14 5/190 19463
/proc/meminfo: memFree=19710944/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=131348 CPUtime=582.31 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 120842 0 0 0 58194 37 0 0 25 0 1 0 486294519 134500352 25322 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 32837 25322 252 24 0 29471 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 131348

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

[startup+588.701 s]
/proc/loadavg: 4.00 3.64 2.16 5/190 19463
/proc/meminfo: memFree=19708960/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=131348 CPUtime=588.71 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 121324 0 0 0 58834 37 0 0 25 0 1 0 486294519 134500352 25787 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 32837 25787 252 24 0 29471 0
Current children cumulated CPU time (s) 588.71
Current children cumulated vsize (KiB) 131348

[startup+601.5 s]
/proc/loadavg: 4.00 3.65 2.17 5/190 19463
/proc/meminfo: memFree=19703000/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=131348 CPUtime=601.51 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 122860 0 0 0 60113 38 0 0 25 0 1 0 486294519 134500352 27282 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 32837 27282 252 24 0 29471 0
Current children cumulated CPU time (s) 601.51
Current children cumulated vsize (KiB) 131348

[startup+614.301 s]
/proc/loadavg: 4.00 3.67 2.20 5/190 19463
/proc/meminfo: memFree=19698408/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=131348 CPUtime=614.32 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 124047 0 0 0 61393 39 0 0 25 0 1 0 486294519 134500352 28416 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 32837 28416 252 24 0 29471 0
Current children cumulated CPU time (s) 614.32
Current children cumulated vsize (KiB) 131348

[startup+620.701 s]
/proc/loadavg: 4.00 3.68 2.21 5/190 19464
/proc/meminfo: memFree=19705100/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=131348 CPUtime=620.71 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 134575 0 0 0 62031 40 0 0 25 0 1 0 486294519 134500352 26375 33554432000 4194304 4291949 140734002276944 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 32837 26375 252 24 0 29471 0
Current children cumulated CPU time (s) 620.71
Current children cumulated vsize (KiB) 131348

[startup+622.3 s]
/proc/loadavg: 4.00 3.68 2.21 5/190 19464
/proc/meminfo: memFree=19704480/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=131348 CPUtime=622.32 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 134773 0 0 0 62191 41 0 0 25 0 1 0 486294519 134500352 26565 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 32837 26565 252 24 0 29471 0
Current children cumulated CPU time (s) 622.32
Current children cumulated vsize (KiB) 131348

[startup+623.901 s]
/proc/loadavg: 4.00 3.68 2.22 5/190 19464
/proc/meminfo: memFree=19702744/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=131348 CPUtime=623.92 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 135089 0 0 0 62351 41 0 0 25 0 1 0 486294519 134500352 26867 33554432000 4194304 4291949 140734002276944 18446744073709551615 4269247 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 32837 26867 252 24 0 29471 0
Current children cumulated CPU time (s) 623.92
Current children cumulated vsize (KiB) 131348

[startup+624.701 s]
/proc/loadavg: 4.00 3.68 2.22 5/190 19464
/proc/meminfo: memFree=19701380/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=131348 CPUtime=624.72 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 135236 0 0 0 62431 41 0 0 25 0 1 0 486294519 134500352 27008 33554432000 4194304 4291949 140734002276944 18446744073709551615 4250555 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 32837 27008 252 24 0 29471 0
Current children cumulated CPU time (s) 624.72
Current children cumulated vsize (KiB) 131348

[startup+624.901 s]
/proc/loadavg: 4.00 3.68 2.22 5/190 19464
/proc/meminfo: memFree=19701380/32950928 swapFree=67111524/67111528
[pid=19434] ppid=19432 vsize=131348 CPUtime=624.92 cores=4,6
/proc/19434/stat : 19434 (RestartSAT) R 19432 19434 19316 0 -1 4202496 135283 0 0 0 62451 41 0 0 25 0 1 0 486294519 134500352 27052 33554432000 4194304 4291949 140734002276944 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/19434/statm: 32837 27052 252 24 0 29471 0
Current children cumulated CPU time (s) 624.92
Current children cumulated vsize (KiB) 131348

Child status: 20
Real time (s): 624.919
CPU time (s): 624.941
CPU user time (s): 624.525
CPU system time (s): 0.415936
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 156604

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

runsolver used 0.975851 second user time and 2.43863 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-25 17:55:49
IDJOB=3281048
IDBENCH=20521
IDSOLVER=1580
FILE ID=node127/3281048-1303746948
RUNJOBID= node127-1303746808-19335
PBS_JOBID= 13154035
Free space on /tmp= 71332 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281048-1303746948/watcher-3281048-1303746948 -o /tmp/evaluation-result-3281048-1303746948/solver-3281048-1303746948 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3281048-1303746948.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=686674735

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      19964380 kB
Buffers:       2392444 kB
Cached:        9736348 kB
SwapCached:          4 kB
Active:        8600212 kB
Inactive:      3837080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19964380 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13020 kB
Writeback:           0 kB
AnonPages:      307396 kB
Mapped:          15460 kB
Slab:           484276 kB
PageTables:       5532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   516784 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= 71328 MiB
End job on node127 at 2011-04-25 18:06:14