Trace number 3265221

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.03

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-020-019.shuffled-as.sat05-1190.cnf
MD5SUM81bbeaaf9f0ca3bfc36d743097777052
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.62875
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses3630
Sum of the clauses size7600
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23610
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 380 variables and 3630 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 380 free variables and 3630 clauses.
0.00/0.01	c using k-SAT heuristics (size based diff)
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c main():: clause / variable ratio: ( 3630 / 380 ) = 9.55
0.00/0.01	c longest clause has size 19
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c number of free variables = 380
0.00/0.01	c dynamic_preselect_setsize :: off
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 198
0.04/0.07	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 3004
0.19/0.27	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 |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 51344
3.30/3.34	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 |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 642110
39.09/39.16	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 |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 6073190
356.69/356.77	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 |***************************************
c |****************************************
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-3265221-1303575498/watcher-3265221-1303575498 -o /tmp/evaluation-result-3265221-1303575498/solver-3265221-1303575498 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3265221-1303575498.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.38 3.87 3.84 5/189 9450
/proc/meminfo: memFree=13678400/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=6852 CPUtime=0 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 317 0 0 0 0 0 0 0 21 0 1 0 449966064 7016448 259 33554432000 4194304 4300876 140735948637296 18446744073709551615 212039313801 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 1713 259 142 27 0 162 0

[startup+0.0449529 s]
/proc/loadavg: 3.38 3.87 3.84 5/189 9450
/proc/meminfo: memFree=13678400/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=7428 CPUtime=0.04 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 398 0 0 0 4 0 0 0 21 0 1 0 449966064 7606272 340 33554432000 4194304 4300876 140735948637296 18446744073709551615 4214219 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 1857 340 168 27 0 306 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7428

[startup+0.10093 s]
/proc/loadavg: 3.38 3.87 3.84 5/189 9450
/proc/meminfo: memFree=13678400/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=7560 CPUtime=0.09 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 409 0 0 0 9 0 0 0 21 0 1 0 449966064 7741440 351 33554432000 4194304 4300876 140735948637296 18446744073709551615 4201094 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 1890 351 170 27 0 339 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7560

[startup+0.300907 s]
/proc/loadavg: 3.38 3.87 3.84 5/189 9450
/proc/meminfo: memFree=13678400/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=7560 CPUtime=0.29 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 426 0 0 0 29 0 0 0 22 0 1 0 449966064 7741440 368 33554432000 4194304 4300876 140735948637296 18446744073709551615 4227505 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 1890 368 170 27 0 339 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7560

[startup+0.700825 s]
/proc/loadavg: 3.38 3.87 3.84 5/189 9450
/proc/meminfo: memFree=13678400/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=7864 CPUtime=0.69 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 482 0 0 0 69 0 0 0 24 0 1 0 449966064 8052736 424 33554432000 4194304 4300876 140735948637296 18446744073709551615 4216347 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 1966 424 171 27 0 415 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7864

[startup+1.50068 s]
/proc/loadavg: 3.38 3.87 3.84 4/185 9468
/proc/meminfo: memFree=13676324/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=8244 CPUtime=1.49 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 550 0 0 0 149 0 0 0 25 0 1 0 449966064 8441856 492 33554432000 4194304 4300876 140735948637296 18446744073709551615 4214496 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 2061 492 171 27 0 510 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8244

[startup+3.1004 s]
/proc/loadavg: 3.38 3.87 3.84 5/190 9478
/proc/meminfo: memFree=13672004/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=9096 CPUtime=3.09 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 703 0 0 0 309 0 0 0 25 0 1 0 449966064 9314304 645 33554432000 4194304 4300876 140735948637296 18446744073709551615 4225119 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 2274 645 171 27 0 723 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9096

[startup+6.30082 s]
/proc/loadavg: 3.43 3.87 3.84 5/190 9478
/proc/meminfo: memFree=13669176/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=9860 CPUtime=6.29 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 997 0 0 0 629 0 0 0 25 0 1 0 449966064 10096640 939 33554432000 4194304 4300876 140735948637296 18446744073709551615 4288313 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 2465 939 171 27 0 914 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9860

[startup+12.7007 s]
/proc/loadavg: 3.48 3.87 3.84 5/190 9478
/proc/meminfo: memFree=13663644/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=12736 CPUtime=12.69 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 1578 0 0 0 1269 0 0 0 25 0 1 0 449966064 13041664 1520 33554432000 4194304 4300876 140735948637296 18446744073709551615 4214485 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 3184 1520 171 27 0 1633 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12736

[startup+25.5004 s]
/proc/loadavg: 3.59 3.88 3.84 5/190 9479
/proc/meminfo: memFree=13654252/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=19204 CPUtime=25.49 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 2793 0 0 0 2549 0 0 0 25 0 1 0 449966064 19664896 2735 33554432000 4194304 4300876 140735948637296 18446744073709551615 4216329 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 4801 2735 171 27 0 3250 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19204

