Trace number 3348725

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) 1299.54 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

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

running on 2 cores: 4,6

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/310 4817
/proc/meminfo: memFree=13664892/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=19484 CPUtime=0 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 603 0 0 0 0 0 0 0 22 0 1 0 608881083 19951616 536 33554432000 4194304 4254575 140733958373776 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 4871 536 229 15 0 1514 0

[startup+0.104031 s]
/proc/loadavg: 0.96 1.29 2.36 4/310 4817
/proc/meminfo: memFree=13664892/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=19880 CPUtime=0.1 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 887 0 0 0 10 0 0 0 22 0 1 0 608881083 20357120 809 33554432000 4194304 4254575 140733958373776 18446744073709551615 4237267 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 4970 809 230 15 0 1613 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 19880

[startup+0.201019 s]
/proc/loadavg: 0.96 1.29 2.36 4/310 4817
/proc/meminfo: memFree=13664892/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=16828 CPUtime=0.19 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 1427 0 0 0 19 0 0 0 23 0 1 0 608881083 17231872 802 33554432000 4194304 4254575 140733958373776 18446744073709551615 4209788 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 4207 802 231 15 0 850 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16828

[startup+0.300992 s]
/proc/loadavg: 0.96 1.29 2.36 4/310 4817
/proc/meminfo: memFree=13664892/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=19520 CPUtime=0.29 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 2104 0 0 0 29 0 0 0 23 0 1 0 608881083 19988480 1465 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216631 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 4880 1465 231 15 0 1523 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19520

[startup+0.700918 s]
/proc/loadavg: 0.96 1.29 2.36 4/310 4817
/proc/meminfo: memFree=13664892/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=19520 CPUtime=0.69 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 2175 0 0 0 69 0 0 0 25 0 1 0 608881083 19988480 1535 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 4880 1535 231 15 0 1523 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19520

[startup+1.50077 s]
/proc/loadavg: 0.96 1.29 2.36 6/314 4824
/proc/meminfo: memFree=13630020/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=21184 CPUtime=1.49 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 2608 0 0 0 149 0 0 0 25 0 1 0 608881083 21692416 1950 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 5296 1950 231 15 0 1939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21184

[startup+3.10048 s]
/proc/loadavg: 1.21 1.34 2.37 5/314 4824
/proc/meminfo: memFree=13618984/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=23944 CPUtime=3.09 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 2899 0 0 0 309 0 0 0 25 0 1 0 608881083 24518656 2241 33554432000 4194304 4254575 140733958373776 18446744073709551615 4222809 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 5986 2241 231 15 0 2629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23944

[startup+6.30088 s]
/proc/loadavg: 1.21 1.34 2.37 5/314 4824
/proc/meminfo: memFree=13597776/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=23944 CPUtime=6.29 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 3328 0 0 0 629 0 0 0 25 0 1 0 608881083 24518656 2652 33554432000 4194304 4254575 140733958373776 18446744073709551615 4209134 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 5986 2652 231 15 0 2629 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23944

[startup+12.7007 s]
/proc/loadavg: 1.64 1.42 2.39 5/314 4824
/proc/meminfo: memFree=13581100/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=26696 CPUtime=12.68 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 4027 0 0 0 1268 0 0 0 25 0 1 0 608881083 27336704 3330 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 6674 3330 233 15 0 3317 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26696

[startup+25.5003 s]
/proc/loadavg: 2.00 1.51 2.41 5/314 4825
/proc/meminfo: memFree=13521340/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=29444 CPUtime=25.46 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 4750 0 0 0 2546 0 0 0 25 0 1 0 608881083 30150656 4017 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216810 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/4817/statm: 7361 4017 233 15 0 4004 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 29444

[startup+51.1006 s]
/proc/loadavg: 2.68 1.71 2.45 5/314 4825
/proc/meminfo: memFree=13445636/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=34292 CPUtime=51.01 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 6491 0 0 0 5100 1 0 0 25 0 1 0 608881083 35115008 4636 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 8573 4636 233 15 0 5216 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 34292

[startup+102.301 s]
/proc/loadavg: 3.52 2.11 2.54 5/314 4827
/proc/meminfo: memFree=13342820/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=39104 CPUtime=102.08 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 10150 0 0 0 10207 1 0 0 25 0 1 0 608881083 40042496 5968 33554432000 4194304 4254575 140733958373776 18446744073709551615 4212536 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 9776 5968 233 15 0 6419 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 39104

[startup+162.301 s]
/proc/loadavg: 3.81 2.42 2.62 5/314 4828
/proc/meminfo: memFree=13459484/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=41784 CPUtime=161.88 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 14503 0 0 0 16186 2 0 0 25 0 1 0 608881083 42786816 7100 33554432000 4194304 4254575 140733958373776 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 10446 7100 233 15 0 7089 0
Current children cumulated CPU time (s) 161.88
Current children cumulated vsize (KiB) 41784

