Trace number 3284582

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.09 1300.03

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

11.69/11.79	c main():: ***                                   [ march satisfiability solver ]                                   ***
11.69/11.79	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
11.69/11.79	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
11.69/11.79	c main()::
11.69/11.79	c initFormula():: searching for DIMACS p-line....
11.69/11.79	c initFormula():: the DIMACS p-line indicates a CNF of 302076 variables and 1039056 clauses.
11.69/11.79	c parseCNF():: parsing....
11.69/11.79	c parseCNF():: the CNF contains 1 unary clauses.
11.69/11.79	c runParser():: parsing was successful, warming up engines...
11.69/11.79	c find_and_remove_tautogolies():: found and removed 4895 tautologies
11.69/11.79	c find_and_remove_tautogolies():: found and removed 137 tautologies
11.69/11.79	c simplify_formula():: removed 137 tautological, 14615 satisfied and 0 duplicate clauses
11.69/11.79	c preprocessing fase I completed:: there are now 295439 free variables and 1024304 clauses.
11.69/11.79	c find_equivalence():: found 107324 3-equivalences
11.69/11.79	c find_and_remove_tautogolies():: found and removed 9 tautologies
11.69/11.79	c find_and_remove_tautogolies():: found and removed 8 tautologies
11.69/11.79	c find_and_remove_tautogolies():: found and removed 9 tautologies
11.69/11.79	c find_and_remove_tautogolies():: found and removed 8 tautologies
11.69/11.79	c find_and_remove_tautogolies():: found and removed 6 tautologies
11.69/11.79	c find_and_remove_tautogolies():: found and removed 6 tautologies
11.69/11.79	c find_and_remove_tautogolies():: found and removed 6 tautologies
11.69/11.79	c find_and_remove_tautogolies():: found and removed 1 tautologies
11.69/11.79	c find_and_remove_tautogolies():: found and removed 33092 tautologies
11.69/11.79	c shorten_equivalence(): average equivalence length reduced from 18.018509 to 4.634438
11.69/11.79	c using k-SAT heuristics (size based diff)
11.69/11.79	c simplify_formula():: removed 0 tautological, 429296 satisfied and 0 duplicate clauses
11.69/11.79	c simplify_formula():: removed 0 tautological, 0 satisfied and 2152 duplicate clauses
11.69/11.79	c main():: clause / variable ratio: ( 597359 / 302076 ) = 1.98
11.69/11.79	c longest clause has size 13
11.69/11.79	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
11.69/11.79	c number of free variables = 262294
11.69/11.79	c dynamic_preselect_setsize :: off
11.69/11.79	c main():: all systems go!
11.69/11.79	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-3284582-1303767848/watcher-3284582-1303767848 -o /tmp/evaluation-result-3284582-1303767848/solver-3284582-1303767848 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3284582-1303767848.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 5.68 4.50 4.06 4/189 17650
/proc/meminfo: memFree=12802240/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=28096 CPUtime=0 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4194304 2659 0 0 0 0 0 0 0 23 0 1 0 469200481 28770304 2603 33554432000 4194304 4300876 140737138150608 18446744073709551615 270338044613 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 7024 2608 110 27 0 5473 0

[startup+0.084743 s]
/proc/loadavg: 5.68 4.50 4.06 4/189 17650
/proc/meminfo: memFree=12802240/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=52104 CPUtime=0.08 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4194304 10404 0 0 0 7 1 0 0 23 0 1 0 469200481 53354496 10348 33554432000 4194304 4300876 140737138150608 18446744073709551615 270338044613 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 13026 10348 113 27 0 11475 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 52104

[startup+0.100749 s]
/proc/loadavg: 5.68 4.50 4.06 4/189 17650
/proc/meminfo: memFree=12802240/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=53028 CPUtime=0.09 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4194304 10643 0 0 0 8 1 0 0 23 0 1 0 469200481 54300672 10587 33554432000 4194304 4300876 140737138150608 18446744073709551615 270338383616 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 13257 10588 113 27 0 11706 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53028

