Trace number 3349328

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) 1300.06 1300.02

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-3349328-1304980940/watcher-3349328-1304980940 -o /tmp/evaluation-result-3349328-1304980940/solver-3349328-1304980940 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349328-1304980940.cnf -verb=0 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.20 3.87 3.85 4/369 24987
/proc/meminfo: memFree=12369228/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=21300 CPUtime=0.01 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 1247 0 0 0 1 0 0 0 18 0 1 0 590510251 21811200 1176 33554432000 4194304 4293939 140733895572496 18446744073709551615 4280734 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 5325 1176 219 25 0 1958 0

[startup+0.022798 s]
/proc/loadavg: 3.20 3.87 3.85 4/369 24987
/proc/meminfo: memFree=12369228/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=22340 CPUtime=0.02 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 1648 0 0 0 2 0 0 0 18 0 1 0 590510251 22876160 1560 33554432000 4194304 4293939 140733895572496 18446744073709551615 4280734 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 5585 1561 219 25 0 2218 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22340

[startup+0.100784 s]
/proc/loadavg: 3.20 3.87 3.85 4/369 24987
/proc/meminfo: memFree=12369228/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=25756 CPUtime=0.09 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 3192 0 0 0 9 0 0 0 18 0 1 0 590510251 26374144 2863 33554432000 4194304 4293939 140733895572496 18446744073709551615 4230278 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 6439 2863 223 25 0 3072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25756

[startup+0.300755 s]
/proc/loadavg: 3.20 3.87 3.85 4/369 24987
/proc/meminfo: memFree=12369228/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=25904 CPUtime=0.29 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 4266 0 0 0 29 0 0 0 18 0 1 0 590510251 26525696 2840 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255728 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 6476 2840 244 25 0 3109 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25904

[startup+0.700679 s]
/proc/loadavg: 3.20 3.87 3.85 4/369 24987
/proc/meminfo: memFree=12369228/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=26076 CPUtime=0.69 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 4782 0 0 0 69 0 0 0 18 0 1 0 590510251 26701824 3328 33554432000 4194304 4293939 140733895572496 18446744073709551615 4249356 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 6519 3328 244 25 0 3152 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26076

[startup+1.50054 s]
/proc/loadavg: 3.20 3.87 3.85 5/377 25003
/proc/meminfo: memFree=12338756/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=30504 CPUtime=1.49 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 5914 0 0 0 148 1 0 0 20 0 1 0 590510251 31236096 4425 33554432000 4194304 4293939 140733895572496 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 7626 4425 244 25 0 4259 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30504

[startup+3.10025 s]
/proc/loadavg: 3.26 3.87 3.85 5/377 25003
/proc/meminfo: memFree=12327772/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=45920 CPUtime=3.09 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 8077 0 0 0 308 1 0 0 25 0 1 0 590510251 47022080 6531 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255583 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 11480 6531 244 25 0 8113 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45920

[startup+6.30069 s]
/proc/loadavg: 3.26 3.87 3.85 5/377 25003
/proc/meminfo: memFree=12309668/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=50940 CPUtime=6.29 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 13515 0 0 0 627 2 0 0 25 0 1 0 590510251 52162560 8404 33554432000 4194304 4293939 140733895572496 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 12735 8404 244 25 0 9368 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50940

[startup+12.7005 s]
/proc/loadavg: 3.37 3.88 3.85 5/377 25003
/proc/meminfo: memFree=12291780/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=69940 CPUtime=12.69 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 20325 0 0 0 1267 2 0 0 25 0 1 0 590510251 71618560 9708 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 17485 9708 244 25 0 14118 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69940

[startup+25.5002 s]
/proc/loadavg: 3.47 3.88 3.85 5/377 25003
/proc/meminfo: memFree=12262632/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=88616 CPUtime=25.49 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 26531 0 0 0 2545 4 0 0 25 0 1 0 590510251 90742784 15568 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 22154 15569 244 25 0 18787 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88616

[startup+51.1007 s]
/proc/loadavg: 3.65 3.89 3.86 5/377 25004
/proc/meminfo: memFree=12238400/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=109376 CPUtime=51.09 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 29893 0 0 0 5105 4 0 0 25 0 1 0 590510251 112001024 18830 33554432000 4194304 4293939 140733895572496 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 27344 18830 244 25 0 23977 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109376

