Trace number 3349326

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.05 1300.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

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

running on 2 cores: 0,2

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: 4.08 4.00 3.55 5/361 11697
/proc/meminfo: memFree=16085668/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=19680 CPUtime=0 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 636 0 0 0 0 0 0 0 25 0 1 0 590509631 20152320 576 33554432000 4194304 4293939 140733237149408 18446744073709551615 4280734 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 4920 576 217 25 0 1553 0

[startup+0.0810779 s]
/proc/loadavg: 4.08 4.00 3.55 5/361 11697
/proc/meminfo: memFree=16085668/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=21624 CPUtime=0.07 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 1128 0 0 0 7 0 0 0 25 0 1 0 590509631 22142976 1041 33554432000 4194304 4293939 140733237149408 18446744073709551615 4212051 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 5406 1041 224 25 0 2039 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21624

[startup+0.101008 s]
/proc/loadavg: 4.08 4.00 3.55 5/361 11697
/proc/meminfo: memFree=16085668/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=17268 CPUtime=0.09 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 1321 0 0 0 9 0 0 0 25 0 1 0 590509631 17682432 1029 33554432000 4194304 4293939 140733237149408 18446744073709551615 4248888 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 4317 1029 243 25 0 950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17268

[startup+0.301005 s]
/proc/loadavg: 4.08 4.00 3.55 5/361 11697
/proc/meminfo: memFree=16085668/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=19584 CPUtime=0.29 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 1701 0 0 0 29 0 0 0 25 0 1 0 590509631 20054016 1397 33554432000 4194304 4293939 140733237149408 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 4896 1398 244 25 0 1529 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19584

[startup+0.700931 s]
/proc/loadavg: 4.08 4.00 3.55 5/361 11697
/proc/meminfo: memFree=16085668/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=23124 CPUtime=0.68 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 3351 0 0 0 68 0 0 0 25 0 1 0 590509631 23678976 2425 33554432000 4194304 4293939 140733237149408 18446744073709551615 4248296 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 5781 2425 244 25 0 2414 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23124

[startup+1.50079 s]
/proc/loadavg: 4.08 4.00 3.55 5/362 11698
/proc/meminfo: memFree=16121504/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=24800 CPUtime=1.48 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 3884 0 0 0 148 0 0 0 25 0 1 0 590509631 25395200 2918 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 6200 2918 244 25 0 2833 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 24800

[startup+3.10051 s]
/proc/loadavg: 4.08 4.00 3.55 5/362 11698
/proc/meminfo: memFree=16116792/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=30400 CPUtime=3.08 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 4328 0 0 0 308 0 0 0 25 0 1 0 590509631 31129600 3352 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 7600 3352 244 25 0 4233 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30400

[startup+6.30094 s]
/proc/loadavg: 4.07 4.00 3.55 4/360 11699
/proc/meminfo: memFree=16362948/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=27720 CPUtime=6.29 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 8595 0 0 0 628 1 0 0 25 0 1 0 590509631 28385280 3648 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 6930 3648 244 25 0 3563 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27720

[startup+12.7008 s]
/proc/loadavg: 3.98 3.99 3.55 5/362 11726
/proc/meminfo: memFree=16411828/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=34796 CPUtime=12.69 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 10303 0 0 0 1268 1 0 0 25 0 1 0 590509631 35631104 5302 33554432000 4194304 4293939 140733237149408 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 8699 5302 244 25 0 5332 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34796

[startup+25.5005 s]
/proc/loadavg: 3.99 3.99 3.55 5/362 11726
/proc/meminfo: memFree=16346596/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=35976 CPUtime=25.49 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 14992 0 0 0 2547 2 0 0 25 0 1 0 590509631 36839424 5373 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 8994 5373 244 25 0 5627 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35976

[startup+51.1011 s]
/proc/loadavg: 4.06 4.00 3.57 5/362 11727
/proc/meminfo: memFree=16392684/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=60672 CPUtime=51.09 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 21173 0 0 0 5106 3 0 0 25 0 1 0 590509631 62128128 9671 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 15168 9671 244 25 0 11801 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 60672

[startup+102.313 s]
/proc/loadavg: 4.09 4.02 3.59 4/360 11729
/proc/meminfo: memFree=16482556/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=57436 CPUtime=102.3 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 35851 0 0 0 10225 5 0 0 25 0 1 0 590509631 58814464 10230 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255930 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 14359 10230 244 25 0 10992 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 57436