[startup+0.300683 s]
/proc/loadavg: 5.68 4.50 4.06 4/189 17650
/proc/meminfo: memFree=12802240/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=63456 CPUtime=0.29 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4194304 13582 0 0 0 28 1 0 0 25 0 1 0 469200481 64978944 13526 33554432000 4194304 4300876 140737138150608 18446744073709551615 270338383616 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 15864 13527 113 27 0 14313 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63456

[startup+0.700607 s]
/proc/loadavg: 5.68 4.50 4.06 4/189 17650
/proc/meminfo: memFree=12802240/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=155312 CPUtime=0.69 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4194304 27261 0 0 0 66 3 0 0 25 0 1 0 469200481 159039488 27203 33554432000 4194304 4300876 140737138150608 18446744073709551615 4242227 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 38828 27203 118 27 0 37277 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 155312

[startup+1.50045 s]
/proc/loadavg: 5.68 4.50 4.06 5/190 17651
/proc/meminfo: memFree=12693740/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=210240 CPUtime=1.49 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4194304 62583 0 0 0 141 8 0 0 25 0 1 0 469200481 215285760 40969 33554432000 4194304 4300876 140737138150608 18446744073709551615 270338032844 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 52560 40969 129 27 0 51009 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 210240

[startup+3.10114 s]
/proc/loadavg: 5.68 4.50 4.06 5/190 17651
/proc/meminfo: memFree=12638436/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=164636 CPUtime=3.09 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 122151 0 0 0 294 15 0 0 25 0 1 0 469200481 168587264 29933 33554432000 4194304 4300876 140737138150608 18446744073709551615 270341843826 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 41159 29933 143 27 0 39608 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 164636

[startup+6.30054 s]
/proc/loadavg: 5.71 4.53 4.07 5/190 17651
/proc/meminfo: memFree=12964964/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=209572 CPUtime=6.29 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 321753 0 0 0 586 43 0 0 25 0 1 0 469200481 214601728 39429 33554432000 4194304 4300876 140737138150608 18446744073709551615 270338044613 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 52426 39439 143 27 0 50875 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 209572

[startup+12.7002 s]
/proc/loadavg: 5.57 4.52 4.07 5/190 17651
/proc/meminfo: memFree=12828408/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=608596 CPUtime=12.69 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 432420 0 0 0 1213 56 0 0 25 0 1 0 469200481 623202304 75255 33554432000 4194304 4300876 140737138150608 18446744073709551615 4199991 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 152149 75255 463 27 0 150598 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 608596

[startup+25.5007 s]
/proc/loadavg: 5.22 4.49 4.07 5/190 17651
/proc/meminfo: memFree=12795960/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=640672 CPUtime=25.49 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 440799 0 0 0 2491 58 0 0 25 0 1 0 469200481 656048128 83340 33554432000 4194304 4300876 140737138150608 18446744073709551615 270338080249 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 160168 83340 171 27 0 158617 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 640672

[startup+51.1006 s]
/proc/loadavg: 4.80 4.45 4.06 5/190 17652
/proc/meminfo: memFree=12787480/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=648608 CPUtime=51.1 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 442991 0 0 0 5051 59 0 0 25 0 1 0 469200481 664174592 85532 33554432000 4194304 4300876 140737138150608 18446744073709551615 4214450 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 162152 85532 171 27 0 160601 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 648608

[startup+102.306 s]
/proc/loadavg: 4.35 4.38 4.06 5/190 17653
/proc/meminfo: memFree=12765152/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=669612 CPUtime=102.3 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 448478 0 0 0 10170 60 0 0 25 0 1 0 469200481 685682688 91019 33554432000 4194304 4300876 140737138150608 18446744073709551615 4250917 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 167403 91019 171 27 0 165852 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 669612

[startup+162.301 s]
/proc/loadavg: 4.12 4.31 4.05 5/190 17655
/proc/meminfo: memFree=12760436/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=672728 CPUtime=162.3 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 449278 0 0 0 16170 60 0 0 25 0 1 0 469200481 688873472 91819 33554432000 4194304 4300876 140737138150608 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 168182 91819 171 27 0 166631 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 672728

