Trace number 3419973

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2133.18
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
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: 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-3419973-1306583485/watcher-3419973-1306583485 -o /tmp/evaluation-result-3419973-1306583485/solver-3419973-1306583485 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419973-1306583485.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.04 1.99 2/572 12660
/proc/meminfo: memFree=24177124/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=22000 CPUtime=0.01 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 1398 0 0 0 1 0 0 0 25 0 1 0 769947346 22528000 1313 33554432000 4194304 4291949 140736718522480 18446744073709551615 4221477 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 5500 1324 227 24 0 2134 0

[startup+0.069831 s]
/proc/loadavg: 2.10 2.04 1.99 2/572 12660
/proc/meminfo: memFree=24177124/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=34444 CPUtime=0.05 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 5448 0 0 0 5 0 0 0 25 0 1 0 769947346 35270656 4895 33554432000 4194304 4291949 140736718522480 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 8611 4901 227 24 0 5245 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34444

[startup+0.100824 s]
/proc/loadavg: 2.10 2.04 1.99 2/572 12660
/proc/meminfo: memFree=24177124/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=41636 CPUtime=0.09 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 7693 0 0 0 8 1 0 0 25 0 1 0 769947346 42635264 6852 33554432000 4194304 4291949 140736718522480 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 10409 6858 227 24 0 7043 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41636

[startup+0.300791 s]
/proc/loadavg: 2.10 2.04 1.99 2/572 12660
/proc/meminfo: memFree=24177124/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=77472 CPUtime=0.28 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 16627 0 0 0 27 1 0 0 25 0 1 0 769947346 79331328 14681 33554432000 4194304 4291949 140736718522480 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 19368 14681 238 24 0 16002 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 77472

[startup+0.700721 s]
/proc/loadavg: 2.10 2.04 1.99 2/572 12660
/proc/meminfo: memFree=24177124/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=89248 CPUtime=0.69 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 22586 0 0 0 67 2 0 0 25 0 1 0 769947346 91389952 16930 33554432000 4194304 4291949 140736718522480 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 22312 16930 238 24 0 18946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89248

[startup+1.50058 s]
/proc/loadavg: 2.10 2.04 1.99 3/573 12661
/proc/meminfo: memFree=24106940/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=93668 CPUtime=1.49 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 28348 0 0 0 146 3 0 0 25 0 1 0 769947346 95916032 18144 33554432000 4194304 4291949 140736718522480 18446744073709551615 4240610 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 23417 18144 238 24 0 20051 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93668

[startup+3.10029 s]
/proc/loadavg: 2.10 2.04 1.99 3/573 12661
/proc/meminfo: memFree=24101736/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=93668 CPUtime=3.09 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 28366 0 0 0 306 3 0 0 25 0 1 0 769947346 95916032 18162 33554432000 4194304 4291949 140736718522480 18446744073709551615 4251106 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 23417 18162 256 24 0 20051 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93668

[startup+6.30072 s]
/proc/loadavg: 2.09 2.04 1.99 3/573 12661
/proc/meminfo: memFree=24160776/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=93668 CPUtime=6.29 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 28366 0 0 0 626 3 0 0 25 0 1 0 769947346 95916032 18162 33554432000 4194304 4291949 140736718522480 18446744073709551615 4250696 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 23417 18162 256 24 0 20051 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93668

[startup+12.7006 s]
/proc/loadavg: 2.08 2.04 1.99 3/573 12661
/proc/meminfo: memFree=24159904/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=93668 CPUtime=12.69 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 28366 0 0 0 1266 3 0 0 25 0 1 0 769947346 95916032 18162 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 23417 18162 256 24 0 20051 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93668

[startup+25.5003 s]
/proc/loadavg: 2.14 2.05 2.00 3/573 12661
/proc/meminfo: memFree=24159260/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=93668 CPUtime=25.49 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 28918 0 0 0 2546 3 0 0 25 0 1 0 769947346 95916032 18697 33554432000 4194304 4291949 140736718522480 18446744073709551615 4251585 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 23417 18697 256 24 0 20051 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93668

[startup+51.1007 s]
/proc/loadavg: 2.09 2.05 2.00 3/573 12662
/proc/meminfo: memFree=24132060/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=142684 CPUtime=51.1 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 35824 0 0 0 5105 5 0 0 25 0 1 0 769947346 146108416 25545 33554432000 4194304 4291949 140736718522480 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 35671 25545 256 24 0 32305 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 142684

