Trace number 3420047

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.09 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark93.9187
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

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-3420047-1306584405/watcher-3420047-1306584405 -o /tmp/evaluation-result-3420047-1306584405/solver-3420047-1306584405 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420047-1306584405.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.02 2.02 2.00 2/481 32118
/proc/meminfo: memFree=27577400/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=23444 CPUtime=0.01 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 1753 0 0 0 1 0 0 0 25 0 1 0 770042835 24006656 1664 33554432000 4194304 4291949 140735272123120 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32118/statm: 5861 1665 228 24 0 2495 0

[startup+0.0696341 s]
/proc/loadavg: 2.02 2.02 2.00 2/481 32118
/proc/meminfo: memFree=27577400/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=28316 CPUtime=0.06 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 3130 0 0 0 6 0 0 0 25 0 1 0 770042835 28995584 2889 33554432000 4194304 4291949 140735272123120 18446744073709551615 4211876 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32118/statm: 7079 2889 234 24 0 3713 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28316

[startup+0.100623 s]
/proc/loadavg: 2.02 2.02 2.00 2/481 32118
/proc/meminfo: memFree=27577400/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=25100 CPUtime=0.09 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 3632 0 0 0 9 0 0 0 25 0 1 0 770042835 25702400 2860 33554432000 4194304 4291949 140735272123120 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32118/statm: 6275 2860 234 24 0 2909 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25100

[startup+0.300582 s]
/proc/loadavg: 2.02 2.02 2.00 2/481 32118
/proc/meminfo: memFree=27577400/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=25272 CPUtime=0.29 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 3995 0 0 0 29 0 0 0 25 0 1 0 770042835 25878528 2634 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32118/statm: 6318 2634 253 24 0 2952 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25272

[startup+0.700512 s]
/proc/loadavg: 2.02 2.02 2.00 2/481 32118
/proc/meminfo: memFree=27577400/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=25692 CPUtime=0.69 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 4285 0 0 0 69 0 0 0 25 0 1 0 770042835 26308608 2918 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32118/statm: 6423 2918 253 24 0 3057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25692

