Trace number 3284306

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

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-12.cnf
MD5SUM0b6cc776e6aaf9a3d9a563b081e634be
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.290955
Satisfiable
(Un)Satisfiability was proved
Number of variables44805
Number of clauses149118
Sum of the clauses size387736
Maximum clause length452
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 264836
Number of clauses of size 380401
Number of clauses of size 43565
Number of clauses of size 5130
Number of clauses of size over 5185

Solver Data

0.89/0.92	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.89/0.92	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.89/0.92	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.89/0.92	c main()::
0.89/0.92	c initFormula():: searching for DIMACS p-line....
0.89/0.92	c initFormula():: the DIMACS p-line indicates a CNF of 44805 variables and 149118 clauses.
0.89/0.92	c parseCNF():: parsing....
0.89/0.92	c parseCNF():: the CNF contains 1 unary clauses.
0.89/0.92	c runParser():: parsing was successful, warming up engines...
0.89/0.92	c find_and_remove_tautogolies():: found and removed 2311 tautologies
0.89/0.92	c find_and_remove_tautogolies():: found and removed 156 tautologies
0.89/0.92	c simplify_formula():: removed 156 tautological, 6692 satisfied and 0 duplicate clauses
0.89/0.92	c preprocessing fase I completed:: there are now 41728 free variables and 142270 clauses.
0.89/0.92	c find_equivalence():: found 14198 3-equivalences
0.89/0.92	c find_and_remove_tautogolies():: found and removed 3 tautologies
0.89/0.92	c find_and_remove_tautogolies():: found and removed 3766 tautologies
0.89/0.92	c shorten_equivalence(): average equivalence length reduced from 7.061367 to 3.679486
0.89/0.92	c find_and_remove_tautogolies():: found and removed 6 tautologies
0.89/0.92	c using k-SAT heuristics (size based diff)
0.89/0.92	c simplify_formula():: removed 0 tautological, 56792 satisfied and 0 duplicate clauses
0.89/0.92	c simplify_formula():: removed 0 tautological, 0 satisfied and 622 duplicate clauses
0.89/0.92	c main():: clause / variable ratio: ( 86185 / 44805 ) = 1.92
0.89/0.92	c longest clause has size 10
0.89/0.92	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.89/0.92	c number of free variables = 37953
0.89/0.92	c dynamic_preselect_setsize :: off
0.89/0.92	c main():: all systems go!
0.89/0.92	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-3284306-1303767198/watcher-3284306-1303767198 -o /tmp/evaluation-result-3284306-1303767198/solver-3284306-1303767198 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3284306-1303767198.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.00 3.77 3.78 4/183 17591
/proc/meminfo: memFree=13985524/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=12744 CPUtime=0 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4194304 1594 0 0 0 0 0 0 0 21 0 1 0 469135466 13049856 1538 33554432000 4194304 4300876 140736418988352 18446744073709551615 270338383616 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 3186 1538 113 27 0 1635 0

[startup+0.0388991 s]
/proc/loadavg: 3.00 3.77 3.78 4/183 17591
/proc/meminfo: memFree=13985524/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=14592 CPUtime=0.03 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4194304 2114 0 0 0 3 0 0 0 21 0 1 0 469135466 14942208 2058 33554432000 4194304 4300876 140736418988352 18446744073709551615 270338044613 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 3648 2058 113 27 0 2097 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14592

[startup+0.10088 s]
/proc/loadavg: 3.00 3.77 3.78 4/183 17591
/proc/meminfo: memFree=13985524/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=30796 CPUtime=0.09 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4194304 4694 0 0 0 9 0 0 0 21 0 1 0 469135466 31535104 4636 33554432000 4194304 4300876 140736418988352 18446744073709551615 270338044613 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 7699 4647 118 27 0 6148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30796

[startup+0.300838 s]
/proc/loadavg: 3.00 3.77 3.78 4/183 17591
/proc/meminfo: memFree=13985524/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=31580 CPUtime=0.29 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4194304 14046 0 0 0 28 1 0 0 22 0 1 0 469135466 32337920 5012 33554432000 4194304 4300876 140736418988352 18446744073709551615 270338044613 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 7928 5021 129 27 0 6377 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31580