[startup+102.321 s]
/proc/loadavg: 2.04 2.04 2.00 3/573 12664
/proc/meminfo: memFree=24110460/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=161652 CPUtime=102.31 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 41034 0 0 0 10225 6 0 0 25 0 1 0 769947346 165531648 30651 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 40413 30651 256 24 0 37047 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 161652

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 12665
/proc/meminfo: memFree=24057616/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=192472 CPUtime=162.29 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 44672 0 0 0 16222 7 0 0 25 0 1 0 769947346 197091328 34210 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 48118 34210 256 24 0 44752 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 192472

[startup+222.301 s]
/proc/loadavg: 2.15 2.07 2.01 3/573 12667
/proc/meminfo: memFree=24103940/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=166704 CPUtime=222.3 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 56583 0 0 0 22220 10 0 0 25 0 1 0 769947346 170704896 32561 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 41676 32561 256 24 0 38310 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 166704

[startup+282.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/573 12668
/proc/meminfo: memFree=24040424/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=197524 CPUtime=282.29 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 64622 0 0 0 28217 12 0 0 25 0 1 0 769947346 202264576 40511 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 49381 40511 256 24 0 46015 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 197524

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/573 12670
/proc/meminfo: memFree=24056508/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=197524 CPUtime=342.3 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 68438 0 0 0 34217 13 0 0 25 0 1 0 769947346 202264576 44269 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 49381 44269 256 24 0 46015 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 197524

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 12672
/proc/meminfo: memFree=24101992/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=117384 CPUtime=402.3 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 71901 0 0 0 40216 14 0 0 25 0 1 0 769947346 120201216 24905 33554432000 4194304 4291949 140736718522480 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 29346 24905 256 24 0 25980 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 117384

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 12673
/proc/meminfo: memFree=24063640/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=166704 CPUtime=462.3 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 81823 0 0 0 46214 16 0 0 25 0 1 0 769947346 170704896 34745 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255662 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 41676 34745 256 24 0 38310 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 166704

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 12675
/proc/meminfo: memFree=24038312/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=197524 CPUtime=522.3 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 86006 0 0 0 52213 17 0 0 25 0 1 0 769947346 202264576 38860 33554432000 4194304 4291949 140736718522480 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 49381 38860 256 24 0 46015 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 197524

[startup+582.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/573 12685
/proc/meminfo: memFree=24061680/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=197524 CPUtime=582.31 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 90415 0 0 0 58212 19 0 0 25 0 1 0 769947346 202264576 43187 33554432000 4194304 4291949 140736718522480 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 49381 43187 256 24 0 46015 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 197524

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/573 12781
/proc/meminfo: memFree=23822288/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=390708 CPUtime=4062.42 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 427358 0 0 0 406117 125 0 0 25 0 1 0 769947346 400084992 74042 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 97677 74042 256 24 0 94311 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 390708

[startup+4122.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/573 12783
/proc/meminfo: memFree=23827228/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=390708 CPUtime=4122.4 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 429989 0 0 0 412114 126 0 0 25 0 1 0 769947346 400084992 76637 33554432000 4194304 4291949 140736718522480 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 97677 76637 256 24 0 94311 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 390708

[startup+4182.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/573 12793
/proc/meminfo: memFree=23830804/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=390708 CPUtime=4182.4 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 432336 0 0 0 418113 127 0 0 25 0 1 0 769947346 400084992 78952 33554432000 4194304 4291949 140736718522480 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 97677 78952 256 24 0 94311 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 390708

[startup+4242.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/573 12795
/proc/meminfo: memFree=23967396/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=228412 CPUtime=4242.4 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 443907 0 0 0 424110 130 0 0 25 0 1 0 769947346 233893888 47743 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 57103 47743 256 24 0 53737 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 228412

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 12797
/proc/meminfo: memFree=23906116/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=259232 CPUtime=4302.4 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 448868 0 0 0 430109 131 0 0 25 0 1 0 769947346 265453568 52617 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 64808 52617 256 24 0 61442 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 259232

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 12800
/proc/meminfo: memFree=23906468/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=259232 CPUtime=4362.41 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 453281 0 0 0 436107 134 0 0 25 0 1 0 769947346 265453568 56957 33554432000 4194304 4291949 140736718522480 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 64808 56957 256 24 0 61442 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 259232

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 12803
/proc/meminfo: memFree=23903368/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=309320 CPUtime=4422.4 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 457596 0 0 0 442105 135 0 0 25 0 1 0 769947346 316743680 61196 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 77330 61196 256 24 0 73964 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 309320

[startup+4482.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/573 12804
/proc/meminfo: memFree=23930744/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=309320 CPUtime=4482.41 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 461045 0 0 0 448104 137 0 0 25 0 1 0 769947346 316743680 64583 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 77330 64583 256 24 0 73964 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 309320

[startup+4542.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/573 12806
/proc/meminfo: memFree=23848252/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=309320 CPUtime=4542.4 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 464727 0 0 0 454103 137 0 0 25 0 1 0 769947346 316743680 68221 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 77330 68221 256 24 0 73964 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 309320

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/573 12808
/proc/meminfo: memFree=23845864/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=390708 CPUtime=4602.42 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 468059 0 0 0 460103 139 0 0 25 0 1 0 769947346 400084992 71506 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 97677 71506 256 24 0 94311 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 390708

[startup+4662.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/573 12809
/proc/meminfo: memFree=23833936/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=390708 CPUtime=4662.41 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 471242 0 0 0 466101 140 0 0 25 0 1 0 769947346 400084992 74650 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 97677 74650 256 24 0 94311 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 390708

[startup+4722.32 s]
/proc/loadavg: 2.04 2.04 2.00 3/573 12839
/proc/meminfo: memFree=24077940/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=228412 CPUtime=4722.44 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 487303 0 0 0 472100 144 0 0 25 0 1 0 769947346 233893888 49239 33554432000 4194304 4291949 140736718522480 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 57103 49239 256 24 0 53737 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 228412

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/573 12840
/proc/meminfo: memFree=24032452/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=259232 CPUtime=4782.41 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 492660 0 0 0 478096 145 0 0 25 0 1 0 769947346 265453568 54491 33554432000 4194304 4291949 140736718522480 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 64808 54491 256 24 0 61442 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 259232

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 12842
/proc/meminfo: memFree=24011360/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=259232 CPUtime=4842.42 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 496737 0 0 0 484095 147 0 0 25 0 1 0 769947346 265453568 58486 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 64808 58486 256 24 0 61442 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 259232

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 12844
/proc/meminfo: memFree=24001276/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=309320 CPUtime=4902.41 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 501451 0 0 0 490093 148 0 0 25 0 1 0 769947346 316743680 63121 33554432000 4194304 4291949 140736718522480 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 77330 63121 256 24 0 73964 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 309320

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 12845
/proc/meminfo: memFree=23941108/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=309320 CPUtime=4962.42 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 504776 0 0 0 496092 150 0 0 25 0 1 0 769947346 316743680 66378 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 77330 66378 256 24 0 73964 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 309320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 12846
/proc/meminfo: memFree=23970716/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=309320 CPUtime=5000.03 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 506597 0 0 0 499852 151 0 0 25 0 1 0 769947346 316743680 68166 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 77330 68166 256 24 0 73964 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 309320

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 12846
/proc/meminfo: memFree=23970716/32950928 swapFree=49808508/67111528
[pid=12660] ppid=12658 vsize=309320 CPUtime=5000.03 cores=0,2,4,6
/proc/12660/stat : 12660 (RestartSAT) R 12658 12660 12123 0 -1 4202496 506597 0 0 0 499852 151 0 0 25 0 1 0 769947346 316743680 68166 33554432000 4194304 4291949 140736718522480 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12660/statm: 77330 68166 256 24 0 73964 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 309320

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.54
system time used= 1.52377
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 506597
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= 9
involuntary context switches= 2624

runsolver used 28.9246 second user time and 66.5419 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-28 13:51:26
IDJOB=3419973
IDBENCH=82468
IDSOLVER=1911
FILE ID=node122/3419973-1306583485
RUNJOBID= node122-1306579394-12141
PBS_JOBID= 13471558
Free space on /tmp= 73472 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419973-1306583485/watcher-3419973-1306583485 -o /tmp/evaluation-result-3419973-1306583485/solver-3419973-1306583485 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419973-1306583485.cnf

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=820444519

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24177280 kB
Buffers:        180316 kB
Cached:        2225572 kB
SwapCached:      60748 kB
Active:         623612 kB
Inactive:      7890392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24177280 kB
SwapTotal:    67111528 kB
SwapFree:     49808508 kB
Dirty:            8968 kB
Writeback:           8 kB
AnonPages:     6061280 kB
Mapped:          11848 kB
Slab:            96240 kB
PageTables:      93328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180916672 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= 73472 MiB
End job on node122 at 2011-05-28 15:14:47