Trace number 3420533

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 4616.98 4616.87

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1780733482-097.UNKNOWN.cnf
MD5SUM261ca77431063ab06f6a4cdf20ea9cf2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4616.98
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.39/0.44	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.39/0.44	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.39/0.44	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.39/0.44	c main()::
0.39/0.44	c initFormula():: searching for DIMACS p-line....
0.39/0.44	c full lookahead due to high density!
0.39/0.44	c initFormula():: the DIMACS p-line indicates a CNF of 70 variables and 6230 clauses.
0.39/0.44	c parseCNF():: parsing....
0.39/0.44	c parseCNF():: the CNF contains 0 unary clauses.
0.39/0.44	c runParser():: parsing was successful, warming up engines...
0.39/0.44	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.44	c preprocessing fase I completed:: there are now 70 free variables and 6230 clauses.
0.39/0.44	c using k-SAT heuristics (size based diff)
0.39/0.44	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.44	c simplify_formula():: removed 0 tautological, 0 satisfied and 1 duplicate clauses
0.39/0.44	c resolvent_look() :: found 1 resolvents
0.39/0.44	c main():: clause / variable ratio: ( 6231 / 70 ) = 89.01
0.39/0.44	c longest clause has size 7
0.39/0.44	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.39/0.44	c number of free variables = 70
0.39/0.44	c dynamic_preselect_setsize :: off
0.39/0.44	c main():: all systems go!
0.39/0.44	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/19) NodeCount: 142
0.39/0.48	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: 3196
1.19/1.28	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 28026
7.49/7.56	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 156788
39.69/39.75	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 582647
147.19/147.26	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1634590
414.10/414.10	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3606503
919.52/919.61	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 6485177
1664.93/1664.99	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 9797886
2532.15/2532.14	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 12831782
3342.57/3342.58	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 15067457
3954.49/3954.42	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 16390389
4328.61/4328.59	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 17014220
4511.30/4511.29	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 17245379
4585.40/4585.31	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
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: 17311078
4609.30/4609.25	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 17325296
4615.40/4615.38	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
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: 17327547
4616.70/4616.67	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
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: 17327771
4616.90/4616.85	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |****************************************************************| (18/19) NodeCount: 17327777
4616.90/4616.86	c |----------------------------------------------------------------|
c |
4616.90/4616.86	c
4616.90/4616.86	c main():: nodeCount: 17327777
4616.90/4616.86	c main():: dead ends in main: 4720
4616.90/4616.86	c main():: lookAheadCount: 808338698
4616.90/4616.86	c main():: unitResolveCount: 36764523
4616.90/4616.86	c main():: time=4616.959961
4616.90/4616.86	c main():: necessary_assignments: 85114
4616.90/4616.86	c main():: bin_sat: 0, bin_unsat 0
4616.90/4616.86	c main():: doublelook: #: 60536935, succes #: 49147760
4616.90/4616.86	c main():: doublelook: overall 7.665 of all possible doublelooks executed
4616.90/4616.86	c main():: doublelook: succesrate: 81.186, average DL_trigger: 8.972
4616.90/4616.86	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-3420533-1306631334/watcher-3420533-1306631334 -o /tmp/evaluation-result-3420533-1306631334/solver-3420533-1306631334 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420533-1306631334.cnf 

running on 4 cores: 0,2,4,6

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: 0.92 1.24 1.63 4/513 2370
/proc/meminfo: memFree=16446204/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=6592 CPUtime=0 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4194304 248 0 0 0 0 0 0 0 23 0 1 0 853364174 6750208 193 33554432000 4194304 4300876 140735390815728 18446744073709551615 215988592384 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 1648 193 113 27 0 97 0

[startup+0.048126 s]
/proc/loadavg: 0.92 1.24 1.63 4/513 2370
/proc/meminfo: memFree=16446204/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=7492 CPUtime=0.04 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1030 0 0 0 4 0 0 0 23 0 1 0 853364174 7671808 399 33554432000 4194304 4300876 140735390815728 18446744073709551615 4214625 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 1873 399 143 27 0 322 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7492

[startup+0.101196 s]
/proc/loadavg: 0.92 1.24 1.63 4/513 2370
/proc/meminfo: memFree=16446204/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=7492 CPUtime=0.09 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1030 0 0 0 9 0 0 0 23 0 1 0 853364174 7671808 399 33554432000 4194304 4300876 140735390815728 18446744073709551615 4214645 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 1873 399 143 27 0 322 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7492

[startup+0.301156 s]
/proc/loadavg: 0.92 1.24 1.63 4/513 2370
/proc/meminfo: memFree=16446204/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=7492 CPUtime=0.29 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1030 0 0 0 29 0 0 0 25 0 1 0 853364174 7671808 399 33554432000 4194304 4300876 140735390815728 18446744073709551615 4256624 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 1873 399 143 27 0 322 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7492

