Trace number 3421150

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.08 4999.97

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
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 variables34306
Number of clauses708168
Sum of the clauses size3540840
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708168
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: 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-3421150-1306623451/watcher-3421150-1306623451 -o /tmp/evaluation-result-3421150-1306623451/solver-3421150-1306623451 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421150-1306623451.cnf 

running on 4 cores: 1,3,5,7

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.00 2.02 2.00 3/424 14620
/proc/meminfo: memFree=14123076/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=20152 CPUtime=0 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 925 0 0 0 0 0 0 0 23 0 1 0 773943469 20635648 858 33554432000 4194304 4291949 140736292083888 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 5038 860 226 24 0 1672 0

[startup+0.100823 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 14620
/proc/meminfo: memFree=14123076/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=30328 CPUtime=0.08 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 4778 0 0 0 8 0 0 0 23 0 1 0 773943469 31055872 4245 33554432000 4194304 4291949 140736292083888 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 7582 4248 227 24 0 4216 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30328

[startup+0.200808 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 14620
/proc/meminfo: memFree=14123076/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=46772 CPUtime=0.19 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 8260 0 0 0 18 1 0 0 23 0 1 0 773943469 47894528 7385 33554432000 4194304 4291949 140736292083888 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 11693 7389 227 24 0 8327 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 46772

[startup+0.3008 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 14620
/proc/meminfo: memFree=14123076/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=62760 CPUtime=0.29 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 11927 0 0 0 28 1 0 0 24 0 1 0 773943469 64266240 10606 33554432000 4194304 4291949 140736292083888 18446744073709551615 246516495045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 15690 10608 227 24 0 12324 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62760

[startup+0.700714 s]
/proc/loadavg: 2.00 2.02 2.00 3/424 14620
/proc/meminfo: memFree=14123076/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=90152 CPUtime=0.69 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 19041 0 0 0 67 2 0 0 25 0 1 0 773943469 92315648 16316 33554432000 4194304 4291949 140736292083888 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 22538 16316 232 24 0 19172 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90152

[startup+1.50057 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 14621
/proc/meminfo: memFree=14057728/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=90152 CPUtime=1.49 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 19041 0 0 0 147 2 0 0 25 0 1 0 773943469 92315648 16316 33554432000 4194304 4291949 140736292083888 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 22538 16316 232 24 0 19172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90152

[startup+3.10028 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 14621
/proc/meminfo: memFree=14063184/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=85476 CPUtime=3.09 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 25587 0 0 0 306 3 0 0 25 0 1 0 773943469 87527424 15475 33554432000 4194304 4291949 140736292083888 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 21369 15475 252 24 0 18003 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85476

[startup+6.3007 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 14622
/proc/meminfo: memFree=14049204/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=104444 CPUtime=6.29 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 29062 0 0 0 626 3 0 0 25 0 1 0 773943469 106950656 18923 33554432000 4194304 4291949 140736292083888 18446744073709551615 246520293605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 26111 18923 252 24 0 22745 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104444

[startup+12.7005 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 14622
/proc/meminfo: memFree=14019104/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=135264 CPUtime=12.68 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 34695 0 0 0 1264 4 0 0 25 0 1 0 773943469 138510336 24519 33554432000 4194304 4291949 140736292083888 18446744073709551615 246520364172 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 33816 24519 252 24 0 30450 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 135264

[startup+25.5012 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 14622
/proc/meminfo: memFree=13984900/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=185676 CPUtime=25.49 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 41524 0 0 0 2543 6 0 0 25 0 1 0 773943469 190132224 31297 33554432000 4194304 4291949 140736292083888 18446744073709551615 4250555 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 46419 31297 252 24 0 43053 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 185676

[startup+51.1005 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 14623
/proc/meminfo: memFree=13925800/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=267784 CPUtime=51.09 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 53778 0 0 0 5099 10 0 0 25 0 1 0 773943469 274210816 43498 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 66946 43498 252 24 0 63580 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 267784

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/425 14624
/proc/meminfo: memFree=13767560/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=407404 CPUtime=102.3 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 78069 0 0 0 10215 15 0 0 25 0 1 0 773943469 417181696 67671 33554432000 4194304 4291949 140736292083888 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 101851 67671 252 24 0 98485 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 407404

[startup+162.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/425 14626
/proc/meminfo: memFree=13732816/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=412832 CPUtime=162.28 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 91626 0 0 0 16209 19 0 0 25 0 1 0 773943469 422739968 81168 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 103208 81168 252 24 0 99842 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 412832

[startup+222.316 s]
/proc/loadavg: 2.17 2.06 2.01 3/425 14636
/proc/meminfo: memFree=13730464/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=419504 CPUtime=222.3 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 105644 0 0 0 22206 24 0 0 25 0 1 0 773943469 429572096 95111 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 104876 95111 252 24 0 101510 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 419504

[startup+282.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/425 14638
/proc/meminfo: memFree=13662240/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=638200 CPUtime=282.28 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 115889 0 0 0 28201 27 0 0 25 0 1 0 773943469 653516800 105307 33554432000 4194304 4291949 140736292083888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 159550 105307 252 24 0 156184 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 638200

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/425 14639
/proc/meminfo: memFree=13602708/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=644136 CPUtime=342.28 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 140454 0 0 0 34194 34 0 0 25 0 1 0 773943469 659595264 129781 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 161034 129781 252 24 0 157668 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 644136

[startup+402.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 14641
/proc/meminfo: memFree=13536832/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=648016 CPUtime=402.28 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 148824 0 0 0 40190 38 0 0 25 0 1 0 773943469 663568384 138112 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 162004 138112 252 24 0 158638 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 648016

[startup+462.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/425 14646
/proc/meminfo: memFree=13480204/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=652520 CPUtime=462.28 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 155638 0 0 0 46189 39 0 0 25 0 1 0 773943469 668180480 144892 33554432000 4194304 4291949 140736292083888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 163130 144892 252 24 0 159764 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 652520

[startup+522.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/425 14647
/proc/meminfo: memFree=13513532/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=655580 CPUtime=522.28 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 164852 0 0 0 52185 43 0 0 25 0 1 0 773943469 671313920 154053 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 163895 154053 252 24 0 160529 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 655580

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/425 14649
/proc/meminfo: memFree=13430300/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=658068 CPUtime=582.28 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 170441 0 0 0 58183 45 0 0 25 0 1 0 773943469 673861632 159611 33554432000 4194304 4291949 140736292083888 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14620/statm: 164517 159611 252 24 0 161151 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 658068

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.25 2.10 2.02 2/423 14750
/proc/meminfo: memFree=13774768/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=563408 CPUtime=4002.38 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 503987 0 0 0 400081 157 0 0 25 0 1 0 773943469 576929792 115441 33554432000 4194304 4291949 140736292083888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 140852 115441 252 24 0 137486 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 563408

[startup+4062.3 s]
/proc/loadavg: 1.54 1.93 1.97 2/419 14772
/proc/meminfo: memFree=13524008/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=778332 CPUtime=4062.39 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 567989 0 0 0 406069 170 0 0 25 0 1 0 773943469 797011968 179256 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 194583 179256 252 24 0 191217 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 778332

[startup+4122.3 s]
/proc/loadavg: 1.30 1.80 1.92 2/419 14773
/proc/meminfo: memFree=13433340/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4122.38 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 591023 0 0 0 412063 175 0 0 25 0 1 0 773943469 1154641920 202227 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 202227 252 24 0 278529 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 1127580

[startup+4182.32 s]
/proc/loadavg: 1.15 1.66 1.87 2/419 14775
/proc/meminfo: memFree=13404784/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4182.4 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 598144 0 0 0 418063 177 0 0 25 0 1 0 773943469 1154641920 209308 33554432000 4194304 4291949 140736292083888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 209308 252 24 0 278529 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 1127580

[startup+4242.3 s]
/proc/loadavg: 1.05 1.54 1.81 2/419 14776
/proc/meminfo: memFree=13383936/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4242.39 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 603368 0 0 0 424059 180 0 0 25 0 1 0 773943469 1154641920 214501 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 214501 252 24 0 278529 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 1127580

[startup+4302.3 s]
/proc/loadavg: 1.02 1.44 1.75 2/419 14778
/proc/meminfo: memFree=13351792/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4302.39 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 611391 0 0 0 430056 183 0 0 25 0 1 0 773943469 1154641920 222479 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 222479 252 24 0 278529 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 1127580

[startup+4362.3 s]
/proc/loadavg: 1.00 1.36 1.70 2/419 14780
/proc/meminfo: memFree=13333416/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4362.39 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 616050 0 0 0 436054 185 0 0 25 0 1 0 773943469 1154641920 227100 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 227100 252 24 0 278529 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 1127580

[startup+4422.3 s]
/proc/loadavg: 1.00 1.29 1.66 2/419 14781
/proc/meminfo: memFree=13309824/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4422.39 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 621957 0 0 0 442052 187 0 0 25 0 1 0 773943469 1154641920 232975 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 232975 252 24 0 278529 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 1127580

[startup+4482.3 s]
/proc/loadavg: 1.00 1.23 1.61 2/419 14783
/proc/meminfo: memFree=13292452/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4482.4 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 626346 0 0 0 448050 190 0 0 25 0 1 0 773943469 1154641920 237338 33554432000 4194304 4291949 140736292083888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 237338 252 24 0 278529 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1127580

[startup+4542.3 s]
/proc/loadavg: 1.00 1.19 1.57 2/419 14784
/proc/meminfo: memFree=13245064/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4542.39 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 638212 0 0 0 454045 194 0 0 25 0 1 0 773943469 1154641920 249151 33554432000 4194304 4291949 140736292083888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 249151 252 24 0 278529 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 1127580

[startup+4602.3 s]
/proc/loadavg: 1.12 1.18 1.54 2/419 14786
/proc/meminfo: memFree=13228184/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4602.4 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 642283 0 0 0 460044 196 0 0 25 0 1 0 773943469 1154641920 253198 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 253198 252 24 0 278529 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 1127580

[startup+4662.3 s]
/proc/loadavg: 1.10 1.16 1.51 2/419 14788
/proc/meminfo: memFree=13207452/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4662.4 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 647476 0 0 0 466042 198 0 0 25 0 1 0 773943469 1154641920 258363 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 258363 252 24 0 278529 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 1127580

[startup+4722.3 s]
/proc/loadavg: 1.04 1.13 1.48 2/419 14789
/proc/meminfo: memFree=13192420/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4722.41 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 651477 0 0 0 472042 199 0 0 25 0 1 0 773943469 1154641920 262344 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 262344 252 24 0 278529 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 1127580

[startup+4782.3 s]
/proc/loadavg: 1.01 1.10 1.44 2/419 14791
/proc/meminfo: memFree=13180736/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4782.4 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 654405 0 0 0 478040 200 0 0 25 0 1 0 773943469 1154641920 265253 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 265253 252 24 0 278529 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 1127580

[startup+4842.32 s]
/proc/loadavg: 1.00 1.08 1.41 2/419 14792
/proc/meminfo: memFree=13152076/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4842.42 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 661583 0 0 0 484038 204 0 0 25 0 1 0 773943469 1154641920 272387 33554432000 4194304 4291949 140736292083888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 272387 252 24 0 278529 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1127580

[startup+4902.3 s]
/proc/loadavg: 1.00 1.07 1.39 2/419 14794
/proc/meminfo: memFree=13138664/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1127580 CPUtime=4902.41 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 665074 0 0 0 490036 205 0 0 25 0 1 0 773943469 1154641920 275859 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 281895 275859 252 24 0 278529 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 1127580

[startup+4962.3 s]
/proc/loadavg: 1.00 1.05 1.36 2/419 14796
/proc/meminfo: memFree=13118812/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1695108 CPUtime=4962.41 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 669969 0 0 0 496034 207 0 0 25 0 1 0 773943469 1735790592 280729 33554432000 4194304 4291949 140736292083888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 423777 280729 252 24 0 420411 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 1695108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.04 1.34 2/419 14797
/proc/meminfo: memFree=13111972/32951124 swapFree=48785060/67111528
[pid=14620] ppid=14618 vsize=1695108 CPUtime=5000.02 cores=1,3,5,7
/proc/14620/stat : 14620 (RestartSAT) R 14618 14620 13929 0 -1 4202496 671683 0 0 0 499794 208 0 0 25 0 1 0 773943469 1735790592 282428 33554432000 4194304 4291949 140736292083888 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/14620/statm: 423777 282428 252 24 0 420411 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 1695108

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): 4999.97
CPU time (s): 5000.08
CPU user time (s): 4997.95
CPU system time (s): 2.13268
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2617344

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

runsolver used 19.3331 second user time and 48.8626 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-29 00:57:33
IDJOB=3421150
IDBENCH=83249
IDSOLVER=1911
FILE ID=node134/3421150-1306623451
RUNJOBID= node134-1306611595-13948
PBS_JOBID= 13471615
Free space on /tmp= 73096 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34308.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421150-1306623451/watcher-3421150-1306623451 -o /tmp/evaluation-result-3421150-1306623451/solver-3421150-1306623451 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421150-1306623451.cnf

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=64179277

node134.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.831
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14123232 kB
Buffers:        280308 kB
Cached:        7544740 kB
SwapCached:      40168 kB
Active:        6249224 kB
Inactive:     12287716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14123232 kB
SwapTotal:    67111528 kB
SwapFree:     48785060 kB
Dirty:           23188 kB
Writeback:           0 kB
AnonPages:    10679344 kB
Mapped:          21500 kB
Slab:           133888 kB
PageTables:      89564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110913112 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73096 MiB
End job on node134 at 2011-05-29 02:20:55