Trace number 3420095

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.03 5000.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7602.69
Satisfiable
(Un)Satisfiability was proved
Number of variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
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-3420095-1306585100/watcher-3420095-1306585100 -o /tmp/evaluation-result-3420095-1306585100/solver-3420095-1306585100 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420095-1306585100.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: 1.92 2.00 1.99 2/464 24618
/proc/meminfo: memFree=9816068/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=15356 CPUtime=0 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 545 0 0 0 0 0 0 0 25 0 1 0 770109848 15724544 444 33554432000 4194304 4291949 140735001093248 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 3839 444 249 24 0 473 0

[startup+0.0508091 s]
/proc/loadavg: 1.92 2.00 1.99 2/464 24618
/proc/meminfo: memFree=9816068/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=15648 CPUtime=0.04 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 584 0 0 0 4 0 0 0 25 0 1 0 770109848 16023552 482 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 3912 482 249 24 0 546 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15648

[startup+0.100813 s]
/proc/loadavg: 1.92 2.00 1.99 2/464 24618
/proc/meminfo: memFree=9816068/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=16272 CPUtime=0.09 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 672 0 0 0 9 0 0 0 25 0 1 0 770109848 16662528 562 33554432000 4194304 4291949 140735001093248 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 4068 562 249 24 0 702 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16272

[startup+0.300765 s]
/proc/loadavg: 1.92 2.00 1.99 2/464 24618
/proc/meminfo: memFree=9816068/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=16272 CPUtime=0.29 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 788 0 0 0 29 0 0 0 25 0 1 0 770109848 16662528 674 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 4068 674 249 24 0 702 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16272

[startup+0.700757 s]
/proc/loadavg: 1.92 2.00 1.99 2/464 24618
/proc/meminfo: memFree=9816068/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=16272 CPUtime=0.69 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 816 0 0 0 69 0 0 0 25 0 1 0 770109848 16662528 702 33554432000 4194304 4291949 140735001093248 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 4068 702 249 24 0 702 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16272

[startup+1.50062 s]
/proc/loadavg: 1.93 2.00 1.99 3/465 24619
/proc/meminfo: memFree=9813880/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=16792 CPUtime=1.49 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 898 0 0 0 149 0 0 0 25 0 1 0 770109848 17195008 778 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 4198 778 249 24 0 832 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16792

[startup+3.10034 s]
/proc/loadavg: 1.93 2.00 1.99 3/465 24619
/proc/meminfo: memFree=9811660/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=16792 CPUtime=3.09 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 923 0 0 0 309 0 0 0 25 0 1 0 770109848 17195008 802 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 4198 802 249 24 0 832 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16792

[startup+6.3007 s]
/proc/loadavg: 1.93 2.00 1.99 3/465 24619
/proc/meminfo: memFree=9807088/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=17956 CPUtime=6.29 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 1176 0 0 0 629 0 0 0 25 0 1 0 770109848 18386944 1038 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 4489 1038 249 24 0 1123 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17956

[startup+12.7006 s]
/proc/loadavg: 1.94 2.00 1.99 3/465 24619
/proc/meminfo: memFree=9797320/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=19056 CPUtime=12.69 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 1334 0 0 0 1269 0 0 0 25 0 1 0 770109848 19513344 1187 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 4764 1187 249 24 0 1398 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19056

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 1.99 3/465 24620
/proc/meminfo: memFree=9782780/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=19688 CPUtime=25.49 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 1697 0 0 0 2549 0 0 0 25 0 1 0 770109848 20160512 1532 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 4922 1532 249 24 0 1556 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19688

[startup+51.1009 s]
/proc/loadavg: 2.04 2.02 2.00 3/465 24621
/proc/meminfo: memFree=9749376/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=21132 CPUtime=51.09 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 1870 0 0 0 5109 0 0 0 25 0 1 0 770109848 21639168 1700 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 5283 1700 249 24 0 1917 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21132

