Trace number 3348727

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

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

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: 0.96 1.29 2.36 4/302 4801
/proc/meminfo: memFree=13674836/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=19676 CPUtime=0 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 817 0 0 0 0 0 0 0 23 0 1 0 608881075 20148224 733 33554432000 4194304 4254575 140733726574176 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 4919 733 212 15 0 1562 0

[startup+0.023272 s]
/proc/loadavg: 0.96 1.29 2.36 4/302 4801
/proc/meminfo: memFree=13674836/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=20388 CPUtime=0.01 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 1133 0 0 0 1 0 0 0 23 0 1 0 608881075 20877312 1027 33554432000 4194304 4254575 140733726574176 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 5097 1028 230 15 0 1740 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20388

[startup+0.100278 s]
/proc/loadavg: 0.96 1.29 2.36 4/302 4801
/proc/meminfo: memFree=13674836/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=20908 CPUtime=0.09 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 1364 0 0 0 9 0 0 0 23 0 1 0 608881075 21409792 1255 33554432000 4194304 4254575 140733726574176 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 5227 1255 231 15 0 1870 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20908

[startup+0.300218 s]
/proc/loadavg: 0.96 1.29 2.36 4/302 4801
/proc/meminfo: memFree=13674836/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=21612 CPUtime=0.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 1842 0 0 0 29 0 0 0 25 0 1 0 608881075 22130688 1724 33554432000 4194304 4254575 140733726574176 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 5403 1724 231 15 0 2046 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21612

[startup+0.700146 s]
/proc/loadavg: 0.96 1.29 2.36 4/302 4801
/proc/meminfo: memFree=13674836/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=22284 CPUtime=0.69 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 3095 0 0 0 69 0 0 0 25 0 1 0 608881075 22818816 2004 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 5571 2004 232 15 0 2214 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22284

[startup+1.501 s]
/proc/loadavg: 0.96 1.29 2.36 5/314 4824
/proc/meminfo: memFree=13631012/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=30132 CPUtime=1.49 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 6045 0 0 0 149 0 0 0 25 0 1 0 608881075 30855168 3657 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216960 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 7533 3657 232 15 0 4176 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30132

[startup+3.10071 s]
/proc/loadavg: 0.96 1.29 2.36 5/314 4824
/proc/meminfo: memFree=13620224/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=34556 CPUtime=3.08 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 7633 0 0 0 308 0 0 0 25 0 1 0 608881075 35385344 5190 33554432000 4194304 4254575 140733726574176 18446744073709551615 4210154 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 8639 5190 232 15 0 5282 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34556

[startup+6.30111 s]
/proc/loadavg: 1.21 1.34 2.37 6/314 4824
/proc/meminfo: memFree=13598024/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=38976 CPUtime=6.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 9024 0 0 0 628 1 0 0 25 0 1 0 608881075 39911424 6522 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216995 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 9744 6522 232 15 0 6387 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38976

[startup+12.7009 s]
/proc/loadavg: 1.43 1.38 2.38 5/314 4824
/proc/meminfo: memFree=13579488/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=41936 CPUtime=12.69 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 15404 0 0 0 1267 2 0 0 25 0 1 0 608881075 42942464 7003 33554432000 4194304 4254575 140733726574176 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 10484 7003 232 15 0 7127 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41936

[startup+25.5006 s]
/proc/loadavg: 2.00 1.51 2.41 5/314 4825
/proc/meminfo: memFree=13521588/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=60624 CPUtime=25.49 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 22726 0 0 0 2546 3 0 0 25 0 1 0 608881075 62078976 10959 33554432000 4194304 4254575 140733726574176 18446744073709551615 4237608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 15156 10959 232 15 0 11799 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60624

[startup+51.1008 s]
/proc/loadavg: 2.68 1.71 2.45 5/314 4825
/proc/meminfo: memFree=13445636/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=79480 CPUtime=51.09 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 31946 0 0 0 5105 4 0 0 25 0 1 0 608881075 81387520 14785 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216558 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 19870 14785 232 15 0 16513 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79480

