Trace number 3289964

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_10_keyfind_1.cnf
MD5SUMf35f3aee72237c1bf3d673feb4883756
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 variables8080
Number of clauses96704
Sum of the clauses size539496
Maximum clause length8
Minimum clause length1
Number of clauses of size 1336
Number of clauses of size 21152
Number of clauses of size 315040
Number of clauses of size 42944
Number of clauses of size 518432
Number of clauses of size over 558800

Solver Data

1.69/1.75	c main():: ***                                   [ march satisfiability solver ]                                   ***
1.69/1.75	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
1.69/1.75	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
1.69/1.75	c main()::
1.69/1.75	c initFormula():: searching for DIMACS p-line....
1.69/1.75	c full lookahead due to high density!
1.69/1.75	c initFormula():: the DIMACS p-line indicates a CNF of 8080 variables and 96704 clauses.
1.69/1.75	c parseCNF():: parsing....
1.69/1.75	c parseCNF():: the CNF contains 336 unary clauses.
1.69/1.75	c runParser():: parsing was successful, warming up engines...
1.69/1.75	c find_and_remove_tautogolies():: found and removed 832 tautologies
1.69/1.75	c simplify_formula():: removed 0 tautological, 2832 satisfied and 0 duplicate clauses
1.69/1.75	c preprocessing fase I completed:: there are now 6912 free variables and 93872 clauses.
1.69/1.75	c find_equivalence():: found 3152 3-equivalences
1.69/1.75	c find_equivalence():: found 1152 5-equivalences
1.69/1.75	c find_and_remove_tautogolies():: found and removed 2736 tautologies
1.69/1.75	c shorten_equivalence(): average equivalence length reduced from 11.238520 to 9.169643
1.69/1.75	c using k-SAT heuristics (size based diff)
1.69/1.75	c simplify_formula():: removed 0 tautological, 31040 satisfied and 0 duplicate clauses
1.69/1.75	c simplify_formula():: removed 0 tautological, 0 satisfied and 4755 duplicate clauses
1.69/1.75	c resolvent_look() :: found 222929 resolvents
1.69/1.75	c main():: clause / variable ratio: ( 316801 / 8080 ) = 39.21
1.69/1.75	c longest clause has size 8
1.69/1.75	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.69/1.75	c number of free variables = 4176
1.69/1.75	c dynamic_preselect_setsize :: off
1.69/1.75	c main():: all systems go!
1.69/1.75	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-3289964-1303791538/watcher-3289964-1303791538 -o /tmp/evaluation-result-3289964-1303791538/solver-3289964-1303791538 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3289964-1303791538.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.74 3.95 3.91 3/184 11599
/proc/meminfo: memFree=17969628/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=8548 CPUtime=0 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4194304 622 0 0 0 0 0 0 0 21 0 1 0 490751716 8753152 566 33554432000 4194304 4300876 140736009093216 18446744073709551615 271550537472 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 2137 567 113 27 0 586 0

[startup+0.0867489 s]
/proc/loadavg: 3.74 3.95 3.91 3/184 11599
/proc/meminfo: memFree=17969628/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=11584 CPUtime=0.08 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4194304 1478 0 0 0 8 0 0 0 21 0 1 0 490751716 11862016 1422 33554432000 4194304 4300876 140736009093216 18446744073709551615 271550537472 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 2896 1423 113 27 0 1345 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11584

[startup+0.100746 s]
/proc/loadavg: 3.74 3.95 3.91 3/184 11599
/proc/meminfo: memFree=17969628/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=17104 CPUtime=0.09 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4194304 1915 0 0 0 9 0 0 0 21 0 1 0 490751716 17514496 1858 33554432000 4194304 4300876 140736009093216 18446744073709551615 4242215 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 4276 1858 118 27 0 2725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17104

[startup+0.300724 s]
/proc/loadavg: 3.74 3.95 3.91 3/184 11599
/proc/meminfo: memFree=17969628/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=18628 CPUtime=0.29 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 11518 0 0 0 28 1 0 0 22 0 1 0 490751716 19075072 2327 33554432000 4194304 4300876 140736009093216 18446744073709551615 271550563434 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 4657 2327 150 27 0 3106 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18628

