Trace number 3291896

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

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
all.used-as.sat04-986.cnf
MD5SUM51fef6c1c8ac21be9eb125cde1cdd08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.941
Satisfiable
(Un)Satisfiability was proved
Number of variables21317
Number of clauses63664
Sum of the clauses size148532
Maximum clause length3
Minimum clause length1
Number of clauses of size 113
Number of clauses of size 242434
Number of clauses of size 321217
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.30	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.29/0.30	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.29/0.30	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.29/0.30	c main()::
0.29/0.30	c initFormula():: searching for DIMACS p-line....
0.29/0.30	c initFormula():: the DIMACS p-line indicates a CNF of 21317 variables and 63664 clauses.
0.29/0.30	c parseCNF():: parsing....
0.29/0.30	c parseCNF():: the CNF contains 13 unary clauses.
0.29/0.30	c runParser():: parsing was successful, warming up engines...
0.29/0.30	c simplify_formula():: removed 0 tautological, 369 satisfied and 0 duplicate clauses
0.29/0.30	c preprocessing fase I completed:: there are now 21172 free variables and 63295 clauses.
0.29/0.30	c using 3-SAT heuristics (occurence based diff)
0.29/0.30	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.30	c simplify_formula():: removed 0 tautological, 0 satisfied and 1100 duplicate clauses
0.29/0.30	c resolvent_look() :: found 1100 resolvents
0.29/0.30	c main():: clause / variable ratio: ( 64395 / 21317 ) = 3.02
0.29/0.30	c longest clause has size 3
0.29/0.30	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.30	c number of free variables = 21172
0.29/0.30	c dynamic_preselect_setsize :: off
0.29/0.30	c main():: all systems go!
0.29/0.30	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 450
1.99/2.09	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 1551
7.70/7.73	c |----------------------------------------------------------------|
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 16200
82.40/82.50	c |----------------------------------------------------------------|
c |****
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 167262
872.12/872.13	c |----------------------------------------------------------------|
c |****
c |********
c |*********
c |**********
c |***********
c |************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
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-3291896-1303794756/watcher-3291896-1303794756 -o /tmp/evaluation-result-3291896-1303794756/solver-3291896-1303794756 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3291896-1303794756.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.90 3/181 12958
/proc/meminfo: memFree=16797940/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=9512 CPUtime=0 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4194304 895 0 0 0 0 0 0 0 22 0 1 0 569706331 9740288 839 33554432000 4194304 4300876 140734663285632 18446744073709551615 231895490304 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 2378 839 113 27 0 827 0

[startup+0.0485121 s]
/proc/loadavg: 3.68 3.93 3.90 3/181 12958
/proc/meminfo: memFree=16797940/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=16356 CPUtime=0.04 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4194304 2517 0 0 0 4 0 0 0 22 0 1 0 569706331 16748544 1912 33554432000 4194304 4300876 140734663285632 18446744073709551615 231894886135 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 4089 1921 127 27 0 2538 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16356

[startup+0.100502 s]
/proc/loadavg: 3.68 3.93 3.90 3/181 12958
/proc/meminfo: memFree=16797940/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=19712 CPUtime=0.09 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4194304 5512 0 0 0 9 0 0 0 22 0 1 0 569706331 20185088 2838 33554432000 4194304 4300876 140734663285632 18446744073709551615 231895151301 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 4928 2849 129 27 0 3377 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19712

[startup+0.300483 s]
/proc/loadavg: 3.68 3.93 3.90 3/181 12958
/proc/meminfo: memFree=16797940/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=47244 CPUtime=0.29 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 17612 0 0 0 27 2 0 0 23 0 1 0 569706331 48377856 4927 33554432000 4194304 4300876 140734663285632 18446744073709551615 231895139264 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 11811 4927 147 27 0 10260 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47244

[startup+0.700393 s]
/proc/loadavg: 3.68 3.93 3.90 3/181 12958
/proc/meminfo: memFree=16797940/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=49112 CPUtime=0.69 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 22165 0 0 0 67 2 0 0 25 0 1 0 569706331 50290688 8739 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217423 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 12278 8739 169 27 0 10727 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49112

[startup+1.50024 s]
/proc/loadavg: 3.68 3.93 3.90 5/187 12969
/proc/meminfo: memFree=16698952/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=50176 CPUtime=1.49 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 22607 0 0 0 147 2 0 0 25 0 1 0 569706331 51380224 9181 33554432000 4194304 4300876 140734663285632 18446744073709551615 4268883 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 12544 9181 169 27 0 10993 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50176

[startup+3.10094 s]
/proc/loadavg: 3.68 3.93 3.90 5/187 12969
/proc/meminfo: memFree=16650096/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=51804 CPUtime=3.09 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 23015 0 0 0 307 2 0 0 25 0 1 0 569706331 53047296 9589 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217549 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 12951 9589 169 27 0 11400 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51804

[startup+6.30036 s]
/proc/loadavg: 3.70 3.93 3.90 5/190 12975
/proc/meminfo: memFree=16423708/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=53684 CPUtime=6.3 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 23467 0 0 0 627 3 0 0 25 0 1 0 569706331 54972416 10024 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 13421 10024 169 27 0 11870 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 53684

