Trace number 3258718

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 A75? (TO) 1300.06 1300.03

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUMd6877629cc818d7e31dc245fb95f0588
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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

running on 2 cores: 1,3

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.68 3.90 3.02 5/189 29120
/proc/meminfo: memFree=16808584/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=19708 CPUtime=0 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 810 0 0 0 0 0 0 0 22 0 1 0 462021501 20180992 738 33554432000 4194304 4291949 140735864519664 18446744073709551615 274473628357 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 4927 739 225 24 0 1561 0

[startup+0.0357431 s]
/proc/loadavg: 3.68 3.90 3.02 5/189 29120
/proc/meminfo: memFree=16808584/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=25008 CPUtime=0.02 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 2745 0 0 0 2 0 0 0 22 0 1 0 462021501 25608192 2453 33554432000 4194304 4291949 140735864519664 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 6252 2456 227 24 0 2886 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25008

[startup+0.100733 s]
/proc/loadavg: 3.68 3.90 3.02 5/189 29120
/proc/meminfo: memFree=16808584/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=35368 CPUtime=0.08 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 5631 0 0 0 8 0 0 0 22 0 1 0 462021501 36216832 5000 33554432000 4194304 4291949 140735864519664 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 8842 5000 232 24 0 5476 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 35368

[startup+0.300702 s]
/proc/loadavg: 3.68 3.90 3.02 5/189 29120
/proc/meminfo: memFree=16808584/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=35368 CPUtime=0.28 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 5641 0 0 0 28 0 0 0 23 0 1 0 462021501 36216832 5010 33554432000 4194304 4291949 140735864519664 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 8842 5010 232 24 0 5476 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 35368

[startup+0.70063 s]
/proc/loadavg: 3.68 3.90 3.02 5/189 29120
/proc/meminfo: memFree=16808584/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=34152 CPUtime=0.69 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 6954 0 0 0 68 1 0 0 25 0 1 0 462021501 34971648 4538 33554432000 4194304 4291949 140735864519664 18446744073709551615 4250761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 8538 4538 252 24 0 5172 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34152

[startup+1.50049 s]
/proc/loadavg: 3.68 3.90 3.02 5/190 29121
/proc/meminfo: memFree=16780932/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=38572 CPUtime=1.49 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 7888 0 0 0 148 1 0 0 25 0 1 0 462021501 39497728 5466 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 9643 5466 252 24 0 6277 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38572

[startup+3.10021 s]
/proc/loadavg: 3.71 3.90 3.03 5/190 29121
/proc/meminfo: memFree=16765932/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=45960 CPUtime=3.09 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 9244 0 0 0 308 1 0 0 25 0 1 0 462021501 47063040 6812 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 11490 6812 252 24 0 8124 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45960

[startup+6.30064 s]
/proc/loadavg: 3.71 3.90 3.03 5/190 29121
/proc/meminfo: memFree=16737628/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=57768 CPUtime=6.29 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 11122 0 0 0 628 1 0 0 25 0 1 0 462021501 59154432 8679 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 14442 8679 252 24 0 11076 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57768

[startup+12.7005 s]
/proc/loadavg: 3.75 3.91 3.04 5/190 29121
/proc/meminfo: memFree=16686416/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=79732 CPUtime=12.69 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 14415 0 0 0 1267 2 0 0 25 0 1 0 462021501 81645568 11950 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 19933 11950 252 24 0 16567 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79732

[startup+25.5003 s]
/proc/loadavg: 3.79 3.91 3.05 5/190 29121
/proc/meminfo: memFree=16619960/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=83876 CPUtime=25.49 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 18987 0 0 0 2546 3 0 0 25 0 1 0 462021501 85889024 16494 33554432000 4194304 4291949 140735864519664 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 20969 16494 252 24 0 17603 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83876

