Trace number 3266813

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) 1300.04 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
MD5SUM1bb1eb2a3bb0b22f560ab6712b727e98
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.385941
Satisfiable
(Un)Satisfiability was proved
Number of variables943
Number of clauses93431
Sum of the clauses size187745
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 293401
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.06 3.73 3.83 4/189 13103
/proc/meminfo: memFree=14364740/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=19788 CPUtime=0 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 802 0 0 0 0 0 0 0 25 0 1 0 470020822 20262912 744 33554432000 4194304 4291949 140733206984800 18446744073709551615 270612771525 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 4947 747 225 24 0 1581 0

[startup+0.0492289 s]
/proc/loadavg: 3.06 3.73 3.83 4/189 13103
/proc/meminfo: memFree=14364740/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=23244 CPUtime=0.04 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 2160 0 0 0 4 0 0 0 25 0 1 0 470020822 23801856 1909 33554432000 4194304 4291949 140733206984800 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 5811 1909 231 24 0 2445 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23244

[startup+0.100223 s]
/proc/loadavg: 3.06 3.73 3.83 4/189 13103
/proc/meminfo: memFree=14364740/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=23244 CPUtime=0.09 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 2160 0 0 0 9 0 0 0 25 0 1 0 470020822 23801856 1909 33554432000 4194304 4291949 140733206984800 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 5811 1909 231 24 0 2445 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23244

[startup+0.300198 s]
/proc/loadavg: 3.06 3.73 3.83 4/189 13103
/proc/meminfo: memFree=14364740/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=21024 CPUtime=0.29 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 2869 0 0 0 29 0 0 0 25 0 1 0 470020822 21528576 2022 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 5256 2022 252 24 0 1890 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21024

[startup+0.701116 s]
/proc/loadavg: 3.06 3.73 3.83 4/189 13103
/proc/meminfo: memFree=14364740/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=25420 CPUtime=0.69 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 3486 0 0 0 69 0 0 0 25 0 1 0 470020822 26030080 2632 33554432000 4194304 4291949 140733206984800 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 6355 2632 252 24 0 2989 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25420

[startup+1.501 s]
/proc/loadavg: 3.06 3.73 3.83 5/190 13104
/proc/meminfo: memFree=14350108/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=30636 CPUtime=1.49 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 4546 0 0 0 149 0 0 0 25 0 1 0 470020822 31371264 3682 33554432000 4194304 4291949 140733206984800 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 7659 3682 252 24 0 4293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30636

[startup+3.10071 s]
/proc/loadavg: 3.06 3.73 3.83 5/190 13104
/proc/meminfo: memFree=14342296/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=39372 CPUtime=3.09 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 5904 0 0 0 309 0 0 0 25 0 1 0 470020822 40316928 5033 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 9843 5033 252 24 0 6477 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39372

[startup+6.30114 s]
/proc/loadavg: 3.14 3.73 3.83 5/190 13104
/proc/meminfo: memFree=14325696/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=41012 CPUtime=6.29 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 7473 0 0 0 628 1 0 0 25 0 1 0 470020822 41996288 6595 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 10253 6595 252 24 0 6887 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41012

[startup+12.701 s]
/proc/loadavg: 3.21 3.74 3.83 5/190 13104
/proc/meminfo: memFree=14314892/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=54776 CPUtime=12.69 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 9168 0 0 0 1268 1 0 0 25 0 1 0 470020822 56090624 8280 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 13694 8280 252 24 0 10328 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54776

[startup+25.5008 s]
/proc/loadavg: 3.38 3.75 3.83 5/190 13104
/proc/meminfo: memFree=14280964/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=57028 CPUtime=25.49 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 11339 0 0 0 2547 2 0 0 25 0 1 0 470020822 58396672 10437 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 14257 10437 252 24 0 10891 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57028

[startup+51.1002 s]
/proc/loadavg: 3.59 3.77 3.83 5/190 13105
/proc/meminfo: memFree=14238508/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=83220 CPUtime=51.09 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 15397 0 0 0 5106 3 0 0 25 0 1 0 470020822 85217280 14475 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 20805 14475 252 24 0 17439 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83220

