Trace number 3420485

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-02UNSAT 4436.53 4436.4

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1805176884-064.UNKNOWN.cnf
MD5SUM91ecb427720c901d7e357cfd52fa252a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4422.37
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.29/0.39	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.29/0.39	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.29/0.39	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.29/0.39	c main()::
0.29/0.39	c initFormula():: searching for DIMACS p-line....
0.29/0.39	c full lookahead due to high density!
0.29/0.39	c initFormula():: the DIMACS p-line indicates a CNF of 70 variables and 6230 clauses.
0.29/0.39	c parseCNF():: parsing....
0.29/0.39	c parseCNF():: the CNF contains 0 unary clauses.
0.29/0.39	c runParser():: parsing was successful, warming up engines...
0.29/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.39	c preprocessing fase I completed:: there are now 70 free variables and 6230 clauses.
0.29/0.39	c using k-SAT heuristics (size based diff)
0.29/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.39	c main():: clause / variable ratio: ( 6230 / 70 ) = 89.00
0.29/0.39	c longest clause has size 7
0.29/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.39	c number of free variables = 70
0.29/0.39	c dynamic_preselect_setsize :: off
0.29/0.39	c main():: all systems go!
0.29/0.39	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/19) NodeCount: 134
0.39/0.43	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/19) NodeCount: 3662
1.21/1.24	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/19) NodeCount: 28139
6.89/6.91	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/19) NodeCount: 152358
35.49/35.53	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/19) NodeCount: 579478
134.10/134.19	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 |***************************************************************
c |****************************************************************| ( 5/19) NodeCount: 1642246
381.50/381.55	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 |***************************************************************
c |****************************************************************| ( 6/19) NodeCount: 3676829
857.62/857.68	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 |***************************************************************
c |****************************************************************| ( 7/19) NodeCount: 6687583
1568.84/1568.86	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 |***************************************************************
c |****************************************************************| ( 8/19) NodeCount: 10189526
2406.07/2406.02	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 |***************************************************************
c |****************************************************************| ( 9/19) NodeCount: 13440691
3195.28/3195.20	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 |***************************************************************
c |****************************************************************| (10/19) NodeCount: 15852080
3793.50/3793.46	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 |***************************************************************
c |****************************************************************| (11/19) NodeCount: 17278931
4158.92/4158.81	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 |***************************************************************
c |****************************************************************| (12/19) NodeCount: 17944415
4337.62/4337.54	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 |***************************************************************
c |****************************************************************| (13/19) NodeCount: 18186830
4407.83/4407.80	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 |****************************************************************| (14/19) NodeCount: 18253131
4429.72/4429.68	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 |****************************************************************| (15/19) NodeCount: 18266595
4435.22/4435.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 |****************************************************************| (16/19) NodeCount: 18268536
4436.32/4436.22	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 |****************************************************************| (17/19) NodeCount: 18268665
4436.43/4436.37	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |****************
c |********************************
c |****************************************************************| (18/19) NodeCount: 18268670
4436.43/4436.39	c |----------------------------------------------------------------|
c |
4436.43/4436.39	c
4436.43/4436.39	c main():: nodeCount: 18268670
4436.43/4436.39	c main():: dead ends in main: 5107
4436.43/4436.39	c main():: lookAheadCount: 851981733
4436.43/4436.39	c main():: unitResolveCount: 38639702
4436.43/4436.39	c main():: time=4436.510254
4436.43/4436.39	c main():: necessary_assignments: 89390
4436.43/4436.39	c main():: bin_sat: 0, bin_unsat 0
4436.43/4436.39	c main():: doublelook: #: 63839063, succes #: 51851119
4436.43/4436.39	c main():: doublelook: overall 7.669 of all possible doublelooks executed
4436.43/4436.39	c main():: doublelook: succesrate: 81.222, average DL_trigger: 8.515
4436.43/4436.39	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3420485-1306620879/watcher-3420485-1306620879 -o /tmp/evaluation-result-3420485-1306620879/solver-3420485-1306620879 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420485-1306620879.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.07 2.01 2/453 11010
/proc/meminfo: memFree=24313896/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=7124 CPUtime=0.01 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4194304 358 0 0 0 1 0 0 0 25 0 1 0 773685737 7294976 289 33554432000 4194304 4300876 140734501901312 18446744073709551615 271550195474 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 1781 289 126 27 0 230 0

[startup+0.103558 s]
/proc/loadavg: 2.02 2.07 2.01 2/453 11010
/proc/meminfo: memFree=24313896/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=7492 CPUtime=0.1 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1029 0 0 0 10 0 0 0 25 0 1 0 773685737 7671808 398 33554432000 4194304 4300876 140734501901312 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 1873 398 143 27 0 322 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7492