[startup+222.312 s]
/proc/loadavg: 3.93 2.73 2.71 5/314 4830
/proc/meminfo: memFree=13331248/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=51652 CPUtime=221.78 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 15882 0 0 0 22176 2 0 0 25 0 1 0 608881083 52891648 8449 33554432000 4194304 4254575 140733958373776 18446744073709551615 4217011 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 12913 8449 233 15 0 9556 0
Current children cumulated CPU time (s) 221.78
Current children cumulated vsize (KiB) 51652

[startup+282.301 s]
/proc/loadavg: 4.05 2.96 2.79 5/314 4831
/proc/meminfo: memFree=13244292/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=51652 CPUtime=281.78 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 15936 0 0 0 28176 2 0 0 25 0 1 0 608881083 52891648 8503 33554432000 4194304 4254575 140733958373776 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 12913 8503 233 15 0 9556 0
Current children cumulated CPU time (s) 281.78
Current children cumulated vsize (KiB) 51652

[startup+342.301 s]
/proc/loadavg: 4.08 3.17 2.87 5/314 4833
/proc/meminfo: memFree=13160564/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=56072 CPUtime=341.78 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 17293 0 0 0 34176 2 0 0 25 0 1 0 608881083 57417728 9818 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 14018 9818 233 15 0 10661 0
Current children cumulated CPU time (s) 341.78
Current children cumulated vsize (KiB) 56072

[startup+402.301 s]
/proc/loadavg: 4.18 3.34 2.94 5/314 4835
/proc/meminfo: memFree=13349384/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=51652 CPUtime=401.79 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 28952 0 0 0 40173 6 0 0 25 0 1 0 608881083 52891648 7933 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 12913 7933 233 15 0 9556 0
Current children cumulated CPU time (s) 401.79
Current children cumulated vsize (KiB) 51652

[startup+462.3 s]
/proc/loadavg: 4.06 3.46 3.01 5/314 4836
/proc/meminfo: memFree=13278560/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=56072 CPUtime=461.79 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 35791 0 0 0 46172 7 0 0 25 0 1 0 608881083 57417728 10673 33554432000 4194304 4254575 140733958373776 18446744073709551615 4209640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 14018 10673 233 15 0 10661 0
Current children cumulated CPU time (s) 461.79
Current children cumulated vsize (KiB) 56072

[startup+522.3 s]
/proc/loadavg: 4.17 3.60 3.08 5/314 4838
/proc/meminfo: memFree=13147452/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=58920 CPUtime=521.78 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 45866 0 0 0 52170 8 0 0 25 0 1 0 608881083 60334080 10675 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216573 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 14730 10675 233 15 0 11373 0
Current children cumulated CPU time (s) 521.78
Current children cumulated vsize (KiB) 58920

[startup+582.3 s]
/proc/loadavg: 4.06 3.67 3.14 5/314 4839
/proc/meminfo: memFree=13130568/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=59172 CPUtime=581.78 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 45868 0 0 0 58170 8 0 0 25 0 1 0 608881083 60592128 10677 33554432000 4194304 4254575 140733958373776 18446744073709551615 4212109 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 14793 10677 233 15 0 11436 0
Current children cumulated CPU time (s) 581.78
Current children cumulated vsize (KiB) 59172

[startup+642.301 s]
/proc/loadavg: 4.06 3.74 3.19 5/314 4841
/proc/meminfo: memFree=13082676/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=59172 CPUtime=641.79 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 45938 0 0 0 64171 8 0 0 25 0 1 0 608881083 60592128 10745 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 14793 10745 233 15 0 11436 0
Current children cumulated CPU time (s) 641.79
Current children cumulated vsize (KiB) 59172

[startup+702.301 s]
/proc/loadavg: 4.06 3.80 3.25 5/314 4843
/proc/meminfo: memFree=13247060/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=63524 CPUtime=701.79 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 47387 0 0 0 70170 9 0 0 25 0 1 0 608881083 65048576 12152 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216960 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 15881 12152 233 15 0 12524 0
Current children cumulated CPU time (s) 701.79
Current children cumulated vsize (KiB) 63524

[startup+762.301 s]
/proc/loadavg: 4.02 3.84 3.29 5/314 4844
/proc/meminfo: memFree=13151784/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=66244 CPUtime=761.8 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 51684 0 0 0 76171 9 0 0 25 0 1 0 608881083 67833856 13084 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 16561 13084 233 15 0 13204 0
Current children cumulated CPU time (s) 761.8
Current children cumulated vsize (KiB) 66244