[startup+0.701083 s]
/proc/loadavg: 0.92 1.24 1.63 4/513 2370
/proc/meminfo: memFree=16446204/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=8060 CPUtime=0.69 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1344 0 0 0 69 0 0 0 25 0 1 0 853364174 8253440 519 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2015 519 170 27 0 464 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8060

[startup+1.50095 s]
/proc/loadavg: 0.92 1.24 1.63 4/515 2372
/proc/meminfo: memFree=16441864/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=8060 CPUtime=1.49 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1344 0 0 0 149 0 0 0 25 0 1 0 853364174 8253440 519 33554432000 4194304 4300876 140735390815728 18446744073709551615 4199262 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2015 519 170 27 0 464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8060

[startup+3.10067 s]
/proc/loadavg: 0.92 1.24 1.63 4/515 2372
/proc/meminfo: memFree=16440340/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=8060 CPUtime=3.09 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1344 0 0 0 309 0 0 0 25 0 1 0 853364174 8253440 519 33554432000 4194304 4300876 140735390815728 18446744073709551615 4214263 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2015 519 170 27 0 464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8060

[startup+6.30111 s]
/proc/loadavg: 1.01 1.26 1.63 4/515 2372
/proc/meminfo: memFree=16439472/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=8060 CPUtime=6.29 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1344 0 0 0 629 0 0 0 25 0 1 0 853364174 8253440 519 33554432000 4194304 4300876 140735390815728 18446744073709551615 4264525 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2015 519 170 27 0 464 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8060

[startup+12.701 s]
/proc/loadavg: 1.09 1.27 1.64 4/515 2372
/proc/meminfo: memFree=16436892/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=8060 CPUtime=12.69 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1344 0 0 0 1269 0 0 0 25 0 1 0 853364174 8253440 519 33554432000 4194304 4300876 140735390815728 18446744073709551615 4227558 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2015 519 170 27 0 464 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8060

[startup+25.5007 s]
/proc/loadavg: 1.29 1.30 1.64 4/515 2373
/proc/meminfo: memFree=16434784/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=8320 CPUtime=25.49 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1349 0 0 0 2549 0 0 0 25 0 1 0 853364174 8519680 524 33554432000 4194304 4300876 140735390815728 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2080 524 170 27 0 529 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8320

[startup+51.1002 s]
/proc/loadavg: 1.53 1.36 1.65 4/515 2373
/proc/meminfo: memFree=16430908/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=8320 CPUtime=51.09 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1372 0 0 0 5109 0 0 0 25 0 1 0 853364174 8519680 547 33554432000 4194304 4300876 140735390815728 18446744073709551615 4214260 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2080 547 170 27 0 529 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 8320

[startup+102.319 s]
/proc/loadavg: 1.94 1.50 1.68 4/515 2376
/proc/meminfo: memFree=16420716/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=8776 CPUtime=102.31 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1491 0 0 0 10231 0 0 0 25 0 1 0 853364174 8986624 666 33554432000 4194304 4300876 140735390815728 18446744073709551615 4199348 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2194 666 170 27 0 643 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 8776

[startup+162.301 s]
/proc/loadavg: 2.07 1.62 1.71 4/515 2377
/proc/meminfo: memFree=16411488/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=9004 CPUtime=162.29 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1541 0 0 0 16229 0 0 0 25 0 1 0 853364174 9220096 716 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2251 716 171 27 0 700 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 9004

[startup+222.3 s]
/proc/loadavg: 2.02 1.68 1.72 4/515 2379
/proc/meminfo: memFree=16403392/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=9344 CPUtime=222.3 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1594 0 0 0 22229 1 0 0 25 0 1 0 853364174 9568256 769 33554432000 4194304 4300876 140735390815728 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2336 769 171 27 0 785 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 9344

[startup+282.301 s]
/proc/loadavg: 2.01 1.74 1.74 4/515 2380
/proc/meminfo: memFree=16395424/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=9344 CPUtime=282.3 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1648 0 0 0 28229 1 0 0 25 0 1 0 853364174 9568256 823 33554432000 4194304 4300876 140735390815728 18446744073709551615 4214443 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2336 823 171 27 0 785 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 9344

[startup+342.3 s]
/proc/loadavg: 2.00 1.78 1.75 4/515 2382
/proc/meminfo: memFree=16387424/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=9856 CPUtime=342.3 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1696 0 0 0 34229 1 0 0 25 0 1 0 853364174 10092544 871 33554432000 4194304 4300876 140735390815728 18446744073709551615 4199262 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2464 871 171 27 0 913 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 9856

