Trace number 3290010

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
march_rw 2011-03-02? (TO) 1299.98 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_4_keyfind_1.cnf
MD5SUM07ea67092ce3fd4529e72f69434e3f99
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 variables1808
Number of clauses9968
Sum of the clauses size39152
Maximum clause length5
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2320
Number of clauses of size 33904
Number of clauses of size 41344
Number of clauses of size 54256
Number of clauses of size over 50

Solver Data

0.00/0.05	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.05	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.05	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.05	c main()::
0.00/0.05	c initFormula():: searching for DIMACS p-line....
0.00/0.05	c initFormula():: the DIMACS p-line indicates a CNF of 1808 variables and 9968 clauses.
0.00/0.05	c parseCNF():: parsing....
0.00/0.05	c parseCNF():: the CNF contains 144 unary clauses.
0.00/0.05	c runParser():: parsing was successful, warming up engines...
0.00/0.05	c find_and_remove_tautogolies():: found and removed 256 tautologies
0.00/0.05	c simplify_formula():: removed 0 tautological, 976 satisfied and 0 duplicate clauses
0.00/0.05	c preprocessing fase I completed:: there are now 1408 free variables and 8992 clauses.
0.00/0.05	c find_equivalence():: found 576 3-equivalences
0.00/0.05	c find_equivalence():: found 256 5-equivalences
0.00/0.05	c find_and_remove_tautogolies():: found and removed 528 tautologies
0.00/0.05	c shorten_equivalence(): average equivalence length reduced from 9.736842 to 9.657895
0.00/0.05	c using k-SAT heuristics (size based diff)
0.00/0.05	c simplify_formula():: removed 0 tautological, 6400 satisfied and 0 duplicate clauses
0.00/0.05	c simplify_formula():: removed 0 tautological, 0 satisfied and 1758 duplicate clauses
0.00/0.05	c resolvent_look() :: found 11836 resolvents
0.00/0.05	c main():: clause / variable ratio: ( 20828 / 1808 ) = 11.52
0.00/0.05	c longest clause has size 5
0.00/0.05	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.05	c number of free variables = 880
0.00/0.05	c dynamic_preselect_setsize :: off
0.00/0.05	c main():: all systems go!
0.00/0.05	c |----------------------------------------------------------------|

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: 935)

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-3290010-1303791538/watcher-3290010-1303791538 -o /tmp/evaluation-result-3290010-1303791538/solver-3290010-1303791538 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3290010-1303791538.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: 3.74 3.95 3.91 5/187 11603
/proc/meminfo: memFree=17967852/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=6752 CPUtime=0 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4194304 288 0 0 0 0 0 0 0 23 0 1 0 490751716 6914048 232 33554432000 4194304 4300876 140735526021328 18446744073709551615 271550198469 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 1688 233 113 27 0 137 0

[startup+0.090421 s]
/proc/loadavg: 3.74 3.95 3.91 5/187 11603
/proc/meminfo: memFree=17967852/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=12892 CPUtime=0.08 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 2681 0 0 0 8 0 0 0 23 0 1 0 490751716 13201408 1208 33554432000 4194304 4300876 140735526021328 18446744073709551615 4199783 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 3223 1208 171 27 0 1672 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12892

[startup+0.100409 s]
/proc/loadavg: 3.74 3.95 3.91 5/187 11603
/proc/meminfo: memFree=17967852/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=12892 CPUtime=0.09 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 2717 0 0 0 9 0 0 0 23 0 1 0 490751716 13201408 1244 33554432000 4194304 4300876 140735526021328 18446744073709551615 4250917 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 3223 1244 171 27 0 1672 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12892

[startup+0.300385 s]
/proc/loadavg: 3.74 3.95 3.91 5/187 11603
/proc/meminfo: memFree=17967852/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=13024 CPUtime=0.29 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 2760 0 0 0 29 0 0 0 25 0 1 0 490751716 13336576 1287 33554432000 4194304 4300876 140735526021328 18446744073709551615 4199783 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 3256 1287 171 27 0 1705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13024