[startup+51.1008 s]
/proc/loadavg: 3.86 3.91 3.07 5/190 29122
/proc/meminfo: memFree=16510548/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=120256 CPUtime=51.09 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 27082 0 0 0 5103 6 0 0 25 0 1 0 462021501 123142144 24546 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 30064 24546 252 24 0 26698 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 120256

[startup+102.307 s]
/proc/loadavg: 3.94 3.93 3.12 5/190 29123
/proc/meminfo: memFree=16444064/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=178660 CPUtime=102.3 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 35684 0 0 0 10221 9 0 0 25 0 1 0 462021501 182947840 33107 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 44665 33107 252 24 0 41299 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 178660

[startup+162.3 s]
/proc/loadavg: 3.98 3.94 3.18 5/190 29125
/proc/meminfo: memFree=16308504/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=186128 CPUtime=162.29 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 44672 0 0 0 16217 12 0 0 25 0 1 0 462021501 190595072 42047 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 46532 42047 252 24 0 43166 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 186128

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.22 5/190 29126
/proc/meminfo: memFree=16166616/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=271728 CPUtime=222.29 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 56182 0 0 0 22212 17 0 0 25 0 1 0 462021501 278249472 53507 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 67932 53507 252 24 0 64566 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 271728

[startup+282.301 s]
/proc/loadavg: 3.99 3.95 3.27 5/190 29128
/proc/meminfo: memFree=16075192/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=279984 CPUtime=282.29 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 61658 0 0 0 28210 19 0 0 25 0 1 0 462021501 286703616 58963 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 69996 58963 252 24 0 66630 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 279984

[startup+342.3 s]
/proc/loadavg: 3.99 3.96 3.31 5/190 29130
/proc/meminfo: memFree=16199780/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=283900 CPUtime=342.3 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 66657 0 0 0 34208 22 0 0 25 0 1 0 462021501 290713600 63944 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 70975 63944 252 24 0 67609 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 283900

[startup+402.301 s]
/proc/loadavg: 4.04 3.97 3.35 5/190 29131
/proc/meminfo: memFree=16101664/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=419988 CPUtime=402.3 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 72144 0 0 0 40205 25 0 0 25 0 1 0 462021501 430067712 69410 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 104997 69410 252 24 0 101631 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 419988

[startup+462.3 s]
/proc/loadavg: 4.05 3.99 3.40 5/190 29133
/proc/meminfo: memFree=16023764/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=423164 CPUtime=462.3 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 76096 0 0 0 46204 26 0 0 25 0 1 0 462021501 433319936 73339 33554432000 4194304 4291949 140735864519664 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 105791 73339 252 24 0 102425 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 423164

[startup+522.301 s]
/proc/loadavg: 4.02 3.99 3.43 5/190 29134
/proc/meminfo: memFree=15962968/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=426960 CPUtime=522.31 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 79753 0 0 0 52202 29 0 0 25 0 1 0 462021501 437207040 76978 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 106740 76978 252 24 0 103374 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 426960

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.47 5/190 29136
/proc/meminfo: memFree=15885812/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=429544 CPUtime=582.31 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 85577 0 0 0 58199 32 0 0 25 0 1 0 462021501 439853056 82776 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 107386 82776 252 24 0 104020 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 429544

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.50 5/190 29138
/proc/meminfo: memFree=15829224/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=432712 CPUtime=642.31 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 88798 0 0 0 64197 34 0 0 25 0 1 0 462021501 443097088 85978 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 108178 85978 252 24 0 104812 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 432712

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.53 5/190 29139
/proc/meminfo: memFree=15837876/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=438556 CPUtime=702.31 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 92849 0 0 0 70196 35 0 0 25 0 1 0 462021501 449081344 90017 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 109639 90017 252 24 0 106273 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 438556

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.55 5/190 29141
/proc/meminfo: memFree=15784652/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=439332 CPUtime=762.32 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 95458 0 0 0 76195 37 0 0 25 0 1 0 462021501 449875968 92614 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 109833 92614 252 24 0 106467 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 439332

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.58 5/190 29142
/proc/meminfo: memFree=15717900/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=442036 CPUtime=822.31 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 99594 0 0 0 82192 39 0 0 25 0 1 0 462021501 452644864 96733 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 110509 96733 252 24 0 107143 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 442036

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.60 6/190 29144
/proc/meminfo: memFree=15651532/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=444672 CPUtime=882.31 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 102414 0 0 0 88190 41 0 0 25 0 1 0 462021501 455344128 99544 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 111168 99544 252 24 0 107802 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 444672