[startup+402.301 s]
/proc/loadavg: 2.00 1.82 1.76 4/515 2384
/proc/meminfo: memFree=16378944/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=9856 CPUtime=402.3 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1744 0 0 0 40229 1 0 0 25 0 1 0 853364174 10092544 919 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276249 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2464 919 171 27 0 913 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 9856

[startup+462.3 s]
/proc/loadavg: 2.00 1.85 1.77 4/515 2385
/proc/meminfo: memFree=16370740/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=10620 CPUtime=462.3 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1798 0 0 0 46229 1 0 0 25 0 1 0 853364174 10874880 973 33554432000 4194304 4300876 140735390815728 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2655 973 171 27 0 1104 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 10620

[startup+522.301 s]
/proc/loadavg: 2.00 1.87 1.78 3/515 2414
/proc/meminfo: memFree=16431940/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=10620 CPUtime=522.31 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1851 0 0 0 52230 1 0 0 25 0 1 0 853364174 10874880 1026 33554432000 4194304 4300876 140735390815728 18446744073709551615 4199338 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2655 1026 171 27 0 1104 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 10620

[startup+582.3 s]
/proc/loadavg: 2.00 1.89 1.80 3/515 2416
/proc/meminfo: memFree=16422104/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=10620 CPUtime=582.31 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 1907 0 0 0 58230 1 0 0 25 0 1 0 853364174 10874880 1082 33554432000 4194304 4300876 140735390815728 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 2655 1082 171 27 0 1104 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 10620

[startup+642.301 s]

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

/proc/meminfo: memFree=16398928/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=3942.39 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 5966 0 0 0 394233 6 0 0 25 0 1 0 853364174 35344384 5141 33554432000 4194304 4300876 140735390815728 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 5141 171 27 0 7078 0
Current children cumulated CPU time (s) 3942.39
Current children cumulated vsize (KiB) 34516

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 3045
/proc/meminfo: memFree=16390100/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4002.38 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 6072 0 0 0 400232 6 0 0 25 0 1 0 853364174 35344384 5247 33554432000 4194304 4300876 140735390815728 18446744073709551615 4227618 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 5247 171 27 0 7078 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 34516

[startup+4062.32 s]
/proc/loadavg: 2.06 2.03 2.00 3/515 3046
/proc/meminfo: memFree=16382756/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4062.4 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 6178 0 0 0 406234 6 0 0 25 0 1 0 853364174 35344384 5353 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276259 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 5353 171 27 0 7078 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 34516

[startup+4122.3 s]
/proc/loadavg: 2.17 2.07 2.01 3/515 3048
/proc/meminfo: memFree=16375424/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4122.39 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 6286 0 0 0 412233 6 0 0 25 0 1 0 853364174 35344384 5461 33554432000 4194304 4300876 140735390815728 18446744073709551615 4214242 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 5461 171 27 0 7078 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 34516