[startup+102.307 s]
/proc/loadavg: 3.82 3.80 3.84 5/190 13106
/proc/meminfo: memFree=14148356/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=85144 CPUtime=102.3 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 18598 0 0 0 10226 4 0 0 25 0 1 0 470020822 87187456 17657 33554432000 4194304 4291949 140733206984800 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 21286 17657 252 24 0 17920 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85144

[startup+162.301 s]
/proc/loadavg: 3.93 3.84 3.84 5/190 13108
/proc/meminfo: memFree=14067204/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=119396 CPUtime=162.29 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 22062 0 0 0 16224 5 0 0 25 0 1 0 470020822 122261504 21097 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 29849 21097 252 24 0 26483 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 119396

[startup+222.301 s]
/proc/loadavg: 3.97 3.86 3.85 5/190 13110
/proc/meminfo: memFree=14100020/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=73740 CPUtime=222.29 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 31191 0 0 0 22221 8 0 0 25 0 1 0 470020822 75509760 13008 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 18435 13008 252 24 0 15069 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 73740

[startup+282.3 s]
/proc/loadavg: 4.03 3.90 3.86 5/190 13111
/proc/meminfo: memFree=14051116/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=94984 CPUtime=282.3 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 37531 0 0 0 28219 11 0 0 25 0 1 0 470020822 97263616 19295 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 23746 19295 252 24 0 20380 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 94984

[startup+342.301 s]
/proc/loadavg: 4.01 3.92 3.87 5/190 13113
/proc/meminfo: memFree=14019204/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=128364 CPUtime=342.3 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 40303 0 0 0 34218 12 0 0 25 0 1 0 470020822 131444736 22054 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 32091 22054 252 24 0 28725 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 128364

[startup+402.301 s]
/proc/loadavg: 4.00 3.93 3.87 5/190 13114
/proc/meminfo: memFree=13991032/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=131112 CPUtime=402.3 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 43309 0 0 0 40216 14 0 0 25 0 1 0 470020822 134258688 25046 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 32778 25046 252 24 0 29412 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 131112

[startup+462.301 s]
/proc/loadavg: 4.00 3.94 3.88 5/190 13116
/proc/meminfo: memFree=13931484/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=135524 CPUtime=462.3 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 46489 0 0 0 46215 15 0 0 25 0 1 0 470020822 138776576 28206 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 33881 28206 252 24 0 30515 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 135524

[startup+522.301 s]
/proc/loadavg: 4.00 3.95 3.88 5/190 13118
/proc/meminfo: memFree=13973352/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=111672 CPUtime=522.3 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 57693 0 0 0 52211 19 0 0 25 0 1 0 470020822 114352128 19240 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 27918 19240 252 24 0 24552 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 111672

[startup+582.3 s]
/proc/loadavg: 4.04 3.97 3.89 5/190 13119
/proc/meminfo: memFree=13936232/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=113096 CPUtime=582.3 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 61911 0 0 0 58209 21 0 0 25 0 1 0 470020822 115810304 23435 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 28274 23435 252 24 0 24908 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 113096

[startup+642.301 s]
/proc/loadavg: 4.01 3.97 3.90 5/190 13121
/proc/meminfo: memFree=13864892/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=146112 CPUtime=642.32 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 65340 0 0 0 64209 23 0 0 25 0 1 0 470020822 149618688 26851 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 36528 26851 252 24 0 33162 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 146112

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 13122
/proc/meminfo: memFree=13843544/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=148008 CPUtime=702.31 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 67833 0 0 0 70207 24 0 0 25 0 1 0 470020822 151560192 29325 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 37002 29325 252 24 0 33636 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 148008

