Trace number 3284352

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

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-15.cnf
MD5SUM518fc0e116993755b5f2dc4ea757b581
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.89771
Satisfiable
(Un)Satisfiability was proved
Number of variables66715
Number of clauses228274
Sum of the clauses size598258
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 293807
Number of clauses of size 3127946
Number of clauses of size 46414
Number of clauses of size 56
Number of clauses of size over 5100

Solver Data

1.59/1.62	c main():: ***                                   [ march satisfiability solver ]                                   ***
1.59/1.62	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
1.59/1.62	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
1.59/1.62	c main()::
1.59/1.62	c initFormula():: searching for DIMACS p-line....
1.59/1.62	c initFormula():: the DIMACS p-line indicates a CNF of 66715 variables and 228274 clauses.
1.59/1.62	c parseCNF():: parsing....
1.59/1.62	c parseCNF():: the CNF contains 1 unary clauses.
1.59/1.62	c runParser():: parsing was successful, warming up engines...
1.59/1.62	c find_and_remove_tautogolies():: found and removed 1045 tautologies
1.59/1.62	c find_and_remove_tautogolies():: found and removed 62 tautologies
1.59/1.62	c simplify_formula():: removed 62 tautological, 3034 satisfied and 0 duplicate clauses
1.59/1.62	c preprocessing fase I completed:: there are now 65289 free variables and 225178 clauses.
1.59/1.62	c find_equivalence():: found 23068 3-equivalences
1.59/1.62	c find_and_remove_tautogolies():: found and removed 7480 tautologies
1.59/1.62	c shorten_equivalence(): average equivalence length reduced from 12.212664 to 4.172440
1.59/1.62	c using k-SAT heuristics (size based diff)
1.59/1.62	c simplify_formula():: removed 0 tautological, 92272 satisfied and 0 duplicate clauses
1.59/1.62	c simplify_formula():: removed 0 tautological, 0 satisfied and 192 duplicate clauses
1.59/1.62	c main():: clause / variable ratio: ( 133167 / 66715 ) = 2.00
1.59/1.62	c longest clause has size 11
1.59/1.62	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
1.59/1.62	c number of free variables = 57809
1.59/1.62	c dynamic_preselect_setsize :: off
1.59/1.62	c main():: all systems go!
1.59/1.62	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-3284352-1303767620/watcher-3284352-1303767620 -o /tmp/evaluation-result-3284352-1303767620/solver-3284352-1303767620 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3284352-1303767620.cnf 

running on 2 cores: 0,2

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.84 3.97 3.90 4/186 10276
/proc/meminfo: memFree=12449456/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=14268 CPUtime=0 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4194304 1797 0 0 0 0 0 0 0 25 0 1 0 488361673 14610432 1742 33554432000 4194304 4300876 140735814772736 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 3567 1747 110 27 0 2016 0

[startup+0.0566269 s]
/proc/loadavg: 3.84 3.97 3.90 4/186 10276
/proc/meminfo: memFree=12449456/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=18488 CPUtime=0.04 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4194304 3004 0 0 0 4 0 0 0 25 0 1 0 488361673 18931712 2949 33554432000 4194304 4300876 140735814772736 18446744073709551615 274473513541 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 4622 2950 113 27 0 3071 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18488

[startup+0.100619 s]
/proc/loadavg: 3.84 3.97 3.90 4/186 10276
/proc/meminfo: memFree=12449456/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=20732 CPUtime=0.09 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4194304 3656 0 0 0 8 1 0 0 25 0 1 0 488361673 21229568 3601 33554432000 4194304 4300876 140735814772736 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 5183 3601 113 27 0 3632 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20732

[startup+0.30059 s]
/proc/loadavg: 3.84 3.97 3.90 4/186 10276
/proc/meminfo: memFree=12449456/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=51344 CPUtime=0.29 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4194304 13958 0 0 0 27 2 0 0 25 0 1 0 488361673 52576256 9162 33554432000 4194304 4300876 140735814772736 18446744073709551615 4208124 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 12836 9162 129 27 0 11285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51344

[startup+0.700575 s]
/proc/loadavg: 3.84 3.97 3.90 4/186 10276
/proc/meminfo: memFree=12449456/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=47628 CPUtime=0.69 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 30796 0 0 0 64 5 0 0 25 0 1 0 488361673 48771072 8376 33554432000 4194304 4300876 140735814772736 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 11940 8385 165 27 0 10389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47628

[startup+1.50044 s]
/proc/loadavg: 3.84 3.97 3.90 5/190 10283
/proc/meminfo: memFree=12374932/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=133712 CPUtime=1.49 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 55625 0 0 0 141 8 0 0 25 0 1 0 488361673 136921088 14361 33554432000 4194304 4300876 140735814772736 18446744073709551615 274473362657 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 33428 14361 158 27 0 31877 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 133712

[startup+3.10115 s]
/proc/loadavg: 3.84 3.97 3.90 5/190 10283
/proc/meminfo: memFree=12298424/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=147408 CPUtime=3.1 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 63529 0 0 0 300 10 0 0 25 0 1 0 488361673 150945792 18955 33554432000 4194304 4300876 140735814772736 18446744073709551615 4248572 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 36852 18955 171 27 0 35301 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 147408