[startup+102.314 s]
/proc/loadavg: 3.86 3.90 3.86 5/377 25005
/proc/meminfo: memFree=12206620/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=109376 CPUtime=102.3 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 45830 0 0 0 10224 6 0 0 25 0 1 0 590510251 112001024 24156 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 27344 24156 244 25 0 23977 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109376

[startup+162.301 s]
/proc/loadavg: 3.95 3.92 3.87 5/377 25007
/proc/meminfo: memFree=12187476/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=110612 CPUtime=162.29 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 64648 0 0 0 16220 9 0 0 25 0 1 0 590510251 113266688 24465 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 27653 24465 244 25 0 24286 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 110612

[startup+222.301 s]
/proc/loadavg: 3.98 3.93 3.87 5/377 25008
/proc/meminfo: memFree=12127792/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=110612 CPUtime=222.3 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 92160 0 0 0 22216 14 0 0 25 0 1 0 590510251 113266688 24467 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 27653 24467 244 25 0 24286 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 110612

[startup+282.3 s]
/proc/loadavg: 3.99 3.94 3.88 5/377 25010
/proc/meminfo: memFree=12154160/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=129540 CPUtime=282.3 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 128956 0 0 0 28210 20 0 0 25 0 1 0 590510251 132648960 29201 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 32385 29201 244 25 0 29018 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 129540

[startup+342.301 s]
/proc/loadavg: 4.04 3.96 3.89 5/377 25012
/proc/meminfo: memFree=12146428/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=129540 CPUtime=342.3 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 148374 0 0 0 34207 23 0 0 25 0 1 0 590510251 132648960 29201 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 32385 29201 244 25 0 29018 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 129540

[startup+402.301 s]
/proc/loadavg: 4.13 4.00 3.91 5/377 25013
/proc/meminfo: memFree=12107940/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=178860 CPUtime=402.3 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 175851 0 0 0 40204 26 0 0 25 0 1 0 590510251 183152640 39186 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 44715 39186 244 25 0 41348 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 178860

[startup+462.3 s]
/proc/loadavg: 4.08 4.01 3.91 5/377 25015
/proc/meminfo: memFree=12130088/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=129540 CPUtime=462.3 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 200428 0 0 0 46200 30 0 0 25 0 1 0 590510251 132648960 29201 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 32385 29201 244 25 0 29018 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 129540

[startup+522.3 s]
/proc/loadavg: 4.06 4.02 3.92 5/377 25016
/proc/meminfo: memFree=12080684/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=178860 CPUtime=522.3 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 229799 0 0 0 52196 34 0 0 25 0 1 0 590510251 183152640 39477 33554432000 4194304 4293939 140733895572496 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 44715 39477 244 25 0 41348 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 178860

[startup+582.301 s]
/proc/loadavg: 4.02 4.02 3.92 5/377 25018
/proc/meminfo: memFree=12042824/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=210992 CPUtime=582.31 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 260130 0 0 0 58191 40 0 0 25 0 1 0 590510251 216055808 48623 33554432000 4194304 4293939 140733895572496 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 52748 48623 244 25 0 49381 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 210992

[startup+642.301 s]
/proc/loadavg: 4.01 4.01 3.92 5/377 25020
/proc/meminfo: memFree=12092748/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=162260 CPUtime=642.32 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 300969 0 0 0 64185 47 0 0 25 0 1 0 590510251 166154240 37376 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 40565 37376 244 25 0 37198 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 162260

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/377 25021
/proc/meminfo: memFree=12006288/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=242400 CPUtime=702.31 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 334038 0 0 0 70178 53 0 0 25 0 1 0 590510251 248217600 57062 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 60600 57063 244 25 0 57233 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 242400

[startup+762.314 s]
/proc/loadavg: 4.00 4.00 3.92 5/377 25023
/proc/meminfo: memFree=12049768/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=232328 CPUtime=762.33 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 362908 0 0 0 76174 59 0 0 25 0 1 0 590510251 237903872 48564 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 58082 48564 244 25 0 54715 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 232328

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/377 25024
/proc/meminfo: memFree=12069812/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=183008 CPUtime=822.31 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 386306 0 0 0 82169 62 0 0 25 0 1 0 590510251 187400192 40802 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 45752 40802 244 25 0 42385 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 183008