[startup+942.301 s]
/proc/loadavg: 4.05 4.01 3.63 5/190 29145
/proc/meminfo: memFree=15599424/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=447116 CPUtime=942.32 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 105434 0 0 0 94189 43 0 0 25 0 1 0 462021501 457846784 102546 33554432000 4194304 4291949 140735864519664 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 111779 102546 252 24 0 108413 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 447116

[startup+1002.3 s]
/proc/loadavg: 4.07 4.02 3.65 5/190 29147
/proc/meminfo: memFree=15741872/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=449096 CPUtime=1002.31 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 108000 0 0 0 100187 44 0 0 25 0 1 0 462021501 459874304 105095 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 112274 105095 252 24 0 108908 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 449096

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 3.67 5/190 29149
/proc/meminfo: memFree=15788332/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=451480 CPUtime=1062.32 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 111367 0 0 0 106186 46 0 0 25 0 1 0 462021501 462315520 108457 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 112870 108457 252 24 0 109504 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 451480

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.69 5/190 29150
/proc/meminfo: memFree=15682648/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=667288 CPUtime=1122.31 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 120729 0 0 0 112179 52 0 0 25 0 1 0 462021501 683302912 117785 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 166822 117785 252 24 0 163456 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 667288

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.71 5/190 29152
/proc/meminfo: memFree=15573988/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=669708 CPUtime=1182.32 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 128180 0 0 0 118176 56 0 0 25 0 1 0 462021501 685780992 125208 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 167427 125208 252 24 0 164061 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 669708

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.73 5/190 29153
/proc/meminfo: memFree=15506496/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=673612 CPUtime=1242.32 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 130544 0 0 0 124175 57 0 0 25 0 1 0 462021501 689778688 127561 33554432000 4194304 4291949 140735864519664 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 168403 127561 252 24 0 165037 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 673612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.74 2/175 29209
/proc/meminfo: memFree=16352268/32950928 swapFree=67111528/67111528
[pid=29120] ppid=29118 vsize=677112 CPUtime=1300.02 cores=1,3
/proc/29120/stat : 29120 (RestartSAT) R 29118 29120 28913 0 -1 4202496 133106 0 0 0 129944 58 0 0 25 0 1 0 462021501 693362688 130115 33554432000 4194304 4291949 140735864519664 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29120/statm: 169278 130115 252 24 0 165912 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 677112

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): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.45
CPU system time (s): 0.612906
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 677112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.45
system time used= 0.612906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 13981

runsolver used 1.92471 second user time and 5.17821 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-22 22:30:18
IDJOB=3258718
IDBENCH=71423
IDSOLVER=1581
FILE ID=node125/3258718-1303504218
RUNJOBID= node125-1303502913-28933
PBS_JOBID= 13134213
Free space on /tmp= 72476 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258718-1303504218/watcher-3258718-1303504218 -o /tmp/evaluation-result-3258718-1303504218/solver-3258718-1303504218 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3258718-1303504218.cnf

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

MD5SUM BENCH= d6877629cc818d7e31dc245fb95f0588
RANDOM SEED=470869350

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16808748 kB
Buffers:       1795852 kB
Cached:       13704368 kB
SwapCached:          0 kB
Active:        7530960 kB
Inactive:      8090768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16808748 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13380 kB
Writeback:           0 kB
AnonPages:      120816 kB
Mapped:          15360 kB
Slab:           458244 kB
PageTables:       5660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   316936 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= 72484 MiB
End job on node125 at 2011-04-22 22:52:00