Trace number 3288768

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.01 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

Solver Data

1.39/1.49	c main():: ***                                   [ march satisfiability solver ]                                   ***
1.39/1.49	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
1.39/1.49	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
1.39/1.49	c main()::
1.39/1.49	c initFormula():: searching for DIMACS p-line....
1.39/1.49	c initFormula():: the DIMACS p-line indicates a CNF of 62686 variables and 210488 clauses.
1.39/1.49	c parseCNF():: parsing....
1.39/1.49	c parseCNF():: the CNF contains 1 unary clauses.
1.39/1.49	c runParser():: parsing was successful, warming up engines...
1.39/1.49	c find_and_remove_tautogolies():: found and removed 1707 tautologies
1.39/1.49	c find_and_remove_tautogolies():: found and removed 23 tautologies
1.39/1.49	c simplify_formula():: removed 48 tautological, 16665 satisfied and 0 duplicate clauses
1.39/1.49	c preprocessing fase I completed:: there are now 58916 free variables and 193775 clauses.
1.39/1.49	c find_equivalence():: found 14628 3-equivalences
1.39/1.49	c find_and_remove_tautogolies():: found and removed 4148 tautologies
1.39/1.49	c find_and_remove_tautogolies():: found and removed 544 tautologies
1.39/1.49	c find_and_remove_tautogolies():: found and removed 4554 tautologies
1.39/1.49	c shorten_equivalence(): average equivalence length reduced from 3.846154 to 3.846154
1.39/1.49	c using k-SAT heuristics (size based diff)
1.39/1.49	c simplify_formula():: removed 0 tautological, 58512 satisfied and 0 duplicate clauses
1.39/1.49	c simplify_formula():: removed 0 tautological, 0 satisfied and 6814 duplicate clauses
1.39/1.49	c main():: clause / variable ratio: ( 160150 / 62686 ) = 2.55
1.39/1.49	c longest clause has size 42
1.39/1.49	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.39/1.49	c number of free variables = 49670
1.39/1.49	c dynamic_preselect_setsize :: off
1.39/1.49	c main():: all systems go!
1.39/1.49	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-3288768-1303786522/watcher-3288768-1303786522 -o /tmp/evaluation-result-3288768-1303786522/solver-3288768-1303786522 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3288768-1303786522.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.21 3.83 3.94 4/183 10450
/proc/meminfo: memFree=14716300/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=14084 CPUtime=0 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4194304 1793 0 0 0 0 0 0 0 23 0 1 0 490252919 14422016 1738 33554432000 4194304 4300876 140736475881904 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 3521 1743 110 27 0 1970 0

[startup+0.0416511 s]
/proc/loadavg: 3.21 3.83 3.94 4/183 10450
/proc/meminfo: memFree=14716300/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=17332 CPUtime=0.03 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4194304 2714 0 0 0 3 0 0 0 23 0 1 0 490252919 17747968 2659 33554432000 4194304 4300876 140736475881904 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 4333 2660 113 27 0 2782 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17332

[startup+0.100628 s]
/proc/loadavg: 3.21 3.83 3.94 4/183 10450
/proc/meminfo: memFree=14716300/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=20500 CPUtime=0.09 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4194304 3611 0 0 0 9 0 0 0 23 0 1 0 490252919 20992000 3556 33554432000 4194304 4300876 140736475881904 18446744073709551615 222921437893 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 5125 3557 113 27 0 3574 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20500

[startup+0.300589 s]
/proc/loadavg: 3.21 3.83 3.94 4/183 10450
/proc/meminfo: memFree=14716300/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=42588 CPUtime=0.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4194304 13895 0 0 0 27 2 0 0 25 0 1 0 490252919 43610112 7163 33554432000 4194304 4300876 140736475881904 18446744073709551615 4239745 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 10647 7163 129 27 0 9096 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42588