[startup+222.301 s]
/proc/loadavg: 4.04 4.25 4.05 5/190 17656
/proc/meminfo: memFree=12757580/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=674792 CPUtime=222.3 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 449788 0 0 0 22170 60 0 0 25 0 1 0 469200481 690987008 92329 33554432000 4194304 4300876 140737138150608 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 168698 92329 171 27 0 167147 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 674792

[startup+282.301 s]
/proc/loadavg: 4.01 4.20 4.04 5/190 17658
/proc/meminfo: memFree=12755464/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=674924 CPUtime=282.3 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 449848 0 0 0 28170 60 0 0 25 0 1 0 469200481 691122176 92389 33554432000 4194304 4300876 140737138150608 18446744073709551615 4248754 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 168731 92389 171 27 0 167180 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 674924

[startup+342.301 s]
/proc/loadavg: 4.08 4.18 4.04 5/190 17660
/proc/meminfo: memFree=12747148/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=675288 CPUtime=342.31 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 449907 0 0 0 34171 60 0 0 25 0 1 0 469200481 691494912 92448 33554432000 4194304 4300876 140737138150608 18446744073709551615 4248754 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 168822 92448 171 27 0 167271 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 675288

[startup+402.301 s]
/proc/loadavg: 4.03 4.14 4.03 5/190 17661
/proc/meminfo: memFree=12744036/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=676132 CPUtime=402.31 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 450140 0 0 0 40171 60 0 0 25 0 1 0 469200481 692359168 92681 33554432000 4194304 4300876 140737138150608 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 169033 92681 171 27 0 167482 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 676132

[startup+462.301 s]
/proc/loadavg: 4.05 4.13 4.03 5/190 17663
/proc/meminfo: memFree=12742416/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=676676 CPUtime=462.31 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 450235 0 0 0 46171 60 0 0 25 0 1 0 469200481 692916224 92776 33554432000 4194304 4300876 140737138150608 18446744073709551615 4268965 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 169169 92776 171 27 0 167618 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 676676

[startup+522.301 s]
/proc/loadavg: 4.02 4.10 4.03 5/190 17664
/proc/meminfo: memFree=12734596/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=682436 CPUtime=522.31 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 451897 0 0 0 52171 60 0 0 25 0 1 0 469200481 698814464 94438 33554432000 4194304 4300876 140737138150608 18446744073709551615 4248609 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 170609 94438 171 27 0 169058 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 682436

[startup+582.3 s]
/proc/loadavg: 4.00 4.08 4.02 5/190 17666
/proc/meminfo: memFree=12729884/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=684384 CPUtime=582.32 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 452399 0 0 0 58171 61 0 0 25 0 1 0 469200481 700809216 94940 33554432000 4194304 4300876 140737138150608 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 171096 94940 171 27 0 169545 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 684384

[startup+642.3 s]
/proc/loadavg: 4.00 4.06 4.02 5/190 17668
/proc/meminfo: memFree=12726652/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=687356 CPUtime=642.33 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 453103 0 0 0 64172 61 0 0 25 0 1 0 469200481 703852544 95644 33554432000 4194304 4300876 140737138150608 18446744073709551615 4276868 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 171839 95644 171 27 0 170288 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 687356

[startup+702.3 s]
/proc/loadavg: 4.00 4.05 4.01 5/190 17753
/proc/meminfo: memFree=12791500/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=690224 CPUtime=702.33 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 453820 0 0 0 70171 62 0 0 25 0 1 0 469200481 706789376 96361 33554432000 4194304 4300876 140737138150608 18446744073709551615 4248583 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 172556 96361 171 27 0 171005 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 690224

[startup+762.307 s]
/proc/loadavg: 4.03 4.05 4.01 5/190 17755
/proc/meminfo: memFree=12466824/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=691416 CPUtime=762.33 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 454147 0 0 0 76171 62 0 0 25 0 1 0 469200481 708009984 96688 33554432000 4194304 4300876 140737138150608 18446744073709551615 4216570 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 172854 96688 171 27 0 171303 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 691416