[startup+0.20053 s]
/proc/loadavg: 2.02 2.07 2.01 2/453 11010
/proc/meminfo: memFree=24313896/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=7492 CPUtime=0.19 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1029 0 0 0 19 0 0 0 25 0 1 0 773685737 7671808 398 33554432000 4194304 4300876 140734501901312 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 1873 398 143 27 0 322 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7492

[startup+0.300509 s]
/proc/loadavg: 2.02 2.07 2.01 2/453 11010
/proc/meminfo: memFree=24313896/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=7492 CPUtime=0.29 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1029 0 0 0 29 0 0 0 25 0 1 0 773685737 7671808 398 33554432000 4194304 4300876 140734501901312 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 1873 398 143 27 0 322 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7492

[startup+0.700437 s]
/proc/loadavg: 2.02 2.07 2.01 2/453 11010
/proc/meminfo: memFree=24313896/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=8044 CPUtime=0.69 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1457 0 0 0 69 0 0 0 25 0 1 0 773685737 8237056 514 33554432000 4194304 4300876 140734501901312 18446744073709551615 4288933 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2011 514 170 27 0 460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8044

[startup+1.50029 s]
/proc/loadavg: 2.02 2.07 2.01 3/454 11011
/proc/meminfo: memFree=24310540/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=8044 CPUtime=1.49 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1457 0 0 0 149 0 0 0 25 0 1 0 773685737 8237056 514 33554432000 4194304 4300876 140734501901312 18446744073709551615 4281257 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2011 514 170 27 0 460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8044

[startup+3.101 s]
/proc/loadavg: 2.02 2.07 2.01 3/454 11011
/proc/meminfo: memFree=24309424/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=8044 CPUtime=3.09 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1457 0 0 0 309 0 0 0 25 0 1 0 773685737 8237056 514 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2011 514 170 27 0 460 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8044

[startup+6.30042 s]
/proc/loadavg: 2.02 2.07 2.01 3/454 11011
/proc/meminfo: memFree=24308712/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=8044 CPUtime=6.29 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1457 0 0 0 629 0 0 0 25 0 1 0 773685737 8237056 514 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2011 514 170 27 0 460 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8044

[startup+12.7003 s]
/proc/loadavg: 2.02 2.06 2.01 3/454 11011
/proc/meminfo: memFree=24306388/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=8216 CPUtime=12.69 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1460 0 0 0 1269 0 0 0 25 0 1 0 773685737 8413184 517 33554432000 4194304 4300876 140734501901312 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2054 517 170 27 0 503 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8216

[startup+25.5009 s]
/proc/loadavg: 2.01 2.06 2.01 3/454 11011
/proc/meminfo: memFree=24305044/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=8216 CPUtime=25.5 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1473 0 0 0 2550 0 0 0 25 0 1 0 773685737 8413184 530 33554432000 4194304 4300876 140734501901312 18446744073709551615 4275738 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2054 530 170 27 0 503 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 8216

[startup+51.1003 s]
/proc/loadavg: 2.07 2.07 2.01 3/454 11012
/proc/meminfo: memFree=24300308/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=8520 CPUtime=51.1 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1548 0 0 0 5110 0 0 0 25 0 1 0 773685737 8724480 605 33554432000 4194304 4300876 140734501901312 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2130 605 170 27 0 579 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 8520

[startup+102.301 s]
/proc/loadavg: 2.03 2.06 2.01 3/454 11014
/proc/meminfo: memFree=24291960/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=8672 CPUtime=102.31 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1595 0 0 0 10231 0 0 0 25 0 1 0 773685737 8880128 652 33554432000 4194304 4300876 140734501901312 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2168 652 171 27 0 617 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 8672

[startup+162.301 s]
/proc/loadavg: 2.08 2.07 2.01 3/454 11015
/proc/meminfo: memFree=24282124/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=8900 CPUtime=162.3 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1651 0 0 0 16230 0 0 0 25 0 1 0 773685737 9113600 708 33554432000 4194304 4300876 140734501901312 18446744073709551615 4234357 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2225 708 171 27 0 674 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 8900

[startup+222.316 s]
/proc/loadavg: 2.06 2.07 2.01 3/454 11017
/proc/meminfo: memFree=24273404/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=9240 CPUtime=222.32 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1704 0 0 0 22232 0 0 0 25 0 1 0 773685737 9461760 761 33554432000 4194304 4300876 140734501901312 18446744073709551615 4216115 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2310 761 171 27 0 759 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 9240