[startup+0.700636 s]
/proc/loadavg: 3.74 3.95 3.91 3/184 11599
/proc/meminfo: memFree=17969628/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=25524 CPUtime=0.69 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 15693 0 0 0 67 2 0 0 24 0 1 0 490751716 26136576 3935 33554432000 4194304 4300876 140736009093216 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 6381 3935 151 27 0 4830 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25524

[startup+1.50049 s]
/proc/loadavg: 3.74 3.95 3.91 5/194 11615
/proc/meminfo: memFree=17934272/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=82784 CPUtime=1.49 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 36779 0 0 0 144 5 0 0 25 0 1 0 490751716 84770816 12630 33554432000 4194304 4300876 140736009093216 18446744073709551615 4242240 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 20696 12630 160 27 0 19145 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82784

[startup+3.1002 s]
/proc/loadavg: 3.74 3.95 3.91 5/194 11615
/proc/meminfo: memFree=17897320/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=87940 CPUtime=3.09 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 49107 0 0 0 302 7 0 0 25 0 1 0 490751716 90050560 15216 33554432000 4194304 4300876 140736009093216 18446744073709551615 4200079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 21985 15216 173 27 0 20434 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87940

[startup+6.30062 s]
/proc/loadavg: 3.76 3.95 3.91 5/194 11615
/proc/meminfo: memFree=17893684/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=88072 CPUtime=6.3 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 49153 0 0 0 623 7 0 0 25 0 1 0 490751716 90185728 15262 33554432000 4194304 4300876 140736009093216 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 22018 15262 173 27 0 20467 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 88072

[startup+12.7005 s]
/proc/loadavg: 3.78 3.95 3.91 5/194 11615
/proc/meminfo: memFree=17890548/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=88444 CPUtime=12.7 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 49205 0 0 0 1263 7 0 0 25 0 1 0 490751716 90566656 15314 33554432000 4194304 4300876 140736009093216 18446744073709551615 4225414 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 22111 15314 173 27 0 20560 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 88444

[startup+25.5001 s]
/proc/loadavg: 3.83 3.95 3.91 5/194 11615
/proc/meminfo: memFree=17888856/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=89072 CPUtime=25.5 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 49301 0 0 0 2543 7 0 0 25 0 1 0 490751716 91209728 15410 33554432000 4194304 4300876 140736009093216 18446744073709551615 271549932560 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 22268 15410 173 27 0 20717 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 89072

[startup+51.1005 s]
/proc/loadavg: 3.89 3.95 3.91 5/194 11616
/proc/meminfo: memFree=17884060/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=90492 CPUtime=51.1 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 49510 0 0 0 5103 7 0 0 25 0 1 0 490751716 92663808 15619 33554432000 4194304 4300876 140736009093216 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 22623 15619 173 27 0 21072 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 90492

[startup+102.306 s]
/proc/loadavg: 3.99 3.97 3.91 5/194 11617
/proc/meminfo: memFree=17871160/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=93944 CPUtime=102.3 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 50498 0 0 0 10223 7 0 0 25 0 1 0 490751716 96198656 16607 33554432000 4194304 4300876 140736009093216 18446744073709551615 4199754 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 23486 16607 173 27 0 21935 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 93944

[startup+162.3 s]
/proc/loadavg: 4.04 3.99 3.92 5/194 11619
/proc/meminfo: memFree=17858996/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=95668 CPUtime=162.3 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 50990 0 0 0 16223 7 0 0 25 0 1 0 490751716 97964032 17099 33554432000 4194304 4300876 140736009093216 18446744073709551615 4216486 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 23917 17099 173 27 0 22366 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 95668

[startup+222.3 s]
/proc/loadavg: 4.07 4.00 3.93 5/194 11621
/proc/meminfo: memFree=17848052/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=98256 CPUtime=222.3 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 51487 0 0 0 22223 7 0 0 25 0 1 0 490751716 100614144 17596 33554432000 4194304 4300876 140736009093216 18446744073709551615 4200062 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 24564 17596 173 27 0 23013 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 98256