[startup+0.700518 s]
/proc/loadavg: 3.21 3.83 3.94 4/183 10450
/proc/meminfo: memFree=14716300/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=47716 CPUtime=0.69 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 35588 0 0 0 64 5 0 0 25 0 1 0 490252919 48861184 8511 33554432000 4194304 4300876 140736475881904 18446744073709551615 4240283 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 11929 8511 143 27 0 10378 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47716

[startup+1.50038 s]
/proc/loadavg: 3.21 3.83 3.94 6/190 10463
/proc/meminfo: memFree=14567352/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=136512 CPUtime=1.49 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 74920 0 0 0 140 9 0 0 25 0 1 0 490252919 139788288 16333 33554432000 4194304 4300876 140736475881904 18446744073709551615 4199772 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 34128 16333 229 27 0 32577 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136512

[startup+3.10108 s]
/proc/loadavg: 3.21 3.83 3.94 5/190 10463
/proc/meminfo: memFree=14460916/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=145508 CPUtime=3.1 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 77676 0 0 0 300 10 0 0 25 0 1 0 490252919 149000192 19029 33554432000 4194304 4300876 140736475881904 18446744073709551615 4261363 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 36377 19029 171 27 0 34826 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 145508

[startup+6.3005 s]
/proc/loadavg: 3.27 3.84 3.94 5/190 10463
/proc/meminfo: memFree=14276784/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=152256 CPUtime=6.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 79124 0 0 0 619 10 0 0 25 0 1 0 490252919 155910144 20477 33554432000 4194304 4300876 140736475881904 18446744073709551615 4225192 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 38064 20477 171 27 0 36513 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152256

[startup+12.7003 s]
/proc/loadavg: 3.33 3.84 3.94 5/190 10463
/proc/meminfo: memFree=13934224/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=156236 CPUtime=12.69 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 80358 0 0 0 1259 10 0 0 25 0 1 0 490252919 159985664 21711 33554432000 4194304 4300876 140736475881904 18446744073709551615 4230554 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 39059 21711 171 27 0 37508 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 156236

[startup+25.501 s]
/proc/loadavg: 3.48 3.85 3.94 5/190 10463
/proc/meminfo: memFree=13659744/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=157720 CPUtime=25.49 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 80749 0 0 0 2538 11 0 0 25 0 1 0 490252919 161505280 22102 33554432000 4194304 4300876 140736475881904 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 39430 22102 171 27 0 37879 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157720

[startup+51.1003 s]
/proc/loadavg: 3.65 3.86 3.94 5/190 10464
/proc/meminfo: memFree=13638368/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=159404 CPUtime=51.08 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 81176 0 0 0 5097 11 0 0 25 0 1 0 490252919 163229696 22529 33554432000 4194304 4300876 140736475881904 18446744073709551615 4231504 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 39851 22529 171 27 0 38300 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 159404

[startup+102.307 s]
/proc/loadavg: 3.91 3.89 3.95 5/190 10465
/proc/meminfo: memFree=13630544/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=161524 CPUtime=102.3 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 81709 0 0 0 10218 12 0 0 25 0 1 0 490252919 165400576 23062 33554432000 4194304 4300876 140736475881904 18446744073709551615 4214407 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 40381 23062 171 27 0 38830 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 161524

[startup+162.301 s]
/proc/loadavg: 4.00 3.92 3.95 5/190 10467
/proc/meminfo: memFree=13625244/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=164048 CPUtime=162.28 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 82340 0 0 0 16216 12 0 0 25 0 1 0 490252919 167985152 23693 33554432000 4194304 4300876 140736475881904 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 41012 23693 171 27 0 39461 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 164048

[startup+222.301 s]
/proc/loadavg: 4.00 3.93 3.95 5/190 10468
/proc/meminfo: memFree=13623120/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=165616 CPUtime=222.28 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 82684 0 0 0 22216 12 0 0 25 0 1 0 490252919 169590784 24037 33554432000 4194304 4300876 140736475881904 18446744073709551615 4225163 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 41404 24037 171 27 0 39853 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 165616

