Trace number 3422497

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.09 5000.12

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-3422497-1306669178/watcher-3422497-1306669178 -o /tmp/evaluation-result-3422497-1306669178/solver-3422497-1306669178 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422497-1306669178.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.05 2.03 2.00 2/575 23505
/proc/meminfo: memFree=16078432/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=15244 CPUtime=0.01 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 503 0 0 0 1 0 0 0 25 0 1 0 778515519 15609856 413 33554432000 4194304 4293939 140735265220880 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 3811 413 240 25 0 444 0

[startup+0.102589 s]
/proc/loadavg: 2.05 2.03 2.00 2/575 23505
/proc/meminfo: memFree=16078432/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=16008 CPUtime=0.1 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 608 0 0 0 10 0 0 0 25 0 1 0 778515519 16392192 517 33554432000 4194304 4293939 140735265220880 18446744073709551615 4256153 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 4002 517 241 25 0 635 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16008

[startup+0.200555 s]
/proc/loadavg: 2.05 2.03 2.00 2/575 23505
/proc/meminfo: memFree=16078432/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=16008 CPUtime=0.19 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 684 0 0 0 19 0 0 0 25 0 1 0 778515519 16392192 586 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 4002 586 241 25 0 635 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16008

[startup+0.300491 s]
/proc/loadavg: 2.05 2.03 2.00 2/575 23505
/proc/meminfo: memFree=16078432/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=16008 CPUtime=0.29 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 684 0 0 0 29 0 0 0 25 0 1 0 778515519 16392192 586 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 4002 586 241 25 0 635 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16008

[startup+0.700447 s]
/proc/loadavg: 2.05 2.03 2.00 2/575 23505
/proc/meminfo: memFree=16078432/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=16312 CPUtime=0.69 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 767 0 0 0 69 0 0 0 25 0 1 0 778515519 16703488 663 33554432000 4194304 4293939 140735265220880 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 4078 663 241 25 0 711 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16312

[startup+1.50027 s]
/proc/loadavg: 2.05 2.03 2.00 3/576 23506
/proc/meminfo: memFree=16074340/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=16552 CPUtime=1.49 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 840 0 0 0 149 0 0 0 25 0 1 0 778515519 16949248 731 33554432000 4194304 4293939 140735265220880 18446744073709551615 4248314 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 4138 731 241 25 0 771 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16552

[startup+3.10101 s]
/proc/loadavg: 2.05 2.03 2.00 3/576 23506
/proc/meminfo: memFree=16073100/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=16940 CPUtime=3.1 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 913 0 0 0 310 0 0 0 25 0 1 0 778515519 17346560 804 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255937 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 4235 804 241 25 0 868 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 16940

[startup+6.30043 s]
/proc/loadavg: 2.05 2.03 2.00 3/576 23506
/proc/meminfo: memFree=16070476/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=17716 CPUtime=6.3 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 1148 0 0 0 630 0 0 0 25 0 1 0 778515519 18141184 1029 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 4429 1029 241 25 0 1062 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 17716

[startup+12.7003 s]
/proc/loadavg: 2.05 2.03 2.00 3/576 23506
/proc/meminfo: memFree=16064016/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=18580 CPUtime=12.7 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 1374 0 0 0 1270 0 0 0 25 0 1 0 778515519 19025920 1248 33554432000 4194304 4293939 140735265220880 18446744073709551615 4256128 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 4645 1248 241 25 0 1278 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 18580

[startup+25.5009 s]
/proc/loadavg: 2.04 2.03 2.00 3/576 23507
/proc/meminfo: memFree=16056960/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=19608 CPUtime=25.5 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 1610 0 0 0 2550 0 0 0 25 0 1 0 778515519 20078592 1477 33554432000 4194304 4293939 140735265220880 18446744073709551615 4263392 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 4902 1477 241 25 0 1535 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 19608

[startup+51.1012 s]
/proc/loadavg: 2.02 2.03 2.00 3/576 23507
/proc/meminfo: memFree=16198520/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=21928 CPUtime=51.09 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 1881 0 0 0 5109 0 0 0 25 0 1 0 778515519 22454272 1733 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 5482 1733 241 25 0 2115 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21928

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/576 23509
/proc/meminfo: memFree=16137104/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=23608 CPUtime=102.31 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 2318 0 0 0 10231 0 0 0 25 0 1 0 778515519 24174592 2158 33554432000 4194304 4293939 140735265220880 18446744073709551615 4265261 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 5902 2158 241 25 0 2535 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 23608

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23510
/proc/meminfo: memFree=16066392/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=23608 CPUtime=162.29 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 2655 0 0 0 16229 0 0 0 25 0 1 0 778515519 24174592 2478 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255570 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 5902 2478 241 25 0 2535 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 23608

[startup+222.321 s]
/proc/loadavg: 2.07 2.04 2.01 3/576 23512
/proc/meminfo: memFree=16186256/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=25332 CPUtime=222.31 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 3079 0 0 0 22231 0 0 0 25 0 1 0 778515519 25939968 2888 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255831 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 6333 2888 241 25 0 2966 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 25332