[startup+282.3 s]
/proc/loadavg: 4.15 4.03 3.94 5/194 11622
/proc/meminfo: memFree=17837484/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=102136 CPUtime=282.3 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 51964 0 0 0 28223 7 0 0 25 0 1 0 490751716 104587264 18073 33554432000 4194304 4300876 140736009093216 18446744073709551615 4216562 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 25534 18073 173 27 0 23983 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 102136

[startup+342.301 s]
/proc/loadavg: 4.20 4.06 3.95 5/194 11624
/proc/meminfo: memFree=17826064/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=102136 CPUtime=342.3 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 52435 0 0 0 34223 7 0 0 25 0 1 0 490751716 104587264 18544 33554432000 4194304 4300876 140736009093216 18446744073709551615 4199783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 25534 18544 173 27 0 23983 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 102136

[startup+402.301 s]
/proc/loadavg: 4.14 4.06 3.95 5/194 11625
/proc/meminfo: memFree=17815240/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=107956 CPUtime=402.3 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 52891 0 0 0 40223 7 0 0 25 0 1 0 490751716 110546944 19000 33554432000 4194304 4300876 140736009093216 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 26989 19000 173 27 0 25438 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 107956

[startup+462.301 s]
/proc/loadavg: 4.27 4.10 3.97 5/194 11627
/proc/meminfo: memFree=17803812/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=107956 CPUtime=462.3 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 53373 0 0 0 46223 7 0 0 25 0 1 0 490751716 110546944 19482 33554432000 4194304 4300876 140736009093216 18446744073709551615 4199736 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 26989 19482 173 27 0 25438 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 107956

[startup+522.301 s]
/proc/loadavg: 4.17 4.09 3.97 5/194 11629
/proc/meminfo: memFree=17792620/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=107956 CPUtime=522.31 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 53833 0 0 0 52223 8 0 0 25 0 1 0 490751716 110546944 19942 33554432000 4194304 4300876 140736009093216 18446744073709551615 271550234080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 26989 19942 173 27 0 25438 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 107956

[startup+582.301 s]
/proc/loadavg: 4.32 4.13 4.00 5/194 11630
/proc/meminfo: memFree=17781820/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=116688 CPUtime=582.31 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 54303 0 0 0 58223 8 0 0 25 0 1 0 490751716 119488512 20412 33554432000 4194304 4300876 140736009093216 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 29172 20412 173 27 0 27621 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 116688

[startup+642.301 s]
/proc/loadavg: 4.18 4.12 4.00 5/194 11632
/proc/meminfo: memFree=17771512/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=116688 CPUtime=642.32 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 54769 0 0 0 64224 8 0 0 25 0 1 0 490751716 119488512 20878 33554432000 4194304 4300876 140736009093216 18446744073709551615 271550234105 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 29172 20878 173 27 0 27621 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 116688

[startup+702.3 s]
/proc/loadavg: 4.24 4.14 4.01 5/194 11633
/proc/meminfo: memFree=17760076/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=116688 CPUtime=702.31 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 55220 0 0 0 70223 8 0 0 25 0 1 0 490751716 119488512 21329 33554432000 4194304 4300876 140736009093216 18446744073709551615 4230498 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 29172 21329 173 27 0 27621 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 116688

[startup+762.306 s]
/proc/loadavg: 4.23 4.15 4.02 5/194 11635
/proc/meminfo: memFree=17748516/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=116688 CPUtime=762.32 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 55693 0 0 0 76224 8 0 0 25 0 1 0 490751716 119488512 21802 33554432000 4194304 4300876 140736009093216 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 29172 21802 173 27 0 27621 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 116688

[startup+822.3 s]
/proc/loadavg: 4.12 4.13 4.02 5/194 11637
/proc/meminfo: memFree=17738444/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=116688 CPUtime=822.31 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 56139 0 0 0 82223 8 0 0 25 0 1 0 490751716 119488512 22248 33554432000 4194304 4300876 140736009093216 18446744073709551615 4199783 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 29172 22248 173 27 0 27621 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 116688