[startup+102.311 s]
/proc/loadavg: 3.52 2.11 2.54 5/314 4827
/proc/meminfo: memFree=13343812/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=89272 CPUtime=102.3 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 44320 0 0 0 10224 6 0 0 25 0 1 0 608881075 91414528 18338 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216735 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 22318 18338 232 15 0 18961 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89272

[startup+162.3 s]
/proc/loadavg: 3.81 2.42 2.62 5/314 4828
/proc/meminfo: memFree=13460600/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=104784 CPUtime=162.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 47771 0 0 0 16223 6 0 0 25 0 1 0 608881075 107298816 21759 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 26196 21759 232 15 0 22839 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 104784

[startup+222.301 s]
/proc/loadavg: 3.93 2.71 2.70 6/314 4830
/proc/meminfo: memFree=13331992/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=104784 CPUtime=222.3 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 48910 0 0 0 22223 7 0 0 25 0 1 0 608881075 107298816 22880 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216991 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 26196 22880 232 15 0 22839 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 104784

[startup+282.301 s]
/proc/loadavg: 4.05 2.96 2.79 6/314 4831
/proc/meminfo: memFree=13244416/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=104784 CPUtime=282.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 86126 0 0 0 28217 12 0 0 25 0 1 0 608881075 107298816 22979 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216491 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 26196 22979 232 15 0 22839 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 104784

[startup+342.301 s]
/proc/loadavg: 4.09 3.16 2.86 5/314 4833
/proc/meminfo: memFree=13160564/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=104784 CPUtime=342.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 94660 0 0 0 34216 13 0 0 25 0 1 0 608881075 107298816 22979 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 26196 22979 232 15 0 22839 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 104784

[startup+402.301 s]
/proc/loadavg: 4.18 3.34 2.94 5/314 4835
/proc/meminfo: memFree=13350128/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=111856 CPUtime=402.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 105592 0 0 0 40215 14 0 0 25 0 1 0 608881075 114540544 24758 33554432000 4194304 4254575 140733726574176 18446744073709551615 4209760 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 27964 24758 232 15 0 24607 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 111856

[startup+462.301 s]
/proc/loadavg: 4.06 3.46 3.01 5/314 4836
/proc/meminfo: memFree=13279428/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=93168 CPUtime=462.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 128593 0 0 0 46210 19 0 0 25 0 1 0 608881075 95404032 19061 33554432000 4194304 4254575 140733726574176 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 23292 19061 232 15 0 19935 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 93168

[startup+522.301 s]
/proc/loadavg: 4.17 3.60 3.08 5/314 4838
/proc/meminfo: memFree=13148320/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=172836 CPUtime=522.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 146532 0 0 0 52208 21 0 0 25 0 1 0 608881075 176984064 36924 33554432000 4194304 4254575 140733726574176 18446744073709551615 4217025 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 43209 36924 232 15 0 39852 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 172836

[startup+582.3 s]
/proc/loadavg: 4.06 3.67 3.14 5/314 4839
/proc/meminfo: memFree=13130816/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=123516 CPUtime=582.3 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 167870 0 0 0 58205 25 0 0 25 0 1 0 608881075 126480384 27672 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 30879 27672 232 15 0 27522 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 123516

[startup+642.3 s]
/proc/loadavg: 4.05 3.74 3.20 6/314 4841
/proc/meminfo: memFree=13081932/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=130588 CPUtime=642.3 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 197646 0 0 0 64201 29 0 0 25 0 1 0 608881075 133722112 29440 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216802 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 32647 29440 232 15 0 29290 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 130588

[startup+702.3 s]
/proc/loadavg: 4.06 3.80 3.25 5/314 4843
/proc/meminfo: memFree=13247184/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=130588 CPUtime=702.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 248276 0 0 0 70192 37 0 0 25 0 1 0 608881075 133722112 29441 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216779 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 32647 29441 232 15 0 29290 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 130588

[startup+762.311 s]
/proc/loadavg: 4.02 3.84 3.29 5/314 4844
/proc/meminfo: memFree=13151908/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=172904 CPUtime=762.31 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 280458 0 0 0 76187 44 0 0 25 0 1 0 608881075 177053696 34883 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 43226 34883 232 15 0 39869 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 172904