[startup+882.301 s]
/proc/loadavg: 4.06 4.01 3.92 5/377 25026
/proc/meminfo: memFree=12029588/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=232328 CPUtime=882.31 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 419689 0 0 0 88164 67 0 0 25 0 1 0 590510251 237903872 50464 33554432000 4194304 4293939 140733895572496 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 58082 50464 244 25 0 54715 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 232328

[startup+942.3 s]
/proc/loadavg: 4.07 4.03 3.93 5/377 25028
/proc/meminfo: memFree=12034876/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=232328 CPUtime=942.31 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 439237 0 0 0 94161 70 0 0 25 0 1 0 590510251 237903872 49405 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255720 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 58082 49405 244 25 0 54715 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 232328

[startup+1002.3 s]
/proc/loadavg: 4.11 4.05 3.94 5/377 25029
/proc/meminfo: memFree=12019576/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=232328 CPUtime=1002.31 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 463212 0 0 0 100156 75 0 0 25 0 1 0 590510251 237903872 50619 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 58082 50619 244 25 0 54715 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 232328

[startup+1062.3 s]
/proc/loadavg: 4.08 4.05 3.95 5/377 25031
/proc/meminfo: memFree=11997464/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=263148 CPUtime=1062.31 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 491922 0 0 0 106151 80 0 0 25 0 1 0 590510251 269463552 55737 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 65787 55737 244 25 0 62420 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 263148

[startup+1122.3 s]
/proc/loadavg: 4.03 4.04 3.95 5/377 25041
/proc/meminfo: memFree=12002620/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=256660 CPUtime=1122.32 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 524952 0 0 0 112145 87 0 0 25 0 1 0 590510251 262819840 52028 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 64165 52028 244 25 0 60798 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 256660

[startup+1182.3 s]
/proc/loadavg: 4.01 4.03 3.95 5/377 25043
/proc/meminfo: memFree=11998924/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=256660 CPUtime=1182.33 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 537075 0 0 0 118143 90 0 0 25 0 1 0 590510251 262819840 52777 33554432000 4194304 4293939 140733895572496 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 64165 52777 244 25 0 60798 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 256660

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/377 25045
/proc/meminfo: memFree=11971980/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=287480 CPUtime=1242.32 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 555420 0 0 0 124137 95 0 0 25 0 1 0 590510251 294379520 57751 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 71870 57751 244 25 0 68503 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 287480



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.95 4/376 25047
/proc/meminfo: memFree=12081936/32951124 swapFree=65155552/67111528
[pid=24987] ppid=24985 vsize=207340 CPUtime=1300.04 cores=5,7
/proc/24987/stat : 24987 (ebminisat_relea) R 24985 24987 24257 0 -1 4202496 567388 0 0 0 129906 98 0 0 25 0 1 0 590510251 212316160 43987 33554432000 4194304 4293939 140733895572496 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24987/statm: 51835 43987 244 25 0 48468 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 207340

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): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.06
CPU system time (s): 0.991849
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 292488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.06
system time used= 0.991849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 567388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 14370

runsolver used 4.55531 second user time and 10.8344 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-10 00:42:20
IDJOB=3349328
IDBENCH=83413
IDSOLVER=1812
FILE ID=node146/3349328-1304980940
RUNJOBID= node146-1304980940-24962
PBS_JOBID= 13285667
Free space on /tmp= 41852 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-3349328-1304980940/watcher-3349328-1304980940 -o /tmp/evaluation-result-3349328-1304980940/solver-3349328-1304980940 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349328-1304980940.cnf  -verb=0

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
RANDOM SEED=757423557

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.75
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.830
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:      12369656 kB
Buffers:        164868 kB
Cached:        4625128 kB
SwapCached:       9316 kB
Active:       10683964 kB
Inactive:      9587284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12369656 kB
SwapTotal:    67111528 kB
SwapFree:     65155552 kB
Dirty:            4512 kB
Writeback:           0 kB
AnonPages:    15478656 kB
Mapped:          22236 kB
Slab:           185960 kB
PageTables:      59328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81784980 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= 41852 MiB
End job on node146 at 2011-05-10 01:04:02