[startup+0.700759 s]
/proc/loadavg: 3.00 3.77 3.78 4/183 17591
/proc/meminfo: memFree=13985524/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=34572 CPUtime=0.69 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 34422 0 0 0 65 4 0 0 24 0 1 0 469135466 35401728 5837 33554432000 4194304 4300876 140736418988352 18446744073709551615 4240270 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 8643 5837 149 27 0 7092 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34572

[startup+1.5006 s]
/proc/loadavg: 3.00 3.77 3.78 5/190 17604
/proc/meminfo: memFree=13809152/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=99344 CPUtime=1.49 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 47974 0 0 0 143 6 0 0 25 0 1 0 469135466 101728256 12162 33554432000 4194304 4300876 140736418988352 18446744073709551615 4231188 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 24836 12162 172 27 0 23285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99344

[startup+3.10028 s]
/proc/loadavg: 3.00 3.77 3.78 5/190 17604
/proc/meminfo: memFree=13742812/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=101876 CPUtime=3.09 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 48668 0 0 0 303 6 0 0 25 0 1 0 469135466 104321024 12855 33554432000 4194304 4300876 140736418988352 18446744073709551615 4276839 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 25469 12855 171 27 0 23918 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101876

[startup+6.30065 s]
/proc/loadavg: 3.08 3.78 3.78 5/190 17604
/proc/meminfo: memFree=13686744/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=102820 CPUtime=6.29 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 48939 0 0 0 623 6 0 0 25 0 1 0 469135466 105287680 13126 33554432000 4194304 4300876 140736418988352 18446744073709551615 4248704 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 25705 13126 171 27 0 24154 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102820

[startup+12.7004 s]
/proc/loadavg: 3.16 3.78 3.78 5/190 17605
/proc/meminfo: memFree=13437648/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=103548 CPUtime=12.69 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 49108 0 0 0 1263 6 0 0 25 0 1 0 469135466 106033152 13295 33554432000 4194304 4300876 140736418988352 18446744073709551615 4200088 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 25887 13295 171 27 0 24336 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103548

[startup+25.5008 s]
/proc/loadavg: 3.34 3.79 3.78 5/190 17605
/proc/meminfo: memFree=13041452/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=104116 CPUtime=25.49 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 49245 0 0 0 2543 6 0 0 25 0 1 0 469135466 106614784 13432 33554432000 4194304 4300876 140736418988352 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 26029 13432 171 27 0 24478 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104116

[startup+51.1008 s]
/proc/loadavg: 3.57 3.80 3.79 5/190 17606
/proc/meminfo: memFree=12910800/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=104908 CPUtime=51.09 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 49429 0 0 0 5103 6 0 0 25 0 1 0 469135466 107425792 13616 33554432000 4194304 4300876 140736418988352 18446744073709551615 4225170 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 26227 13616 171 27 0 24676 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 104908

[startup+102.307 s]
/proc/loadavg: 3.90 3.86 3.81 5/190 17607
/proc/meminfo: memFree=12641012/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=106164 CPUtime=102.3 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 49709 0 0 0 10224 6 0 0 25 0 1 0 469135466 108711936 13896 33554432000 4194304 4300876 140736418988352 18446744073709551615 4225155 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 26541 13896 171 27 0 24990 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 106164

[startup+162.301 s]
/proc/loadavg: 3.96 3.88 3.82 5/190 17609
/proc/meminfo: memFree=12347372/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=107700 CPUtime=162.3 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 50089 0 0 0 16223 7 0 0 25 0 1 0 469135466 110284800 14276 33554432000 4194304 4300876 140736418988352 18446744073709551615 4248592 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 26925 14276 171 27 0 25374 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 107700

[startup+222.301 s]
/proc/loadavg: 3.98 3.90 3.82 5/190 17610
/proc/meminfo: memFree=12069604/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=108728 CPUtime=222.3 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 50307 0 0 0 22223 7 0 0 25 0 1 0 469135466 111337472 14494 33554432000 4194304 4300876 140736418988352 18446744073709551615 4225155 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 27182 14494 171 27 0 25631 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 108728