[startup+822.301 s]
/proc/loadavg: 4.01 3.86 3.33 6/314 4846
/proc/meminfo: memFree=13094104/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=172904 CPUtime=822.3 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 280555 0 0 0 82186 44 0 0 25 0 1 0 608881075 177053696 34979 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 43226 34979 232 15 0 39869 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 172904

[startup+882.301 s]
/proc/loadavg: 4.04 3.90 3.38 5/314 4847
/proc/meminfo: memFree=12988808/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=222224 CPUtime=882.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 293121 0 0 0 88182 47 0 0 25 0 1 0 608881075 227557376 47499 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 55556 47499 232 15 0 52199 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 222224

[startup+942.301 s]
/proc/loadavg: 4.10 3.94 3.42 5/314 4849
/proc/meminfo: memFree=13275852/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=172904 CPUtime=942.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 302951 0 0 0 94179 50 0 0 25 0 1 0 608881075 177053696 35303 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 43226 35303 232 15 0 39869 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 172904

[startup+1002.3 s]
/proc/loadavg: 4.10 3.98 3.47 5/314 4851
/proc/meminfo: memFree=13199188/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=172904 CPUtime=1002.3 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 313326 0 0 0 100178 52 0 0 25 0 1 0 608881075 177053696 35303 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216838 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 43226 35303 232 15 0 39869 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 172904

[startup+1062.3 s]
/proc/loadavg: 4.08 3.99 3.50 5/314 4852
/proc/meminfo: memFree=13100944/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=222224 CPUtime=1062.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 342095 0 0 0 106173 56 0 0 25 0 1 0 608881075 227557376 43967 33554432000 4194304 4254575 140733726574176 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 55556 43967 232 15 0 52199 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 222224

[startup+1122.3 s]
/proc/loadavg: 4.03 3.99 3.53 5/314 4854
/proc/meminfo: memFree=13028488/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=253044 CPUtime=1122.3 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 368238 0 0 0 112168 62 0 0 25 0 1 0 608881075 259117056 48187 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216817 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 63261 48187 232 15 0 59904 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 253044

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.56 5/314 4855
/proc/meminfo: memFree=12962620/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=253044 CPUtime=1182.29 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 401435 0 0 0 118161 68 0 0 25 0 1 0 608881075 259117056 53301 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 63261 53301 232 15 0 59904 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 253044

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.58 5/314 4857
/proc/meminfo: memFree=13263912/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=172904 CPUtime=1242.3 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 410430 0 0 0 124160 70 0 0 25 0 1 0 608881075 177053696 35316 33554432000 4194304 4254575 140733726574176 18446744073709551615 4217014 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 43226 35316 232 15 0 39869 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 172904



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.60 5/314 4859
/proc/meminfo: memFree=13135912/32951124 swapFree=66050672/67111528
[pid=4801] ppid=4799 vsize=172904 CPUtime=1300.01 cores=5,7
/proc/4801/stat : 4801 (cir_minisat) R 4799 4801 4116 0 -1 4202496 419481 0 0 0 129930 71 0 0 25 0 1 0 608881075 177053696 35316 33554432000 4194304 4254575 140733726574176 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/4801/statm: 43226 35316 232 15 0 39869 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 172904

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.02
CPU user time (s): 1299.3
CPU system time (s): 0.71989
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 253044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.3
system time used= 0.71989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2073

runsolver used 3.75343 second user time and 9.2186 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-09 22:27:12
IDJOB=3348727
IDBENCH=83408
IDSOLVER=1810
FILE ID=node135/3348727-1304972832
RUNJOBID= node135-1304972832-4784
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_3_keyfind_1.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348727-1304972832/watcher-3348727-1304972832 -o /tmp/evaluation-result-3348727-1304972832/solver-3348727-1304972832 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348727-1304972832.cnf

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
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:      13675116 kB
Buffers:        165740 kB
Cached:        4464280 kB
SwapCached:      50364 kB
Active:        9467584 kB
Inactive:      9578140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13675116 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            1980 kB
Writeback:           0 kB
AnonPages:    14370320 kB
Mapped:          18380 kB
Slab:           120952 kB
PageTables:      47184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57045472 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