[startup+162.301 s]
/proc/loadavg: 3.40 3.83 3.55 4/356 11748
/proc/meminfo: memFree=16419024/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=76140 CPUtime=162.29 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 41339 0 0 0 16223 6 0 0 25 0 1 0 590509631 77967360 15620 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 19035 15620 244 25 0 15668 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 76140

[startup+222.301 s]
/proc/loadavg: 3.14 3.67 3.52 4/356 11750
/proc/meminfo: memFree=16399144/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=118488 CPUtime=222.3 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 55677 0 0 0 22220 10 0 0 25 0 1 0 590509631 121331712 23284 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29622 23284 244 25 0 26255 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 118488

[startup+282.3 s]
/proc/loadavg: 3.05 3.55 3.48 4/356 11751
/proc/meminfo: memFree=16445472/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=118484 CPUtime=282.29 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 58349 0 0 0 28219 10 0 0 25 0 1 0 590509631 121327616 20256 33554432000 4194304 4293939 140733237149408 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29621 20256 244 25 0 26254 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 118484

[startup+342.301 s]
/proc/loadavg: 3.02 3.45 3.45 4/356 11753
/proc/meminfo: memFree=16396840/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=118484 CPUtime=342.29 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 58407 0 0 0 34219 10 0 0 25 0 1 0 590509631 121327616 20314 33554432000 4194304 4293939 140733237149408 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29621 20314 244 25 0 26254 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 118484

[startup+402.3 s]
/proc/loadavg: 3.00 3.36 3.42 4/356 11754
/proc/meminfo: memFree=16444292/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=118484 CPUtime=402.29 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 58437 0 0 0 40219 10 0 0 25 0 1 0 590509631 121327616 20344 33554432000 4194304 4293939 140733237149408 18446744073709551615 4256153 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29621 20344 244 25 0 26254 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 118484

[startup+462.301 s]
/proc/loadavg: 3.06 3.32 3.40 4/356 11756
/proc/meminfo: memFree=16399628/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=118484 CPUtime=462.29 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 58437 0 0 0 46219 10 0 0 25 0 1 0 590509631 121327616 20344 33554432000 4194304 4293939 140733237149408 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29621 20344 244 25 0 26254 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 118484

[startup+522.3 s]
/proc/loadavg: 2.63 3.16 3.34 3/350 11776
/proc/meminfo: memFree=16520716/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=118484 CPUtime=522.29 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 64478 0 0 0 52218 11 0 0 25 0 1 0 590509631 121327616 26296 33554432000 4194304 4293939 140733237149408 18446744073709551615 4256173 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29621 26296 244 25 0 26254 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 118484

[startup+582.301 s]
/proc/loadavg: 2.23 2.95 3.25 3/350 11777
/proc/meminfo: memFree=16527492/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=119428 CPUtime=582.3 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 73649 0 0 0 58216 14 0 0 25 0 1 0 590509631 122294272 24577 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29857 24577 244 25 0 26490 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 119428

[startup+642.3 s]
/proc/loadavg: 2.11 2.78 3.17 3/350 11779
/proc/meminfo: memFree=16518536/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=119428 CPUtime=642.31 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 91784 0 0 0 64214 17 0 0 25 0 1 0 590509631 122294272 26520 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29857 26520 244 25 0 26490 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 119428

[startup+702.301 s]
/proc/loadavg: 2.04 2.64 3.10 3/350 11780
/proc/meminfo: memFree=16516784/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=119428 CPUtime=702.3 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 91784 0 0 0 70213 17 0 0 25 0 1 0 590509631 122294272 26520 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29857 26520 244 25 0 26490 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 119428

[startup+762.313 s]
/proc/loadavg: 2.01 2.51 3.02 3/350 11782
/proc/meminfo: memFree=16516624/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=119428 CPUtime=762.32 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 91784 0 0 0 76215 17 0 0 25 0 1 0 590509631 122294272 26520 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29857 26520 244 25 0 26490 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 119428

[startup+822.301 s]
/proc/loadavg: 2.00 2.43 2.96 3/350 11784
/proc/meminfo: memFree=16516852/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=119428 CPUtime=822.31 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 91784 0 0 0 82214 17 0 0 25 0 1 0 590509631 122294272 26520 33554432000 4194304 4293939 140733237149408 18446744073709551615 4256088 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29857 26520 244 25 0 26490 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 119428

