Trace number 3284720

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.08 1300.02

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-02.cnf
MD5SUMcdd0ce97e4979b9b0f7c08603407f139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.828873
Satisfiable
(Un)Satisfiability was proved
Number of variables214734
Number of clauses743081
Sum of the clauses size1950199
Maximum clause length339
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2305747
Number of clauses of size 3412157
Number of clauses of size 424994
Number of clauses of size 50
Number of clauses of size over 5182

Solver Data

11.79/11.83	c main():: ***                                   [ march satisfiability solver ]                                   ***
11.79/11.83	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
11.79/11.83	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
11.79/11.83	c main()::
11.79/11.83	c initFormula():: searching for DIMACS p-line....
11.79/11.83	c initFormula():: the DIMACS p-line indicates a CNF of 214734 variables and 743081 clauses.
11.79/11.83	c parseCNF():: parsing....
11.79/11.83	c parseCNF():: the CNF contains 1 unary clauses.
11.79/11.83	c runParser():: parsing was successful, warming up engines...
11.79/11.83	c find_and_remove_tautogolies():: found and removed 2480 tautologies
11.79/11.83	c simplify_formula():: removed 0 tautological, 5925 satisfied and 0 duplicate clauses
11.79/11.83	c preprocessing fase I completed:: there are now 211915 free variables and 737156 clauses.
11.79/11.83	c find_equivalence():: found 75073 3-equivalences
11.79/11.83	c find_and_remove_tautogolies():: found and removed 47 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 25 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 26 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 22 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 18 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 18 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 18 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 8 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 6 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 6 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 6 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 8 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 6 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 4 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 4 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 2 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 2 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 2 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 2 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 2 tautologies
11.79/11.83	c find_and_remove_tautogolies():: found and removed 26032 tautologies
11.79/11.83	c shorten_equivalence(): average equivalence length reduced from 23.518204 to 4.952178
11.79/11.83	c find_and_remove_tautogolies():: found and removed 37 tautologies
11.79/11.83	c using k-SAT heuristics (size based diff)
11.79/11.83	c simplify_formula():: removed 0 tautological, 300292 satisfied and 0 duplicate clauses
11.79/11.83	c simplify_formula():: removed 0 tautological, 0 satisfied and 526 duplicate clauses
11.79/11.83	c main():: clause / variable ratio: ( 437786 / 214734 ) = 2.04
11.79/11.83	c longest clause has size 15
11.79/11.83	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
11.79/11.83	c number of free variables = 185612
11.79/11.83	c dynamic_preselect_setsize :: off
11.79/11.83	c main():: all systems go!
11.79/11.83	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-3284720-1303768501/watcher-3284720-1303768501 -o /tmp/evaluation-result-3284720-1303768501/solver-3284720-1303768501 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3284720-1303768501.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.00 4.06 4.02 4/186 17745
/proc/meminfo: memFree=13530172/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=13108 CPUtime=0 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4194304 1557 0 0 0 0 0 0 0 22 0 1 0 469265784 13422592 1501 33554432000 4194304 4300876 140733714265152 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 3277 1512 110 27 0 1726 0

[startup+0.014175 s]
/proc/loadavg: 4.00 4.06 4.02 4/186 17745
/proc/meminfo: memFree=13530172/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=26592 CPUtime=0 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4194304 3553 0 0 0 0 0 0 0 22 0 1 0 469265784 27230208 3498 33554432000 4194304 4300876 140733714265152 18446744073709551615 270338044613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 6648 3508 110 27 0 5097 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26592

[startup+0.10114 s]
/proc/loadavg: 4.00 4.06 4.02 4/186 17745
/proc/meminfo: memFree=13530172/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=40992 CPUtime=0.09 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4194304 8034 0 0 0 8 1 0 0 22 0 1 0 469265784 41975808 7978 33554432000 4194304 4300876 140733714265152 18446744073709551615 270338044613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 10248 7979 113 27 0 8697 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40992

[startup+0.301101 s]
/proc/loadavg: 4.00 4.06 4.02 4/186 17745
/proc/meminfo: memFree=13530172/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=51420 CPUtime=0.29 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4194304 10975 0 0 0 27 2 0 0 23 0 1 0 469265784 52654080 10919 33554432000 4194304 4300876 140733714265152 18446744073709551615 4246532 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 12855 10920 113 27 0 11304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51420

