Trace number 3420097

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.11 4999.92

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
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 variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
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-3420097-1306585217/watcher-3420097-1306585217 -o /tmp/evaluation-result-3420097-1306585217/solver-3420097-1306585217 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420097-1306585217.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/481 3157
/proc/meminfo: memFree=11694480/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=15236 CPUtime=0 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 502 0 0 0 0 0 0 0 25 0 1 0 770121413 15601664 411 33554432000 4194304 4291949 140733854854864 18446744073709551615 208083690474 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 3809 411 249 24 0 443 0

[startup+0.115896 s]
/proc/loadavg: 2.00 2.02 2.00 2/481 3157
/proc/meminfo: memFree=11694480/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=15676 CPUtime=0.11 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 648 0 0 0 11 0 0 0 25 0 1 0 770121413 16052224 544 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 3919 544 249 24 0 553 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676

[startup+0.200881 s]
/proc/loadavg: 2.00 2.02 2.00 2/481 3157
/proc/meminfo: memFree=11694480/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=15820 CPUtime=0.19 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 692 0 0 0 19 0 0 0 25 0 1 0 770121413 16199680 586 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 3955 586 249 24 0 589 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15820

[startup+0.300861 s]
/proc/loadavg: 2.00 2.02 2.00 2/481 3157
/proc/meminfo: memFree=11694480/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=15820 CPUtime=0.29 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 694 0 0 0 29 0 0 0 25 0 1 0 770121413 16199680 588 33554432000 4194304 4291949 140733854854864 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 3955 588 249 24 0 589 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15820

[startup+0.700784 s]
/proc/loadavg: 2.00 2.02 2.00 2/481 3157
/proc/meminfo: memFree=11694480/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=16296 CPUtime=0.69 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 711 0 0 0 69 0 0 0 25 0 1 0 770121413 16687104 605 33554432000 4194304 4291949 140733854854864 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 4074 605 249 24 0 708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16296