[startup+882.301 s]
/proc/loadavg: 2.00 2.35 2.90 3/350 11785
/proc/meminfo: memFree=16515960/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=119428 CPUtime=882.31 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 91784 0 0 0 88214 17 0 0 25 0 1 0 590509631 122294272 26520 33554432000 4194304 4293939 140733237149408 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29857 26520 244 25 0 26490 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 119428

[startup+942.301 s]
/proc/loadavg: 2.00 2.28 2.84 3/350 11787
/proc/meminfo: memFree=16509468/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=126440 CPUtime=942.31 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 93605 0 0 0 94214 17 0 0 25 0 1 0 590509631 129474560 28291 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 31610 28291 244 25 0 28243 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 126440

[startup+1002.3 s]
/proc/loadavg: 2.09 2.26 2.79 3/350 11788
/proc/meminfo: memFree=16535728/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=119188 CPUtime=1002.3 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 96092 0 0 0 100213 17 0 0 25 0 1 0 590509631 122048512 21996 33554432000 4194304 4293939 140733237149408 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 29797 21996 244 25 0 26430 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 119188

[startup+1062.3 s]
/proc/loadavg: 2.07 2.22 2.75 3/350 11790
/proc/meminfo: memFree=16505700/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=138040 CPUtime=1062.31 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 103592 0 0 0 106212 19 0 0 25 0 1 0 590509631 141352960 29305 33554432000 4194304 4293939 140733237149408 18446744073709551615 4256173 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 34510 29305 244 25 0 31143 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 138040

[startup+1122.3 s]
/proc/loadavg: 2.02 2.18 2.70 3/350 11792
/proc/meminfo: memFree=16498092/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=138040 CPUtime=1122.31 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 105500 0 0 0 112212 19 0 0 25 0 1 0 590509631 141352960 31191 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 34510 31191 244 25 0 31143 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 138040

[startup+1182.3 s]
/proc/loadavg: 2.12 2.17 2.66 3/350 11802
/proc/meminfo: memFree=16489256/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=168720 CPUtime=1182.31 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 107615 0 0 0 118211 20 0 0 25 0 1 0 590509631 172769280 33274 33554432000 4194304 4293939 140733237149408 18446744073709551615 4255570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 42180 33274 244 25 0 38813 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 168720

[startup+1242.3 s]
/proc/loadavg: 1.76 2.07 2.59 2/344 11821
/proc/meminfo: memFree=16503544/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=168720 CPUtime=1242.32 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 118782 0 0 0 124210 22 0 0 25 0 1 0 590509631 172769280 34196 33554432000 4194304 4293939 140733237149408 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 42180 34196 244 25 0 38813 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 168720



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.28 1.88 2.49 2/344 11822
/proc/meminfo: memFree=16503392/32951124 swapFree=67111348/67111528
[pid=11697] ppid=11695 vsize=168720 CPUtime=1300.03 cores=0,2
/proc/11697/stat : 11697 (ebminisat_relea) R 11695 11697 10801 0 -1 4202496 126401 0 0 0 129980 23 0 0 25 0 1 0 590509631 172769280 34197 33554432000 4194304 4293939 140733237149408 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/11697/statm: 42180 34197 244 25 0 38813 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 168720

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.05
CPU user time (s): 1299.81
CPU system time (s): 0.237963
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 218040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126401
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= 9
involuntary context switches= 3118

runsolver used 4.54931 second user time and 9.65553 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-10 00:42:15
IDJOB=3349326
IDBENCH=83410
IDSOLVER=1812
FILE ID=node144/3349326-1304980935
RUNJOBID= node144-1304979633-11346
PBS_JOBID= 13285669
Free space on /tmp= 37672 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_keyfind_1.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349326-1304980935/watcher-3349326-1304980935 -o /tmp/evaluation-result-3349326-1304980935/solver-3349326-1304980935 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349326-1304980935.cnf  -verb=0

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=1931755772

node144.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.850
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.850
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	: 5226.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16085948 kB
Buffers:        207940 kB
Cached:        8513664 kB
SwapCached:          0 kB
Active:        8183976 kB
Inactive:      8207228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16085948 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1212 kB
Writeback:           8 kB
AnonPages:     7668848 kB
Mapped:          27720 kB
Slab:           372360 kB
PageTables:      38892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82628496 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= 37684 MiB
End job on node144 at 2011-05-10 01:03:57