[startup+0.701023 s]
/proc/loadavg: 4.00 4.06 4.02 4/186 17745
/proc/meminfo: memFree=13530172/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=115560 CPUtime=0.69 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4194304 25389 0 0 0 65 4 0 0 25 0 1 0 469265784 118333440 19446 33554432000 4194304 4300876 140733714265152 18446744073709551615 4242467 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 28890 19446 127 27 0 27339 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115560

[startup+1.50087 s]
/proc/loadavg: 4.00 4.06 4.01 5/190 17752
/proc/meminfo: memFree=13298144/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=151948 CPUtime=1.48 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4194304 58172 0 0 0 140 8 0 0 25 0 1 0 469265784 155594752 29308 33554432000 4194304 4300876 140733714265152 18446744073709551615 270338038806 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 37987 29308 129 27 0 36436 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 151948

[startup+3.10054 s]
/proc/loadavg: 4.00 4.06 4.01 5/190 17752
/proc/meminfo: memFree=13175880/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=141376 CPUtime=3.09 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 164306 0 0 0 286 23 0 0 25 0 1 0 469265784 144769024 27037 33554432000 4194304 4300876 140733714265152 18446744073709551615 270338044613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 35377 27046 183 27 0 33826 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141376

[startup+6.30091 s]
/proc/loadavg: 4.00 4.06 4.01 5/190 17752
/proc/meminfo: memFree=13105332/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=123860 CPUtime=6.29 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 372427 0 0 0 576 53 0 0 25 0 1 0 469265784 126832640 22644 33554432000 4194304 4300876 140733714265152 18446744073709551615 270338044613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 30965 22646 160 27 0 29414 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123860

[startup+12.7006 s]
/proc/loadavg: 4.00 4.06 4.01 5/190 17752
/proc/meminfo: memFree=13010232/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=440496 CPUtime=12.69 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 466716 0 0 0 1204 65 0 0 25 0 1 0 469265784 451067904 55271 33554432000 4194304 4300876 140733714265152 18446744073709551615 4199836 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 110124 55271 343 27 0 108573 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 440496

[startup+25.5011 s]
/proc/loadavg: 4.00 4.06 4.01 5/190 17753
/proc/meminfo: memFree=12886676/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=504100 CPUtime=25.49 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 482883 0 0 0 2481 68 0 0 25 0 1 0 469265784 516198400 71256 33554432000 4194304 4300876 140733714265152 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 126025 71256 171 27 0 124474 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 504100

[startup+51.101 s]
/proc/loadavg: 4.00 4.05 4.01 5/190 17753
/proc/meminfo: memFree=12791376/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=504864 CPUtime=51.09 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 483060 0 0 0 5041 68 0 0 25 0 1 0 469265784 516980736 71433 33554432000 4194304 4300876 140733714265152 18446744073709551615 4250933 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 126216 71433 171 27 0 124665 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 504864

[startup+102.307 s]
/proc/loadavg: 4.04 4.05 4.01 5/190 17755
/proc/meminfo: memFree=12552064/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=506664 CPUtime=102.3 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 483423 0 0 0 10162 68 0 0 25 0 1 0 469265784 518823936 71796 33554432000 4194304 4300876 140733714265152 18446744073709551615 4225163 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 126666 71796 171 27 0 125115 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 506664