[startup+102.317 s]
/proc/loadavg: 2.10 2.03 2.01 3/465 24622
/proc/meminfo: memFree=9690948/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=22292 CPUtime=102.31 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 2373 0 0 0 10231 0 0 0 25 0 1 0 770109848 22827008 2176 33554432000 4194304 4291949 140735001093248 18446744073709551615 4251691 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 5573 2176 249 24 0 2207 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 22292

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/465 24623
/proc/meminfo: memFree=9559216/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=23324 CPUtime=162.29 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 2657 0 0 0 16229 0 0 0 25 0 1 0 770109848 23883776 2450 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 5831 2450 249 24 0 2465 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 23324

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/465 24625
/proc/meminfo: memFree=9483164/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=26744 CPUtime=222.28 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 2927 0 0 0 22228 0 0 0 25 0 1 0 770109848 27385856 2710 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 6686 2710 249 24 0 3320 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 26744

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 24627
/proc/meminfo: memFree=9414908/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=26744 CPUtime=282.28 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 2927 0 0 0 28228 0 0 0 25 0 1 0 770109848 27385856 2710 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 6686 2710 249 24 0 3320 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 26744

[startup+342.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/465 24628
/proc/meminfo: memFree=9286544/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=26744 CPUtime=342.28 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 3536 0 0 0 34228 0 0 0 25 0 1 0 770109848 27385856 3303 33554432000 4194304 4291949 140735001093248 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 6686 3303 249 24 0 3320 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 26744

[startup+402.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/465 24630
/proc/meminfo: memFree=9121716/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=29448 CPUtime=402.29 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 3555 0 0 0 40229 0 0 0 25 0 1 0 770109848 30154752 3322 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 7362 3322 249 24 0 3996 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 29448

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 24631
/proc/meminfo: memFree=8947488/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=29448 CPUtime=462.29 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 3555 0 0 0 46229 0 0 0 25 0 1 0 770109848 30154752 3322 33554432000 4194304 4291949 140735001093248 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 7362 3322 249 24 0 3996 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 29448

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/465 24633
/proc/meminfo: memFree=8760816/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=29448 CPUtime=522.28 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 4044 0 0 0 52228 0 0 0 25 0 1 0 770109848 30154752 3795 33554432000 4194304 4291949 140735001093248 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 7362 3795 249 24 0 3996 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 29448

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 24635
/proc/meminfo: memFree=8595856/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=29448 CPUtime=582.28 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 4083 0 0 0 58228 0 0 0 25 0 1 0 770109848 30154752 3834 33554432000 4194304 4291949 140735001093248 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24618/statm: 7362 3834 249 24 0 3996 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 29448

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 24820
/proc/meminfo: memFree=13761340/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4002.28 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 7467 0 0 0 400227 1 0 0 25 0 1 0 770109848 45326336 7090 33554432000 4194304 4291949 140735001093248 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7090 249 24 0 7700 0
Current children cumulated CPU time (s) 4002.28
Current children cumulated vsize (KiB) 44264

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 24821
/proc/meminfo: memFree=13740480/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4062.3 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 7467 0 0 0 406229 1 0 0 25 0 1 0 770109848 45326336 7090 33554432000 4194304 4291949 140735001093248 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7090 249 24 0 7700 0
Current children cumulated CPU time (s) 4062.3
Current children cumulated vsize (KiB) 44264

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 24823
/proc/meminfo: memFree=13714280/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4122.28 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 7467 0 0 0 412227 1 0 0 25 0 1 0 770109848 45326336 7090 33554432000 4194304 4291949 140735001093248 18446744073709551615 248093156685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7090 249 24 0 7700 0
Current children cumulated CPU time (s) 4122.28
Current children cumulated vsize (KiB) 44264

[startup+4182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/465 24825
/proc/meminfo: memFree=13691560/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4182.28 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 7467 0 0 0 418227 1 0 0 25 0 1 0 770109848 45326336 7090 33554432000 4194304 4291949 140735001093248 18446744073709551615 4275976 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7090 249 24 0 7700 0
Current children cumulated CPU time (s) 4182.28
Current children cumulated vsize (KiB) 44264

[startup+4242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/465 24826
/proc/meminfo: memFree=13668468/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4242.28 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 7467 0 0 0 424227 1 0 0 25 0 1 0 770109848 45326336 7090 33554432000 4194304 4291949 140735001093248 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7090 249 24 0 7700 0
Current children cumulated CPU time (s) 4242.28
Current children cumulated vsize (KiB) 44264

[startup+4302.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/465 24828
/proc/meminfo: memFree=13632600/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4302.28 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 430227 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4302.28
Current children cumulated vsize (KiB) 44264

[startup+4362.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/465 24829
/proc/meminfo: memFree=13607020/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4362.28 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 436227 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255687 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4362.28
Current children cumulated vsize (KiB) 44264

[startup+4422.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/465 24831
/proc/meminfo: memFree=13545492/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4422.29 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 442228 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4422.29
Current children cumulated vsize (KiB) 44264

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/465 24833
/proc/meminfo: memFree=13500324/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4482.29 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 448228 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4482.29
Current children cumulated vsize (KiB) 44264

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 24834
/proc/meminfo: memFree=13469540/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4542.29 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 454228 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4270211 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4542.29
Current children cumulated vsize (KiB) 44264

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 24836
/proc/meminfo: memFree=13446916/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4602.3 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 460229 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4602.3
Current children cumulated vsize (KiB) 44264

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 24837
/proc/meminfo: memFree=13411420/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4662.29 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 466228 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4662.29
Current children cumulated vsize (KiB) 44264

[startup+4722.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 24839
/proc/meminfo: memFree=13344304/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4722.31 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 472230 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4722.31
Current children cumulated vsize (KiB) 44264

[startup+4782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/465 24841
/proc/meminfo: memFree=13277808/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4782.29 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 478228 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4256980 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4782.29
Current children cumulated vsize (KiB) 44264

[startup+4842.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/465 24842
/proc/meminfo: memFree=13244672/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4842.3 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 484229 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4842.3
Current children cumulated vsize (KiB) 44264

[startup+4902.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/465 24844
/proc/meminfo: memFree=13206448/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4902.3 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 490229 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4902.3
Current children cumulated vsize (KiB) 44264

[startup+4962.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/465 24845
/proc/meminfo: memFree=13167104/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=4962.3 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 496229 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4261880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 4962.3
Current children cumulated vsize (KiB) 44264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.02 2.02 2.00 3/465 24847
/proc/meminfo: memFree=13149352/32950928 swapFree=56743108/67111528
[pid=24618] ppid=24616 vsize=44264 CPUtime=5000.01 cores=1,3,5,7
/proc/24618/stat : 24618 (RestartSAT) R 24616 24618 24025 0 -1 4202496 8076 0 0 0 500000 1 0 0 25 0 1 0 770109848 45326336 7685 33554432000 4194304 4291949 140735001093248 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24618/statm: 11066 7685 249 24 0 7700 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 44264

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.03
CPU user time (s): 5000.01
CPU system time (s): 0.015997
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 44264

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

runsolver used 20.4849 second user time and 52.2741 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-28 14:18:21
IDJOB=3420095
IDBENCH=83430
IDSOLVER=1911
FILE ID=node123/3420095-1306585100
RUNJOBID= node123-1306579394-24044
PBS_JOBID= 13471557
Free space on /tmp= 73328 MiB

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

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=1692497508

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       9816340 kB
Buffers:        235728 kB
Cached:        4271184 kB
SwapCached:      18836 kB
Active:        8511700 kB
Inactive:     14352204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9816340 kB
SwapTotal:    67111528 kB
SwapFree:     56743108 kB
Dirty:             764 kB
Writeback:           0 kB
AnonPages:    18345864 kB
Mapped:          31776 kB
Slab:           112016 kB
PageTables:      88324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 140201608 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= 73292 MiB
End job on node123 at 2011-05-28 15:41:43