Trace number 3422481

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: EBMiniSAT 2011-03-02? (TO) 5000.06 4999.84

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-3422481-1306668722/watcher-3422481-1306668722 -o /tmp/evaluation-result-3422481-1306668722/solver-3422481-1306668722 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422481-1306668722.cnf -verb=0 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/517 9990
/proc/meminfo: memFree=16101420/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=20388 CPUtime=0 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 943 0 0 0 0 0 0 0 25 0 1 0 778468867 20877312 881 33554432000 4194304 4293939 140734277513824 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 5097 882 219 25 0 1730 0

[startup+0.0622729 s]
/proc/loadavg: 2.00 2.01 2.00 3/517 9990
/proc/meminfo: memFree=16101420/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=25752 CPUtime=0.05 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 3192 0 0 0 5 0 0 0 25 0 1 0 778468867 26370048 2863 33554432000 4194304 4293939 140734277513824 18446744073709551615 4229498 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 6438 2863 223 25 0 3071 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25752

[startup+0.101261 s]
/proc/loadavg: 2.00 2.01 2.00 3/517 9990
/proc/meminfo: memFree=16101420/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=25752 CPUtime=0.09 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 3192 0 0 0 9 0 0 0 25 0 1 0 778468867 26370048 2863 33554432000 4194304 4293939 140734277513824 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 6438 2863 223 25 0 3071 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25752

[startup+0.300224 s]
/proc/loadavg: 2.00 2.01 2.00 3/517 9990
/proc/meminfo: memFree=16101420/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=25900 CPUtime=0.28 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 4254 0 0 0 28 0 0 0 25 0 1 0 778468867 26521600 2828 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255696 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 6475 2828 234 25 0 3108 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25900

[startup+0.701147 s]
/proc/loadavg: 2.00 2.01 2.00 3/517 9990
/proc/meminfo: memFree=16101420/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=26072 CPUtime=0.68 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 4779 0 0 0 68 0 0 0 25 0 1 0 778468867 26697728 3325 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255728 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 6518 3325 244 25 0 3151 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26072