[startup+282.301 s]
/proc/loadavg: 3.99 3.92 3.83 5/190 17612
/proc/meminfo: memFree=11831768/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=110284 CPUtime=282.3 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 50531 0 0 0 28223 7 0 0 25 0 1 0 469135466 112930816 14718 33554432000 4194304 4300876 140736418988352 18446744073709551615 4276864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 27571 14718 171 27 0 26020 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 110284

[startup+342.301 s]
/proc/loadavg: 3.99 3.93 3.84 5/190 17613
/proc/meminfo: memFree=11601244/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=110548 CPUtime=342.3 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 50717 0 0 0 34223 7 0 0 25 0 1 0 469135466 113201152 14904 33554432000 4194304 4300876 140736418988352 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 27637 14904 171 27 0 26086 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 110548

[startup+402.301 s]
/proc/loadavg: 3.99 3.94 3.84 5/190 17615
/proc/meminfo: memFree=11406188/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=110680 CPUtime=402.31 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 50891 0 0 0 40224 7 0 0 25 0 1 0 469135466 113336320 15078 33554432000 4194304 4300876 140736418988352 18446744073709551615 4288913 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 27670 15078 171 27 0 26119 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 110680

[startup+462.3 s]
/proc/loadavg: 3.99 3.95 3.85 5/190 17617
/proc/meminfo: memFree=11404820/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=112932 CPUtime=462.31 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 51164 0 0 0 46224 7 0 0 25 0 1 0 469135466 115642368 15351 33554432000 4194304 4300876 140736418988352 18446744073709551615 4216469 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 28233 15351 171 27 0 26682 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 112932

[startup+522.3 s]
/proc/loadavg: 4.04 3.97 3.86 5/190 17618
/proc/meminfo: memFree=8249760/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=113724 CPUtime=522.32 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 51486 0 0 0 52224 8 0 0 25 0 1 0 469135466 116453376 15673 33554432000 4194304 4300876 140736418988352 18446744073709551615 4225208 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 28431 15673 171 27 0 26880 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 113724

[startup+582.3 s]
/proc/loadavg: 4.16 4.00 3.88 5/190 17620
/proc/meminfo: memFree=8248388/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=113988 CPUtime=582.32 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 51691 0 0 0 58224 8 0 0 25 0 1 0 469135466 116723712 15878 33554432000 4194304 4300876 140736418988352 18446744073709551615 4248698 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 28497 15878 171 27 0 26946 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 113988

[startup+642.3 s]
/proc/loadavg: 5.62 4.45 4.04 4/187 17639
/proc/meminfo: memFree=11455964/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=116972 CPUtime=642.32 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 51894 0 0 0 64224 8 0 0 25 0 1 0 469135466 119779328 16081 33554432000 4194304 4300876 140736418988352 18446744073709551615 4199736 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 29243 16081 171 27 0 27692 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 116972

[startup+702.301 s]
/proc/loadavg: 4.80 4.45 4.06 5/190 17652
/proc/meminfo: memFree=12787480/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=117104 CPUtime=702.32 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 52067 0 0 0 70224 8 0 0 25 0 1 0 469135466 119914496 16254 33554432000 4194304 4300876 140736418988352 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 29276 16254 171 27 0 27725 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 117104

[startup+762.307 s]
/proc/loadavg: 4.29 4.37 4.06 5/190 17654
/proc/meminfo: memFree=12764160/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=117368 CPUtime=762.33 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 52248 0 0 0 76225 8 0 0 25 0 1 0 469135466 120184832 16435 33554432000 4194304 4300876 140736418988352 18446744073709551615 4248704 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 29342 16435 171 27 0 27791 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 117368

[startup+822.301 s]
/proc/loadavg: 4.11 4.30 4.05 5/190 17655
/proc/meminfo: memFree=12758824/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=117500 CPUtime=822.32 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 52399 0 0 0 82224 8 0 0 25 0 1 0 469135466 120320000 16586 33554432000 4194304 4300876 140736418988352 18446744073709551615 4250729 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 29375 16586 171 27 0 27824 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 117500

[startup+882.301 s]
/proc/loadavg: 4.04 4.24 4.05 5/190 17657
/proc/meminfo: memFree=12757456/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=117500 CPUtime=882.33 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 52506 0 0 0 88224 9 0 0 25 0 1 0 469135466 120320000 16693 33554432000 4194304 4300876 140736418988352 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 29375 16693 171 27 0 27824 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 117500

