Trace number 3170752

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) 1299.75 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S709305826-098-UNKNOWN.cnf
MD5SUM83f9a63a559155a858e739be2c598060
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.6951
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3170752-1302819209/watcher-3170752-1302819209 -o /tmp/evaluation-result-3170752-1302819209/solver-3170752-1302819209 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170752-1302819209.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: 1.58 1.92 1.97 4/182 17001
/proc/meminfo: memFree=13897156/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=23276 CPUtime=0 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 1468 0 0 0 0 0 0 0 21 0 1 0 393520517 23834624 1409 33554432000 4194304 4291949 140737158580096 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 5819 1416 226 24 0 2453 0

[startup+0.019947 s]
/proc/loadavg: 1.58 1.92 1.97 4/182 17001
/proc/meminfo: memFree=13897156/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=26024 CPUtime=0.01 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 2258 0 0 0 1 0 0 0 21 0 1 0 393520517 26648576 2129 33554432000 4194304 4291949 140737158580096 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 6506 2131 227 24 0 3140 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 26024

[startup+0.100957 s]
/proc/loadavg: 1.58 1.92 1.97 4/182 17001
/proc/meminfo: memFree=13897156/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=31288 CPUtime=0.09 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 4351 0 0 0 9 0 0 0 21 0 1 0 393520517 32038912 3933 33554432000 4194304 4291949 140737158580096 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 7822 3934 227 24 0 4456 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31288

[startup+0.300926 s]
/proc/loadavg: 1.58 1.92 1.97 4/182 17001
/proc/meminfo: memFree=13897156/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=31948 CPUtime=0.28 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 5568 0 0 0 28 0 0 0 22 0 1 0 393520517 32714752 4477 33554432000 4194304 4291949 140737158580096 18446744073709551615 274664457309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 7987 4477 234 24 0 4621 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31948

[startup+0.700793 s]
/proc/loadavg: 1.58 1.92 1.97 4/182 17001
/proc/meminfo: memFree=13897156/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=32140 CPUtime=0.68 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 6467 0 0 0 68 0 0 0 24 0 1 0 393520517 32911360 4368 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/17001/statm: 8035 4368 253 24 0 4669 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32140

[startup+1.50065 s]
/proc/loadavg: 1.58 1.92 1.97 5/188 17008
/proc/meminfo: memFree=13863528/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=32140 CPUtime=1.48 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 6621 0 0 0 148 0 0 0 25 0 1 0 393520517 32911360 4520 33554432000 4194304 4291949 140737158580096 18446744073709551615 274668268029 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/17001/statm: 8035 4520 253 24 0 4669 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32140

[startup+3.10038 s]
/proc/loadavg: 2.17 2.04 2.01 6/188 17008
/proc/meminfo: memFree=13852120/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=34860 CPUtime=3.08 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 6914 0 0 0 307 1 0 0 25 0 1 0 393520517 35696640 4812 33554432000 4194304 4291949 140737158580096 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/17001/statm: 8715 4812 253 24 0 5349 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34860

[startup+6.30082 s]
/proc/loadavg: 2.17 2.04 2.01 5/188 17008
/proc/meminfo: memFree=13835700/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=39280 CPUtime=6.26 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 7650 0 0 0 625 1 0 0 25 0 1 0 393520517 40222720 5546 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/17001/statm: 9820 5546 253 24 0 6454 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 39280

[startup+12.7008 s]
/proc/loadavg: 2.45 2.10 2.03 5/188 17008
/proc/meminfo: memFree=13805380/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=46460 CPUtime=12.64 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 9221 0 0 0 1262 2 0 0 25 0 1 0 393520517 47575040 7114 33554432000 4194304 4291949 140737158580096 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 11615 7114 253 24 0 8249 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 46460

[startup+25.5005 s]
/proc/loadavg: 2.69 2.16 2.05 5/188 17008
/proc/meminfo: memFree=13749124/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=58880 CPUtime=25.43 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 13046 0 0 0 2540 3 0 0 25 0 1 0 393520517 60293120 10920 33554432000 4194304 4291949 140737158580096 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 14720 10920 253 24 0 11354 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 58880

[startup+51.1011 s]
/proc/loadavg: 3.14 2.31 2.10 5/188 17008
/proc/meminfo: memFree=13669840/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=110416 CPUtime=51.03 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 21539 0 0 0 5097 6 0 0 25 0 1 0 393520517 113065984 19382 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 27604 19382 253 24 0 24238 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 110416

