Trace number 3421284

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 5000.06 4999.93

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
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 variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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-3421284-1306626601/watcher-3421284-1306626601 -o /tmp/evaluation-result-3421284-1306626601/solver-3421284-1306626601 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421284-1306626601.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 1.81 1.71 3/524 10928
/proc/meminfo: memFree=13086448/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=20028 CPUtime=0 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 887 0 0 0 0 0 0 0 25 0 1 0 774257824 20508672 830 33554432000 4194304 4291949 140737312200992 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10928/statm: 5007 830 225 24 0 1641 0

[startup+0.049441 s]
/proc/loadavg: 2.01 1.81 1.71 3/524 10928
/proc/meminfo: memFree=13086448/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=24948 CPUtime=0.04 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 2729 0 0 0 4 0 0 0 25 0 1 0 774257824 25546752 2479 33554432000 4194304 4291949 140737312200992 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10928/statm: 6237 2479 232 24 0 2871 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24948

[startup+0.100431 s]
/proc/loadavg: 2.01 1.81 1.71 3/524 10928
/proc/meminfo: memFree=13086448/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=24948 CPUtime=0.09 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 2730 0 0 0 9 0 0 0 25 0 1 0 774257824 25546752 2480 33554432000 4194304 4291949 140737312200992 18446744073709551615 4230278 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10928/statm: 6237 2480 232 24 0 2871 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24948

[startup+0.300396 s]
/proc/loadavg: 2.01 1.81 1.71 3/524 10928
/proc/meminfo: memFree=13086448/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=22884 CPUtime=0.29 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 3501 0 0 0 29 0 0 0 25 0 1 0 774257824 23433216 2465 33554432000 4194304 4291949 140737312200992 18446744073709551615 218909188907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10928/statm: 5721 2465 253 24 0 2355 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22884

[startup+0.70032 s]
/proc/loadavg: 2.01 1.81 1.71 3/524 10928
/proc/meminfo: memFree=13086448/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=27280 CPUtime=0.69 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 4057 0 0 0 69 0 0 0 25 0 1 0 774257824 27934720 3018 33554432000 4194304 4291949 140737312200992 18446744073709551615 4248628 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10928/statm: 6820 3018 253 24 0 3454 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27280

[startup+1.50115 s]
/proc/loadavg: 2.01 1.81 1.71 3/525 10929
/proc/meminfo: memFree=13072808/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=31852 CPUtime=1.49 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 4841 0 0 0 149 0 0 0 25 0 1 0 774257824 32616448 3798 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10928/statm: 7963 3798 253 24 0 4597 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31852

[startup+3.10088 s]
/proc/loadavg: 2.01 1.81 1.71 3/525 10929
/proc/meminfo: memFree=13067468/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=40492 CPUtime=3.09 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 6468 0 0 0 309 0 0 0 25 0 1 0 774257824 41463808 5419 33554432000 4194304 4291949 140737312200992 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10928/statm: 10123 5419 253 24 0 6757 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40492

[startup+6.30031 s]
/proc/loadavg: 2.01 1.81 1.72 3/525 10929
/proc/meminfo: memFree=13057220/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=54248 CPUtime=6.29 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 8562 0 0 0 629 0 0 0 25 0 1 0 774257824 55549952 7497 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10928/statm: 13562 7497 253 24 0 10196 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54248

[startup+12.7012 s]
/proc/loadavg: 2.01 1.81 1.72 3/525 10929
/proc/meminfo: memFree=13041628/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=57412 CPUtime=12.69 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 11952 0 0 0 1268 1 0 0 25 0 1 0 774257824 58789888 10855 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10928/statm: 14353 10855 253 24 0 10987 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57412

[startup+25.5008 s]
/proc/loadavg: 2.00 1.82 1.72 3/525 10930
/proc/meminfo: memFree=13023024/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=81000 CPUtime=25.49 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 16536 0 0 0 2547 2 0 0 25 0 1 0 774257824 82944000 15406 33554432000 4194304 4291949 140737312200992 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10928/statm: 20250 15406 253 24 0 16884 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81000

[startup+51.1012 s]
/proc/loadavg: 2.00 1.84 1.73 3/525 10930
/proc/meminfo: memFree=12993844/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=118152 CPUtime=51.1 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 23782 0 0 0 5106 4 0 0 25 0 1 0 774257824 120987648 22609 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/10928/statm: 29538 22609 253 24 0 26172 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 118152

[startup+102.32 s]
/proc/loadavg: 2.00 1.86 1.74 3/525 10932
/proc/meminfo: memFree=13026184/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=75412 CPUtime=102.31 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 38275 0 0 0 10223 8 0 0 25 0 1 0 774257824 77221888 14264 33554432000 4194304 4291949 140737312200992 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 18853 14264 253 24 0 15487 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 75412