[startup+12.7011 s]
/proc/loadavg: 3.73 3.94 3.90 5/190 12975
/proc/meminfo: memFree=16093040/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=56208 CPUtime=12.69 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 24137 0 0 0 1266 3 0 0 25 0 1 0 569706331 57556992 10682 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 14052 10682 169 27 0 12501 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56208

[startup+25.5007 s]
/proc/loadavg: 3.79 3.94 3.90 5/190 12975
/proc/meminfo: memFree=15905588/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=58580 CPUtime=25.49 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 25051 0 0 0 2546 3 0 0 25 0 1 0 569706331 59985920 11596 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217549 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 14645 11596 169 27 0 13094 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58580

[startup+51.1009 s]
/proc/loadavg: 3.86 3.94 3.90 5/190 12976
/proc/meminfo: memFree=15879772/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=62592 CPUtime=51.09 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 26032 0 0 0 5105 4 0 0 25 0 1 0 569706331 64094208 12577 33554432000 4194304 4300876 140734663285632 18446744073709551615 4268864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 15648 12577 169 27 0 14097 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62592

[startup+102.307 s]
/proc/loadavg: 3.94 3.95 3.91 5/190 12977
/proc/meminfo: memFree=15779240/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=76688 CPUtime=102.3 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 28182 0 0 0 10225 5 0 0 25 0 1 0 569706331 78528512 14727 33554432000 4194304 4300876 140734663285632 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 19172 14727 169 27 0 17621 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 76688

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.91 5/190 12979
/proc/meminfo: memFree=15661036/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=80328 CPUtime=162.3 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 30413 0 0 0 16224 6 0 0 25 0 1 0 569706331 82255872 16958 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217367 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 20082 16958 169 27 0 18531 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 80328

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 12980
/proc/meminfo: memFree=15353744/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=96604 CPUtime=222.3 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 32303 0 0 0 22223 7 0 0 25 0 1 0 569706331 98922496 18848 33554432000 4194304 4300876 140734663285632 18446744073709551615 4228157 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 24151 18848 169 27 0 22600 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 96604

[startup+282.3 s]
/proc/loadavg: 4.04 3.98 3.91 5/190 12982
/proc/meminfo: memFree=15059520/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=97800 CPUtime=282.3 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 34080 0 0 0 28222 8 0 0 25 0 1 0 569706331 100147200 20625 33554432000 4194304 4300876 140734663285632 18446744073709551615 4276857 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 24450 20625 169 27 0 22899 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 97800

[startup+342.3 s]
/proc/loadavg: 4.01 3.98 3.91 5/190 12984
/proc/meminfo: memFree=14739836/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=99620 CPUtime=342.3 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 35643 0 0 0 34222 8 0 0 25 0 1 0 569706331 102010880 22188 33554432000 4194304 4300876 140734663285632 18446744073709551615 4216929 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 24905 22188 169 27 0 23354 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 99620

[startup+402.301 s]
/proc/loadavg: 4.00 3.98 3.91 5/190 12985
/proc/meminfo: memFree=14429688/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=128264 CPUtime=402.3 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 37072 0 0 0 40221 9 0 0 25 0 1 0 569706331 131342336 23617 33554432000 4194304 4300876 140734663285632 18446744073709551615 4250917 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 32066 23617 169 27 0 30515 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 128264

[startup+462.301 s]
/proc/loadavg: 4.03 3.99 3.92 5/190 12987
/proc/meminfo: memFree=13629252/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=128924 CPUtime=462.31 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 38340 0 0 0 46221 10 0 0 25 0 1 0 569706331 132018176 24885 33554432000 4194304 4300876 140734663285632 18446744073709551615 4248636 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 32231 24885 169 27 0 30680 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 128924

[startup+522.3 s]
/proc/loadavg: 4.09 4.01 3.93 5/190 12988
/proc/meminfo: memFree=12541760/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=130868 CPUtime=522.31 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 39719 0 0 0 52221 10 0 0 25 0 1 0 569706331 134008832 26264 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217790 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 32717 26264 169 27 0 31166 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 130868

[startup+582.301 s]
/proc/loadavg: 4.03 4.01 3.93 5/190 12990
/proc/meminfo: memFree=11475716/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=131528 CPUtime=582.31 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 41141 0 0 0 58220 11 0 0 25 0 1 0 569706331 134684672 27686 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 32882 27686 169 27 0 31331 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 131528

