Trace number 3348726

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: cir_minisat 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-3348726-1304972832/watcher-3348726-1304972832 -o /tmp/evaluation-result-3348726-1304972832/solver-3348726-1304972832 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348726-1304972832.cnf 

running on 2 cores: 1,3

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: 0.96 1.29 2.36 4/305 4807
/proc/meminfo: memFree=13672332/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=19488 CPUtime=0 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 626 0 0 0 0 0 0 0 21 0 1 0 608881076 19955712 555 33554432000 4194304 4254575 140734050075136 18446744073709551615 4239917 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 4872 556 212 15 0 1515 0

[startup+0.0367309 s]
/proc/loadavg: 0.96 1.29 2.36 4/305 4807
/proc/meminfo: memFree=13672332/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=20028 CPUtime=0.03 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 960 0 0 0 3 0 0 0 21 0 1 0 608881076 20508672 849 33554432000 4194304 4254575 140734050075136 18446744073709551615 4209778 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 5007 849 231 15 0 1650 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20028

[startup+0.100737 s]
/proc/loadavg: 0.96 1.29 2.36 4/305 4807
/proc/meminfo: memFree=13672332/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=20416 CPUtime=0.09 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 1140 0 0 0 9 0 0 0 21 0 1 0 608881076 20905984 1024 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216991 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 5104 1024 231 15 0 1747 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20416

[startup+0.300686 s]
/proc/loadavg: 0.96 1.29 2.36 4/305 4807
/proc/meminfo: memFree=13672332/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=22676 CPUtime=0.29 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 1939 0 0 0 29 0 0 0 22 0 1 0 608881076 23220224 1793 33554432000 4194304 4254575 140734050075136 18446744073709551615 4219161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 5669 1798 231 15 0 2312 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22676

[startup+0.700611 s]
/proc/loadavg: 0.96 1.29 2.36 4/305 4807
/proc/meminfo: memFree=13672332/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=21396 CPUtime=0.69 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 3441 0 0 0 69 0 0 0 23 0 1 0 608881076 21909504 2075 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216573 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 5349 2075 232 15 0 1992 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21396

[startup+1.50046 s]
/proc/loadavg: 0.96 1.29 2.36 5/314 4824
/proc/meminfo: memFree=13630144/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=25748 CPUtime=1.49 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 4286 0 0 0 149 0 0 0 25 0 1 0 608881076 26365952 2876 33554432000 4194304 4254575 140734050075136 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 6437 2876 232 15 0 3080 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25748

[startup+3.10017 s]
/proc/loadavg: 0.96 1.29 2.36 5/314 4824
/proc/meminfo: memFree=13620100/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=30232 CPUtime=3.09 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 4917 0 0 0 309 0 0 0 25 0 1 0 608881076 30957568 3492 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 7558 3492 232 15 0 4201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30232

[startup+6.30058 s]
/proc/loadavg: 1.21 1.34 2.37 5/314 4824
/proc/meminfo: memFree=13598024/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=25876 CPUtime=6.28 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 7467 0 0 0 628 0 0 0 25 0 1 0 608881076 26497024 3193 33554432000 4194304 4254575 140734050075136 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 6469 3193 232 15 0 3112 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25876

[startup+12.7004 s]
/proc/loadavg: 1.43 1.38 2.38 5/314 4824
/proc/meminfo: memFree=13579984/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=27552 CPUtime=12.69 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 12460 0 0 0 1268 1 0 0 25 0 1 0 608881076 28213248 3567 33554432000 4194304 4254575 140734050075136 18446744073709551615 4210218 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 6888 3567 232 15 0 3531 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27552

[startup+25.501 s]
/proc/loadavg: 2.00 1.51 2.41 5/314 4825
/proc/meminfo: memFree=13521464/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=46276 CPUtime=25.49 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 19981 0 0 0 2547 2 0 0 25 0 1 0 608881076 47386624 8042 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 11569 8042 232 15 0 8212 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46276

[startup+51.1003 s]
/proc/loadavg: 2.68 1.71 2.45 5/314 4825
/proc/meminfo: memFree=13445636/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=64948 CPUtime=51.08 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 29994 0 0 0 5105 3 0 0 25 0 1 0 608881076 66506752 12966 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216540 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 16237 12966 232 15 0 12880 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 64948