[startup+102.307 s]
/proc/loadavg: 3.65 2.59 2.20 5/188 17010
/proc/meminfo: memFree=13659168/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=163280 CPUtime=102.22 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 32042 0 0 0 10213 9 0 0 25 0 1 0 393520517 167198720 29834 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 40820 29834 253 24 0 37454 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 163280

[startup+162.301 s]
/proc/loadavg: 3.86 2.82 2.30 5/188 17012
/proc/meminfo: memFree=13522264/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=247744 CPUtime=162.2 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 49589 0 0 0 16208 12 0 0 25 0 1 0 393520517 253689856 47330 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 61936 47330 253 24 0 58570 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 247744

[startup+222.3 s]
/proc/loadavg: 3.95 3.05 2.42 5/188 17014
/proc/meminfo: memFree=13572844/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=382872 CPUtime=222.18 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 61820 0 0 0 22200 18 0 0 25 0 1 0 393520517 392060928 59517 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 95718 59517 253 24 0 92352 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 382872

[startup+282.301 s]
/proc/loadavg: 3.98 3.21 2.50 5/188 17015
/proc/meminfo: memFree=13363524/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=385912 CPUtime=282.18 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 86183 0 0 0 28195 23 0 0 25 0 1 0 393520517 395173888 83825 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 96478 83826 253 24 0 93112 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 385912

[startup+342.301 s]
/proc/loadavg: 3.99 3.36 2.60 5/188 17016
/proc/meminfo: memFree=13524228/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=124288 CPUtime=342.17 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 103612 0 0 0 34188 29 0 0 25 0 1 0 393520517 127270912 22580 33554432000 4194304 4291949 140737158580096 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 31072 22580 253 24 0 27706 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 124288

[startup+402.3 s]
/proc/loadavg: 3.99 3.47 2.68 5/188 17018
/proc/meminfo: memFree=13518272/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=174376 CPUtime=402.16 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 121250 0 0 0 40183 33 0 0 25 0 1 0 393520517 178561024 40153 33554432000 4194304 4291949 140737158580096 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 43594 40153 253 24 0 40228 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 174376

[startup+462.301 s]
/proc/loadavg: 3.99 3.57 2.77 5/188 17020
/proc/meminfo: memFree=13424276/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=255764 CPUtime=462.16 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 130782 0 0 0 46179 37 0 0 25 0 1 0 393520517 261902336 49642 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 63941 49642 253 24 0 60575 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 255764

[startup+522.3 s]
/proc/loadavg: 4.07 3.67 2.84 5/188 17022
/proc/meminfo: memFree=13432700/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=388576 CPUtime=522.14 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 143109 0 0 0 52173 41 0 0 25 0 1 0 393520517 397901824 61925 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 97144 61925 253 24 0 93778 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 388576

[startup+582.301 s]
/proc/loadavg: 4.02 3.73 2.92 5/188 17023
/proc/meminfo: memFree=13154812/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=604976 CPUtime=582.14 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 178418 0 0 0 58165 49 0 0 25 0 1 0 393520517 619495424 97176 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 151244 97176 253 24 0 147878 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 604976

[startup+642.301 s]
/proc/loadavg: 4.01 3.78 2.98 5/188 17024
/proc/meminfo: memFree=13100120/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=607896 CPUtime=642.12 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 195123 0 0 0 64158 54 0 0 25 0 1 0 393520517 622485504 113852 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 151974 113852 253 24 0 148608 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 607896

[startup+702.3 s]
/proc/loadavg: 4.00 3.81 3.04 5/188 17026
/proc/meminfo: memFree=13642112/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=129908 CPUtime=702.1 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 210857 0 0 0 70149 61 0 0 25 0 1 0 393520517 133025792 21613 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 32477 21613 253 24 0 29111 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 129908

[startup+762.307 s]
/proc/loadavg: 4.00 3.84 3.10 5/188 17028
/proc/meminfo: memFree=13312392/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=180128 CPUtime=762.1 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 229426 0 0 0 76145 65 0 0 25 0 1 0 393520517 184451072 40101 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255590 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 45032 40101 253 24 0 41666 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 180128

