Trace number 3420083

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.1 5000.23

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_4_keyfind_1.cnf
MD5SUM07ea67092ce3fd4529e72f69434e3f99
Bench CategoryAPPLICATION (applications 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 variables1808
Number of clauses9968
Sum of the clauses size39152
Maximum clause length5
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2320
Number of clauses of size 33904
Number of clauses of size 41344
Number of clauses of size 54256
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-3420083-1306584939/watcher-3420083-1306584939 -o /tmp/evaluation-result-3420083-1306584939/solver-3420083-1306584939 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420083-1306584939.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.03 2.02 2.00 2/575 13229
/proc/meminfo: memFree=16472764/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/13229/stat : 13229 (runsolver) R 13227 13229 12855 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 770091660 12079104 49 33554432000 4194304 5432360 140737222572400 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/13229/statm: 2949 49 30 303 0 2643 0

[startup+0.111572 s]
/proc/loadavg: 2.03 2.02 2.00 2/575 13229
/proc/meminfo: memFree=16472764/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=16100 CPUtime=0.08 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 849 0 0 0 8 0 0 0 25 0 1 0 770091660 16486400 686 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 4025 686 252 24 0 659 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16100

[startup+0.200561 s]
/proc/loadavg: 2.03 2.02 2.00 2/575 13229
/proc/meminfo: memFree=16472764/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=16340 CPUtime=0.17 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 912 0 0 0 17 0 0 0 25 0 1 0 770091660 16732160 745 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 4085 745 252 24 0 719 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 16340

[startup+0.300547 s]
/proc/loadavg: 2.03 2.02 2.00 2/575 13229
/proc/meminfo: memFree=16472764/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=16860 CPUtime=0.27 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 1023 0 0 0 27 0 0 0 25 0 1 0 770091660 17264640 851 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 4215 851 252 24 0 849 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16860

[startup+0.700465 s]
/proc/loadavg: 2.03 2.02 2.00 2/575 13229
/proc/meminfo: memFree=16472764/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=19168 CPUtime=0.67 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 1772 0 0 0 67 0 0 0 25 0 1 0 770091660 19628032 1330 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 4792 1330 252 24 0 1426 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 19168

[startup+1.50032 s]
/proc/loadavg: 2.03 2.02 2.00 3/576 13230
/proc/meminfo: memFree=16466936/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=19168 CPUtime=1.47 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 1853 0 0 0 147 0 0 0 25 0 1 0 770091660 19628032 1411 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 4792 1411 252 24 0 1426 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19168

[startup+3.10104 s]
/proc/loadavg: 2.03 2.02 2.00 3/576 13230
/proc/meminfo: memFree=16464580/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=20200 CPUtime=3.07 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 2150 0 0 0 307 0 0 0 25 0 1 0 770091660 20684800 1694 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 5050 1694 252 24 0 1684 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 20200

[startup+6.30042 s]
/proc/loadavg: 2.02 2.02 2.00 3/576 13230
/proc/meminfo: memFree=16463960/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=25200 CPUtime=6.27 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 2343 0 0 0 627 0 0 0 25 0 1 0 770091660 25804800 1885 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 6300 1885 252 24 0 2934 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25200

[startup+12.7003 s]
/proc/loadavg: 2.02 2.02 2.00 3/576 13230
/proc/meminfo: memFree=16459640/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=25200 CPUtime=12.67 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 3448 0 0 0 1267 0 0 0 25 0 1 0 770091660 25804800 2947 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 6300 2947 252 24 0 2934 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25200

[startup+25.5009 s]
/proc/loadavg: 2.02 2.02 2.00 3/576 13230
/proc/meminfo: memFree=16456756/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=27920 CPUtime=25.4 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 5291 0 0 0 2540 0 0 0 25 0 1 0 770091660 28590080 3627 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 6980 3627 252 24 0 3614 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 27920

[startup+51.1013 s]
/proc/loadavg: 2.01 2.02 2.00 3/576 13231
/proc/meminfo: memFree=16456848/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=34012 CPUtime=51 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 5293 0 0 0 5100 0 0 0 25 0 1 0 770091660 34828288 3629 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 8503 3629 252 24 0 5137 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 34012

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 13233
/proc/meminfo: memFree=16450984/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=34012 CPUtime=102.2 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 10844 0 0 0 10219 1 0 0 25 0 1 0 770091660 34828288 5151 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 8503 5151 253 24 0 5137 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 34012

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 13234
/proc/meminfo: memFree=16422936/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=41104 CPUtime=162.19 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 14952 0 0 0 16217 2 0 0 25 0 1 0 770091660 42090496 5655 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 10276 5655 253 24 0 6910 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 41104

[startup+222.322 s]
/proc/loadavg: 2.10 2.03 2.01 3/576 13236
/proc/meminfo: memFree=16412332/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=48244 CPUtime=222.21 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 23773 0 0 0 22218 3 0 0 25 0 1 0 770091660 49401856 8513 33554432000 4194304 4291949 140734462418784 18446744073709551615 4262944 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 12061 8513 253 24 0 8695 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 48244

[startup+282.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/576 13237
/proc/meminfo: memFree=16411424/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=48244 CPUtime=282.19 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 23972 0 0 0 28216 3 0 0 25 0 1 0 770091660 49401856 8709 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 12061 8709 253 24 0 8695 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 48244

[startup+342.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/576 13239
/proc/meminfo: memFree=16411124/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=48244 CPUtime=342.19 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 23972 0 0 0 34216 3 0 0 25 0 1 0 770091660 49401856 8709 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 12061 8709 253 24 0 8695 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 48244

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/576 13240
/proc/meminfo: memFree=16411584/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=48244 CPUtime=402.19 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 23972 0 0 0 40216 3 0 0 25 0 1 0 770091660 49401856 8709 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 12061 8709 253 24 0 8695 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 48244

[startup+462.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/576 13242
/proc/meminfo: memFree=16408072/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=57848 CPUtime=462.19 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 24069 0 0 0 46216 3 0 0 25 0 1 0 770091660 59236352 8806 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 14462 8806 253 24 0 11096 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 57848

[startup+522.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/576 13244
/proc/meminfo: memFree=16390296/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=57848 CPUtime=522.19 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 24069 0 0 0 52216 3 0 0 25 0 1 0 770091660 59236352 8806 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 14462 8806 253 24 0 11096 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 57848

[startup+582.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/576 13245
/proc/meminfo: memFree=16384560/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=57848 CPUtime=582.19 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 24069 0 0 0 58216 3 0 0 25 0 1 0 770091660 59236352 8806 33554432000 4194304 4291949 140734462418784 18446744073709551615 4262198 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 14462 8806 253 24 0 11096 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 57848

[startup+642.3 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.20 2.08 2.02 3/576 13350
/proc/meminfo: memFree=16282452/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=88460 CPUtime=4062.17 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 67927 0 0 0 406207 10 0 0 25 0 1 0 770091660 90583040 18153 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 22115 18153 253 24 0 18749 0
Current children cumulated CPU time (s) 4062.17
Current children cumulated vsize (KiB) 88460

[startup+4122.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/576 13352
/proc/meminfo: memFree=16282040/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=88460 CPUtime=4122.16 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 67927 0 0 0 412206 10 0 0 25 0 1 0 770091660 90583040 18153 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 22115 18153 253 24 0 18749 0
Current children cumulated CPU time (s) 4122.16
Current children cumulated vsize (KiB) 88460

[startup+4182.32 s]
/proc/loadavg: 2.05 2.06 2.01 3/576 13353
/proc/meminfo: memFree=16281148/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=88460 CPUtime=4182.18 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 67927 0 0 0 418208 10 0 0 25 0 1 0 770091660 90583040 18153 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 22115 18153 253 24 0 18749 0
Current children cumulated CPU time (s) 4182.18
Current children cumulated vsize (KiB) 88460

[startup+4242.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/576 13355
/proc/meminfo: memFree=16275904/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=88460 CPUtime=4242.16 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 67927 0 0 0 424206 10 0 0 25 0 1 0 770091660 90583040 18153 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 22115 18153 253 24 0 18749 0
Current children cumulated CPU time (s) 4242.16
Current children cumulated vsize (KiB) 88460

[startup+4302.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/576 13357
/proc/meminfo: memFree=16274620/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=88460 CPUtime=4302.16 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 67927 0 0 0 430206 10 0 0 25 0 1 0 770091660 90583040 18153 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 22115 18153 253 24 0 18749 0
Current children cumulated CPU time (s) 4302.16
Current children cumulated vsize (KiB) 88460

[startup+4362.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/576 13358
/proc/meminfo: memFree=16274596/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=88460 CPUtime=4362.16 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 67927 0 0 0 436206 10 0 0 25 0 1 0 770091660 90583040 18153 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 22115 18153 253 24 0 18749 0
Current children cumulated CPU time (s) 4362.16
Current children cumulated vsize (KiB) 88460

[startup+4422.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 13360
/proc/meminfo: memFree=16272444/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=88460 CPUtime=4422.16 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 68478 0 0 0 442206 10 0 0 25 0 1 0 770091660 90583040 18695 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 22115 18695 253 24 0 18749 0
Current children cumulated CPU time (s) 4422.16
Current children cumulated vsize (KiB) 88460

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 13361
/proc/meminfo: memFree=16271924/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=88460 CPUtime=4482.16 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 68478 0 0 0 448206 10 0 0 25 0 1 0 770091660 90583040 18695 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 22115 18695 253 24 0 18749 0
Current children cumulated CPU time (s) 4482.16
Current children cumulated vsize (KiB) 88460

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 13363
/proc/meminfo: memFree=16272384/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=88460 CPUtime=4542.16 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 68478 0 0 0 454206 10 0 0 25 0 1 0 770091660 90583040 18695 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 22115 18695 253 24 0 18749 0
Current children cumulated CPU time (s) 4542.16
Current children cumulated vsize (KiB) 88460

[startup+4602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/576 13364
/proc/meminfo: memFree=16281520/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=78556 CPUtime=4602.16 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 71366 0 0 0 460205 11 0 0 25 0 1 0 770091660 80441344 16200 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 19639 16200 253 24 0 16273 0
Current children cumulated CPU time (s) 4602.16
Current children cumulated vsize (KiB) 78556

[startup+4662.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 13366
/proc/meminfo: memFree=16267088/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=92880 CPUtime=4662.16 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 81218 0 0 0 466203 13 0 0 25 0 1 0 770091660 95109120 19644 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 23220 19644 253 24 0 19854 0
Current children cumulated CPU time (s) 4662.16
Current children cumulated vsize (KiB) 92880

[startup+4722.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/576 13368
/proc/meminfo: memFree=16249188/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=92880 CPUtime=4722.17 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 81442 0 0 0 472204 13 0 0 25 0 1 0 770091660 95109120 19863 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 23220 19863 253 24 0 19854 0
Current children cumulated CPU time (s) 4722.17
Current children cumulated vsize (KiB) 92880

[startup+4782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 13369
/proc/meminfo: memFree=16248900/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=92880 CPUtime=4782.16 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 81442 0 0 0 478203 13 0 0 25 0 1 0 770091660 95109120 19863 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 23220 19863 253 24 0 19854 0
Current children cumulated CPU time (s) 4782.16
Current children cumulated vsize (KiB) 92880

[startup+4842.32 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 13371
/proc/meminfo: memFree=16247868/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=92880 CPUtime=4842.18 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 81442 0 0 0 484205 13 0 0 25 0 1 0 770091660 95109120 19863 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 23220 19863 253 24 0 19854 0
Current children cumulated CPU time (s) 4842.18
Current children cumulated vsize (KiB) 92880

[startup+4902.3 s]
/proc/loadavg: 2.09 2.06 2.01 2/574 13373
/proc/meminfo: memFree=16437700/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=92880 CPUtime=4902.15 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 81442 0 0 0 490202 13 0 0 25 0 1 0 770091660 95109120 19863 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 23220 19863 253 24 0 19854 0
Current children cumulated CPU time (s) 4902.15
Current children cumulated vsize (KiB) 92880

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 13402
/proc/meminfo: memFree=16302916/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=92880 CPUtime=4962.16 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 81442 0 0 0 496202 14 0 0 25 0 1 0 770091660 95109120 19863 33554432000 4194304 4291949 140734462418784 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 23220 19863 253 24 0 19854 0
Current children cumulated CPU time (s) 4962.16
Current children cumulated vsize (KiB) 92880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.2 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 13403
/proc/meminfo: memFree=16265816/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=92880 CPUtime=5000.07 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 81442 0 0 0 499993 14 0 0 25 0 1 0 770091660 95109120 19863 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 23220 19863 253 24 0 19854 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 92880

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

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

[startup+5000.2 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 13403
/proc/meminfo: memFree=16265816/32951124 swapFree=64375276/67111528
[pid=13229] ppid=13227 vsize=92880 CPUtime=5000.07 cores=0,2,4,6
/proc/13229/stat : 13229 (RestartSAT) R 13227 13229 12855 0 -1 4202496 81442 0 0 0 499993 14 0 0 25 0 1 0 770091660 95109120 19863 33554432000 4194304 4291949 140734462418784 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/13229/statm: 23220 19863 253 24 0 19854 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 92880

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.23
CPU time (s): 5000.1
CPU user time (s): 4999.95
CPU system time (s): 0.144977
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 104372

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

runsolver used 30.2554 second user time and 65.1191 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-28 14:15:39
IDJOB=3420083
IDBENCH=83416
IDSOLVER=1911
FILE ID=node139/3420083-1306584939
RUNJOBID= node139-1306579391-12873
PBS_JOBID= 13471541
Free space on /tmp= 72824 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_4_keyfind_1.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420083-1306584939/watcher-3420083-1306584939 -o /tmp/evaluation-result-3420083-1306584939/solver-3420083-1306584939 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420083-1306584939.cnf

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
RANDOM SEED=1037042414

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16472928 kB
Buffers:        184056 kB
Cached:        2282284 kB
SwapCached:      20488 kB
Active:        8601564 kB
Inactive:      7571848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16472928 kB
SwapTotal:    67111528 kB
SwapFree:     64375276 kB
Dirty:             780 kB
Writeback:           0 kB
AnonPages:    13687788 kB
Mapped:          40820 kB
Slab:           154536 kB
PageTables:      78464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170945612 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= 72820 MiB
End job on node139 at 2011-05-28 15:39:02