[startup+102.311 s]
/proc/loadavg: 3.52 2.11 2.54 5/314 4827
/proc/meminfo: memFree=13343564/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=90892 CPUtime=102.3 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 36438 0 0 0 10226 4 0 0 25 0 1 0 608881076 93073408 19316 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 22723 19316 232 15 0 19366 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 90892

[startup+162.301 s]
/proc/loadavg: 3.81 2.42 2.62 5/314 4828
/proc/meminfo: memFree=13460476/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=65468 CPUtime=162.29 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 37595 0 0 0 16224 5 0 0 25 0 1 0 608881076 67039232 11380 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 16367 11380 232 15 0 13010 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 65468

[startup+222.301 s]
/proc/loadavg: 3.93 2.71 2.70 5/314 4830
/proc/meminfo: memFree=13331992/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=95832 CPUtime=222.29 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 43604 0 0 0 22223 6 0 0 25 0 1 0 608881076 98131968 17256 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216771 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 23958 17256 232 15 0 20601 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 95832

[startup+282.3 s]
/proc/loadavg: 4.05 2.96 2.79 5/314 4831
/proc/meminfo: memFree=13244416/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=114688 CPUtime=282.29 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 46644 0 0 0 28222 7 0 0 25 0 1 0 608881076 117440512 20269 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 28672 20269 232 15 0 25315 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 114688

[startup+342.3 s]
/proc/loadavg: 4.09 3.16 2.86 5/314 4833
/proc/meminfo: memFree=13160564/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=114688 CPUtime=342.29 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 50816 0 0 0 34222 7 0 0 25 0 1 0 608881076 117440512 24360 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 28672 24360 232 15 0 25315 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 114688

[startup+402.3 s]
/proc/loadavg: 4.18 3.34 2.94 5/314 4835
/proc/meminfo: memFree=13350004/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=114688 CPUtime=402.29 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 51882 0 0 0 40222 7 0 0 25 0 1 0 608881076 117440512 25404 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216704 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 28672 25404 232 15 0 25315 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 114688

[startup+462.3 s]
/proc/loadavg: 4.06 3.46 3.01 5/314 4836
/proc/meminfo: memFree=13279428/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=114688 CPUtime=462.29 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 51882 0 0 0 46222 7 0 0 25 0 1 0 608881076 117440512 25404 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 28672 25404 232 15 0 25315 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 114688

[startup+522.301 s]
/proc/loadavg: 4.17 3.60 3.08 5/314 4838
/proc/meminfo: memFree=13148320/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=114688 CPUtime=522.3 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 51882 0 0 0 52223 7 0 0 25 0 1 0 608881076 117440512 25404 33554432000 4194304 4254575 140734050075136 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 28672 25404 232 15 0 25315 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 114688

[startup+582.301 s]
/proc/loadavg: 4.06 3.67 3.14 5/314 4839
/proc/meminfo: memFree=13130692/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=114688 CPUtime=582.3 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 51908 0 0 0 58223 7 0 0 25 0 1 0 608881076 117440512 25430 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 28672 25430 232 15 0 25315 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 114688

[startup+642.301 s]
/proc/loadavg: 4.05 3.74 3.20 5/314 4841
/proc/meminfo: memFree=13081932/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=114688 CPUtime=642.31 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 51908 0 0 0 64224 7 0 0 25 0 1 0 608881076 117440512 25430 33554432000 4194304 4254575 140734050075136 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 28672 25430 232 15 0 25315 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 114688

[startup+702.301 s]
/proc/loadavg: 4.06 3.80 3.25 5/314 4843
/proc/meminfo: memFree=13247060/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=126952 CPUtime=702.31 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 53430 0 0 0 70223 8 0 0 25 0 1 0 608881076 129998848 26938 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216999 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 31738 26938 232 15 0 28381 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 126952

[startup+762.311 s]
/proc/loadavg: 4.02 3.84 3.29 5/314 4844
/proc/meminfo: memFree=13151908/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=126952 CPUtime=762.31 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 53964 0 0 0 76223 8 0 0 25 0 1 0 608881076 129998848 27464 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216960 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 31738 27464 232 15 0 28381 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 126952