[startup+1.50063 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3158
/proc/meminfo: memFree=11691876/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=16296 CPUtime=1.49 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 794 0 0 0 149 0 0 0 25 0 1 0 770121413 16687104 685 33554432000 4194304 4291949 140733854854864 18446744073709551615 4262273 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 4074 685 249 24 0 708 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16296

[startup+3.10033 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3158
/proc/meminfo: memFree=11690680/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=16800 CPUtime=3.09 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 878 0 0 0 309 0 0 0 25 0 1 0 770121413 17203200 764 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255776 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 4200 764 249 24 0 834 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16800

[startup+6.30072 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3159
/proc/meminfo: memFree=11689932/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=17184 CPUtime=6.29 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 1039 0 0 0 629 0 0 0 25 0 1 0 770121413 17596416 913 33554432000 4194304 4291949 140733854854864 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 4296 913 249 24 0 930 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17184

[startup+12.7005 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3159
/proc/meminfo: memFree=11689084/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=18316 CPUtime=12.69 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 1194 0 0 0 1269 0 0 0 25 0 1 0 770121413 18755584 1061 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 4579 1061 249 24 0 1213 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18316

[startup+25.5011 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 3159
/proc/meminfo: memFree=11686976/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=19328 CPUtime=25.49 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 1549 0 0 0 2549 0 0 0 25 0 1 0 770121413 19791872 1401 33554432000 4194304 4291949 140733854854864 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 4832 1401 249 24 0 1466 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19328

[startup+51.1002 s]
/proc/loadavg: 2.15 2.04 2.01 3/482 3160
/proc/meminfo: memFree=11686092/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=20040 CPUtime=51.09 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 1750 0 0 0 5109 0 0 0 25 0 1 0 770121413 20520960 1593 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 5010 1593 249 24 0 1644 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20040

[startup+102.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/482 3161
/proc/meminfo: memFree=11682716/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=23284 CPUtime=102.3 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 2378 0 0 0 10230 0 0 0 25 0 1 0 770121413 23842816 2191 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 5821 2191 249 24 0 2455 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23284

[startup+162.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/482 3164
/proc/meminfo: memFree=11682288/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=23284 CPUtime=162.3 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 2443 0 0 0 16230 0 0 0 25 0 1 0 770121413 23842816 2255 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 5821 2255 249 24 0 2455 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 23284

[startup+222.318 s]
/proc/loadavg: 2.12 2.06 2.01 3/482 3165
/proc/meminfo: memFree=11681620/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=23284 CPUtime=222.32 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 2642 0 0 0 22232 0 0 0 25 0 1 0 770121413 23842816 2442 33554432000 4194304 4291949 140733854854864 18446744073709551615 4261692 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 5821 2442 249 24 0 2455 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 23284

[startup+282.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/482 3167
/proc/meminfo: memFree=11650196/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=25048 CPUtime=282.3 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 2742 0 0 0 28230 0 0 0 25 0 1 0 770121413 25649152 2538 33554432000 4194304 4291949 140733854854864 18446744073709551615 4262175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 6262 2538 249 24 0 2896 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 25048

[startup+342.301 s]
/proc/loadavg: 2.03 2.05 2.00 3/482 3169
/proc/meminfo: memFree=11681404/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=25048 CPUtime=342.3 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 2775 0 0 0 34230 0 0 0 25 0 1 0 770121413 25649152 2570 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255554 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 6262 2570 249 24 0 2896 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 25048

[startup+402.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/482 3170
/proc/meminfo: memFree=11679984/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=25048 CPUtime=402.31 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 3037 0 0 0 40231 0 0 0 25 0 1 0 770121413 25649152 2826 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 6262 2826 249 24 0 2896 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 25048

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/482 3172
/proc/meminfo: memFree=11679940/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=26772 CPUtime=462.31 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 3171 0 0 0 46231 0 0 0 25 0 1 0 770121413 27414528 2957 33554432000 4194304 4291949 140733854854864 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 6693 2957 249 24 0 3327 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 26772

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3173
/proc/meminfo: memFree=11678888/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=26772 CPUtime=522.31 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 3216 0 0 0 52231 0 0 0 25 0 1 0 770121413 27414528 3001 33554432000 4194304 4291949 140733854854864 18446744073709551615 4250380 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 6693 3001 249 24 0 3327 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 26772

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3175
/proc/meminfo: memFree=11672764/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=26772 CPUtime=582.31 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 3526 0 0 0 58231 0 0 0 25 0 1 0 770121413 27414528 3298 33554432000 4194304 4291949 140733854854864 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 6693 3298 249 24 0 3327 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 26772

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 3293
/proc/meminfo: memFree=11550264/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=46556 CPUtime=4002.44 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 8495 0 0 0 400244 0 0 0 25 0 1 0 770121413 47673344 8112 33554432000 4194304 4291949 140733854854864 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 11639 8112 249 24 0 8273 0
Current children cumulated CPU time (s) 4002.44
Current children cumulated vsize (KiB) 46556

[startup+4062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3296
/proc/meminfo: memFree=11508180/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=46556 CPUtime=4062.45 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 8498 0 0 0 406245 0 0 0 25 0 1 0 770121413 47673344 8115 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 11639 8115 249 24 0 8273 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 46556

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 3297
/proc/meminfo: memFree=11550292/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=46556 CPUtime=4122.44 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 8498 0 0 0 412244 0 0 0 25 0 1 0 770121413 47673344 8115 33554432000 4194304 4291949 140733854854864 18446744073709551615 4263157 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 11639 8115 249 24 0 8273 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 46556

[startup+4182.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 3300
/proc/meminfo: memFree=11550008/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=46556 CPUtime=4182.46 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 8516 0 0 0 418246 0 0 0 25 0 1 0 770121413 47673344 8133 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 11639 8133 249 24 0 8273 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 46556

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 3302
/proc/meminfo: memFree=11504704/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=46556 CPUtime=4242.45 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 8562 0 0 0 424245 0 0 0 25 0 1 0 770121413 47673344 8178 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 11639 8178 249 24 0 8273 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 46556

[startup+4302.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/482 3303
/proc/meminfo: memFree=11551160/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=46556 CPUtime=4302.45 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 8562 0 0 0 430245 0 0 0 25 0 1 0 770121413 47673344 8178 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 11639 8178 249 24 0 8273 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 46556

[startup+4362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/482 3305
/proc/meminfo: memFree=11510448/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=4362.46 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9004 0 0 0 436245 1 0 0 25 0 1 0 770121413 49389568 8606 33554432000 4194304 4291949 140733854854864 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8606 249 24 0 8692 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 48232

[startup+4422.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/482 3334
/proc/meminfo: memFree=11680492/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=4422.46 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9004 0 0 0 442245 1 0 0 25 0 1 0 770121413 49389568 8606 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8606 249 24 0 8692 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 48232

[startup+4482.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/482 3336
/proc/meminfo: memFree=11669292/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=4482.47 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9004 0 0 0 448246 1 0 0 25 0 1 0 770121413 49389568 8606 33554432000 4194304 4291949 140733854854864 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8606 249 24 0 8692 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 48232

[startup+4542.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/482 3338
/proc/meminfo: memFree=11696032/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=4542.47 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9004 0 0 0 454246 1 0 0 25 0 1 0 770121413 49389568 8606 33554432000 4194304 4291949 140733854854864 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8606 249 24 0 8692 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 48232

[startup+4602.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/482 3339
/proc/meminfo: memFree=11650240/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=4602.47 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9004 0 0 0 460246 1 0 0 25 0 1 0 770121413 49389568 8606 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8606 249 24 0 8692 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 48232

[startup+4662.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/482 3341
/proc/meminfo: memFree=11617956/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=4662.47 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9013 0 0 0 466246 1 0 0 25 0 1 0 770121413 49389568 8615 33554432000 4194304 4291949 140733854854864 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8615 249 24 0 8692 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 48232

[startup+4722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/482 3342
/proc/meminfo: memFree=11656244/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=4722.48 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9016 0 0 0 472247 1 0 0 25 0 1 0 770121413 49389568 8618 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255949 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8618 249 24 0 8692 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 48232

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3344
/proc/meminfo: memFree=11624452/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=4782.48 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9016 0 0 0 478247 1 0 0 25 0 1 0 770121413 49389568 8618 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8618 249 24 0 8692 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 48232

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 3346
/proc/meminfo: memFree=11595896/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=4842.5 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9016 0 0 0 484249 1 0 0 25 0 1 0 770121413 49389568 8618 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8618 249 24 0 8692 0
Current children cumulated CPU time (s) 4842.5
Current children cumulated vsize (KiB) 48232

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 3347
/proc/meminfo: memFree=11688112/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=4902.48 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9017 0 0 0 490247 1 0 0 25 0 1 0 770121413 49389568 8619 33554432000 4194304 4291949 140733854854864 18446744073709551615 4256579 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8619 249 24 0 8692 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 48232

[startup+4962.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/482 3349
/proc/meminfo: memFree=11643068/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=4962.49 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9018 0 0 0 496248 1 0 0 25 0 1 0 770121413 49389568 8620 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8620 249 24 0 8692 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 48232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.04 2.01 3/482 3351
/proc/meminfo: memFree=11625556/32950928 swapFree=51884240/67111528
[pid=3157] ppid=3155 vsize=48232 CPUtime=5000.09 cores=1,3,5,7
/proc/3157/stat : 3157 (RestartSAT) R 3155 3157 2542 0 -1 4202496 9018 0 0 0 500008 1 0 0 25 0 1 0 770121413 49389568 8620 33554432000 4194304 4291949 140733854854864 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3157/statm: 12058 8620 249 24 0 8692 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 48232

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): 4999.92
CPU time (s): 5000.11
CPU user time (s): 5000.1
CPU system time (s): 0.011998
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 48232

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

runsolver used 22.4126 second user time and 53.6548 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-28 14:20:17
IDJOB=3420097
IDBENCH=83431
IDSOLVER=1911
FILE ID=node127/3420097-1306585217
RUNJOBID= node127-1306579393-2563
PBS_JOBID= 13471553
Free space on /tmp= 73712 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_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-3420097-1306585217/watcher-3420097-1306585217 -o /tmp/evaluation-result-3420097-1306585217/solver-3420097-1306585217 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420097-1306585217.cnf

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=1820249502

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.83
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.823
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.823
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.86
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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.60
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.823
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:      11694636 kB
Buffers:        264492 kB
Cached:        4340200 kB
SwapCached:      55132 kB
Active:        4049688 kB
Inactive:     16929720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11694636 kB
SwapTotal:    67111528 kB
SwapFree:     51884240 kB
Dirty:             428 kB
Writeback:           0 kB
AnonPages:    16325924 kB
Mapped:          28956 kB
Slab:           112628 kB
PageTables:      95000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119849748 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= 73712 MiB
End job on node127 at 2011-05-28 15:43:39