[startup+0.70031 s]
/proc/loadavg: 3.74 3.95 3.91 5/187 11603
/proc/meminfo: memFree=17967852/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=13024 CPUtime=0.69 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 2771 0 0 0 69 0 0 0 25 0 1 0 490751716 13336576 1298 33554432000 4194304 4300876 140735526021328 18446744073709551615 4199783 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 3256 1298 171 27 0 1705 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13024

[startup+1.50012 s]
/proc/loadavg: 3.74 3.95 3.91 6/194 11615
/proc/meminfo: memFree=17934024/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=13164 CPUtime=1.49 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 2788 0 0 0 149 0 0 0 25 0 1 0 490751716 13479936 1315 33554432000 4194304 4300876 140735526021328 18446744073709551615 4264735 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11603/statm: 3291 1315 171 27 0 1740 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13164

[startup+3.10086 s]
/proc/loadavg: 3.74 3.95 3.91 6/194 11615
/proc/meminfo: memFree=17897320/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=13300 CPUtime=3.08 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 2818 0 0 0 308 0 0 0 25 0 1 0 490751716 13619200 1345 33554432000 4194304 4300876 140735526021328 18446744073709551615 4199772 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 3325 1345 171 27 0 1774 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13300

[startup+6.30028 s]
/proc/loadavg: 3.76 3.95 3.91 6/194 11615
/proc/meminfo: memFree=17893684/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=13604 CPUtime=6.28 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 2900 0 0 0 628 0 0 0 25 0 1 0 490751716 13930496 1427 33554432000 4194304 4300876 140735526021328 18446744073709551615 4281344 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 3401 1427 171 27 0 1850 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13604

[startup+12.7001 s]
/proc/loadavg: 3.78 3.95 3.91 6/194 11615
/proc/meminfo: memFree=17890548/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=13756 CPUtime=12.68 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 2955 0 0 0 1268 0 0 0 25 0 1 0 490751716 14086144 1482 33554432000 4194304 4300876 140735526021328 18446744073709551615 4214270 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 3439 1482 171 27 0 1888 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13756

[startup+25.5008 s]
/proc/loadavg: 3.83 3.95 3.91 6/194 11615
/proc/meminfo: memFree=17888856/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=14324 CPUtime=25.48 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 3045 0 0 0 2548 0 0 0 25 0 1 0 490751716 14667776 1572 33554432000 4194304 4300876 140735526021328 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 3581 1572 171 27 0 2030 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14324

[startup+51.1001 s]
/proc/loadavg: 3.89 3.95 3.91 6/194 11616
/proc/meminfo: memFree=17884060/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=15600 CPUtime=51.08 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 3233 0 0 0 5108 0 0 0 25 0 1 0 490751716 15974400 1760 33554432000 4194304 4300876 140735526021328 18446744073709551615 4230655 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 3900 1760 171 27 0 2349 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15600

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 3.91 6/194 11617
/proc/meminfo: memFree=17871160/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=16752 CPUtime=102.29 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 3593 0 0 0 10229 0 0 0 25 0 1 0 490751716 17154048 2120 33554432000 4194304 4300876 140735526021328 18446744073709551615 4230672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 4188 2120 171 27 0 2637 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 16752

[startup+162.301 s]
/proc/loadavg: 4.04 3.99 3.92 6/194 11619
/proc/meminfo: memFree=17858996/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=18476 CPUtime=162.27 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 4021 0 0 0 16227 0 0 0 25 0 1 0 490751716 18919424 2548 33554432000 4194304 4300876 140735526021328 18446744073709551615 4230704 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 4619 2548 171 27 0 3068 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 18476

[startup+222.301 s]
/proc/loadavg: 4.07 4.00 3.93 6/194 11621
/proc/meminfo: memFree=17848052/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=21196 CPUtime=222.28 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 4484 0 0 0 22227 1 0 0 25 0 1 0 490751716 21704704 3011 33554432000 4194304 4300876 140735526021328 18446744073709551615 4231188 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 5299 3011 171 27 0 3748 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 21196

[startup+282.3 s]
/proc/loadavg: 4.15 4.03 3.94 6/194 11622
/proc/meminfo: memFree=17837484/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=25076 CPUtime=282.28 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 4920 0 0 0 28227 1 0 0 25 0 1 0 490751716 25677824 3447 33554432000 4194304 4300876 140735526021328 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 6269 3447 171 27 0 4718 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 25076