[startup+162.301 s]
/proc/loadavg: 2.00 1.88 1.75 3/525 10933
/proc/meminfo: memFree=12969704/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=127884 CPUtime=162.29 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 52512 0 0 0 16217 12 0 0 25 0 1 0 774257824 130953216 28406 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 31971 28406 253 24 0 28605 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 127884

[startup+222.3 s]
/proc/loadavg: 2.00 1.90 1.76 3/525 10935
/proc/meminfo: memFree=12934432/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=183996 CPUtime=222.29 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 61192 0 0 0 22215 14 0 0 25 0 1 0 774257824 188411904 37057 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 45999 37057 253 24 0 42633 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 183996

[startup+282.3 s]
/proc/loadavg: 2.00 1.92 1.77 3/525 10936
/proc/meminfo: memFree=13018332/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=88840 CPUtime=282.3 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 73431 0 0 0 28211 19 0 0 25 0 1 0 774257824 90972160 16384 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 22210 16384 253 24 0 18844 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 88840

[startup+342.301 s]
/proc/loadavg: 2.15 1.96 1.80 3/525 10938
/proc/meminfo: memFree=12967952/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=138768 CPUtime=342.3 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 85812 0 0 0 34208 22 0 0 25 0 1 0 774257824 142098432 28694 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 34692 28694 253 24 0 31326 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 138768

[startup+402.301 s]
/proc/loadavg: 2.15 1.99 1.82 3/525 10940
/proc/meminfo: memFree=12930572/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=189220 CPUtime=402.3 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 95376 0 0 0 40205 25 0 0 25 0 1 0 774257824 193761280 38207 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 47305 38207 253 24 0 43939 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 189220

[startup+462.301 s]
/proc/loadavg: 2.06 1.99 1.82 3/525 10941
/proc/meminfo: memFree=12894552/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=274332 CPUtime=462.3 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 104151 0 0 0 46202 28 0 0 25 0 1 0 774257824 280915968 46930 33554432000 4194304 4291949 140737312200992 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 68583 46930 253 24 0 65217 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 274332

[startup+522.301 s]
/proc/loadavg: 2.02 1.99 1.83 3/525 10943
/proc/meminfo: memFree=12991088/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=114648 CPUtime=522.3 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 118415 0 0 0 52198 32 0 0 25 0 1 0 774257824 117399552 22980 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 28662 22980 253 24 0 25296 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 114648

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/525 10944
/proc/meminfo: memFree=12950980/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=195556 CPUtime=582.3 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 128576 0 0 0 58194 36 0 0 25 0 1 0 774257824 200249344 33090 33554432000 4194304 4291949 140737312200992 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 48889 33090 253 24 0 45523 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 195556

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 11049
/proc/meminfo: memFree=12943412/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=157244 CPUtime=4062.41 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 533591 0 0 0 406060 181 0 0 25 0 1 0 774257824 161017856 33726 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 39311 33726 253 24 0 35945 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 157244

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 11051
/proc/meminfo: memFree=12898968/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=207032 CPUtime=4122.4 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 544854 0 0 0 412055 185 0 0 25 0 1 0 774257824 212000768 44948 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 51758 44948 253 24 0 48392 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 207032

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 11052
/proc/meminfo: memFree=12868064/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=257120 CPUtime=4182.4 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 552359 0 0 0 418052 188 0 0 25 0 1 0 774257824 263290880 52416 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 64280 52416 253 24 0 60914 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 257120