[startup+162.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/190 17756
/proc/meminfo: memFree=12266452/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=508196 CPUtime=162.29 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 483560 0 0 0 16161 68 0 0 25 0 1 0 469265784 520392704 71933 33554432000 4194304 4300876 140733714265152 18446744073709551615 4276864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 127049 71933 171 27 0 125498 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 508196

[startup+222.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/190 17758
/proc/meminfo: memFree=12256140/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=508196 CPUtime=222.3 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 483696 0 0 0 22161 69 0 0 25 0 1 0 469265784 520392704 72069 33554432000 4194304 4300876 140733714265152 18446744073709551615 4248656 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 127049 72069 171 27 0 125498 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 508196

[startup+282.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/190 17760
/proc/meminfo: memFree=12239020/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=508196 CPUtime=282.3 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 483821 0 0 0 28161 69 0 0 25 0 1 0 469265784 520392704 72194 33554432000 4194304 4300876 140733714265152 18446744073709551615 4231212 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 127049 72194 171 27 0 125498 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 508196

[startup+342.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/190 17761
/proc/meminfo: memFree=12228964/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=511388 CPUtime=342.3 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 483943 0 0 0 34161 69 0 0 25 0 1 0 469265784 523661312 72316 33554432000 4194304 4300876 140733714265152 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 127847 72316 171 27 0 126296 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 511388

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/190 17772
/proc/meminfo: memFree=12217200/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=511388 CPUtime=402.3 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 484067 0 0 0 40161 69 0 0 25 0 1 0 469265784 523661312 72440 33554432000 4194304 4300876 140733714265152 18446744073709551615 4276864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 127847 72440 171 27 0 126296 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 511388

[startup+462.3 s]
/proc/loadavg: 4.05 4.02 4.00 5/190 17773
/proc/meminfo: memFree=12211232/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=514264 CPUtime=462.3 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 485051 0 0 0 46161 69 0 0 25 0 1 0 469265784 526606336 73424 33554432000 4194304 4300876 140733714265152 18446744073709551615 270337778937 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 128566 73424 171 27 0 127015 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 514264

[startup+522.301 s]
/proc/loadavg: 4.02 4.02 4.00 5/190 17775
/proc/meminfo: memFree=12202048/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=514264 CPUtime=522.32 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 485178 0 0 0 52162 70 0 0 25 0 1 0 469265784 526606336 73551 33554432000 4194304 4300876 140733714265152 18446744073709551615 4276846 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 128566 73551 171 27 0 127015 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 514264

[startup+582.301 s]
/proc/loadavg: 4.06 4.03 4.00 5/190 17777
/proc/meminfo: memFree=12189892/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=514264 CPUtime=582.32 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 485307 0 0 0 58162 70 0 0 25 0 1 0 469265784 526606336 73680 33554432000 4194304 4300876 140733714265152 18446744073709551615 4276864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 128566 73680 171 27 0 127015 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 514264

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 4.00 5/190 17778
/proc/meminfo: memFree=12170912/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=522028 CPUtime=642.32 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 486724 0 0 0 64162 70 0 0 25 0 1 0 469265784 534556672 75097 33554432000 4194304 4300876 140733714265152 18446744073709551615 4225366 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 130507 75097 171 27 0 128956 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 522028

[startup+702.301 s]
/proc/loadavg: 3.40 3.85 3.94 4/184 17798
/proc/meminfo: memFree=12571688/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=522028 CPUtime=702.32 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 486850 0 0 0 70162 70 0 0 25 0 1 0 469265784 534556672 75223 33554432000 4194304 4300876 140733714265152 18446744073709551615 4216540 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 130507 75223 171 27 0 128956 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 522028

[startup+762.307 s]
/proc/loadavg: 3.15 3.69 3.88 4/184 17799
/proc/meminfo: memFree=12251756/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=522028 CPUtime=762.33 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 486978 0 0 0 76163 70 0 0 25 0 1 0 469265784 534556672 75351 33554432000 4194304 4300876 140733714265152 18446744073709551615 4231092 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 130507 75351 171 27 0 128956 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 522028

[startup+822.301 s]
/proc/loadavg: 3.05 3.56 3.82 4/184 17801
/proc/meminfo: memFree=12242940/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=522028 CPUtime=822.32 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 487104 0 0 0 82162 70 0 0 25 0 1 0 469265784 534556672 75477 33554432000 4194304 4300876 140733714265152 18446744073709551615 4219282 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 130507 75477 171 27 0 128956 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 522028

[startup+882.301 s]
/proc/loadavg: 3.02 3.46 3.77 4/184 17803
/proc/meminfo: memFree=12241068/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=522028 CPUtime=882.33 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 487232 0 0 0 88163 70 0 0 25 0 1 0 469265784 534556672 75605 33554432000 4194304 4300876 140733714265152 18446744073709551615 4264820 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 130507 75605 171 27 0 128956 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 522028

[startup+942.3 s]
/proc/loadavg: 3.08 3.39 3.72 4/184 17804
/proc/meminfo: memFree=12239200/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=525908 CPUtime=942.33 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 487360 0 0 0 94163 70 0 0 25 0 1 0 469265784 538529792 75733 33554432000 4194304 4300876 140733714265152 18446744073709551615 4276839 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 131477 75733 171 27 0 129926 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 525908

[startup+1002.3 s]
/proc/loadavg: 3.03 3.31 3.67 4/184 17806
/proc/meminfo: memFree=12237572/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=525908 CPUtime=1002.34 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 487490 0 0 0 100163 71 0 0 25 0 1 0 469265784 538529792 75863 33554432000 4194304 4300876 140733714265152 18446744073709551615 4216475 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 131477 75863 171 27 0 129926 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 525908

[startup+1062.3 s]
/proc/loadavg: 3.01 3.25 3.63 4/184 17807
/proc/meminfo: memFree=12236324/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=525908 CPUtime=1062.34 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 487619 0 0 0 106163 71 0 0 25 0 1 0 469265784 538529792 75992 33554432000 4194304 4300876 140733714265152 18446744073709551615 4276443 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 131477 75992 171 27 0 129926 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 525908

[startup+1122.3 s]
/proc/loadavg: 3.03 3.22 3.59 4/184 17809
/proc/meminfo: memFree=12230976/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=525908 CPUtime=1122.34 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 487747 0 0 0 112163 71 0 0 25 0 1 0 469265784 538529792 76120 33554432000 4194304 4300876 140733714265152 18446744073709551615 4276832 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 131477 76120 171 27 0 129926 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 525908

[startup+1182.3 s]
/proc/loadavg: 3.01 3.18 3.55 4/184 17810
/proc/meminfo: memFree=12223392/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=525908 CPUtime=1182.34 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 487871 0 0 0 118163 71 0 0 25 0 1 0 469265784 538529792 76244 33554432000 4194304 4300876 140733714265152 18446744073709551615 4230665 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 131477 76244 171 27 0 129926 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 525908

[startup+1242.3 s]
/proc/loadavg: 3.00 3.14 3.52 4/184 17812
/proc/meminfo: memFree=12195352/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=525908 CPUtime=1242.35 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 487998 0 0 0 124164 71 0 0 25 0 1 0 469265784 538529792 76371 33554432000 4194304 4300876 140733714265152 18446744073709551615 4276864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 131477 76371 171 27 0 129926 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 525908



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.92 3.10 3.47 3/182 17815
/proc/meminfo: memFree=12334472/32951124 swapFree=67111528/67111528
[pid=17745] ppid=17743 vsize=525908 CPUtime=1300.05 cores=1,3
/proc/17745/stat : 17745 (march_rw) R 17743 17745 17543 0 -1 4202496 488119 0 0 0 129934 71 0 0 25 0 1 0 469265784 538529792 76492 33554432000 4194304 4300876 140733714265152 18446744073709551615 4230545 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17745/statm: 131477 76492 171 27 0 129926 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 525908

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.02
CPU time (s): 1300.08
CPU user time (s): 1299.35
CPU system time (s): 0.728889
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 525908

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

runsolver used 2.00169 second user time and 5.10422 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 23:55:02
IDJOB=3284720
IDBENCH=82359
IDSOLVER=1561
FILE ID=node143/3284720-1303768501
RUNJOBID= node143-1303767198-17563
PBS_JOBID= 13157161
Free space on /tmp= 72276 MiB

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

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

MD5SUM BENCH= cdd0ce97e4979b9b0f7c08603407f139
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:      13530328 kB
Buffers:       2283124 kB
Cached:       16088004 kB
SwapCached:          0 kB
Active:        7401204 kB
Inactive:     11458384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13530328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           54012 kB
Writeback:           0 kB
AnonPages:      487800 kB
Mapped:          15556 kB
Slab:           495968 kB
PageTables:       5948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   962952 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= 72300 MiB
End job on node143 at 2011-04-26 00:16:44