[startup+342.3 s]
/proc/loadavg: 4.20 4.06 3.95 6/194 11624
/proc/meminfo: memFree=17826064/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=25076 CPUtime=342.28 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 5310 0 0 0 34227 1 0 0 25 0 1 0 490751716 25677824 3837 33554432000 4194304 4300876 140735526021328 18446744073709551615 4230628 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 6269 3837 171 27 0 4718 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 25076

[startup+402.3 s]
/proc/loadavg: 4.14 4.06 3.95 6/194 11625
/proc/meminfo: memFree=17815240/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=25076 CPUtime=402.28 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 5715 0 0 0 40227 1 0 0 25 0 1 0 490751716 25677824 4242 33554432000 4194304 4300876 140735526021328 18446744073709551615 4231216 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 6269 4242 171 27 0 4718 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 25076

[startup+462.3 s]
/proc/loadavg: 4.27 4.10 3.97 6/194 11627
/proc/meminfo: memFree=17803812/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=30896 CPUtime=462.27 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 6180 0 0 0 46226 1 0 0 25 0 1 0 490751716 31637504 4707 33554432000 4194304 4300876 140735526021328 18446744073709551615 4199955 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 7724 4707 171 27 0 6173 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 30896

[startup+522.301 s]
/proc/loadavg: 4.17 4.09 3.97 6/194 11629
/proc/meminfo: memFree=17792620/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=30896 CPUtime=522.27 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 6630 0 0 0 52226 1 0 0 25 0 1 0 490751716 31637504 5157 33554432000 4194304 4300876 140735526021328 18446744073709551615 4231172 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 7724 5157 171 27 0 6173 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 30896

[startup+582.301 s]
/proc/loadavg: 4.32 4.13 4.00 6/194 11630
/proc/meminfo: memFree=17781820/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=30896 CPUtime=582.27 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 7111 0 0 0 58226 1 0 0 25 0 1 0 490751716 31637504 5638 33554432000 4194304 4300876 140735526021328 18446744073709551615 4276334 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 7724 5638 171 27 0 6173 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 30896

[startup+642.301 s]
/proc/loadavg: 4.18 4.12 4.00 6/194 11632
/proc/meminfo: memFree=17771512/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=39760 CPUtime=642.28 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 7535 0 0 0 64226 2 0 0 25 0 1 0 490751716 40714240 6062 33554432000 4194304 4300876 140735526021328 18446744073709551615 4230628 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 9940 6062 171 27 0 8389 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 39760

[startup+702.301 s]
/proc/loadavg: 4.24 4.14 4.01 6/194 11633
/proc/meminfo: memFree=17760076/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=39760 CPUtime=702.28 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 8002 0 0 0 70226 2 0 0 25 0 1 0 490751716 40714240 6529 33554432000 4194304 4300876 140735526021328 18446744073709551615 4289329 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 9940 6529 171 27 0 8389 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 39760

[startup+762.307 s]
/proc/loadavg: 4.23 4.15 4.02 6/194 11635
/proc/meminfo: memFree=17748516/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=39760 CPUtime=762.28 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 8569 0 0 0 76226 2 0 0 25 0 1 0 490751716 40714240 7096 33554432000 4194304 4300876 140735526021328 18446744073709551615 4230605 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 9940 7096 171 27 0 8389 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 39760

[startup+822.301 s]
/proc/loadavg: 4.12 4.13 4.02 6/194 11637
/proc/meminfo: memFree=17738444/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=39760 CPUtime=822.28 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 9046 0 0 0 82226 2 0 0 25 0 1 0 490751716 40714240 7573 33554432000 4194304 4300876 140735526021328 18446744073709551615 4199792 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 9940 7573 171 27 0 8389 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 39760

[startup+882.301 s]
/proc/loadavg: 4.11 4.12 4.02 6/194 11638
/proc/meminfo: memFree=17727504/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=52856 CPUtime=882.27 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 9485 0 0 0 88225 2 0 0 25 0 1 0 490751716 54124544 8012 33554432000 4194304 4300876 140735526021328 18446744073709551615 4264702 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 13214 8012 171 27 0 11663 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 52856