[startup+822.301 s]
/proc/loadavg: 4.01 3.86 3.33 5/314 4846
/proc/meminfo: memFree=13093980/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=66244 CPUtime=821.79 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 51819 0 0 0 82170 9 0 0 25 0 1 0 608881083 67833856 13218 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 16561 13218 233 15 0 13204 0
Current children cumulated CPU time (s) 821.79
Current children cumulated vsize (KiB) 66244

[startup+882.312 s]
/proc/loadavg: 4.04 3.90 3.38 5/314 4847
/proc/meminfo: memFree=12988560/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=66244 CPUtime=881.8 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 51819 0 0 0 88171 9 0 0 25 0 1 0 608881083 67833856 13218 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 16561 13218 233 15 0 13204 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 66244

[startup+942.301 s]
/proc/loadavg: 4.10 3.94 3.42 5/314 4849
/proc/meminfo: memFree=13275604/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=66244 CPUtime=941.8 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 51819 0 0 0 94171 9 0 0 25 0 1 0 608881083 67833856 13218 33554432000 4194304 4254575 140733958373776 18446744073709551615 4217011 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 16561 13218 233 15 0 13204 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 66244

[startup+1002.3 s]
/proc/loadavg: 4.10 3.98 3.47 5/314 4851
/proc/meminfo: memFree=13199064/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=63652 CPUtime=1001.81 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 55363 0 0 0 100170 11 0 0 25 0 1 0 608881083 65179648 12570 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216558 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 15913 12570 233 15 0 12556 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 63652

[startup+1062.3 s]
/proc/loadavg: 4.08 3.99 3.50 5/314 4852
/proc/meminfo: memFree=13100572/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=73680 CPUtime=1061.81 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 56031 0 0 0 106170 11 0 0 25 0 1 0 608881083 75448320 13227 33554432000 4194304 4254575 140733958373776 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 18420 13227 233 15 0 15063 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 73680

[startup+1122.3 s]
/proc/loadavg: 4.03 3.99 3.53 5/314 4854
/proc/meminfo: memFree=13027992/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=73680 CPUtime=1121.81 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 56031 0 0 0 112170 11 0 0 25 0 1 0 608881083 75448320 13227 33554432000 4194304 4254575 140733958373776 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 18420 13227 233 15 0 15063 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 73680

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.56 5/314 4855
/proc/meminfo: memFree=12962248/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=73680 CPUtime=1181.81 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 56031 0 0 0 118170 11 0 0 25 0 1 0 608881083 75448320 13227 33554432000 4194304 4254575 140733958373776 18446744073709551615 4218915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 18420 13227 233 15 0 15063 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 73680

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.58 5/314 4857
/proc/meminfo: memFree=13263664/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=73680 CPUtime=1241.82 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 57843 0 0 0 124170 12 0 0 25 0 1 0 608881083 75448320 14994 33554432000 4194304 4254575 140733958373776 18446744073709551615 4216986 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 18420 14994 233 15 0 15063 0
Current children cumulated CPU time (s) 1241.82
Current children cumulated vsize (KiB) 73680



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.60 3/312 4861
/proc/meminfo: memFree=13401908/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=73680 CPUtime=1299.53 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 57843 0 0 0 129941 12 0 0 25 0 1 0 608881083 75448320 14994 33554432000 4194304 4254575 140733958373776 18446744073709551615 4222750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 18420 14994 233 15 0 15063 0
Current children cumulated CPU time (s) 1299.53
Current children cumulated vsize (KiB) 73680

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.60 3/312 4861
/proc/meminfo: memFree=13401908/32951124 swapFree=66050672/67111528
[pid=4817] ppid=4815 vsize=73680 CPUtime=1299.53 cores=4,6
/proc/4817/stat : 4817 (cir_minisat) R 4815 4817 4116 0 -1 4202496 57843 0 0 0 129941 12 0 0 25 0 1 0 608881083 75448320 14994 33554432000 4194304 4254575 140733958373776 18446744073709551615 4222750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4817/statm: 18420 14994 233 15 0 15063 0
Current children cumulated CPU time (s) 1299.53
Current children cumulated vsize (KiB) 73680

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.54
CPU user time (s): 1299.41
CPU system time (s): 0.123981
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 77740

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

runsolver used 4.15937 second user time and 8.81666 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-09 22:27:12
IDJOB=3348725
IDBENCH=83412
IDSOLVER=1810
FILE ID=node135/3348725-1304972832
RUNJOBID= node135-1304972832-4782
PBS_JOBID= 13285615
Free space on /tmp= 46512 MiB

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

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
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:      13665296 kB
Buffers:        165776 kB
Cached:        4468124 kB
SwapCached:      50364 kB
Active:        9475584 kB
Inactive:      9580088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13665296 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            5472 kB
Writeback:           0 kB
AnonPages:    14376528 kB
Mapped:          18768 kB
Slab:           121212 kB
PageTables:      47572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57096404 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= 46516 MiB
End job on node135 at 2011-05-09 22:48:54