[startup+942.301 s]
/proc/loadavg: 4.01 4.20 4.04 5/190 17658
/proc/meminfo: memFree=12755092/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=121512 CPUtime=942.33 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 52671 0 0 0 94224 9 0 0 25 0 1 0 469135466 124428288 16858 33554432000 4194304 4300876 140736418988352 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 30378 16858 171 27 0 28827 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 121512

[startup+1002.3 s]
/proc/loadavg: 4.07 4.17 4.04 5/190 17660
/proc/meminfo: memFree=12746528/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=121644 CPUtime=1002.34 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 52818 0 0 0 100225 9 0 0 25 0 1 0 469135466 124563456 17005 33554432000 4194304 4300876 140736418988352 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 30411 17005 171 27 0 28860 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 121644

[startup+1062.3 s]
/proc/loadavg: 4.02 4.14 4.03 5/190 17662
/proc/meminfo: memFree=12743788/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=121776 CPUtime=1062.34 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 52934 0 0 0 106225 9 0 0 25 0 1 0 469135466 124698624 17121 33554432000 4194304 4300876 140736418988352 18446744073709551615 4214483 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 30444 17121 171 27 0 28893 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 121776

[startup+1122.3 s]
/proc/loadavg: 4.04 4.13 4.03 5/190 17663
/proc/meminfo: memFree=12742044/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=121776 CPUtime=1122.34 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 53043 0 0 0 112225 9 0 0 25 0 1 0 469135466 124698624 17230 33554432000 4194304 4300876 140736418988352 18446744073709551615 4248749 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 30444 17230 171 27 0 28893 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 121776

[startup+1182.3 s]
/proc/loadavg: 4.01 4.10 4.03 5/190 17665
/proc/meminfo: memFree=12733980/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=121776 CPUtime=1182.34 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 53175 0 0 0 118225 9 0 0 25 0 1 0 469135466 124698624 17362 33554432000 4194304 4300876 140736418988352 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 30444 17362 171 27 0 28893 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 121776

[startup+1242.3 s]
/proc/loadavg: 4.00 4.08 4.02 5/190 17666
/proc/meminfo: memFree=12729884/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=121908 CPUtime=1242.34 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 53294 0 0 0 124225 9 0 0 25 0 1 0 469135466 124833792 17481 33554432000 4194304 4300876 140736418988352 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 30477 17481 171 27 0 28926 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 121908



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.06 4.02 4/188 17669
/proc/meminfo: memFree=13164636/32951124 swapFree=67111528/67111528
[pid=17591] ppid=17589 vsize=121908 CPUtime=1300.05 cores=5,7
/proc/17591/stat : 17591 (march_rw) R 17589 17591 17543 0 -1 4202496 53421 0 0 0 129996 9 0 0 25 0 1 0 469135466 124833792 17608 33554432000 4194304 4300876 140736418988352 18446744073709551615 4214499 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17591/statm: 30477 17608 171 27 0 28926 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 121908

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.07
CPU user time (s): 1299.97
CPU system time (s): 0.100984
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 121908

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

runsolver used 2.06868 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 23:33:19
IDJOB=3284306
IDBENCH=82344
IDSOLVER=1561
FILE ID=node143/3284306-1303767198
RUNJOBID= node143-1303767198-17564
PBS_JOBID= 13157161
Free space on /tmp= 72328 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-12.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284306-1303767198/watcher-3284306-1303767198 -o /tmp/evaluation-result-3284306-1303767198/solver-3284306-1303767198 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3284306-1303767198.cnf

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

MD5SUM BENCH= 0b6cc776e6aaf9a3d9a563b081e634be
RANDOM SEED=725212833

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.846
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.83
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.846
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.75
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.846
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.846
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13985804 kB
Buffers:       2277568 kB
Cached:       16035416 kB
SwapCached:          0 kB
Active:        6960452 kB
Inactive:     11444784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13985804 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23112 kB
Writeback:           0 kB
AnonPages:       91916 kB
Mapped:          15308 kB
Slab:           493484 kB
PageTables:       5840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   247952 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= 72308 MiB
End job on node143 at 2011-04-25 23:55:01