[startup+942.3 s]
/proc/loadavg: 4.08 4.11 4.01 6/194 11640
/proc/meminfo: memFree=17716952/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=52856 CPUtime=942.27 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 9921 0 0 0 94225 2 0 0 25 0 1 0 490751716 54124544 8448 33554432000 4194304 4300876 140735526021328 18446744073709551615 4225187 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 13214 8448 171 27 0 11663 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 52856

[startup+1002.3 s]
/proc/loadavg: 4.11 4.10 4.01 6/194 11641
/proc/meminfo: memFree=17705008/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=52856 CPUtime=1002.27 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 10362 0 0 0 100225 2 0 0 25 0 1 0 490751716 54124544 8889 33554432000 4194304 4300876 140735526021328 18446744073709551615 4199738 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 13214 8889 171 27 0 11663 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 52856

[startup+1062.3 s]
/proc/loadavg: 4.04 4.08 4.01 6/194 11643
/proc/meminfo: memFree=17694080/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=52856 CPUtime=1062.27 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 10865 0 0 0 106225 2 0 0 25 0 1 0 490751716 54124544 9392 33554432000 4194304 4300876 140735526021328 18446744073709551615 4234695 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 13214 9392 171 27 0 11663 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 52856

[startup+1122.3 s]
/proc/loadavg: 4.05 4.08 4.01 6/194 11645
/proc/meminfo: memFree=17683392/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=52856 CPUtime=1122.27 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 11310 0 0 0 112225 2 0 0 25 0 1 0 490751716 54124544 9837 33554432000 4194304 4300876 140735526021328 18446744073709551615 4230552 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 13214 9837 171 27 0 11663 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 52856

[startup+1182.3 s]
/proc/loadavg: 4.06 4.08 4.01 6/194 11646
/proc/meminfo: memFree=17672704/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=52856 CPUtime=1182.27 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 11688 0 0 0 118225 2 0 0 25 0 1 0 490751716 54124544 10215 33554432000 4194304 4300876 140735526021328 18446744073709551615 4264163 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 13214 10215 171 27 0 11663 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 52856

[startup+1242.3 s]
/proc/loadavg: 4.02 4.06 4.00 6/194 11648
/proc/meminfo: memFree=17660772/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=52856 CPUtime=1242.27 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 12039 0 0 0 124225 2 0 0 25 0 1 0 490751716 54124544 10566 33554432000 4194304 4300876 140735526021328 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 13214 10566 171 27 0 11663 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 52856



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.06 4.00 5/193 11650
/proc/meminfo: memFree=17708012/32951124 swapFree=67111528/67111528
[pid=11603] ppid=11601 vsize=52856 CPUtime=1299.97 cores=5,7
/proc/11603/stat : 11603 (march_rw) R 11601 11603 10690 0 -1 4202496 12417 0 0 0 129995 2 0 0 25 0 1 0 490751716 54124544 10944 33554432000 4194304 4300876 140735526021328 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11603/statm: 13214 10944 171 27 0 11663 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 52856

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.01
CPU time (s): 1299.98
CPU user time (s): 1299.95
CPU system time (s): 0.029995
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 52856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12417
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= 3
involuntary context switches= 1464

runsolver used 2.18767 second user time and 4.31334 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-26 06:18:58
IDJOB=3290010
IDBENCH=83416
IDSOLVER=1561
FILE ID=node133/3290010-1303791538
RUNJOBID= node133-1303791538-11575
PBS_JOBID= 13157247
Free space on /tmp= 71984 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_4_keyfind_1.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290010-1303791538/watcher-3290010-1303791538 -o /tmp/evaluation-result-3290010-1303791538/solver-3290010-1303791538 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3290010-1303791538.cnf

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
RANDOM SEED=652141119

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17968380 kB
Buffers:       2176824 kB
Cached:       12175828 kB
SwapCached:          0 kB
Active:        8430080 kB
Inactive:      5990672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17968380 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3904 kB
Writeback:           0 kB
AnonPages:       67832 kB
Mapped:          14888 kB
Slab:           498060 kB
PageTables:       5320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   224356 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= 71984 MiB
End job on node133 at 2011-04-26 06:40:40