[startup+4182.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/515 3050
/proc/meminfo: memFree=16368708/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4182.39 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 6401 0 0 0 418233 6 0 0 25 0 1 0 853364174 35344384 5576 33554432000 4194304 4300876 140735390815728 18446744073709551615 4214333 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 5576 171 27 0 7078 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 34516

[startup+4242.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/515 3051
/proc/meminfo: memFree=16362240/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4242.39 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 6527 0 0 0 424233 6 0 0 25 0 1 0 853364174 35344384 5702 33554432000 4194304 4300876 140735390815728 18446744073709551615 4227594 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 5702 171 27 0 7078 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 34516

[startup+4302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 3053
/proc/meminfo: memFree=16354380/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4302.39 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 6658 0 0 0 430233 6 0 0 25 0 1 0 853364174 35344384 5833 33554432000 4194304 4300876 140735390815728 18446744073709551615 4282859 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 5833 171 27 0 7078 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 34516

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 3054
/proc/meminfo: memFree=16347648/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4362.39 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 6793 0 0 0 436232 7 0 0 25 0 1 0 853364174 35344384 5968 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276160 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 5968 171 27 0 7078 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 34516

[startup+4422.3 s]
/proc/loadavg: 2.56 2.16 2.05 3/515 9179
/proc/meminfo: memFree=16332880/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4422.4 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 6936 0 0 0 442233 7 0 0 25 0 1 0 853364174 35344384 6111 33554432000 4194304 4300876 140735390815728 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 6111 171 27 0 7078 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 34516

[startup+4482.3 s]
/proc/loadavg: 2.20 2.13 2.04 3/515 9180
/proc/meminfo: memFree=16331596/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4482.4 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 7089 0 0 0 448233 7 0 0 25 0 1 0 853364174 35344384 6264 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 6264 171 27 0 7078 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 34516

[startup+4542.3 s]
/proc/loadavg: 2.07 2.10 2.03 3/515 9182
/proc/meminfo: memFree=16324848/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4542.4 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 7257 0 0 0 454233 7 0 0 25 0 1 0 853364174 35344384 6432 33554432000 4194304 4300876 140735390815728 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 6432 171 27 0 7078 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 34516

[startup+4602.3 s]
/proc/loadavg: 2.02 2.08 2.03 3/515 9184
/proc/meminfo: memFree=16317012/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4602.4 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 7447 0 0 0 460233 7 0 0 25 0 1 0 853364174 35344384 6622 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 6622 171 27 0 7078 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 34516

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

[startup+4607.92 s]
/proc/loadavg: 2.02 2.08 2.03 3/515 9184
/proc/meminfo: memFree=16316388/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4608.02 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 7470 0 0 0 460795 7 0 0 25 0 1 0 853364174 35344384 6645 33554432000 4194304 4300876 140735390815728 18446744073709551615 4214260 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 6645 171 27 0 7078 0
Current children cumulated CPU time (s) 4608.02
Current children cumulated vsize (KiB) 34516

[startup+4611.1 s]
/proc/loadavg: 2.02 2.08 2.03 3/515 9184
/proc/meminfo: memFree=16316016/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4611.2 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 7482 0 0 0 461113 7 0 0 25 0 1 0 853364174 35344384 6657 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 6657 171 27 0 7078 0
Current children cumulated CPU time (s) 4611.2
Current children cumulated vsize (KiB) 34516

[startup+4614.3 s]
/proc/loadavg: 2.02 2.08 2.03 3/515 9184
/proc/meminfo: memFree=16315272/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4614.4 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 7494 0 0 0 461433 7 0 0 25 0 1 0 853364174 35344384 6669 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276334 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 6669 171 27 0 7078 0
Current children cumulated CPU time (s) 4614.4
Current children cumulated vsize (KiB) 34516

[startup+4615.9 s]
/proc/loadavg: 2.02 2.08 2.03 3/515 9184
/proc/meminfo: memFree=16315396/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4616 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 7501 0 0 0 461593 7 0 0 25 0 1 0 853364174 35344384 6676 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276267 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 6676 171 27 0 7078 0
Current children cumulated CPU time (s) 4616
Current children cumulated vsize (KiB) 34516

[startup+4616.3 s]
/proc/loadavg: 2.02 2.08 2.03 3/515 9184
/proc/meminfo: memFree=16315396/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4616.4 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 7502 0 0 0 461633 7 0 0 25 0 1 0 853364174 35344384 6677 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 6677 171 27 0 7078 0
Current children cumulated CPU time (s) 4616.4
Current children cumulated vsize (KiB) 34516

[startup+4616.72 s]
/proc/loadavg: 2.02 2.08 2.03 3/515 9184
/proc/meminfo: memFree=16314776/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4616.82 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 7504 0 0 0 461675 7 0 0 25 0 1 0 853364174 35344384 6679 33554432000 4194304 4300876 140735390815728 18446744073709551615 4234572 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 6679 171 27 0 7078 0
Current children cumulated CPU time (s) 4616.82
Current children cumulated vsize (KiB) 34516

[startup+4616.8 s]
/proc/loadavg: 2.02 2.08 2.03 3/515 9184
/proc/meminfo: memFree=16314776/32950940 swapFree=67111364/67111528
[pid=2370] ppid=2368 vsize=34516 CPUtime=4616.9 cores=0,2,4,6
/proc/2370/stat : 2370 (march_rw) R 2368 2370 1534 0 -1 4202496 7504 0 0 0 461683 7 0 0 25 0 1 0 853364174 35344384 6679 33554432000 4194304 4300876 140735390815728 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2370/statm: 8629 6679 171 27 0 7078 0
Current children cumulated CPU time (s) 4616.9
Current children cumulated vsize (KiB) 34516

Child status: 20
Real time (s): 4616.87
CPU time (s): 4616.98
CPU user time (s): 4616.9
CPU system time (s): 0.074988
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 34516

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

runsolver used 23.2515 second user time and 48.7096 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-29 03:08:54
IDJOB=3420533
IDBENCH=82785
IDSOLVER=1913
FILE ID=node117/3420533-1306631334
RUNJOBID= node117-1306631334-2351
PBS_JOBID= 13471626
Free space on /tmp= 73224 MiB

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

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

MD5SUM BENCH= 261ca77431063ab06f6a4cdf20ea9cf2
RANDOM SEED=1239920499

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      16446492 kB
Buffers:        331740 kB
Cached:        6020448 kB
SwapCached:          0 kB
Active:       11930836 kB
Inactive:      4206968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      16446492 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:     9784732 kB
Mapped:          41760 kB
Slab:           239680 kB
PageTables:      58020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149481280 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= 73220 MiB
End job on node117 at 2011-05-29 04:25:51