[startup+6.30059 s]
/proc/loadavg: 3.77 3.95 3.89 5/190 10311
/proc/meminfo: memFree=14738484/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=152004 CPUtime=6.29 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 64766 0 0 0 619 10 0 0 25 0 1 0 488361673 155652096 20192 33554432000 4194304 4300876 140735814772736 18446744073709551615 4214489 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 38001 20192 171 27 0 36450 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152004

[startup+12.7005 s]
/proc/loadavg: 3.71 3.93 3.89 5/190 10339
/proc/meminfo: memFree=16069732/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=153548 CPUtime=12.69 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 65151 0 0 0 1259 10 0 0 25 0 1 0 488361673 157233152 20577 33554432000 4194304 4300876 140735814772736 18446744073709551615 4216540 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 38387 20577 171 27 0 36836 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 153548

[startup+25.5003 s]
/proc/loadavg: 3.92 3.97 3.90 5/190 10339
/proc/meminfo: memFree=15971668/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=154380 CPUtime=25.49 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 65361 0 0 0 2539 10 0 0 25 0 1 0 488361673 158085120 20787 33554432000 4194304 4300876 140735814772736 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 38595 20787 171 27 0 37044 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 154380

[startup+51.1006 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 10367
/proc/meminfo: memFree=15760992/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=155784 CPUtime=51.09 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 65697 0 0 0 5099 10 0 0 25 0 1 0 488361673 159522816 21123 33554432000 4194304 4300876 140735814772736 18446744073709551615 4248759 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 38946 21123 171 27 0 37395 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 155784

[startup+102.307 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 10368
/proc/meminfo: memFree=15680836/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=158700 CPUtime=102.3 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 66370 0 0 0 10219 11 0 0 25 0 1 0 488361673 162508800 21796 33554432000 4194304 4300876 140735814772736 18446744073709551615 4216621 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 39675 21796 171 27 0 38124 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 158700

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10370
/proc/meminfo: memFree=15481220/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=160736 CPUtime=162.3 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 66855 0 0 0 16219 11 0 0 25 0 1 0 488361673 164593664 22281 33554432000 4194304 4300876 140735814772736 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 40184 22281 171 27 0 38633 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 160736

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10372
/proc/meminfo: memFree=15327384/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=162064 CPUtime=222.3 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 67352 0 0 0 22219 11 0 0 25 0 1 0 488361673 165953536 22778 33554432000 4194304 4300876 140735814772736 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 40516 22778 171 27 0 38965 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 162064

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10373
/proc/meminfo: memFree=15248604/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=164496 CPUtime=282.3 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 67846 0 0 0 28219 11 0 0 25 0 1 0 488361673 168443904 23272 33554432000 4194304 4300876 140735814772736 18446744073709551615 4214434 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 41124 23272 171 27 0 39573 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 164496

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10375
/proc/meminfo: memFree=15204424/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=165648 CPUtime=342.3 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 67951 0 0 0 34219 11 0 0 25 0 1 0 488361673 169623552 23377 33554432000 4194304 4300876 140735814772736 18446744073709551615 4231064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 41412 23377 171 27 0 39861 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 165648

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10376
/proc/meminfo: memFree=15166056/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=167112 CPUtime=402.3 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 68485 0 0 0 40219 11 0 0 25 0 1 0 488361673 171122688 23911 33554432000 4194304 4300876 140735814772736 18446744073709551615 4225196 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 41778 23911 171 27 0 40227 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 167112

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10378
/proc/meminfo: memFree=15130920/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=167508 CPUtime=462.3 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 68684 0 0 0 46219 11 0 0 25 0 1 0 488361673 171528192 24110 33554432000 4194304 4300876 140735814772736 18446744073709551615 4225398 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 41877 24110 171 27 0 40326 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 167508

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10379
/proc/meminfo: memFree=15103232/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=169364 CPUtime=522.3 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 68854 0 0 0 52218 12 0 0 25 0 1 0 488361673 173428736 24280 33554432000 4194304 4300876 140735814772736 18446744073709551615 4225135 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 42341 24280 171 27 0 40790 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 169364

[startup+582.3 s]
/proc/loadavg: 4.12 4.02 3.92 5/190 10381
/proc/meminfo: memFree=15097468/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=169628 CPUtime=582.3 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 69068 0 0 0 58218 12 0 0 25 0 1 0 488361673 173699072 24494 33554432000 4194304 4300876 140735814772736 18446744073709551615 4276053 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 42407 24494 171 27 0 40856 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 169628

[startup+642.301 s]
/proc/loadavg: 4.04 4.01 3.92 5/190 10383
/proc/meminfo: memFree=15080944/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=170288 CPUtime=642.31 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 69337 0 0 0 64219 12 0 0 25 0 1 0 488361673 174374912 24763 33554432000 4194304 4300876 140735814772736 18446744073709551615 4276846 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 42572 24763 171 27 0 41021 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 170288

[startup+702.301 s]
/proc/loadavg: 4.01 4.01 3.92 5/190 10384
/proc/meminfo: memFree=15063648/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=173140 CPUtime=702.31 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 69544 0 0 0 70219 12 0 0 25 0 1 0 488361673 177295360 24970 33554432000 4194304 4300876 140735814772736 18446744073709551615 4231251 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 43285 24970 171 27 0 41734 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 173140

[startup+762.307 s]
/proc/loadavg: 4.04 4.02 3.93 5/190 10386
/proc/meminfo: memFree=15047124/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=173272 CPUtime=762.31 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 69704 0 0 0 76219 12 0 0 25 0 1 0 488361673 177430528 25130 33554432000 4194304 4300876 140735814772736 18446744073709551615 4261114 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 43318 25130 171 27 0 41767 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 173272

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 10387
/proc/meminfo: memFree=14935336/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=173272 CPUtime=822.31 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 69850 0 0 0 82219 12 0 0 25 0 1 0 488361673 177430528 25276 33554432000 4194304 4300876 140735814772736 18446744073709551615 4214485 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 43318 25276 171 27 0 41767 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 173272

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10389
/proc/meminfo: memFree=14895128/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=173404 CPUtime=882.31 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 69992 0 0 0 88219 12 0 0 25 0 1 0 488361673 177565696 25418 33554432000 4194304 4300876 140735814772736 18446744073709551615 4225196 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 43351 25418 171 27 0 41800 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 173404

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10391
/proc/meminfo: memFree=14880432/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=173668 CPUtime=942.32 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 70201 0 0 0 94219 13 0 0 25 0 1 0 488361673 177836032 25627 33554432000 4194304 4300876 140735814772736 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 43417 25627 171 27 0 41866 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 173668

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10392
/proc/meminfo: memFree=14862920/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=177548 CPUtime=1002.32 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 70354 0 0 0 100219 13 0 0 25 0 1 0 488361673 181809152 25780 33554432000 4194304 4300876 140735814772736 18446744073709551615 4214443 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 44387 25780 171 27 0 42836 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 177548

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10394
/proc/meminfo: memFree=14840920/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=177680 CPUtime=1062.32 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 70551 0 0 0 106219 13 0 0 25 0 1 0 488361673 181944320 25977 33554432000 4194304 4300876 140735814772736 18446744073709551615 4214489 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 44420 25977 171 27 0 42869 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 177680

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 10395
/proc/meminfo: memFree=14831468/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=177944 CPUtime=1122.31 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 70702 0 0 0 112218 13 0 0 25 0 1 0 488361673 182214656 26128 33554432000 4194304 4300876 140735814772736 18446744073709551615 4231064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 44486 26128 171 27 0 42935 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 177944

[startup+1182.3 s]
/proc/loadavg: 4.06 4.03 3.94 5/190 10397
/proc/meminfo: memFree=14793248/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=177944 CPUtime=1182.31 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 70860 0 0 0 118218 13 0 0 25 0 1 0 488361673 182214656 26286 33554432000 4194304 4300876 140735814772736 18446744073709551615 274473362479 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 44486 26286 171 27 0 42935 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 177944

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 10408
/proc/meminfo: memFree=14776348/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=178076 CPUtime=1242.33 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 70985 0 0 0 124219 14 0 0 25 0 1 0 488361673 182349824 26411 33554432000 4194304 4300876 140735814772736 18446744073709551615 4250880 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 44519 26411 171 27 0 42968 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 178076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.03 3.94 5/190 10409
/proc/meminfo: memFree=14716040/32950928 swapFree=67111528/67111528
[pid=10276] ppid=10274 vsize=178076 CPUtime=1300.03 cores=0,2
/proc/10276/stat : 10276 (march_rw) R 10274 10276 10131 0 -1 4202496 71118 0 0 0 129989 14 0 0 25 0 1 0 488361673 182349824 26544 33554432000 4194304 4300876 140735814772736 18446744073709551615 274473664128 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10276/statm: 44519 26544 171 27 0 42968 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 178076

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.04
CPU user time (s): 1299.9
CPU system time (s): 0.145977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 178076

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

runsolver used 2.07568 second user time and 5.02823 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-25 23:40:20
IDJOB=3284352
IDBENCH=82345
IDSOLVER=1561
FILE ID=node125/3284352-1303767620
RUNJOBID= node125-1303766317-10149
PBS_JOBID= 13157157
Free space on /tmp= 72664 MiB

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

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

MD5SUM BENCH= 518fc0e116993755b5f2dc4ea757b581
RANDOM SEED=1102235530

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.74
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.828
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.75
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12449860 kB
Buffers:       2196888 kB
Cached:       14075240 kB
SwapCached:          0 kB
Active:       11883460 kB
Inactive:      8080200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12449860 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6928 kB
Writeback:          24 kB
AnonPages:     3691252 kB
Mapped:          15236 kB
Slab:           467132 kB
PageTables:      12332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4809536 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= 73100 MiB
End job on node125 at 2011-04-26 00:02:02