[startup+51.1008 s]
/proc/loadavg: 3.79 3.90 3.85 5/190 9479
/proc/meminfo: memFree=13634876/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=33756 CPUtime=51.09 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 5321 0 0 0 5109 0 0 0 25 0 1 0 449966064 34566144 5263 33554432000 4194304 4300876 140735948637296 18446744073709551615 4250917 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 8439 5263 171 27 0 6888 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 33756

[startup+102.307 s]
/proc/loadavg: 3.91 3.92 3.86 5/190 9481
/proc/meminfo: memFree=13594792/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=46852 CPUtime=102.29 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 10251 0 0 0 10228 1 0 0 25 0 1 0 449966064 47976448 10193 33554432000 4194304 4300876 140735948637296 18446744073709551615 4199430 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 11713 10193 171 27 0 10162 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 46852

[startup+162.301 s]
/proc/loadavg: 3.96 3.93 3.86 5/190 9482
/proc/meminfo: memFree=13549020/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=95964 CPUtime=162.29 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 16145 0 0 0 16226 3 0 0 25 0 1 0 449966064 98267136 16087 33554432000 4194304 4300876 140735948637296 18446744073709551615 4234759 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 23991 16087 171 27 0 22440 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95964

[startup+222.3 s]
/proc/loadavg: 3.98 3.94 3.87 5/190 9484
/proc/meminfo: memFree=13502976/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=95964 CPUtime=222.29 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 22122 0 0 0 22225 4 0 0 25 0 1 0 449966064 98267136 22064 33554432000 4194304 4300876 140735948637296 18446744073709551615 4234234 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 23991 22064 171 27 0 22440 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 95964

[startup+282.3 s]
/proc/loadavg: 3.99 3.95 3.87 5/190 9486
/proc/meminfo: memFree=13456700/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=140164 CPUtime=282.3 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 28181 0 0 0 28225 5 0 0 25 0 1 0 449966064 143527936 28123 33554432000 4194304 4300876 140735948637296 18446744073709551615 4234357 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 35041 28123 171 27 0 33490 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 140164

[startup+342.301 s]
/proc/loadavg: 4.03 3.97 3.88 5/190 9487
/proc/meminfo: memFree=13410788/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=206464 CPUtime=342.3 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 34383 0 0 0 34224 6 0 0 25 0 1 0 449966064 211419136 34325 33554432000 4194304 4300876 140735948637296 18446744073709551615 4197155 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 51616 34325 171 27 0 50065 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 206464

[startup+402.301 s]
/proc/loadavg: 4.01 3.97 3.89 5/190 9492
/proc/meminfo: memFree=13364968/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=206464 CPUtime=402.3 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 40506 0 0 0 40223 7 0 0 25 0 1 0 449966064 211419136 40448 33554432000 4194304 4300876 140735948637296 18446744073709551615 4264264 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 51616 40448 171 27 0 50065 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 206464

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.90 5/190 9493
/proc/meminfo: memFree=13318060/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=206464 CPUtime=462.3 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 46554 0 0 0 46222 8 0 0 25 0 1 0 449966064 211419136 46496 33554432000 4194304 4300876 140735948637296 18446744073709551615 4234728 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 51616 46496 171 27 0 50065 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 206464

[startup+522.301 s]
/proc/loadavg: 4.03 3.99 3.91 5/190 9495
/proc/meminfo: memFree=13273528/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=305912 CPUtime=522.3 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 52543 0 0 0 52220 10 0 0 25 0 1 0 449966064 313253888 52485 33554432000 4194304 4300876 140735948637296 18446744073709551615 4289091 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 76478 52485 171 27 0 74927 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 305912