[startup+882.3 s]
/proc/loadavg: 4.11 4.12 4.02 5/194 11638
/proc/meminfo: memFree=17727504/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=129784 CPUtime=882.31 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 56547 0 0 0 88223 8 0 0 25 0 1 0 490751716 132898816 22656 33554432000 4194304 4300876 140736009093216 18446744073709551615 4230628 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 32446 22656 173 27 0 30895 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 129784

[startup+942.301 s]
/proc/loadavg: 4.08 4.11 4.01 5/194 11640
/proc/meminfo: memFree=17716952/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=129784 CPUtime=942.31 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 56967 0 0 0 94223 8 0 0 25 0 1 0 490751716 132898816 23076 33554432000 4194304 4300876 140736009093216 18446744073709551615 4199966 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 32446 23076 173 27 0 30895 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 129784

[startup+1002.3 s]
/proc/loadavg: 4.11 4.10 4.01 5/194 11641
/proc/meminfo: memFree=17705008/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=129784 CPUtime=1002.32 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 57384 0 0 0 100223 9 0 0 25 0 1 0 490751716 132898816 23493 33554432000 4194304 4300876 140736009093216 18446744073709551615 4230591 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 32446 23493 173 27 0 30895 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 129784

[startup+1062.3 s]
/proc/loadavg: 4.04 4.08 4.01 5/194 11643
/proc/meminfo: memFree=17694080/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=129784 CPUtime=1062.32 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 57797 0 0 0 106223 9 0 0 25 0 1 0 490751716 132898816 23906 33554432000 4194304 4300876 140736009093216 18446744073709551615 4216554 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 32446 23906 173 27 0 30895 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 129784

[startup+1122.3 s]
/proc/loadavg: 4.05 4.08 4.01 5/194 11645
/proc/meminfo: memFree=17683392/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=129784 CPUtime=1122.33 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 58214 0 0 0 112224 9 0 0 25 0 1 0 490751716 132898816 24323 33554432000 4194304 4300876 140736009093216 18446744073709551615 4248630 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 32446 24323 173 27 0 30895 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 129784

[startup+1182.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/194 11646
/proc/meminfo: memFree=17672704/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=129784 CPUtime=1182.33 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 58627 0 0 0 118224 9 0 0 25 0 1 0 490751716 132898816 24736 33554432000 4194304 4300876 140736009093216 18446744073709551615 271549932667 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 32446 24736 173 27 0 30895 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 129784

[startup+1242.3 s]
/proc/loadavg: 4.02 4.06 4.00 5/194 11648
/proc/meminfo: memFree=17660772/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=129784 CPUtime=1242.33 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 59038 0 0 0 124224 9 0 0 25 0 1 0 490751716 132898816 25147 33554432000 4194304 4300876 140736009093216 18446744073709551615 4264836 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 32446 25147 173 27 0 30895 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 129784



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.06 4.00 4/193 11650
/proc/meminfo: memFree=17708012/32951124 swapFree=67111528/67111528
[pid=11599] ppid=11597 vsize=129784 CPUtime=1300.03 cores=1,3
/proc/11599/stat : 11599 (march_rw) R 11597 11599 10690 0 -1 4202496 59436 0 0 0 129994 9 0 0 25 0 1 0 490751716 132898816 25545 33554432000 4194304 4300876 140736009093216 18446744073709551615 4199736 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11599/statm: 32446 25545 173 27 0 30895 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 129784

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): 1300.05
CPU user time (s): 1299.95
CPU system time (s): 0.101984
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 129784

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

runsolver used 2.15467 second user time and 4.94025 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
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:      17970040 kB
Buffers:       2176820 kB
Cached:       12175444 kB
SwapCached:          0 kB
Active:        8427964 kB
Inactive:      5990772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17970040 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3516 kB
Writeback:           0 kB
AnonPages:       65892 kB
Mapped:          14888 kB
Slab:           498060 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   213564 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