[startup+1.50036 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 32119
/proc/meminfo: memFree=27567232/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=30176 CPUtime=1.49 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 5317 0 0 0 149 0 0 0 25 0 1 0 770042835 30900224 3946 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32118/statm: 7544 3946 253 24 0 4178 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30176

[startup+3.10106 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 32119
/proc/meminfo: memFree=27560784/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=37252 CPUtime=3.09 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 6895 0 0 0 309 0 0 0 25 0 1 0 770042835 38146048 5506 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32118/statm: 9313 5506 253 24 0 5947 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37252

[startup+6.30046 s]
/proc/loadavg: 2.02 2.02 2.00 3/482 32119
/proc/meminfo: memFree=27552280/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=37248 CPUtime=6.3 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 7439 0 0 0 629 1 0 0 25 0 1 0 770042835 38141952 4433 33554432000 4194304 4291949 140735272123120 18446744073709551615 4262726 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32118/statm: 9312 4433 253 24 0 5946 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 37248

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 32119
/proc/meminfo: memFree=27540756/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=39996 CPUtime=12.69 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 8851 0 0 0 1268 1 0 0 25 0 1 0 770042835 40955904 5769 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32118/statm: 9999 5769 253 24 0 6633 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39996

[startup+25.5008 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 32119
/proc/meminfo: memFree=27524264/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=42204 CPUtime=25.47 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 12642 0 0 0 2546 1 0 0 25 0 1 0 770042835 43216896 6997 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 10551 6997 253 24 0 7185 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 42204

[startup+51.101 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 32120
/proc/meminfo: memFree=27514700/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=56416 CPUtime=51.08 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 14795 0 0 0 5106 2 0 0 25 0 1 0 770042835 57769984 9103 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 14104 9103 253 24 0 10738 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 56416

[startup+102.318 s]
/proc/loadavg: 2.08 2.04 2.01 3/482 32121
/proc/meminfo: memFree=27478696/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=56416 CPUtime=102.29 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 15574 0 0 0 10227 2 0 0 25 0 1 0 770042835 57769984 9875 33554432000 4194304 4291949 140735272123120 18446744073709551615 4248637 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 14104 9875 253 24 0 10738 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 56416

[startup+162.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/482 32123
/proc/meminfo: memFree=27449384/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=83004 CPUtime=162.28 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 22953 0 0 0 16225 3 0 0 25 0 1 0 770042835 84996096 17128 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 20751 17128 253 24 0 17385 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 83004

[startup+222.301 s]
/proc/loadavg: 2.13 2.07 2.01 3/482 32125
/proc/meminfo: memFree=27420436/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=106280 CPUtime=222.27 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 27208 0 0 0 22224 3 0 0 25 0 1 0 770042835 108830720 16264 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 26570 16264 253 24 0 23204 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 106280

[startup+282.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/482 32126
/proc/meminfo: memFree=27412708/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=106280 CPUtime=282.28 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 27312 0 0 0 28225 3 0 0 25 0 1 0 770042835 108830720 16367 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 26570 16367 253 24 0 23204 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 106280

[startup+342.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/482 32128
/proc/meminfo: memFree=27432996/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=106280 CPUtime=342.28 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 32279 0 0 0 34223 5 0 0 25 0 1 0 770042835 108830720 21204 33554432000 4194304 4291949 140735272123120 18446744073709551615 4262715 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 26570 21204 253 24 0 23204 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 106280

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 32129
/proc/meminfo: memFree=27390800/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=106280 CPUtime=402.28 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 32559 0 0 0 40223 5 0 0 25 0 1 0 770042835 108830720 21480 33554432000 4194304 4291949 140735272123120 18446744073709551615 4262968 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 26570 21480 253 24 0 23204 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 106280

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32131
/proc/meminfo: memFree=27390264/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=114524 CPUtime=462.29 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 42862 0 0 0 46222 7 0 0 25 0 1 0 770042835 117272576 21460 33554432000 4194304 4291949 140735272123120 18446744073709551615 4248347 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 28631 21460 253 24 0 25265 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 114524

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32133
/proc/meminfo: memFree=27391832/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=114524 CPUtime=522.29 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 43988 0 0 0 52222 7 0 0 25 0 1 0 770042835 117272576 22559 33554432000 4194304 4291949 140735272123120 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 28631 22559 253 24 0 25265 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 114524

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32134
/proc/meminfo: memFree=27392040/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=114524 CPUtime=582.29 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 44252 0 0 0 58222 7 0 0 25 0 1 0 770042835 117272576 22816 33554432000 4194304 4291949 140735272123120 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 28631 22816 253 24 0 25265 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 114524

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 32239
/proc/meminfo: memFree=27249084/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=161936 CPUtime=4062.43 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 825004 0 0 0 406141 102 0 0 25 0 1 0 770042835 165822464 37181 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 40484 37181 253 24 0 37118 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 161936

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32241
/proc/meminfo: memFree=27297524/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=166288 CPUtime=4122.42 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 826149 0 0 0 412139 103 0 0 25 0 1 0 770042835 170278912 38269 33554432000 4194304 4291949 140735272123120 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 41572 38269 253 24 0 38206 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 166288

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32242
/proc/meminfo: memFree=27252472/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=166288 CPUtime=4182.42 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 833827 0 0 0 418138 104 0 0 25 0 1 0 770042835 170278912 38269 33554432000 4194304 4291949 140735272123120 18446744073709551615 4263417 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 41572 38269 253 24 0 38206 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 166288

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32244
/proc/meminfo: memFree=27297816/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=166288 CPUtime=4242.42 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 841911 0 0 0 424137 105 0 0 25 0 1 0 770042835 170278912 38269 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 41572 38269 253 24 0 38206 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 166288

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32245
/proc/meminfo: memFree=27253136/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=170556 CPUtime=4302.42 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 843023 0 0 0 430137 105 0 0 25 0 1 0 770042835 174649344 39315 33554432000 4194304 4291949 140735272123120 18446744073709551615 4263398 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 42639 39315 253 24 0 39273 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 170556

[startup+4362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/482 32247
/proc/meminfo: memFree=27294152/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=170556 CPUtime=4362.43 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 850707 0 0 0 436137 106 0 0 25 0 1 0 770042835 174649344 39336 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 42639 39336 253 24 0 39273 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 170556

[startup+4422.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/482 32249
/proc/meminfo: memFree=27217112/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=246512 CPUtime=4422.43 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 881876 0 0 0 442134 109 0 0 25 0 1 0 770042835 252428288 53616 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 61628 53616 253 24 0 58262 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 246512

[startup+4482.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/482 32250
/proc/meminfo: memFree=27202924/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=246512 CPUtime=4482.43 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 900977 0 0 0 448132 111 0 0 25 0 1 0 770042835 252428288 54864 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 61628 54864 253 24 0 58262 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 246512

[startup+4542.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/482 32252
/proc/meminfo: memFree=27216900/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=197192 CPUtime=4542.44 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 908896 0 0 0 454131 113 0 0 25 0 1 0 770042835 201924608 45995 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 49298 45995 253 24 0 45932 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 197192

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/482 32253
/proc/meminfo: memFree=27266084/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=197192 CPUtime=4602.45 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 919569 0 0 0 460131 114 0 0 25 0 1 0 770042835 201924608 45995 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 49298 45995 253 24 0 45932 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 197192

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 32255
/proc/meminfo: memFree=27219060/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=197192 CPUtime=4662.44 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 939220 0 0 0 466127 117 0 0 25 0 1 0 770042835 201924608 45995 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 49298 45995 253 24 0 45932 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 197192

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32257
/proc/meminfo: memFree=27265764/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=197192 CPUtime=4722.46 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 949841 0 0 0 472128 118 0 0 25 0 1 0 770042835 201924608 45995 33554432000 4194304 4291949 140735272123120 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 49298 45995 253 24 0 45932 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 197192

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 32258
/proc/meminfo: memFree=27195788/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=246512 CPUtime=4782.44 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 966968 0 0 0 478124 120 0 0 25 0 1 0 770042835 252428288 53921 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 61628 53921 253 24 0 58262 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 246512

[startup+4842.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/482 32260
/proc/meminfo: memFree=27205912/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=197192 CPUtime=4842.44 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 967506 0 0 0 484124 120 0 0 25 0 1 0 770042835 201924608 45995 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 49298 45995 253 24 0 45932 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 197192

[startup+4902.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/482 32261
/proc/meminfo: memFree=27187888/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=246512 CPUtime=4902.45 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 977621 0 0 0 490123 122 0 0 25 0 1 0 770042835 252428288 56055 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 61628 56055 253 24 0 58262 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 246512

[startup+4962.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/482 32263
/proc/meminfo: memFree=27207080/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=197192 CPUtime=4962.45 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 987328 0 0 0 496121 124 0 0 25 0 1 0 770042835 201924608 45995 33554432000 4194304 4291949 140735272123120 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 49298 45995 253 24 0 45932 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 197192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.04 2.00 2/480 32265
/proc/meminfo: memFree=27381548/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=246512 CPUtime=5000.07 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 1003847 0 0 0 499882 125 0 0 25 0 1 0 770042835 252428288 53680 33554432000 4194304 4291949 140735272123120 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 61628 53680 253 24 0 58262 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 246512

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.06 2.04 2.00 2/480 32265
/proc/meminfo: memFree=27381548/32951124 swapFree=38422276/67111528
[pid=32118] ppid=32116 vsize=246512 CPUtime=5000.07 cores=0,2,4,6
/proc/32118/stat : 32118 (RestartSAT) R 32116 32118 31861 0 -1 4202496 1003847 0 0 0 499882 125 0 0 25 0 1 0 770042835 252428288 53680 33554432000 4194304 4291949 140735272123120 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32118/statm: 61628 53680 253 24 0 58262 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 246512

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4998.82
CPU system time (s): 1.26481
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 246512

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

runsolver used 24.6692 second user time and 52.62 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-28 14:06:45
IDJOB=3420047
IDBENCH=83117
IDSOLVER=1911
FILE ID=node102/3420047-1306584405
RUNJOBID= node102-1306579401-31879
PBS_JOBID= 13471578
Free space on /tmp= 73428 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420047-1306584405/watcher-3420047-1306584405 -o /tmp/evaluation-result-3420047-1306584405/solver-3420047-1306584405 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420047-1306584405.cnf

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=473314502

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.82
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27577556 kB
Buffers:        177452 kB
Cached:        1198468 kB
SwapCached:      76276 kB
Active:         455164 kB
Inactive:      4660228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27577556 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            4884 kB
Writeback:           0 kB
AnonPages:     3674584 kB
Mapped:          13532 kB
Slab:            89712 kB
PageTables:      99652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135502488 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= 73428 MiB
End job on node102 at 2011-05-28 15:30:07