[startup+282.301 s]
/proc/loadavg: 4.04 3.96 3.96 5/190 10470
/proc/meminfo: memFree=13620868/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=167592 CPUtime=282.28 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 83110 0 0 0 28216 12 0 0 25 0 1 0 490252919 171614208 24463 33554432000 4194304 4300876 140736475881904 18446744073709551615 222921473579 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 41898 24463 171 27 0 40347 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 167592

[startup+342.301 s]
/proc/loadavg: 4.01 3.96 3.96 5/190 10481
/proc/meminfo: memFree=13618844/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=167592 CPUtime=342.28 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 83166 0 0 0 34216 12 0 0 25 0 1 0 490252919 171614208 24519 33554432000 4194304 4300876 140736475881904 18446744073709551615 4250880 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 41898 24519 171 27 0 40347 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 167592

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.96 5/190 10482
/proc/meminfo: memFree=13618080/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=167856 CPUtime=402.28 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 83315 0 0 0 40216 12 0 0 25 0 1 0 490252919 171884544 24668 33554432000 4194304 4300876 140736475881904 18446744073709551615 4230959 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 41964 24668 171 27 0 40413 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 167856

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.96 5/190 10484
/proc/meminfo: memFree=13616216/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=170288 CPUtime=462.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 83766 0 0 0 46216 13 0 0 25 0 1 0 490252919 174374912 25119 33554432000 4194304 4300876 140736475881904 18446744073709551615 4250880 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 42572 25119 171 27 0 41021 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 170288

[startup+522.301 s]
/proc/loadavg: 4.07 3.99 3.96 5/190 10488
/proc/meminfo: memFree=13615188/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=170288 CPUtime=522.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 83834 0 0 0 52216 13 0 0 25 0 1 0 490252919 174374912 25187 33554432000 4194304 4300876 140736475881904 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 42572 25187 171 27 0 41021 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 170288

[startup+582.301 s]
/proc/loadavg: 4.02 3.99 3.96 5/190 10490
/proc/meminfo: memFree=13614352/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=170288 CPUtime=582.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 83898 0 0 0 58216 13 0 0 25 0 1 0 490252919 174374912 25251 33554432000 4194304 4300876 140736475881904 18446744073709551615 4275768 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 42572 25251 171 27 0 41021 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 170288

[startup+642.301 s]
/proc/loadavg: 4.09 4.00 3.97 5/190 10492
/proc/meminfo: memFree=13612716/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=171836 CPUtime=642.3 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 84041 0 0 0 64217 13 0 0 25 0 1 0 490252919 175960064 25394 33554432000 4194304 4300876 140736475881904 18446744073709551615 4231521 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 42959 25394 171 27 0 41408 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 171836