[startup+822.3 s]
/proc/loadavg: 4.00 3.87 3.15 5/188 17030
/proc/meminfo: memFree=13187636/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=261652 CPUtime=822.09 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 242030 0 0 0 82138 71 0 0 25 0 1 0 393520517 267931648 52660 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255781 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 65413 52660 253 24 0 62047 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 261652

[startup+882.301 s]
/proc/loadavg: 4.03 3.91 3.21 5/188 17031
/proc/meminfo: memFree=13393468/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=261924 CPUtime=882.09 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 250930 0 0 0 88134 75 0 0 25 0 1 0 393520517 268210176 61520 33554432000 4194304 4291949 140737158580096 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 65481 61520 253 24 0 62115 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 261924

[startup+942.301 s]
/proc/loadavg: 4.04 3.93 3.26 5/188 17032
/proc/meminfo: memFree=13172740/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=395260 CPUtime=942.07 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 273594 0 0 0 94126 81 0 0 25 0 1 0 393520517 404746240 84131 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 98815 84131 253 24 0 95449 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 395260

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.30 5/188 17034
/proc/meminfo: memFree=13130448/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=395924 CPUtime=1002.07 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 284475 0 0 0 100124 83 0 0 25 0 1 0 393520517 405426176 94967 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 98981 94967 253 24 0 95615 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 395924

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.34 5/188 17036
/proc/meminfo: memFree=13266224/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=611660 CPUtime=1062.05 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 291688 0 0 0 106118 87 0 0 25 0 1 0 393520517 626339840 102148 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 152915 102148 253 24 0 149549 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 611660

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.38 5/188 17038
/proc/meminfo: memFree=13077360/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=612720 CPUtime=1122.04 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 305118 0 0 0 112112 92 0 0 25 0 1 0 393520517 627425280 115541 33554432000 4194304 4291949 140737158580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 153180 115541 253 24 0 149814 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 612720

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.42 5/188 17039
/proc/meminfo: memFree=13380900/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=134060 CPUtime=1182.03 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 324800 0 0 0 118104 99 0 0 25 0 1 0 393520517 137277440 29536 33554432000 4194304 4291949 140737158580096 18446744073709551615 274668266577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 33515 29536 253 24 0 30149 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 134060

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.45 5/188 17040
/proc/meminfo: memFree=13351632/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=265932 CPUtime=1242.02 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 350712 0 0 0 124097 105 0 0 25 0 1 0 393520517 272314368 55381 33554432000 4194304 4291949 140737158580096 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 66483 55381 253 24 0 63117 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 265932



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.48 3/184 17044
/proc/meminfo: memFree=13288660/32951132 swapFree=67111528/67111528
[pid=17001] ppid=16999 vsize=615520 CPUtime=1299.71 cores=4,6
/proc/17001/stat : 17001 (RestartSAT) R 16999 17001 16947 0 -1 4202496 407574 0 0 0 129855 116 0 0 25 0 1 0 393520517 630292480 112165 33554432000 4194304 4291949 140737158580096 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17001/statm: 153880 112165 253 24 0 150514 0
Current children cumulated CPU time (s) 1299.71
Current children cumulated vsize (KiB) 615520

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): 1299.75
CPU user time (s): 1298.56
CPU system time (s): 1.18882
CPU usage (%): 99.9786
Max. virtual memory (cumulated for all children) (KiB): 643072

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

runsolver used 2.29665 second user time and 4.80727 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-15 00:13:29
IDJOB=3170752
IDBENCH=82570
IDSOLVER=1581
FILE ID=node131/3170752-1302819209
RUNJOBID= node131-1302819208-16966
PBS_JOBID= 13006668
Free space on /tmp= 72208 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S709305826-098-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170752-1302819209/watcher-3170752-1302819209 -o /tmp/evaluation-result-3170752-1302819209/solver-3170752-1302819209 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170752-1302819209.cnf

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

MD5SUM BENCH= 83f9a63a559155a858e739be2c598060
RANDOM SEED=2062470750

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
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.77
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.830
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.830
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.830
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:     32951132 kB
MemFree:      13897428 kB
Buffers:        508776 kB
Cached:       18133136 kB
SwapCached:          0 kB
Active:        8237340 kB
Inactive:     10480856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      13897428 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8656 kB
Writeback:           0 kB
AnonPages:       75620 kB
Mapped:          14792 kB
Slab:           270008 kB
PageTables:       5336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   242912 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72208 MiB
End job on node131 at 2011-04-15 00:35:11