[startup+282.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/454 11018
/proc/meminfo: memFree=24264940/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=9752 CPUtime=282.3 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1757 0 0 0 28230 0 0 0 25 0 1 0 773685737 9986048 814 33554432000 4194304 4300876 140734501901312 18446744073709551615 4227626 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2438 814 171 27 0 887 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 9752

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/454 11020
/proc/meminfo: memFree=24256476/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=9752 CPUtime=342.3 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1812 0 0 0 34230 0 0 0 25 0 1 0 773685737 9986048 869 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2438 869 171 27 0 887 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 9752

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/454 11021
/proc/meminfo: memFree=24248140/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=9752 CPUtime=402.3 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1871 0 0 0 40230 0 0 0 25 0 1 0 773685737 9986048 928 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276274 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2438 928 171 27 0 887 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 9752

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 11023
/proc/meminfo: memFree=24240044/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=10516 CPUtime=462.31 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1927 0 0 0 46231 0 0 0 25 0 1 0 773685737 10768384 984 33554432000 4194304 4300876 140734501901312 18446744073709551615 4227580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2629 984 171 27 0 1078 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 10516

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 11025
/proc/meminfo: memFree=24232200/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=10516 CPUtime=522.31 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 1983 0 0 0 52231 0 0 0 25 0 1 0 773685737 10768384 1040 33554432000 4194304 4300876 140734501901312 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2629 1040 171 27 0 1078 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 10516

[startup+582.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/454 11026
/proc/meminfo: memFree=24224476/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=10516 CPUtime=582.31 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 2037 0 0 0 58231 0 0 0 25 0 1 0 773685737 10768384 1094 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276334 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 2629 1094 171 27 0 1078 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 10516

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=23790728/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=3762.4 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 6013 0 0 0 376239 1 0 0 25 0 1 0 773685737 35237888 5070 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276249 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 5070 171 27 0 7052 0
Current children cumulated CPU time (s) 3762.4
Current children cumulated vsize (KiB) 34412

[startup+3822.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 11125
/proc/meminfo: memFree=23782520/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=3822.4 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 6136 0 0 0 382239 1 0 0 25 0 1 0 773685737 35237888 5193 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 5193 171 27 0 7052 0
Current children cumulated CPU time (s) 3822.4
Current children cumulated vsize (KiB) 34412

[startup+3882.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/454 11126
/proc/meminfo: memFree=23775040/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=3882.4 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 6241 0 0 0 388239 1 0 0 25 0 1 0 773685737 35237888 5298 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 5298 171 27 0 7052 0
Current children cumulated CPU time (s) 3882.4
Current children cumulated vsize (KiB) 34412

[startup+3942.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/454 11128
/proc/meminfo: memFree=23767072/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=3942.4 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 6354 0 0 0 394239 1 0 0 25 0 1 0 773685737 35237888 5411 33554432000 4194304 4300876 140734501901312 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 5411 171 27 0 7052 0
Current children cumulated CPU time (s) 3942.4
Current children cumulated vsize (KiB) 34412

[startup+4002.3 s]
/proc/loadavg: 2.18 2.08 2.02 3/454 11129
/proc/meminfo: memFree=23759484/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4002.4 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 6477 0 0 0 400239 1 0 0 25 0 1 0 773685737 35237888 5534 33554432000 4194304 4300876 140734501901312 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 5534 171 27 0 7052 0
Current children cumulated CPU time (s) 4002.4
Current children cumulated vsize (KiB) 34412

[startup+4062.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/454 11131
/proc/meminfo: memFree=23752124/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4062.42 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 6590 0 0 0 406241 1 0 0 25 0 1 0 773685737 35237888 5647 33554432000 4194304 4300876 140734501901312 18446744073709551615 4214333 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 5647 171 27 0 7052 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 34412

[startup+4122.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/454 11133
/proc/meminfo: memFree=23743780/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4122.42 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 6725 0 0 0 412240 2 0 0 25 0 1 0 773685737 35237888 5782 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 5782 171 27 0 7052 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 34412

[startup+4182.32 s]
/proc/loadavg: 2.01 2.05 2.00 3/454 11134
/proc/meminfo: memFree=23736036/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4182.43 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 6872 0 0 0 418241 2 0 0 25 0 1 0 773685737 35237888 5929 33554432000 4194304 4300876 140734501901312 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 5929 171 27 0 7052 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 34412

[startup+4242.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/454 11136
/proc/meminfo: memFree=23728800/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4242.42 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 7011 0 0 0 424240 2 0 0 25 0 1 0 773685737 35237888 6068 33554432000 4194304 4300876 140734501901312 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 6068 171 27 0 7052 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 34412

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/454 11137
/proc/meminfo: memFree=23720576/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4302.42 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 7161 0 0 0 430240 2 0 0 25 0 1 0 773685737 35237888 6218 33554432000 4194304 4300876 140734501901312 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 6218 171 27 0 7052 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 34412

[startup+4362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/454 11139
/proc/meminfo: memFree=23713096/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4362.42 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 7340 0 0 0 436240 2 0 0 25 0 1 0 773685737 35237888 6397 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 6397 171 27 0 7052 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 34412

[startup+4422.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/454 11141
/proc/meminfo: memFree=23704244/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4422.42 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 7544 0 0 0 442240 2 0 0 25 0 1 0 773685737 35237888 6601 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276482 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 6601 171 27 0 7052 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 34412

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

[startup+4428.8 s]
/proc/loadavg: 2.06 2.04 2.00 3/454 11141
/proc/meminfo: memFree=23703244/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4428.92 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 7570 0 0 0 442890 2 0 0 25 0 1 0 773685737 35237888 6627 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 6627 171 27 0 7052 0
Current children cumulated CPU time (s) 4428.92
Current children cumulated vsize (KiB) 34412

[startup+4432.02 s]
/proc/loadavg: 2.05 2.04 2.00 3/454 11141
/proc/meminfo: memFree=23702740/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4432.14 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 7585 0 0 0 443212 2 0 0 25 0 1 0 773685737 35237888 6642 33554432000 4194304 4300876 140734501901312 18446744073709551615 271549933254 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 6642 171 27 0 7052 0
Current children cumulated CPU time (s) 4432.14
Current children cumulated vsize (KiB) 34412

[startup+4433.6 s]
/proc/loadavg: 2.05 2.04 2.00 3/454 11141
/proc/meminfo: memFree=23702492/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4433.72 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 7592 0 0 0 443370 2 0 0 25 0 1 0 773685737 35237888 6649 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 6649 171 27 0 7052 0
Current children cumulated CPU time (s) 4433.72
Current children cumulated vsize (KiB) 34412

[startup+4435.2 s]
/proc/loadavg: 2.05 2.04 2.00 3/454 11141
/proc/meminfo: memFree=23702240/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4435.33 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 7599 0 0 0 443531 2 0 0 25 0 1 0 773685737 35237888 6656 33554432000 4194304 4300876 140734501901312 18446744073709551615 4276267 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 6656 171 27 0 7052 0
Current children cumulated CPU time (s) 4435.33
Current children cumulated vsize (KiB) 34412

[startup+4436 s]
/proc/loadavg: 2.05 2.04 2.00 3/454 11141
/proc/meminfo: memFree=23702240/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4436.12 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 7602 0 0 0 443610 2 0 0 25 0 1 0 773685737 35237888 6659 33554432000 4194304 4300876 140734501901312 18446744073709551615 4264140 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 6659 171 27 0 7052 0
Current children cumulated CPU time (s) 4436.12
Current children cumulated vsize (KiB) 34412

[startup+4436.2 s]
/proc/loadavg: 2.05 2.04 2.00 3/454 11141
/proc/meminfo: memFree=23702240/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4436.32 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 7603 0 0 0 443630 2 0 0 25 0 1 0 773685737 35237888 6660 33554432000 4194304 4300876 140734501901312 18446744073709551615 4264512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 6660 171 27 0 7052 0
Current children cumulated CPU time (s) 4436.32
Current children cumulated vsize (KiB) 34412

[startup+4436.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/454 11141
/proc/meminfo: memFree=23702116/32951124 swapFree=61585512/67111528
[pid=11010] ppid=11008 vsize=34412 CPUtime=4436.43 cores=1,3,5,7
/proc/11010/stat : 11010 (march_rw) R 11008 11010 10557 0 -1 4202496 7603 0 0 0 443641 2 0 0 25 0 1 0 773685737 35237888 6660 33554432000 4194304 4300876 140734501901312 18446744073709551615 4264512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11010/statm: 8603 6660 171 27 0 7052 0
Current children cumulated CPU time (s) 4436.43
Current children cumulated vsize (KiB) 34412

Child status: 20
Real time (s): 4436.4
CPU time (s): 4436.53
CPU user time (s): 4436.5
CPU system time (s): 0.027995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 34412

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

runsolver used 18.1182 second user time and 42.4066 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-29 00:14:39
IDJOB=3420485
IDBENCH=82737
IDSOLVER=1913
FILE ID=node133/3420485-1306620879
RUNJOBID= node133-1306610874-10576
PBS_JOBID= 13471607
Free space on /tmp= 73196 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1805176884-064.UNKNOWN.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420485-1306620879/watcher-3420485-1306620879 -o /tmp/evaluation-result-3420485-1306620879/solver-3420485-1306620879 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420485-1306620879.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 91ecb427720c901d7e357cfd52fa252a
RANDOM SEED=601984528

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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:      24314052 kB
Buffers:        206900 kB
Cached:        2180184 kB
SwapCached:      56564 kB
Active:         849424 kB
Inactive:      7555004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24314052 kB
SwapTotal:    67111528 kB
SwapFree:     61585512 kB
Dirty:              12 kB
Writeback:           0 kB
AnonPages:     5966648 kB
Mapped:          30604 kB
Slab:           113176 kB
PageTables:      53052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114911288 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73196 MiB
End job on node133 at 2011-05-29 01:28:35