Trace number 3422482

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
minisat hack: contrasat 2011-03-02? (TO) 5000.08 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-3422482-1306668670/watcher-3422482-1306668670 -o /tmp/evaluation-result-3422482-1306668670/solver-3422482-1306668670 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422482-1306668670.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.91 2.03 2.00 3/521 27568
/proc/meminfo: memFree=7980596/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=21648 CPUtime=0.01 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 1525 0 0 0 1 0 0 0 25 0 1 0 759282456 22167552 1390 33554432000 4194304 4298156 140737139589936 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 5412 1391 216 26 0 2044 0

[startup+0.10797 s]
/proc/loadavg: 1.91 2.03 2.00 3/521 27568
/proc/meminfo: memFree=7980596/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=25828 CPUtime=0.1 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3616 0 0 0 10 0 0 0 25 0 1 0 759282456 26447872 3068 33554432000 4194304 4298156 140737139589936 18446744073709551615 4227888 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 6457 3068 222 26 0 3089 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 25828

[startup+0.200952 s]
/proc/loadavg: 1.91 2.03 2.00 3/521 27568
/proc/meminfo: memFree=7980596/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=26680 CPUtime=0.19 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3950 0 0 0 19 0 0 0 25 0 1 0 759282456 27320320 3374 33554432000 4194304 4298156 140737139589936 18446744073709551615 4234027 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 6670 3374 222 26 0 3302 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26680

[startup+0.300938 s]
/proc/loadavg: 1.91 2.03 2.00 3/521 27568
/proc/meminfo: memFree=7980596/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=25964 CPUtime=0.29 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 4991 0 0 0 29 0 0 0 25 0 1 0 759282456 26587136 3039 33554432000 4194304 4298156 140737139589936 18446744073709551615 228098910512 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 6491 3039 242 26 0 3123 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25964

[startup+0.700871 s]
/proc/loadavg: 1.91 2.03 2.00 3/521 27568
/proc/meminfo: memFree=7980596/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=28872 CPUtime=0.69 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 5592 0 0 0 69 0 0 0 25 0 1 0 759282456 29564928 3545 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 7218 3545 242 26 0 3850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28872

[startup+1.50069 s]
/proc/loadavg: 1.91 2.03 2.00 3/522 27569
/proc/meminfo: memFree=7960632/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=29120 CPUtime=1.49 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 9762 0 0 0 148 1 0 0 25 0 1 0 759282456 29818880 3832 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 7280 3832 242 26 0 3912 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29120

[startup+3.10042 s]
/proc/loadavg: 1.91 2.03 2.00 3/522 27569
/proc/meminfo: memFree=7946004/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=48072 CPUtime=3.09 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 16920 0 0 0 307 2 0 0 25 0 1 0 759282456 49225728 8081 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256794 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 12018 8081 242 26 0 8650 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48072

[startup+6.30084 s]
/proc/loadavg: 1.92 2.02 2.00 3/522 27570
/proc/meminfo: memFree=7931872/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=52492 CPUtime=6.29 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 18954 0 0 0 627 2 0 0 25 0 1 0 759282456 53751808 9839 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 13123 9839 242 26 0 9755 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52492

[startup+12.7007 s]
/proc/loadavg: 1.93 2.02 2.00 3/522 27570
/proc/meminfo: memFree=7909248/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=48184 CPUtime=12.69 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 24906 0 0 0 1266 3 0 0 25 0 1 0 759282456 49340416 7205 33554432000 4194304 4298156 140737139589936 18446744073709551615 4261203 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 12046 7205 242 26 0 8678 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48184

[startup+25.5013 s]
/proc/loadavg: 1.94 2.02 2.00 3/522 27570
/proc/meminfo: memFree=7899332/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=68092 CPUtime=25.49 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 41699 0 0 0 2544 5 0 0 25 0 1 0 759282456 69726208 13492 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256780 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 17023 13492 242 26 0 13655 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68092

[startup+51.1006 s]
/proc/loadavg: 1.96 2.02 2.00 3/522 27571
/proc/meminfo: memFree=7859372/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=98440 CPUtime=51.09 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 54178 0 0 0 5102 7 0 0 25 0 1 0 759282456 100802560 20143 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 24610 20143 242 26 0 21242 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98440

[startup+102.301 s]
/proc/loadavg: 1.98 2.02 2.00 3/522 27572
/proc/meminfo: memFree=7817564/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=128236 CPUtime=102.31 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 63551 0 0 0 10222 9 0 0 25 0 1 0 759282456 131313664 28435 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 32059 28435 242 26 0 28691 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 128236