[startup+702.301 s]
/proc/loadavg: 4.03 4.00 3.97 5/190 10493
/proc/meminfo: memFree=13611584/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=172104 CPUtime=702.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 84176 0 0 0 70216 13 0 0 25 0 1 0 490252919 176234496 25529 33554432000 4194304 4300876 140736475881904 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 43026 25529 171 27 0 41475 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 172104

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.97 5/190 10495
/proc/meminfo: memFree=13610696/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=172500 CPUtime=762.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 84339 0 0 0 76216 13 0 0 25 0 1 0 490252919 176640000 25692 33554432000 4194304 4300876 140736475881904 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 43125 25692 171 27 0 41574 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 172500

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/190 10496
/proc/meminfo: memFree=13610056/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=172632 CPUtime=822.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 84451 0 0 0 82216 13 0 0 25 0 1 0 490252919 176775168 25804 33554432000 4194304 4300876 140736475881904 18446744073709551615 4214499 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 43158 25804 171 27 0 41607 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 172632

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/190 10498
/proc/meminfo: memFree=13609912/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=172896 CPUtime=882.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 84557 0 0 0 88216 13 0 0 25 0 1 0 490252919 177045504 25910 33554432000 4194304 4300876 140736475881904 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 43224 25910 171 27 0 41673 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 172896

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.97 5/190 10500
/proc/meminfo: memFree=13608036/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=174752 CPUtime=942.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 84650 0 0 0 94216 13 0 0 25 0 1 0 490252919 178946048 26003 33554432000 4194304 4300876 140736475881904 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 43688 26003 171 27 0 42137 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 174752

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/190 10501
/proc/meminfo: memFree=13607532/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=174884 CPUtime=1002.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 84742 0 0 0 100216 13 0 0 25 0 1 0 490252919 179081216 26095 33554432000 4194304 4300876 140736475881904 18446744073709551615 4199785 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 43721 26095 171 27 0 42170 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 174884

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/190 10503
/proc/meminfo: memFree=13607020/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=175016 CPUtime=1062.29 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 84832 0 0 0 106216 13 0 0 25 0 1 0 490252919 179216384 26185 33554432000 4194304 4300876 140736475881904 18446744073709551615 4225187 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 43754 26185 171 27 0 42203 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 175016

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/190 10504
/proc/meminfo: memFree=13606748/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=175148 CPUtime=1122.28 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 84929 0 0 0 112215 13 0 0 25 0 1 0 490252919 179351552 26282 33554432000 4194304 4300876 140736475881904 18446744073709551615 4230545 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 43787 26282 171 27 0 42236 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 175148

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/190 10506
/proc/meminfo: memFree=13605860/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=175412 CPUtime=1182.28 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 85032 0 0 0 118215 13 0 0 25 0 1 0 490252919 179621888 26385 33554432000 4194304 4300876 140736475881904 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 43853 26385 171 27 0 42302 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 175412

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/190 10508
/proc/meminfo: memFree=13604356/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=175544 CPUtime=1242.28 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 85137 0 0 0 124215 13 0 0 25 0 1 0 490252919 179757056 26490 33554432000 4194304 4300876 140736475881904 18446744073709551615 4230628 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 43886 26490 171 27 0 42335 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 175544



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.01 3.97 4/189 10510
/proc/meminfo: memFree=13706404/32951124 swapFree=67111528/67111528
[pid=10450] ppid=10448 vsize=175808 CPUtime=1299.99 cores=5,7
/proc/10450/stat : 10450 (march_rw) R 10448 10450 9286 0 -1 4202496 85245 0 0 0 129986 13 0 0 25 0 1 0 490252919 180027392 26598 33554432000 4194304 4300876 140736475881904 18446744073709551615 4248583 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10450/statm: 43952 26598 171 27 0 42401 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 175808

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.01
CPU user time (s): 1299.86
CPU system time (s): 0.142978
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 175808

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

runsolver used 2.12568 second user time and 4.97824 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-26 04:55:22
IDJOB=3288768
IDBENCH=83105
IDSOLVER=1561
FILE ID=node109/3288768-1303786522
RUNJOBID= node109-1303786521-10422
PBS_JOBID= 13157223
Free space on /tmp= 72608 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288768-1303786522/watcher-3288768-1303786522 -o /tmp/evaluation-result-3288768-1303786522/solver-3288768-1303786522 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3288768-1303786522.cnf

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=1745767045

node109.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.809
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.61
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.809
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.809
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.74
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.809
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	: 5332.75
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.809
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.82
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.809
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14716580 kB
Buffers:       2119320 kB
Cached:       15451552 kB
SwapCached:          0 kB
Active:        9427188 kB
Inactive:      8230448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14716580 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           30116 kB
Writeback:           0 kB
AnonPages:       86576 kB
Mapped:          14884 kB
Slab:           512696 kB
PageTables:       5888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   232052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72600 MiB
End job on node109 at 2011-04-26 05:17:04