[startup+642.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 12992
/proc/meminfo: memFree=10372088/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=132188 CPUtime=642.31 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 42593 0 0 0 64220 11 0 0 25 0 1 0 569706331 135360512 29138 33554432000 4194304 4300876 140734663285632 18446744073709551615 4250742 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 33047 29138 169 27 0 31496 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 132188

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 12993
/proc/meminfo: memFree=9185172/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=132716 CPUtime=702.31 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 43835 0 0 0 70219 12 0 0 25 0 1 0 569706331 135901184 30380 33554432000 4194304 4300876 140734663285632 18446744073709551615 4261326 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 33179 30380 169 27 0 31628 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 132716

[startup+762.307 s]
/proc/loadavg: 3.93 3.98 3.92 5/190 13050
/proc/meminfo: memFree=16152436/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=190532 CPUtime=762.33 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 45494 0 0 0 76220 13 0 0 25 0 1 0 569706331 195104768 32039 33554432000 4194304 4300876 140734663285632 18446744073709551615 4216868 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 47633 32039 169 27 0 46082 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 190532

[startup+822.301 s]
/proc/loadavg: 3.97 3.98 3.92 5/190 13078
/proc/meminfo: memFree=16102500/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=191192 CPUtime=822.32 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 47141 0 0 0 82218 14 0 0 25 0 1 0 569706331 195780608 33686 33554432000 4194304 4300876 140734663285632 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 47798 33686 169 27 0 46247 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 191192

[startup+882.301 s]
/proc/loadavg: 3.99 3.98 3.92 5/190 13080
/proc/meminfo: memFree=16049908/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=192116 CPUtime=882.32 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 49250 0 0 0 88217 15 0 0 25 0 1 0 569706331 196726784 35795 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 48029 35795 169 27 0 46478 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 192116

[startup+942.3 s]
/proc/loadavg: 4.05 4.00 3.93 5/190 13082
/proc/meminfo: memFree=16003500/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=193568 CPUtime=942.32 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 51252 0 0 0 94216 16 0 0 25 0 1 0 569706331 198213632 37797 33554432000 4194304 4300876 140734663285632 18446744073709551615 4228407 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 48392 37797 169 27 0 46841 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 193568

[startup+1002.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/190 13083
/proc/meminfo: memFree=15954616/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=194364 CPUtime=1002.32 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 52760 0 0 0 100215 17 0 0 25 0 1 0 569706331 199028736 39305 33554432000 4194304 4300876 140734663285632 18446744073709551615 4261118 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 48591 39305 169 27 0 47040 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 194364

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 13085
/proc/meminfo: memFree=15907228/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=195028 CPUtime=1062.33 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 54319 0 0 0 106215 18 0 0 25 0 1 0 569706331 199708672 40864 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217564 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 48757 40864 169 27 0 47206 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 195028

[startup+1122.3 s]
/proc/loadavg: 3.95 3.98 3.92 5/190 13193
/proc/meminfo: memFree=15792628/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=195692 CPUtime=1122.32 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 56092 0 0 0 112214 18 0 0 25 0 1 0 569706331 200388608 42637 33554432000 4194304 4300876 140734663285632 18446744073709551615 4264950 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 48923 42637 169 27 0 47372 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 195692

[startup+1182.3 s]
/proc/loadavg: 3.98 3.98 3.92 5/190 13195
/proc/meminfo: memFree=15744792/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=199204 CPUtime=1182.33 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 58094 0 0 0 118214 19 0 0 25 0 1 0 569706331 203984896 44639 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 49801 44639 169 27 0 48250 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 199204

[startup+1242.3 s]
/proc/loadavg: 3.99 3.98 3.92 5/190 13197
/proc/meminfo: memFree=15698900/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=200260 CPUtime=1242.33 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 60214 0 0 0 124213 20 0 0 25 0 1 0 569706331 205066240 46759 33554432000 4194304 4300876 140734663285632 18446744073709551615 4261197 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 50065 46759 169 27 0 48514 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 200260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.99 3.98 3.92 4/189 13199
/proc/meminfo: memFree=16210276/32950928 swapFree=67111528/67111528
[pid=12958] ppid=12956 vsize=311400 CPUtime=1300.05 cores=5,7
/proc/12958/stat : 12958 (march_rw) R 12956 12958 12604 0 -1 4202496 62159 0 0 0 129984 21 0 0 25 0 1 0 569706331 318873600 48704 33554432000 4194304 4300876 140734663285632 18446744073709551615 4217421 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/12958/statm: 77850 48704 169 27 0 76299 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 311400

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.06
CPU user time (s): 1299.84
CPU system time (s): 0.220966
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 311400

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

runsolver used 2.08668 second user time and 5.01824 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-26 07:12:37
IDJOB=3291896
IDBENCH=84958
IDSOLVER=1561
FILE ID=node114/3291896-1303794756
RUNJOBID= node114-1303794756-12935
PBS_JOBID= 13157273
Free space on /tmp= 71836 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/all.used-as.sat04-986.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291896-1303794756/watcher-3291896-1303794756 -o /tmp/evaluation-result-3291896-1303794756/solver-3291896-1303794756 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3291896-1303794756.cnf

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

MD5SUM BENCH= 51fef6c1c8ac21be9eb125cde1cdd08e
RANDOM SEED=140904415

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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:      16798468 kB
Buffers:       2316220 kB
Cached:       13178580 kB
SwapCached:          0 kB
Active:        6593620 kB
Inactive:      8971036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16798468 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1340 kB
Writeback:           0 kB
AnonPages:       69036 kB
Mapped:          14876 kB
Slab:           523852 kB
PageTables:       5188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   213744 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= 71828 MiB
End job on node114 at 2011-04-26 07:34:19