[startup+582.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 9497
/proc/meminfo: memFree=13227732/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=305912 CPUtime=582.3 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 58641 0 0 0 58219 11 0 0 25 0 1 0 449966064 313253888 58583 33554432000 4194304 4300876 140735948637296 18446744073709551615 4214450 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 76478 58583 171 27 0 74927 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 305912

[startup+642.3 s]
/proc/loadavg: 4.04 4.00 3.91 5/190 9498
/proc/meminfo: memFree=13180448/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=305912 CPUtime=642.31 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 64790 0 0 0 64219 12 0 0 25 0 1 0 449966064 313253888 64732 33554432000 4194304 4300876 140735948637296 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 76478 64732 171 27 0 74927 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 305912

[startup+702.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 9500
/proc/meminfo: memFree=13135040/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=305912 CPUtime=702.31 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 70737 0 0 0 70218 13 0 0 25 0 1 0 449966064 313253888 70679 33554432000 4194304 4300876 140735948637296 18446744073709551615 4276832 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 76478 70679 171 27 0 74927 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 305912

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9501
/proc/meminfo: memFree=13088876/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=455088 CPUtime=762.32 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 76744 0 0 0 76218 14 0 0 25 0 1 0 449966064 466010112 76686 33554432000 4194304 4300876 140735948637296 18446744073709551615 4214184 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 113772 76686 171 27 0 112221 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 455088

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 9503
/proc/meminfo: memFree=13042844/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=455088 CPUtime=822.31 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 82860 0 0 0 82216 15 0 0 25 0 1 0 449966064 466010112 82802 33554432000 4194304 4300876 140735948637296 18446744073709551615 4216304 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 113772 82802 171 27 0 112221 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 455088

[startup+882.3 s]
/proc/loadavg: 4.04 4.01 3.92 5/190 9505
/proc/meminfo: memFree=12997308/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=455088 CPUtime=882.31 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 88723 0 0 0 88215 16 0 0 25 0 1 0 449966064 466010112 88665 33554432000 4194304 4300876 140735948637296 18446744073709551615 4216280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 113772 88665 171 27 0 112221 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 455088

[startup+942.301 s]
/proc/loadavg: 4.01 4.01 3.92 5/190 9506
/proc/meminfo: memFree=12951148/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=455088 CPUtime=942.31 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 94682 0 0 0 94214 17 0 0 25 0 1 0 449966064 466010112 94624 33554432000 4194304 4300876 140735948637296 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 113772 94624 171 27 0 112221 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 455088

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 9508
/proc/meminfo: memFree=12904476/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=455088 CPUtime=1002.31 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 100782 0 0 0 100213 18 0 0 25 0 1 0 449966064 466010112 100724 33554432000 4194304 4300876 140735948637296 18446744073709551615 4250896 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 113772 100724 171 27 0 112221 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 455088

[startup+1062.3 s]
/proc/loadavg: 4.05 4.01 3.93 5/190 9509
/proc/meminfo: memFree=12858200/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=455088 CPUtime=1062.32 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 106862 0 0 0 106212 20 0 0 25 0 1 0 449966064 466010112 106804 33554432000 4194304 4300876 140735948637296 18446744073709551615 4225135 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 113772 106804 171 27 0 112221 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 455088

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 9511
/proc/meminfo: memFree=12810288/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=678852 CPUtime=1122.31 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 112977 0 0 0 112211 20 0 0 25 0 1 0 449966064 695144448 112919 33554432000 4194304 4300876 140735948637296 18446744073709551615 4214237 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 169713 112919 171 27 0 168162 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 678852

[startup+1182.3 s]
/proc/loadavg: 4.05 4.02 3.93 5/190 9513
/proc/meminfo: memFree=12764108/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=678852 CPUtime=1182.32 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 119081 0 0 0 118210 22 0 0 25 0 1 0 449966064 695144448 119023 33554432000 4194304 4300876 140735948637296 18446744073709551615 4214240 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 169713 119023 171 27 0 168162 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 678852

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 9514
/proc/meminfo: memFree=12716080/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=678852 CPUtime=1242.32 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 125146 0 0 0 124209 23 0 0 25 0 1 0 449966064 695144448 125088 33554432000 4194304 4300876 140735948637296 18446744073709551615 4274258 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 169713 125088 171 27 0 168162 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 678852



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.93 3/187 9518
/proc/meminfo: memFree=13064244/32951124 swapFree=67111528/67111528
[pid=9450] ppid=9448 vsize=678852 CPUtime=1300.03 cores=5,7
/proc/9450/stat : 9450 (march_rw) R 9448 9450 8436 0 -1 4202496 131032 0 0 0 129979 24 0 0 25 0 1 0 449966064 695144448 130974 33554432000 4194304 4300876 140735948637296 18446744073709551615 4225187 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/9450/statm: 169713 130974 171 27 0 168162 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 678852

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.79
CPU system time (s): 0.269958
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 678852

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

runsolver used 1.89671 second user time and 4.03039 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-23 18:18:18
IDJOB=3265221
IDBENCH=85459
IDSOLVER=1561
FILE ID=node146/3265221-1303575498
RUNJOBID= node146-1303575497-9411
PBS_JOBID= 13150293
Free space on /tmp= 72472 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-020-019.shuffled-as.sat05-1190.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265221-1303575498/watcher-3265221-1303575498 -o /tmp/evaluation-result-3265221-1303575498/solver-3265221-1303575498 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3265221-1303575498.cnf

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

MD5SUM BENCH= 81bbeaaf9f0ca3bfc36d743097777052
RANDOM SEED=974309178

node146.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.830
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.66
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.830
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	: 5332.75
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.830
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.75
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.830
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.86
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.830
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.830
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.830
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.830
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:     32951124 kB
MemFree:      13678664 kB
Buffers:       2068100 kB
Cached:       16601272 kB
SwapCached:          0 kB
Active:        9637744 kB
Inactive:      9105196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13678664 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             928 kB
Writeback:           0 kB
AnonPages:       71840 kB
Mapped:          14816 kB
Slab:           467040 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   261584 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= 72476 MiB
End job on node146 at 2011-04-23 18:40:00