[startup+822.3 s]
/proc/loadavg: 4.01 3.86 3.33 5/314 4846
/proc/meminfo: memFree=13093980/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=126952 CPUtime=822.31 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 53964 0 0 0 82223 8 0 0 25 0 1 0 608881076 129998848 27464 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 31738 27464 232 15 0 28381 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 126952

[startup+882.3 s]
/proc/loadavg: 4.04 3.90 3.38 5/314 4847
/proc/meminfo: memFree=12988808/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=126952 CPUtime=882.31 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 53964 0 0 0 88223 8 0 0 25 0 1 0 608881076 129998848 27464 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216507 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 31738 27464 232 15 0 28381 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 126952

[startup+942.3 s]
/proc/loadavg: 4.10 3.94 3.42 5/314 4849
/proc/meminfo: memFree=13275852/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=126952 CPUtime=942.31 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 71294 0 0 0 94220 11 0 0 25 0 1 0 608881076 129998848 28470 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 31738 28470 232 15 0 28381 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 126952

[startup+1002.3 s]
/proc/loadavg: 4.10 3.98 3.47 5/314 4851
/proc/meminfo: memFree=13199188/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=126952 CPUtime=1002.31 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 71294 0 0 0 100220 11 0 0 25 0 1 0 608881076 129998848 28470 33554432000 4194304 4254575 140734050075136 18446744073709551615 4222981 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 31738 28470 232 15 0 28381 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 126952

[startup+1062.3 s]
/proc/loadavg: 4.08 3.99 3.50 5/314 4852
/proc/meminfo: memFree=13100944/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=126952 CPUtime=1062.32 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 71294 0 0 0 106221 11 0 0 25 0 1 0 608881076 129998848 28470 33554432000 4194304 4254575 140734050075136 18446744073709551615 4223171 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 31738 28470 232 15 0 28381 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 126952

[startup+1122.3 s]
/proc/loadavg: 4.03 3.99 3.53 5/314 4854
/proc/meminfo: memFree=13028364/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=134024 CPUtime=1122.32 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 73115 0 0 0 112220 12 0 0 25 0 1 0 608881076 137240576 30238 33554432000 4194304 4254575 140734050075136 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 33506 30238 232 15 0 30149 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 134024

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.56 5/314 4855
/proc/meminfo: memFree=12962620/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=134024 CPUtime=1182.33 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 73115 0 0 0 118221 12 0 0 25 0 1 0 608881076 137240576 30238 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216986 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 33506 30238 232 15 0 30149 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 134024

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.58 5/314 4857
/proc/meminfo: memFree=13263788/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=127520 CPUtime=1242.33 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 91503 0 0 0 124217 16 0 0 25 0 1 0 608881076 130580480 28300 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 31880 28300 232 15 0 28523 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 127520



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.60 5/315 4860
/proc/meminfo: memFree=13200260/32951124 swapFree=66050672/67111528
[pid=4807] ppid=4805 vsize=157868 CPUtime=1300.03 cores=1,3
/proc/4807/stat : 4807 (cir_minisat) R 4805 4807 4116 0 -1 4202496 102472 0 0 0 129986 17 0 0 25 0 1 0 608881076 161656832 31527 33554432000 4194304 4254575 140734050075136 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4807/statm: 39467 31527 232 15 0 36110 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 157868

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.87
CPU system time (s): 0.182972
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 207188

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

runsolver used 3.66344 second user time and 8.44971 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-09 22:27:12
IDJOB=3348726
IDBENCH=83410
IDSOLVER=1810
FILE ID=node135/3348726-1304972832
RUNJOBID= node135-1304972832-4783
PBS_JOBID= 13285615
Free space on /tmp= 46516 MiB

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

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=239858130

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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:      13672984 kB
Buffers:        165748 kB
Cached:        4465436 kB
SwapCached:      50364 kB
Active:        9469644 kB
Inactive:      9578132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13672984 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            3144 kB
Writeback:           0 kB
AnonPages:    14371484 kB
Mapped:          18768 kB
Slab:           120952 kB
PageTables:      47184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57067360 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 46512 MiB
End job on node135 at 2011-05-09 22:48:54