[startup+1.50099 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 9992
/proc/meminfo: memFree=16084432/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=30500 CPUtime=1.48 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 5914 0 0 0 148 0 0 0 25 0 1 0 778468867 31232000 4425 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 7625 4425 244 25 0 4258 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30500

[startup+3.10067 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 9992
/proc/meminfo: memFree=16075516/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=45916 CPUtime=3.09 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 8094 0 0 0 308 1 0 0 25 0 1 0 778468867 47017984 6547 33554432000 4194304 4293939 140734277513824 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 11479 6547 244 25 0 8112 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45916

[startup+6.30102 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 9992
/proc/meminfo: memFree=16061664/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=50936 CPUtime=6.29 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 13534 0 0 0 627 2 0 0 25 0 1 0 778468867 52158464 8423 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 12734 8423 244 25 0 9367 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50936

[startup+12.7008 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 9992
/proc/meminfo: memFree=16044964/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=69936 CPUtime=12.68 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 20350 0 0 0 1266 2 0 0 25 0 1 0 778468867 71614464 9733 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 17484 9733 244 25 0 14117 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 69936

[startup+25.5012 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 9992
/proc/meminfo: memFree=16004708/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=88612 CPUtime=25.49 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 26563 0 0 0 2545 4 0 0 25 0 1 0 778468867 90738688 15600 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 22153 15600 244 25 0 18786 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88612

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/518 9993
/proc/meminfo: memFree=15961352/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=109372 CPUtime=51.09 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 29893 0 0 0 5105 4 0 0 25 0 1 0 778468867 111996928 18830 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 27343 18830 244 25 0 23976 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109372

[startup+102.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/518 9994
/proc/meminfo: memFree=15868584/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=109372 CPUtime=102.3 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 45830 0 0 0 10224 6 0 0 25 0 1 0 778468867 111996928 24156 33554432000 4194304 4293939 140734277513824 18446744073709551615 4248340 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 27343 24156 244 25 0 23976 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109372

[startup+162.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/518 9996
/proc/meminfo: memFree=16070420/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=110608 CPUtime=162.3 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 64648 0 0 0 16220 10 0 0 25 0 1 0 778468867 113262592 24465 33554432000 4194304 4293939 140734277513824 18446744073709551615 4256173 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 27652 24465 244 25 0 24285 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 110608

[startup+222.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/518 9998
/proc/meminfo: memFree=15972808/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=110608 CPUtime=222.29 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 92160 0 0 0 22217 12 0 0 25 0 1 0 778468867 113262592 24467 33554432000 4194304 4293939 140734277513824 18446744073709551615 4251623 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 27652 24467 244 25 0 24285 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 110608

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/518 9999
/proc/meminfo: memFree=15885228/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=129536 CPUtime=282.3 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 128956 0 0 0 28214 16 0 0 25 0 1 0 778468867 132644864 29201 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 32384 29201 244 25 0 29017 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 129536

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 10001
/proc/meminfo: memFree=15816752/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=129536 CPUtime=342.3 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 148374 0 0 0 34211 19 0 0 25 0 1 0 778468867 132644864 29201 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255728 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 32384 29201 244 25 0 29017 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 129536

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 10002
/proc/meminfo: memFree=15976804/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=178856 CPUtime=402.31 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 177835 0 0 0 40208 23 0 0 25 0 1 0 778468867 183148544 41099 33554432000 4194304 4293939 140734277513824 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 44714 41099 244 25 0 41347 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 178856

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 10004
/proc/meminfo: memFree=15934732/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=129536 CPUtime=462.31 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 200428 0 0 0 46205 26 0 0 25 0 1 0 778468867 132644864 29201 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255837 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 32384 29201 244 25 0 29017 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 129536

[startup+522.301 s]
/proc/loadavg: 2.09 2.03 2.01 3/518 10007
/proc/meminfo: memFree=15824708/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=178856 CPUtime=522.31 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 230543 0 0 0 52201 30 0 0 25 0 1 0 778468867 183148544 40212 33554432000 4194304 4293939 140734277513824 18446744073709551615 4256088 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 44714 40212 244 25 0 41347 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 178856

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/518 10008
/proc/meminfo: memFree=15701920/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=241808 CPUtime=582.32 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 263337 0 0 0 58197 35 0 0 25 0 1 0 778468867 247611392 51779 33554432000 4194304 4293939 140734277513824 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 60452 51779 244 25 0 57085 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 241808

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.87 2.01 1.99 2/512 10156
/proc/meminfo: memFree=15913628/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=447208 CPUtime=4002.47 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1492016 0 0 0 399994 253 0 0 25 0 1 0 778468867 457940992 94654 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255897 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 111802 94654 244 25 0 108435 0
Current children cumulated CPU time (s) 4002.47
Current children cumulated vsize (KiB) 447208

[startup+4062.32 s]
/proc/loadavg: 1.36 1.84 1.93 2/512 10158
/proc/meminfo: memFree=15973616/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=366300 CPUtime=4062.5 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1518593 0 0 0 405992 258 0 0 25 0 1 0 778468867 375091200 79558 33554432000 4194304 4293939 140734277513824 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 91575 79558 244 25 0 88208 0
Current children cumulated CPU time (s) 4062.5
Current children cumulated vsize (KiB) 366300

[startup+4122.3 s]
/proc/loadavg: 1.13 1.68 1.87 2/512 10160
/proc/meminfo: memFree=15969380/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=366300 CPUtime=4122.48 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1533518 0 0 0 411987 261 0 0 25 0 1 0 778468867 375091200 80608 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 91575 80608 244 25 0 88208 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 366300

[startup+4182.3 s]
/proc/loadavg: 1.05 1.56 1.81 2/512 10161
/proc/meminfo: memFree=16005684/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=316980 CPUtime=4182.49 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1542696 0 0 0 417985 264 0 0 25 0 1 0 778468867 324587520 71384 33554432000 4194304 4293939 140734277513824 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 79245 71384 244 25 0 75878 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 316980

[startup+4242.3 s]
/proc/loadavg: 1.02 1.45 1.76 2/512 10163
/proc/meminfo: memFree=15945892/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=397120 CPUtime=4242.49 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1558117 0 0 0 423983 266 0 0 25 0 1 0 778468867 406650880 86579 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 99280 86579 244 25 0 95913 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 397120

[startup+4302.3 s]
/proc/loadavg: 1.00 1.37 1.71 2/512 10164
/proc/meminfo: memFree=15953928/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=397120 CPUtime=4302.49 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1571742 0 0 0 429980 269 0 0 25 0 1 0 778468867 406650880 84384 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 99280 84384 244 25 0 95913 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 397120

[startup+4362.3 s]
/proc/loadavg: 1.00 1.30 1.66 2/512 10166
/proc/meminfo: memFree=15948436/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=397120 CPUtime=4362.5 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1590829 0 0 0 435978 272 0 0 25 0 1 0 778468867 406650880 85946 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 99280 85946 244 25 0 95913 0
Current children cumulated CPU time (s) 4362.5
Current children cumulated vsize (KiB) 397120

[startup+4422.3 s]
/proc/loadavg: 1.00 1.24 1.62 2/512 10168
/proc/meminfo: memFree=15965404/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=366300 CPUtime=4422.49 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1606360 0 0 0 441975 274 0 0 25 0 1 0 778468867 375091200 81668 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 91575 81668 244 25 0 88208 0
Current children cumulated CPU time (s) 4422.49
Current children cumulated vsize (KiB) 366300

[startup+4482.3 s]
/proc/loadavg: 1.06 1.21 1.58 2/512 10169
/proc/meminfo: memFree=15952864/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=397120 CPUtime=4482.49 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1623840 0 0 0 447971 278 0 0 25 0 1 0 778468867 406650880 84944 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 99280 84944 244 25 0 95913 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 397120

[startup+4542.3 s]
/proc/loadavg: 1.08 1.18 1.55 2/512 10171
/proc/meminfo: memFree=15955832/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=397120 CPUtime=4542.5 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1639312 0 0 0 453968 282 0 0 25 0 1 0 778468867 406650880 83933 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 99280 83933 244 25 0 95913 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 397120

[startup+4602.3 s]
/proc/loadavg: 1.03 1.15 1.51 2/512 10172
/proc/meminfo: memFree=15947760/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=397120 CPUtime=4602.52 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1655374 0 0 0 459967 285 0 0 25 0 1 0 778468867 406650880 85879 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 99280 85879 244 25 0 95913 0
Current children cumulated CPU time (s) 4602.52
Current children cumulated vsize (KiB) 397120

[startup+4662.3 s]
/proc/loadavg: 1.01 1.12 1.48 2/512 10174
/proc/meminfo: memFree=15892428/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=447208 CPUtime=4662.51 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1687866 0 0 0 465960 291 0 0 25 0 1 0 778468867 457940992 99787 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 111802 99787 244 25 0 108435 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 447208

[startup+4722.32 s]
/proc/loadavg: 1.00 1.09 1.44 2/512 10176
/proc/meminfo: memFree=15989128/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=317708 CPUtime=4722.53 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1726069 0 0 0 471955 298 0 0 25 0 1 0 778468867 325332992 75679 33554432000 4194304 4293939 140734277513824 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 79427 75679 244 25 0 76060 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 317708

[startup+4782.3 s]
/proc/loadavg: 1.00 1.07 1.41 2/512 10177
/proc/meminfo: memFree=15942852/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=367028 CPUtime=4782.51 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1759713 0 0 0 477948 303 0 0 25 0 1 0 778468867 375836672 87229 33554432000 4194304 4293939 140734277513824 18446744073709551615 4256166 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 91757 87229 244 25 0 88390 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 367028

[startup+4842.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/512 10179
/proc/meminfo: memFree=15895456/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=447936 CPUtime=4842.51 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1771658 0 0 0 483946 305 0 0 25 0 1 0 778468867 458686464 98884 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 111984 98884 244 25 0 108617 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 447936

[startup+4902.3 s]
/proc/loadavg: 1.00 1.05 1.36 2/512 10180
/proc/meminfo: memFree=15921348/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=397848 CPUtime=4902.52 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1790524 0 0 0 489944 308 0 0 25 0 1 0 778468867 407396352 92622 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 99462 92622 244 25 0 96095 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 397848

[startup+4962.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/512 10182
/proc/meminfo: memFree=15985792/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=342768 CPUtime=4962.52 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1804159 0 0 0 495940 312 0 0 25 0 1 0 778468867 350994432 76253 33554432000 4194304 4293939 140734277513824 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 85692 76253 244 25 0 82325 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 342768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 1.10 1.06 1.33 2/512 10183
/proc/meminfo: memFree=15923904/32950928 swapFree=38157052/67111528
[pid=9990] ppid=9988 vsize=422908 CPUtime=5000.03 cores=0,2,4,6
/proc/9990/stat : 9990 (ebminisat_relea) R 9988 9990 9428 0 -1 4202496 1819770 0 0 0 499690 313 0 0 25 0 1 0 778468867 433057792 91777 33554432000 4194304 4293939 140734277513824 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/9990/statm: 105727 91777 244 25 0 102360 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 422908

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.84
CPU time (s): 5000.06
CPU user time (s): 4996.92
CPU system time (s): 3.14852
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 528596

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

runsolver used 26.9069 second user time and 57.8792 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-29 13:32:02
IDJOB=3422481
IDBENCH=83413
IDSOLVER=1914
FILE ID=node149/3422481-1306668722
RUNJOBID= node149-1306658663-9446
PBS_JOBID= 13471748
Free space on /tmp= 73472 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_10_keyfind_1.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422481-1306668722/watcher-3422481-1306668722 -o /tmp/evaluation-result-3422481-1306668722/solver-3422481-1306668722 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422481-1306668722.cnf  -verb=0

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

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
RANDOM SEED=1286253029

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.806
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:     32950928 kB
MemFree:      16101584 kB
Buffers:        266064 kB
Cached:        4757332 kB
SwapCached:      56180 kB
Active:        2473316 kB
Inactive:     14065000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16101584 kB
SwapTotal:    67111528 kB
SwapFree:     38157052 kB
Dirty:            3536 kB
Writeback:           0 kB
AnonPages:    11482624 kB
Mapped:          18084 kB
Slab:           121840 kB
PageTables:     117872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173357652 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= 73476 MiB
End job on node149 at 2011-05-29 14:55:24