Trace number 3420081

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_10_keyfind_1.cnf
MD5SUMf35f3aee72237c1bf3d673feb4883756
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 variables8080
Number of clauses96704
Sum of the clauses size539496
Maximum clause length8
Minimum clause length1
Number of clauses of size 1336
Number of clauses of size 21152
Number of clauses of size 315040
Number of clauses of size 42944
Number of clauses of size 518432
Number of clauses of size over 558800

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-3420081-1306584892/watcher-3420081-1306584892 -o /tmp/evaluation-result-3420081-1306584892/solver-3420081-1306584892 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420081-1306584892.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 2/524 9014
/proc/meminfo: memFree=4178984/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=20516 CPUtime=0 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 978 0 0 0 0 0 0 0 25 0 1 0 770086952 21008384 915 33554432000 4194304 4291949 140734274597408 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 5129 915 228 24 0 1763 0

[startup+0.0328131 s]
/proc/loadavg: 2.00 2.02 2.00 2/524 9014
/proc/meminfo: memFree=4178984/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=23444 CPUtime=0.03 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 2131 0 0 0 3 0 0 0 25 0 1 0 770086952 24006656 1983 33554432000 4194304 4291949 140734274597408 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 5861 1984 228 24 0 2495 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23444

[startup+0.100813 s]
/proc/loadavg: 2.00 2.02 2.00 2/524 9014
/proc/meminfo: memFree=4178984/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=25748 CPUtime=0.09 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 3201 0 0 0 9 0 0 0 25 0 1 0 770086952 26365952 2872 33554432000 4194304 4291949 140734274597408 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 6437 2872 232 24 0 3071 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25748

[startup+0.300767 s]
/proc/loadavg: 2.00 2.02 2.00 2/524 9014
/proc/meminfo: memFree=4178984/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=25896 CPUtime=0.29 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 4274 0 0 0 29 0 0 0 25 0 1 0 770086952 26517504 2848 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255992 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 6474 2848 252 24 0 3108 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25896

[startup+0.700692 s]
/proc/loadavg: 2.00 2.02 2.00 2/524 9014
/proc/meminfo: memFree=4178984/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=26068 CPUtime=0.69 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 4531 0 0 0 69 0 0 0 25 0 1 0 770086952 26693632 3080 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 6517 3080 252 24 0 3151 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26068