[startup+4242.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/525 11054
/proc/meminfo: memFree=12847072/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=257120 CPUtime=4242.4 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 557541 0 0 0 424050 190 0 0 25 0 1 0 774257824 263290880 57574 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 64280 57574 253 24 0 60914 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 257120

[startup+4302.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/525 11065
/proc/meminfo: memFree=12827788/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=338508 CPUtime=4302.4 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 562077 0 0 0 430048 192 0 0 25 0 1 0 774257824 346632192 62092 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 84627 62092 253 24 0 81261 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 338508

[startup+4362.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/525 11066
/proc/meminfo: memFree=12810640/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=338508 CPUtime=4362.4 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 566442 0 0 0 436047 193 0 0 25 0 1 0 774257824 346632192 66435 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 84627 66435 253 24 0 81261 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 338508

[startup+4422.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/525 11068
/proc/meminfo: memFree=12796096/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=338792 CPUtime=4422.41 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 570064 0 0 0 442046 195 0 0 25 0 1 0 774257824 346923008 70041 33554432000 4194304 4291949 140737312200992 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 84698 70041 253 24 0 81332 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 338792

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 11072
/proc/meminfo: memFree=12781900/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=339648 CPUtime=4482.42 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 573695 0 0 0 448045 197 0 0 25 0 1 0 774257824 347799552 73655 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 84912 73655 253 24 0 81546 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 339648

[startup+4542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 11074
/proc/meminfo: memFree=12770072/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=340072 CPUtime=4542.42 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 576929 0 0 0 454044 198 0 0 25 0 1 0 774257824 348233728 76871 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 85018 76871 253 24 0 81652 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 340072

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 2/519 11094
/proc/meminfo: memFree=12764200/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=473612 CPUtime=4602.42 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 581396 0 0 0 460043 199 0 0 25 0 1 0 774257824 484978688 81317 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 118403 81317 253 24 0 115037 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 473612

[startup+4662.3 s]
/proc/loadavg: 1.37 1.83 1.94 2/519 11095
/proc/meminfo: memFree=12745580/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=475320 CPUtime=4662.42 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 586191 0 0 0 466041 201 0 0 25 0 1 0 774257824 486727680 86094 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 118830 86094 253 24 0 115464 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 475320

[startup+4722.32 s]
/proc/loadavg: 1.13 1.68 1.87 2/519 11097
/proc/meminfo: memFree=12736244/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=476600 CPUtime=4722.43 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 588599 0 0 0 472042 201 0 0 25 0 1 0 774257824 488038400 88490 33554432000 4194304 4291949 140737312200992 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 119150 88490 253 24 0 115784 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 476600

[startup+4782.3 s]
/proc/loadavg: 1.05 1.55 1.82 2/519 11098
/proc/meminfo: memFree=12724320/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=478948 CPUtime=4782.42 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 591623 0 0 0 478039 203 0 0 25 0 1 0 774257824 490442752 91504 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 119737 91504 253 24 0 116371 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 478948

[startup+4842.3 s]
/proc/loadavg: 1.12 1.48 1.77 2/519 11100
/proc/meminfo: memFree=12714984/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=480016 CPUtime=4842.42 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 593988 0 0 0 484039 203 0 0 25 0 1 0 774257824 491536384 93857 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 120004 93857 253 24 0 116638 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 480016

[startup+4902.3 s]
/proc/loadavg: 1.04 1.39 1.72 2/519 11102
/proc/meminfo: memFree=12703892/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=483000 CPUtime=4902.43 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 596739 0 0 0 490038 205 0 0 25 0 1 0 774257824 494592000 96600 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 120750 96600 253 24 0 117384 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 483000

[startup+4962.3 s]
/proc/loadavg: 1.01 1.32 1.67 2/519 11103
/proc/meminfo: memFree=12693688/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=484280 CPUtime=4962.42 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 599314 0 0 0 496036 206 0 0 25 0 1 0 774257824 495902720 99158 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 121070 99158 253 24 0 117704 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 484280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.01 1.27 1.64 2/519 11104
/proc/meminfo: memFree=12925416/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=190580 CPUtime=5000.04 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 611079 0 0 0 499794 210 0 0 25 0 1 0 774257824 195153920 41342 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 47645 41342 253 24 0 44279 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 190580

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 1.01 1.27 1.64 2/519 11104
/proc/meminfo: memFree=12925416/32951124 swapFree=59247644/67111528
[pid=10928] ppid=10926 vsize=190580 CPUtime=5000.04 cores=0,2,4,6
/proc/10928/stat : 10928 (RestartSAT) R 10926 10928 10139 0 -1 4202496 611079 0 0 0 499794 210 0 0 25 0 1 0 774257824 195153920 41342 33554432000 4194304 4291949 140737312200992 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/10928/statm: 47645 41342 253 24 0 44279 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 190580

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4997.95
CPU system time (s): 2.10968
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 503812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.95
system time used= 2.10968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 611082
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 3739

runsolver used 27.5858 second user time and 58.7721 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-29 01:50:01
IDJOB=3421284
IDBENCH=84560
IDSOLVER=1911
FILE ID=node137/3421284-1306626601
RUNJOBID= node137-1306626200-10870
PBS_JOBID= 13471596
Free space on /tmp= 73120 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421284-1306626601/watcher-3421284-1306626601 -o /tmp/evaluation-result-3421284-1306626601/solver-3421284-1306626601 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421284-1306626601.cnf

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=539449264

node137.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.844
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.68
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.844
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.75
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.844
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.844
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.844
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13086612 kB
Buffers:        373588 kB
Cached:        8857816 kB
SwapCached:      17768 kB
Active:       11132032 kB
Inactive:      8434700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13086612 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:            1976 kB
Writeback:           0 kB
AnonPages:    10327032 kB
Mapped:          30064 kB
Slab:           153976 kB
PageTables:      74392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162544076 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= 73120 MiB
End job on node137 at 2011-05-29 03:13:23