[startup+822.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/190 17756
/proc/meminfo: memFree=12263340/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=692492 CPUtime=822.33 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 454424 0 0 0 82171 62 0 0 25 0 1 0 469200481 709111808 96965 33554432000 4194304 4300876 140737138150608 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 173123 96965 171 27 0 171572 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 692492

[startup+882.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/190 17758
/proc/meminfo: memFree=12255888/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=693024 CPUtime=882.33 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 454576 0 0 0 88171 62 0 0 25 0 1 0 469200481 709656576 97117 33554432000 4194304 4300876 140737138150608 18446744073709551615 4216540 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 173256 97117 171 27 0 171705 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 693024

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/190 17760
/proc/meminfo: memFree=12235172/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=693832 CPUtime=942.33 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 454799 0 0 0 94171 62 0 0 25 0 1 0 469200481 710483968 97340 33554432000 4194304 4300876 140737138150608 18446744073709551615 4216473 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 173458 97340 171 27 0 171907 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 693832

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/190 17761
/proc/meminfo: memFree=12227972/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=694228 CPUtime=1002.33 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 454902 0 0 0 100171 62 0 0 25 0 1 0 469200481 710889472 97443 33554432000 4194304 4300876 140737138150608 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 173557 97443 171 27 0 172006 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 694228

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/190 17772
/proc/meminfo: memFree=12217192/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=695780 CPUtime=1062.34 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 455158 0 0 0 106172 62 0 0 25 0 1 0 469200481 712478720 97699 33554432000 4194304 4300876 140737138150608 18446744073709551615 4216473 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 173945 97699 171 27 0 172394 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 695780

[startup+1122.3 s]
/proc/loadavg: 4.04 4.02 4.00 5/190 17773
/proc/meminfo: memFree=12210604/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=695948 CPUtime=1122.34 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 455217 0 0 0 112172 62 0 0 25 0 1 0 469200481 712650752 97758 33554432000 4194304 4300876 140737138150608 18446744073709551615 4216491 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 173987 97758 171 27 0 172436 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 695948

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/190 17775
/proc/meminfo: memFree=12201800/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=696256 CPUtime=1182.34 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 455330 0 0 0 118172 62 0 0 25 0 1 0 469200481 712966144 97871 33554432000 4194304 4300876 140737138150608 18446744073709551615 4216540 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 174064 97871 171 27 0 172513 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 696256

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 4.00 5/190 17777
/proc/meminfo: memFree=12187532/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=696536 CPUtime=1242.34 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 455413 0 0 0 124172 62 0 0 25 0 1 0 469200481 713252864 97954 33554432000 4194304 4300876 140737138150608 18446744073709551615 4248759 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 174134 97954 171 27 0 172583 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 696536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 4.00 5/190 17778
/proc/meminfo: memFree=12169424/32951124 swapFree=67111528/67111528
[pid=17650] ppid=17648 vsize=696536 CPUtime=1300.05 cores=4,6
/proc/17650/stat : 17650 (march_rw) R 17648 17650 17543 0 -1 4202496 455440 0 0 0 129943 62 0 0 25 0 1 0 469200481 713252864 97981 33554432000 4194304 4300876 140737138150608 18446744073709551615 4274599 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17650/statm: 174134 97981 171 27 0 172583 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 696536

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.03
CPU time (s): 1300.09
CPU user time (s): 1299.44
CPU system time (s): 0.647901
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 696536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.44
system time used= 0.647901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455440
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1329

runsolver used 2.22566 second user time and 4.87826 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 23:44:09
IDJOB=3284582
IDBENCH=82354
IDSOLVER=1561
FILE ID=node143/3284582-1303767848
RUNJOBID= node143-1303767198-17562
PBS_JOBID= 13157161
Free space on /tmp= 72304 MiB

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

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=917096175

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:      12802396 kB
Buffers:       2283032 kB
Cached:       16057220 kB
SwapCached:          0 kB
Active:        7831536 kB
Inactive:     11730644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12802396 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25340 kB
Writeback:          64 kB
AnonPages:      915920 kB
Mapped:          15628 kB
Slab:           519408 kB
PageTables:       7236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1526636 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= 72272 MiB
End job on node143 at 2011-04-26 00:05:51