[startup+762.306 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 13124
/proc/meminfo: memFree=13821920/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=149928 CPUtime=762.31 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 70342 0 0 0 76206 25 0 0 25 0 1 0 470020822 153526272 31815 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 37482 31815 252 24 0 34116 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 149928

[startup+822.301 s]
/proc/loadavg: 4.06 3.99 3.91 5/190 13126
/proc/meminfo: memFree=13832064/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=200964 CPUtime=822.32 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 72107 0 0 0 82206 26 0 0 25 0 1 0 470020822 205787136 33570 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 50241 33570 252 24 0 46875 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 200964

[startup+882.3 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 13127
/proc/meminfo: memFree=13861640/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=102936 CPUtime=882.31 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 81216 0 0 0 88203 28 0 0 25 0 1 0 470020822 105406464 21293 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 25734 21293 252 24 0 22368 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 102936

[startup+942.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 13129
/proc/meminfo: memFree=13791424/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=122332 CPUtime=942.31 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 85932 0 0 0 94201 30 0 0 25 0 1 0 470020822 125267968 25971 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 30583 25971 252 24 0 27217 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 122332

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 13130
/proc/meminfo: memFree=13800572/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=156352 CPUtime=1002.31 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 90020 0 0 0 100199 32 0 0 25 0 1 0 470020822 160104448 30036 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 39088 30036 252 24 0 35722 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 156352

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 13132
/proc/meminfo: memFree=13731344/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=158272 CPUtime=1062.32 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 93896 0 0 0 106198 34 0 0 25 0 1 0 470020822 162070528 33877 33554432000 4194304 4291949 140733206984800 18446744073709551615 4262467 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 39568 33877 252 24 0 36202 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 158272

[startup+1122.3 s]
/proc/loadavg: 4.06 4.00 3.92 5/190 13143
/proc/meminfo: memFree=13873024/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=120124 CPUtime=1122.32 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 107173 0 0 0 112194 38 0 0 25 0 1 0 470020822 123006976 24378 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 30031 24378 252 24 0 26665 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 120124

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 13144
/proc/meminfo: memFree=13840760/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=139092 CPUtime=1182.32 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 112073 0 0 0 118193 39 0 0 25 0 1 0 470020822 142430208 29248 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 34773 29248 252 24 0 31407 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 139092

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 13149
/proc/meminfo: memFree=13838216/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=171192 CPUtime=1242.32 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 116013 0 0 0 124191 41 0 0 25 0 1 0 470020822 175300608 33162 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 42798 33162 252 24 0 39432 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 171192



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.34 3.85 3.87 2/172 13204
/proc/meminfo: memFree=14343276/32951124 swapFree=67111528/67111528
[pid=13103] ppid=13101 vsize=173612 CPUtime=1300.02 cores=4,6
/proc/13103/stat : 13103 (RestartSAT) R 13101 13103 12159 0 -1 4202496 118706 0 0 0 129960 42 0 0 25 0 1 0 470020822 177778688 35842 33554432000 4194304 4291949 140733206984800 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/13103/statm: 43403 35842 252 24 0 40037 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 173612

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.01
CPU time (s): 1300.04
CPU user time (s): 1299.61
CPU system time (s): 0.436933
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 221488

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

runsolver used 2.23866 second user time and 4.85626 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-23 20:43:19
IDJOB=3266813
IDBENCH=88214
IDSOLVER=1580
FILE ID=node108/3266813-1303584199
RUNJOBID= node108-1303584185-13034
PBS_JOBID= 13150338
Free space on /tmp= 71392 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266813-1303584199/watcher-3266813-1303584199 -o /tmp/evaluation-result-3266813-1303584199/solver-3266813-1303584199 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3266813-1303584199.cnf

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

MD5SUM BENCH= 1bb1eb2a3bb0b22f560ab6712b727e98
RANDOM SEED=1511921207

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14364896 kB
Buffers:       2253216 kB
Cached:       15585228 kB
SwapCached:          0 kB
Active:       10037696 kB
Inactive:      7978256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14364896 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10656 kB
Writeback:           0 kB
AnonPages:      176248 kB
Mapped:          15380 kB
Slab:           506420 kB
PageTables:       5724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   400560 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= 71400 MiB
End job on node108 at 2011-04-23 21:05:01