[startup+1.50055 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9015
/proc/meminfo: memFree=4163484/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=29480 CPUtime=1.49 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 5121 0 0 0 149 0 0 0 25 0 1 0 770086952 30187520 3643 33554432000 4194304 4291949 140734274597408 18446744073709551615 4250644 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 7370 3643 252 24 0 4004 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29480

[startup+3.10026 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9015
/proc/meminfo: memFree=4156164/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=36948 CPUtime=3.09 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 6663 0 0 0 309 0 0 0 25 0 1 0 770086952 37834752 5125 33554432000 4194304 4291949 140734274597408 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 9237 5125 252 24 0 5871 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36948

[startup+6.30068 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9015
/proc/meminfo: memFree=4146596/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=39996 CPUtime=6.29 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 9804 0 0 0 628 1 0 0 25 0 1 0 770086952 40955904 5428 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 9999 5428 252 24 0 6633 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39996

[startup+12.7005 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9015
/proc/meminfo: memFree=4107432/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=47328 CPUtime=12.69 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 16302 0 0 0 1267 2 0 0 25 0 1 0 770086952 48463872 8629 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 11832 8629 252 24 0 8466 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47328

[startup+25.5002 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9015
/proc/meminfo: memFree=4039928/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=96356 CPUtime=25.49 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 26172 0 0 0 2545 4 0 0 25 0 1 0 770086952 98668544 18226 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 24089 18226 252 24 0 20723 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96356

[startup+51.1006 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 9016
/proc/meminfo: memFree=4017996/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=74848 CPUtime=51.09 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 28224 0 0 0 5104 5 0 0 25 0 1 0 770086952 76644352 14906 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 18712 14906 252 24 0 15346 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74848

[startup+102.319 s]
/proc/loadavg: 2.15 2.04 2.01 3/525 9017
/proc/meminfo: memFree=3953996/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=105196 CPUtime=102.31 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 29930 0 0 0 10226 5 0 0 25 0 1 0 770086952 107720704 16561 33554432000 4194304 4291949 140734274597408 18446744073709551615 4263536 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 26299 16561 252 24 0 22933 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 105196

[startup+162.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/525 9019
/proc/meminfo: memFree=3853172/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=105196 CPUtime=162.29 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 45817 0 0 0 16222 7 0 0 25 0 1 0 770086952 107720704 23123 33554432000 4194304 4291949 140734274597408 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 26299 23123 252 24 0 22933 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105196

[startup+222.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/525 9021
/proc/meminfo: memFree=3761364/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=105812 CPUtime=222.3 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 45818 0 0 0 22223 7 0 0 25 0 1 0 770086952 108351488 23124 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 26453 23124 252 24 0 23087 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 105812

[startup+282.301 s]
/proc/loadavg: 2.16 2.07 2.01 3/525 9022
/proc/meminfo: memFree=3692352/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=105812 CPUtime=282.3 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 45819 0 0 0 28223 7 0 0 25 0 1 0 770086952 108351488 23125 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 26453 23125 252 24 0 23087 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 105812

[startup+342.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/525 9024
/proc/meminfo: memFree=3625680/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=105812 CPUtime=342.3 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 45820 0 0 0 34223 7 0 0 25 0 1 0 770086952 108351488 23126 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 26453 23126 252 24 0 23087 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 105812

[startup+402.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/525 9025
/proc/meminfo: memFree=3507612/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=185952 CPUtime=402.3 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 71189 0 0 0 40219 11 0 0 25 0 1 0 770086952 190414848 38215 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 46488 38215 252 24 0 43122 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 185952

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 9027
/proc/meminfo: memFree=3412360/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=127752 CPUtime=462.3 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 77721 0 0 0 46217 13 0 0 25 0 1 0 770086952 130818048 27650 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 31938 27650 252 24 0 28572 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 127752

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9029
/proc/meminfo: memFree=3216392/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=177072 CPUtime=522.3 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 86631 0 0 0 52216 14 0 0 25 0 1 0 770086952 181321728 36492 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 44268 36492 252 24 0 40902 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 177072

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9030
/proc/meminfo: memFree=3177948/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=127752 CPUtime=582.31 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 87292 0 0 0 58216 15 0 0 25 0 1 0 770086952 130818048 28763 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 31938 28763 252 24 0 28572 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 127752

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.10 2.06 2.02 3/525 9190
/proc/meminfo: memFree=12069572/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=288184 CPUtime=4062.42 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 844443 0 0 0 406079 163 0 0 25 0 1 0 770086952 295100416 67616 33554432000 4194304 4291949 140734274597408 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 72046 67616 252 24 0 68680 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 288184

[startup+4122.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/525 9192
/proc/meminfo: memFree=12053920/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=288184 CPUtime=4122.41 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 856697 0 0 0 412075 166 0 0 25 0 1 0 770086952 295100416 68593 33554432000 4194304 4291949 140734274597408 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 72046 68593 252 24 0 68680 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 288184

[startup+4182.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/525 9193
/proc/meminfo: memFree=12086748/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=238864 CPUtime=4182.41 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 858732 0 0 0 418074 167 0 0 25 0 1 0 770086952 244596736 56541 33554432000 4194304 4291949 140734274597408 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 59716 56541 252 24 0 56350 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 238864

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9195
/proc/meminfo: memFree=12075428/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=238864 CPUtime=4242.41 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 869076 0 0 0 424072 169 0 0 25 0 1 0 770086952 244596736 56541 33554432000 4194304 4291949 140734274597408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 59716 56541 252 24 0 56350 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 238864

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9196
/proc/meminfo: memFree=12022320/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=288184 CPUtime=4302.41 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 879272 0 0 0 430070 171 0 0 25 0 1 0 770086952 295100416 66639 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 72046 66639 252 24 0 68680 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 288184

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 9198
/proc/meminfo: memFree=11988056/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=319004 CPUtime=4362.42 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 895805 0 0 0 436067 175 0 0 25 0 1 0 770086952 326660096 72185 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 79751 72185 252 24 0 76385 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 319004

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 9200
/proc/meminfo: memFree=11928620/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=369092 CPUtime=4422.42 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 925559 0 0 0 442062 180 0 0 25 0 1 0 770086952 377950208 83191 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 92273 83191 252 24 0 88907 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 369092

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 9201
/proc/meminfo: memFree=11985992/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=288184 CPUtime=4482.41 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 950540 0 0 0 448055 186 0 0 25 0 1 0 770086952 295100416 66040 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 72046 66040 252 24 0 68680 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 288184

[startup+4542.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/525 9203
/proc/meminfo: memFree=12015220/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=260280 CPUtime=4542.42 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 961390 0 0 0 454053 189 0 0 25 0 1 0 770086952 266526720 56613 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 65070 56613 252 24 0 61704 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 260280

[startup+4602.3 s]
/proc/loadavg: 2.14 2.06 2.02 3/525 9204
/proc/meminfo: memFree=11985184/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=272080 CPUtime=4602.43 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 978098 0 0 0 460051 192 0 0 25 0 1 0 770086952 278609920 62132 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 68020 62132 252 24 0 64654 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 272080

[startup+4662.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/525 9206
/proc/meminfo: memFree=11923400/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=321400 CPUtime=4662.42 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 992203 0 0 0 466047 195 0 0 25 0 1 0 770086952 329113600 76037 33554432000 4194304 4291949 140734274597408 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 80350 76037 252 24 0 76984 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 321400

[startup+4722.32 s]
/proc/loadavg: 2.02 2.04 2.01 3/525 9208
/proc/meminfo: memFree=11955860/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=272080 CPUtime=4722.45 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 995938 0 0 0 472047 198 0 0 25 0 1 0 770086952 278609920 64844 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255716 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 68020 64844 252 24 0 64654 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 272080

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 9209
/proc/meminfo: memFree=11904868/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=321400 CPUtime=4782.43 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 1007859 0 0 0 478043 200 0 0 25 0 1 0 770086952 329113600 76576 33554432000 4194304 4291949 140734274597408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 80350 76576 252 24 0 76984 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 321400

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9211
/proc/meminfo: memFree=11911152/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=321400 CPUtime=4842.43 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 1017218 0 0 0 484041 202 0 0 25 0 1 0 770086952 329113600 72970 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 80350 72970 252 24 0 76984 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 321400

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 9212
/proc/meminfo: memFree=11905788/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=321400 CPUtime=4902.43 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 1027728 0 0 0 490039 204 0 0 25 0 1 0 770086952 329113600 72804 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 80350 72804 252 24 0 76984 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 321400

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 9214
/proc/meminfo: memFree=11870528/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=352220 CPUtime=4962.43 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 1035031 0 0 0 496035 208 0 0 25 0 1 0 770086952 360673280 79979 33554432000 4194304 4291949 140734274597408 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 88055 79979 252 24 0 84689 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 352220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 9215
/proc/meminfo: memFree=11926176/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=272080 CPUtime=5000.04 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 1036490 0 0 0 499795 209 0 0 25 0 1 0 770086952 278609920 64844 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 68020 64844 252 24 0 64654 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 272080

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/525 9215
/proc/meminfo: memFree=11926176/32951124 swapFree=59247644/67111528
[pid=9014] ppid=9012 vsize=272080 CPUtime=5000.04 cores=1,3,5,7
/proc/9014/stat : 9014 (RestartSAT) R 9012 9014 8723 0 -1 4202496 1036490 0 0 0 499795 209 0 0 25 0 1 0 770086952 278609920 64844 33554432000 4194304 4291949 140734274597408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9014/statm: 68020 64844 252 24 0 64654 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 272080

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4997.97
CPU system time (s): 2.10668
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 450480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.97
system time used= 2.10668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1036490
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 5842

runsolver used 24.3423 second user time and 61.9346 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-28 14:14:52
IDJOB=3420081
IDBENCH=83413
IDSOLVER=1911
FILE ID=node137/3420081-1306584892
RUNJOBID= node137-1306579391-8742
PBS_JOBID= 13471543
Free space on /tmp= 72952 MiB

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

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

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
RANDOM SEED=39418264

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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:       4179140 kB
Buffers:        369816 kB
Cached:        9025360 kB
SwapCached:      17768 kB
Active:       20005632 kB
Inactive:      8448960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4179140 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:            3528 kB
Writeback:           0 kB
AnonPages:    19051116 kB
Mapped:          30088 kB
Slab:           155880 kB
PageTables:      91584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 173577748 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= 73004 MiB
End job on node137 at 2011-05-28 15:38:14