[startup+162.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/522 27574
/proc/meminfo: memFree=7808988/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=128236 CPUtime=162.3 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 63915 0 0 0 16221 9 0 0 25 0 1 0 759282456 131313664 28788 33554432000 4194304 4298156 140737139589936 18446744073709551615 4265437 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 32059 28788 242 26 0 28691 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 128236

[startup+222.32 s]
/proc/loadavg: 1.99 2.00 2.00 3/522 27575
/proc/meminfo: memFree=7758872/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=178184 CPUtime=222.32 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 140917 0 0 0 22214 18 0 0 25 0 1 0 759282456 182460416 38374 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 44546 38374 242 26 0 41178 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 178184

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/522 27577
/proc/meminfo: memFree=7795676/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=128864 CPUtime=282.3 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 214039 0 0 0 28204 26 0 0 25 0 1 0 759282456 131956736 29030 33554432000 4194304 4298156 140737139589936 18446744073709551615 4253752 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 32216 29030 242 26 0 28848 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 128864

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/522 27579
/proc/meminfo: memFree=7742204/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=178184 CPUtime=342.3 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 292055 0 0 0 34193 37 0 0 25 0 1 0 759282456 182460416 37703 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 44546 37703 242 26 0 41178 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 178184

[startup+402.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/522 27580
/proc/meminfo: memFree=7743308/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=178184 CPUtime=402.3 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 405383 0 0 0 40181 49 0 0 25 0 1 0 759282456 182460416 37632 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 44546 37632 242 26 0 41178 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 178184

[startup+462.3 s]
/proc/loadavg: 2.20 2.06 2.01 3/522 27582
/proc/meminfo: memFree=7735352/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=178184 CPUtime=462.3 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 478883 0 0 0 46171 59 0 0 25 0 1 0 759282456 182460416 39742 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 44546 39742 242 26 0 41178 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 178184

[startup+522.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/522 27583
/proc/meminfo: memFree=7739544/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=178184 CPUtime=522.31 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 542130 0 0 0 52163 68 0 0 25 0 1 0 759282456 182460416 38829 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256736 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 44546 38829 242 26 0 41178 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 178184

[startup+582.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/522 27585
/proc/meminfo: memFree=7742992/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=178184 CPUtime=582.3 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 609768 0 0 0 58151 79 0 0 25 0 1 0 759282456 182460416 37730 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 44546 37730 242 26 0 41178 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 178184

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/522 27699
/proc/meminfo: memFree=7629448/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=222116 CPUtime=4002.41 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3153200 0 0 0 399769 472 0 0 25 0 1 0 759282456 227446784 50785 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 55529 50785 242 26 0 52161 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 222116

[startup+4062.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/522 27701
/proc/meminfo: memFree=7656340/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=223428 CPUtime=4062.44 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3178173 0 0 0 405767 477 0 0 25 0 1 0 759282456 228790272 48942 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 55857 48942 242 26 0 52489 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 223428

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 27702
/proc/meminfo: memFree=7650864/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=223428 CPUtime=4122.42 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3203580 0 0 0 411762 480 0 0 25 0 1 0 759282456 228790272 49746 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 55857 49746 242 26 0 52489 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 223428

[startup+4182.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 27704
/proc/meminfo: memFree=7628156/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=273516 CPUtime=4182.44 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3209230 0 0 0 417761 483 0 0 25 0 1 0 759282456 280080384 55149 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 68379 55149 242 26 0 65011 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 273516

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 27707
/proc/meminfo: memFree=7640036/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=273652 CPUtime=4242.42 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3234120 0 0 0 423755 487 0 0 25 0 1 0 759282456 280219648 52563 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 68413 52563 242 26 0 65045 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 273652

[startup+4302.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/522 27708
/proc/meminfo: memFree=7620916/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=273792 CPUtime=4302.42 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3238842 0 0 0 429753 489 0 0 25 0 1 0 759282456 280363008 57066 33554432000 4194304 4298156 140737139589936 18446744073709551615 4272268 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 68448 57066 242 26 0 65080 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 273792

[startup+4362.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/522 27710
/proc/meminfo: memFree=7641728/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=223840 CPUtime=4362.43 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3261324 0 0 0 435750 493 0 0 25 0 1 0 759282456 229212160 52167 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256480 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 55960 52167 242 26 0 52592 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 223840

[startup+4422.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/522 27711
/proc/meminfo: memFree=7620008/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=274200 CPUtime=4422.43 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3264224 0 0 0 441749 494 0 0 25 0 1 0 759282456 280780800 54973 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256578 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 68550 54973 242 26 0 65182 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 274200

[startup+4482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 27713
/proc/meminfo: memFree=7606956/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=274476 CPUtime=4482.43 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3267615 0 0 0 447747 496 0 0 25 0 1 0 759282456 281063424 58248 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 68619 58248 242 26 0 65251 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 274476

[startup+4542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 27715
/proc/meminfo: memFree=7598008/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=274888 CPUtime=4542.44 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3269708 0 0 0 453747 497 0 0 25 0 1 0 759282456 281485312 60285 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 68722 60285 242 26 0 65354 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 274888

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 27716
/proc/meminfo: memFree=7637420/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=226468 CPUtime=4602.44 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3342916 0 0 0 459737 507 0 0 25 0 1 0 759282456 231903232 51072 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 56617 51072 242 26 0 53249 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 226468

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 27718
/proc/meminfo: memFree=7622392/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=276556 CPUtime=4662.43 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3347283 0 0 0 465735 508 0 0 25 0 1 0 759282456 283193344 55229 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256998 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 69139 55229 242 26 0 65771 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 276556

[startup+4722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 27719
/proc/meminfo: memFree=7630424/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=226600 CPUtime=4722.45 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3370132 0 0 0 471734 511 0 0 25 0 1 0 759282456 232038400 51736 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 56650 51736 242 26 0 53282 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 226600

[startup+4782.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/522 27721
/proc/meminfo: memFree=7633992/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=276688 CPUtime=4782.44 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3372253 0 0 0 477732 512 0 0 25 0 1 0 759282456 283328512 53794 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256304 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 69172 53794 242 26 0 65804 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 276688

[startup+4842.32 s]
/proc/loadavg: 2.17 2.06 2.02 3/522 27723
/proc/meminfo: memFree=7624040/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=276688 CPUtime=4842.46 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3373747 0 0 0 483733 513 0 0 25 0 1 0 759282456 283328512 55261 33554432000 4194304 4298156 140737139589936 18446744073709551615 4261489 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 69172 55261 242 26 0 65804 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 276688

[startup+4902.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/522 27724
/proc/meminfo: memFree=7653532/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=276984 CPUtime=4902.44 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3375313 0 0 0 489731 513 0 0 25 0 1 0 759282456 283631616 56808 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 69246 56808 242 26 0 65878 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 276984

[startup+4962.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/522 27726
/proc/meminfo: memFree=7614820/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=277292 CPUtime=4962.44 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3376929 0 0 0 495729 515 0 0 25 0 1 0 759282456 283947008 58393 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 69323 58393 242 26 0 65955 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 277292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.04 2.00 2/520 27728
/proc/meminfo: memFree=7744272/32951124 swapFree=65066528/67111528
[pid=27568] ppid=27566 vsize=277452 CPUtime=5000.07 cores=0,2,4,6
/proc/27568/stat : 27568 (contrasat_relea) R 27566 27568 27096 0 -1 4202496 3378001 0 0 0 499491 516 0 0 25 0 1 0 759282456 284110848 59432 33554432000 4194304 4298156 140737139589936 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/27568/statm: 69363 59432 242 26 0 65995 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 277452

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.93
CPU time (s): 5000.08
CPU user time (s): 4994.91
CPU system time (s): 5.17221
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 482924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4994.91
system time used= 5.17221
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3378001
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2962

runsolver used 27.6298 second user time and 58.7021 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-29 13:31:10
IDJOB=3422482
IDBENCH=83413
IDSOLVER=1915
FILE ID=node142/3422482-1306668670
RUNJOBID= node142-1306658664-27115
PBS_JOBID= 13471755
Free space on /tmp= 73556 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_10_keyfind_1.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422482-1306668670/watcher-3422482-1306668670 -o /tmp/evaluation-result-3422482-1306668670/solver-3422482-1306668670 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422482-1306668670.cnf

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

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
RANDOM SEED=686319800

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7980752 kB
Buffers:        291236 kB
Cached:        7650172 kB
SwapCached:      20520 kB
Active:       12260596 kB
Inactive:     12375480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7980752 kB
SwapTotal:    67111528 kB
SwapFree:     65066528 kB
Dirty:            4292 kB
Writeback:           0 kB
AnonPages:    16682660 kB
Mapped:          33644 kB
Slab:           190076 kB
PageTables:      74664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145413588 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= 73556 MiB
End job on node142 at 2011-05-29 14:54:32