[startup+282.301 s]
/proc/loadavg: 2.12 2.06 2.01 3/576 23514
/proc/meminfo: memFree=16115760/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=25864 CPUtime=282.25 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 3261 0 0 0 28225 0 0 0 25 0 1 0 778515519 26484736 3066 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 6466 3066 241 25 0 3099 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 25864

[startup+342.301 s]
/proc/loadavg: 2.04 2.05 2.01 3/576 23515
/proc/meminfo: memFree=16056576/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=29176 CPUtime=342.25 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 3710 0 0 0 34225 0 0 0 25 0 1 0 778515519 29876224 3496 33554432000 4194304 4293939 140735265220880 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 7294 3496 241 25 0 3927 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 29176

[startup+402.301 s]
/proc/loadavg: 2.06 2.05 2.00 3/576 23517
/proc/meminfo: memFree=16026512/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=29176 CPUtime=402.25 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 3776 0 0 0 40224 1 0 0 25 0 1 0 778515519 29876224 3562 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255611 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 7294 3562 241 25 0 3927 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 29176

[startup+462.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/576 23518
/proc/meminfo: memFree=16167684/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=29176 CPUtime=462.25 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 3776 0 0 0 46224 1 0 0 25 0 1 0 778515519 29876224 3562 33554432000 4194304 4293939 140735265220880 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 7294 3562 241 25 0 3927 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 29176

[startup+522.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/576 23520
/proc/meminfo: memFree=16108992/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=29176 CPUtime=522.26 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 3777 0 0 0 52225 1 0 0 25 0 1 0 778515519 29876224 3563 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 7294 3563 241 25 0 3927 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 29176

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/576 23522
/proc/meminfo: memFree=16061580/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=29668 CPUtime=582.26 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 4252 0 0 0 58225 1 0 0 25 0 1 0 778515519 30380032 4017 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 7417 4017 241 25 0 4050 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 29668

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23652
/proc/meminfo: memFree=16115756/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=45332 CPUtime=4002.25 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 9526 0 0 0 400222 3 0 0 25 0 1 0 778515519 46419968 7910 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 11333 7910 242 25 0 7966 0
Current children cumulated CPU time (s) 4002.25
Current children cumulated vsize (KiB) 45332

[startup+4062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23653
/proc/meminfo: memFree=15939980/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=45332 CPUtime=4062.26 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 9526 0 0 0 406223 3 0 0 25 0 1 0 778515519 46419968 7910 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 11333 7910 242 25 0 7966 0
Current children cumulated CPU time (s) 4062.26
Current children cumulated vsize (KiB) 45332

[startup+4122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/576 23655
/proc/meminfo: memFree=16053636/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=47008 CPUtime=4122.25 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 9973 0 0 0 412222 3 0 0 25 0 1 0 778515519 48136192 8341 33554432000 4194304 4293939 140735265220880 18446744073709551615 4262923 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 11752 8341 242 25 0 8385 0
Current children cumulated CPU time (s) 4122.25
Current children cumulated vsize (KiB) 47008

[startup+4182.32 s]
/proc/loadavg: 2.21 2.07 2.01 3/576 23657
/proc/meminfo: memFree=16171504/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=47008 CPUtime=4182.26 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 9973 0 0 0 418223 3 0 0 25 0 1 0 778515519 48136192 8341 33554432000 4194304 4293939 140735265220880 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23505/statm: 11752 8341 242 25 0 8385 0
Current children cumulated CPU time (s) 4182.26
Current children cumulated vsize (KiB) 47008

[startup+4242.3 s]
/proc/loadavg: 2.15 2.07 2.01 3/576 23658
/proc/meminfo: memFree=15957336/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=47008 CPUtime=4242.24 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 9973 0 0 0 424221 3 0 0 25 0 1 0 778515519 48136192 8341 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 11752 8341 242 25 0 8385 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 47008

[startup+4302.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/576 23660
/proc/meminfo: memFree=16047560/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=47008 CPUtime=4302.24 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 9975 0 0 0 430221 3 0 0 25 0 1 0 778515519 48136192 8343 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 11752 8343 242 25 0 8385 0
Current children cumulated CPU time (s) 4302.24
Current children cumulated vsize (KiB) 47008

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/576 23661
/proc/meminfo: memFree=16106924/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=47008 CPUtime=4362.24 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 9975 0 0 0 436221 3 0 0 25 0 1 0 778515519 48136192 8343 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 11752 8343 242 25 0 8385 0
Current children cumulated CPU time (s) 4362.24
Current children cumulated vsize (KiB) 47008

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 23663
/proc/meminfo: memFree=15959208/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=50716 CPUtime=4422.24 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 9977 0 0 0 442221 3 0 0 25 0 1 0 778515519 51933184 8345 33554432000 4194304 4293939 140735265220880 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 12679 8345 242 25 0 9312 0
Current children cumulated CPU time (s) 4422.24
Current children cumulated vsize (KiB) 50716

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23665
/proc/meminfo: memFree=16104624/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=50716 CPUtime=4482.24 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 10315 0 0 0 448221 3 0 0 25 0 1 0 778515519 51933184 8674 33554432000 4194304 4293939 140735265220880 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 12679 8674 242 25 0 9312 0
Current children cumulated CPU time (s) 4482.24
Current children cumulated vsize (KiB) 50716

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 23666
/proc/meminfo: memFree=15953424/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=50716 CPUtime=4542.24 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 10315 0 0 0 454221 3 0 0 25 0 1 0 778515519 51933184 8674 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 12679 8674 242 25 0 9312 0
Current children cumulated CPU time (s) 4542.24
Current children cumulated vsize (KiB) 50716

[startup+4602.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/576 23668
/proc/meminfo: memFree=16051352/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=50716 CPUtime=4602.25 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 10315 0 0 0 460222 3 0 0 25 0 1 0 778515519 51933184 8674 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 12679 8674 242 25 0 9312 0
Current children cumulated CPU time (s) 4602.25
Current children cumulated vsize (KiB) 50716

[startup+4662.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/576 23669
/proc/meminfo: memFree=15960808/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=50716 CPUtime=4662.25 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 10315 0 0 0 466222 3 0 0 25 0 1 0 778515519 51933184 8674 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255696 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 12679 8674 242 25 0 9312 0
Current children cumulated CPU time (s) 4662.25
Current children cumulated vsize (KiB) 50716

[startup+4722.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/576 23671
/proc/meminfo: memFree=15972812/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=47008 CPUtime=4722.26 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 11585 0 0 0 472223 3 0 0 25 0 1 0 778515519 48136192 8343 33554432000 4194304 4293939 140735265220880 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 11752 8343 242 25 0 8385 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 47008

[startup+4782.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/576 23673
/proc/meminfo: memFree=16138820/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=50716 CPUtime=4782.25 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 11825 0 0 0 478222 3 0 0 25 0 1 0 778515519 51933184 8578 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 12679 8578 242 25 0 9312 0
Current children cumulated CPU time (s) 4782.25
Current children cumulated vsize (KiB) 50716

[startup+4842.32 s]
/proc/loadavg: 2.08 2.07 2.01 3/576 23674
/proc/meminfo: memFree=15980824/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=50716 CPUtime=4842.27 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 11869 0 0 0 484224 3 0 0 25 0 1 0 778515519 51933184 8621 33554432000 4194304 4293939 140735265220880 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 12679 8621 242 25 0 9312 0
Current children cumulated CPU time (s) 4842.27
Current children cumulated vsize (KiB) 50716

[startup+4902.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/576 23685
/proc/meminfo: memFree=16090160/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=50716 CPUtime=4902.25 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 11869 0 0 0 490222 3 0 0 25 0 1 0 778515519 51933184 8621 33554432000 4194304 4293939 140735265220880 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 12679 8621 242 25 0 9312 0
Current children cumulated CPU time (s) 4902.25
Current children cumulated vsize (KiB) 50716

[startup+4962.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 23686
/proc/meminfo: memFree=15968736/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=47092 CPUtime=4962.26 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 13140 0 0 0 496222 4 0 0 25 0 1 0 778515519 48222208 8364 33554432000 4194304 4293939 140735265220880 18446744073709551615 4262946 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 11773 8364 242 25 0 8406 0
Current children cumulated CPU time (s) 4962.26
Current children cumulated vsize (KiB) 47092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 23687
/proc/meminfo: memFree=16067912/32951124 swapFree=64375276/67111528
[pid=23505] ppid=23503 vsize=47092 CPUtime=5000.07 cores=0,2,4,6
/proc/23505/stat : 23505 (ebminisat_relea) R 23503 23505 22932 0 -1 4202496 13140 0 0 0 500003 4 0 0 25 0 1 0 778515519 48222208 8364 33554432000 4194304 4293939 140735265220880 18446744073709551615 4248286 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23505/statm: 11773 8364 242 25 0 8406 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 47092

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.12
CPU time (s): 5000.09
CPU user time (s): 5000.05
CPU system time (s): 0.042993
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 50716

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

runsolver used 29.8365 second user time and 61.7496 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-29 13:39:38
IDJOB=3422497
IDBENCH=83431
IDSOLVER=1914
FILE ID=node139/3422497-1306669178
RUNJOBID= node139-1306658665-22950
PBS_JOBID= 13471758
Free space on /tmp= 72816 MiB

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

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=1674882143

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16078588 kB
Buffers:        229292 kB
Cached:        2403332 kB
SwapCached:      20488 kB
Active:        8890960 kB
Inactive:      7677508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16078588 kB
SwapTotal:    67111528 kB
SwapFree:     64375276 kB
Dirty:             420 kB
Writeback:           0 kB
AnonPages:    13916376 kB
Mapped:          40820 kB
Slab:           154852 kB
PageTables:      79316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171225024 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= 72820 MiB
End job on node139 at 2011-05-29 15:03:00