Trace number 3420456

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 4414.75 4414.62

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S250627100-039.UNKNOWN.cnf
MD5SUM68db236c1470208d12f1f4e80de80849
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4398.56
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.30/0.39	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.30/0.39	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.30/0.39	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.30/0.39	c main()::
0.30/0.39	c initFormula():: searching for DIMACS p-line....
0.30/0.39	c full lookahead due to high density!
0.30/0.39	c initFormula():: the DIMACS p-line indicates a CNF of 70 variables and 6230 clauses.
0.30/0.39	c parseCNF():: parsing....
0.30/0.39	c parseCNF():: the CNF contains 0 unary clauses.
0.30/0.39	c runParser():: parsing was successful, warming up engines...
0.30/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.30/0.39	c preprocessing fase I completed:: there are now 70 free variables and 6230 clauses.
0.30/0.39	c using k-SAT heuristics (size based diff)
0.30/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.30/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.30/0.39	c main():: clause / variable ratio: ( 6230 / 70 ) = 89.00
0.30/0.39	c longest clause has size 7
0.30/0.39	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.30/0.39	c number of free variables = 70
0.30/0.39	c dynamic_preselect_setsize :: off
0.30/0.39	c main():: all systems go!
0.30/0.39	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/19) NodeCount: 148
0.40/0.44	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: 3591
1.20/1.21	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 31763
7.50/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: 172392
39.20/39.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 |****************************************************************| ( 4/19) NodeCount: 641332
145.60/145.62	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1793176
409.30/409.39	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3910672
900.21/900.27	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
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: 6963143
1617.84/1617.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: 10433384
2447.27/2447.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 |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 9/19) NodeCount: 13596122
3217.69/3217.66	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 15908574
3795.40/3795.33	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 17267269
4146.42/4146.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 |***************************************************************
c |****************************************************************| (12/19) NodeCount: 17900285
4318.32/4318.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: 18131083
4386.22/4386.17	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
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: 18195654
4407.73/4407.65	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
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: 18209553
4413.34/4413.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 |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |****************************************************************| (16/19) NodeCount: 18211761
4414.52/4414.41	c |----------------------------------------------------------------|
c |*
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: 18211983
4414.62/4414.59	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |****************
c |********************************
c |****************************************************************| (18/19) NodeCount: 18211992
4414.72/4414.61	c |----------------------------------------------------------------|
c |
4414.72/4414.61	c
4414.72/4414.61	c main():: nodeCount: 18211992
4414.72/4414.61	c main():: dead ends in main: 4967
4414.72/4414.61	c main():: lookAheadCount: 850375062
4414.72/4414.61	c main():: unitResolveCount: 38564932
4414.72/4414.61	c main():: time=4414.730469
4414.72/4414.61	c main():: necessary_assignments: 89706
4414.72/4414.61	c main():: bin_sat: 0, bin_unsat 0
4414.72/4414.61	c main():: doublelook: #: 63725262, succes #: 51752840
4414.72/4414.61	c main():: doublelook: overall 7.670 of all possible doublelooks executed
4414.72/4414.61	c main():: doublelook: succesrate: 81.212, average DL_trigger: 8.532
4414.72/4414.61	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-3420456-1306619419/watcher-3420456-1306619419 -o /tmp/evaluation-result-3420456-1306619419/solver-3420456-1306619419 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420456-1306619419.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: 1.84 1.98 1.99 2/373 7699
/proc/meminfo: memFree=22736292/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=7124 CPUtime=0 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4194304 358 0 0 0 0 0 0 0 25 0 1 0 773542395 7294976 290 33554432000 4194304 4300876 140733546735200 18446744073709551615 4242416 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 1781 290 126 27 0 230 0

[startup+0.015978 s]
/proc/loadavg: 1.84 1.98 1.99 2/373 7699
/proc/meminfo: memFree=22736292/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=7124 CPUtime=0.01 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 815 0 0 0 1 0 0 0 25 0 1 0 773542395 7294976 307 33554432000 4194304 4300876 140733546735200 18446744073709551615 4258304 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 1781 307 143 27 0 230 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7124

[startup+0.100989 s]
/proc/loadavg: 1.84 1.98 1.99 2/373 7699
/proc/meminfo: memFree=22736292/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=7492 CPUtime=0.1 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1029 0 0 0 10 0 0 0 25 0 1 0 773542395 7671808 399 33554432000 4194304 4300876 140733546735200 18446744073709551615 4256594 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 1873 399 143 27 0 322 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7492

[startup+0.300943 s]
/proc/loadavg: 1.84 1.98 1.99 2/373 7699
/proc/meminfo: memFree=22736292/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=7492 CPUtime=0.3 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1029 0 0 0 30 0 0 0 25 0 1 0 773542395 7671808 399 33554432000 4194304 4300876 140733546735200 18446744073709551615 4256612 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 1873 399 143 27 0 322 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 7492

[startup+0.700859 s]
/proc/loadavg: 1.84 1.98 1.99 2/373 7699
/proc/meminfo: memFree=22736292/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=8044 CPUtime=0.7 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1457 0 0 0 70 0 0 0 25 0 1 0 773542395 8237056 515 33554432000 4194304 4300876 140733546735200 18446744073709551615 4275845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2011 515 170 27 0 460 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 8044

[startup+1.50072 s]
/proc/loadavg: 1.84 1.98 1.99 3/374 7700
/proc/meminfo: memFree=22733564/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=8044 CPUtime=1.5 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1457 0 0 0 150 0 0 0 18 0 1 0 773542395 8237056 515 33554432000 4194304 4300876 140733546735200 18446744073709551615 4214642 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2011 515 170 27 0 460 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 8044

[startup+3.10044 s]
/proc/loadavg: 1.84 1.98 1.99 3/374 7700
/proc/meminfo: memFree=22732632/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=8044 CPUtime=3.1 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1457 0 0 0 310 0 0 0 20 0 1 0 773542395 8237056 515 33554432000 4194304 4300876 140733546735200 18446744073709551615 4281368 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2011 515 170 27 0 460 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 8044

[startup+6.30086 s]
/proc/loadavg: 1.86 1.98 1.99 3/374 7700
/proc/meminfo: memFree=22732032/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=8044 CPUtime=6.3 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1457 0 0 0 630 0 0 0 25 0 1 0 773542395 8237056 515 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2011 515 170 27 0 460 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 8044

[startup+12.7007 s]
/proc/loadavg: 1.87 1.98 1.99 3/374 7700
/proc/meminfo: memFree=22730060/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=8188 CPUtime=12.7 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1461 0 0 0 1270 0 0 0 25 0 1 0 773542395 8384512 519 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2047 519 170 27 0 496 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 8188

[startup+25.5003 s]
/proc/loadavg: 1.90 1.98 1.99 3/374 7701
/proc/meminfo: memFree=22728452/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=8188 CPUtime=25.5 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1474 0 0 0 2550 0 0 0 25 0 1 0 773542395 8384512 532 33554432000 4194304 4300876 140733546735200 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2047 532 170 27 0 496 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 8188

[startup+51.1007 s]
/proc/loadavg: 1.93 1.98 1.99 3/374 7702
/proc/meminfo: memFree=22725700/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=8392 CPUtime=51.1 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1530 0 0 0 5110 0 0 0 25 0 1 0 773542395 8593408 588 33554432000 4194304 4300876 140733546735200 18446744073709551615 4199262 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2098 588 170 27 0 547 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 8392

[startup+102.313 s]
/proc/loadavg: 1.97 1.98 1.99 3/374 7703
/proc/meminfo: memFree=22718840/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=8644 CPUtime=102.31 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1577 0 0 0 10231 0 0 0 25 0 1 0 773542395 8851456 635 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2161 635 171 27 0 610 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 8644

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/374 7704
/proc/meminfo: memFree=22711216/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=8872 CPUtime=162.3 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1625 0 0 0 16230 0 0 0 25 0 1 0 773542395 9084928 683 33554432000 4194304 4300876 140733546735200 18446744073709551615 4199248 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2218 683 171 27 0 667 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 8872

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/374 7706
/proc/meminfo: memFree=22705592/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=9212 CPUtime=222.3 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1679 0 0 0 22230 0 0 0 25 0 1 0 773542395 9433088 737 33554432000 4194304 4300876 140733546735200 18446744073709551615 4227626 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2303 737 171 27 0 752 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 9212

[startup+282.3 s]
/proc/loadavg: 2.03 2.00 1.99 3/374 7708
/proc/meminfo: memFree=22699112/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=9212 CPUtime=282.3 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1731 0 0 0 28230 0 0 0 25 0 1 0 773542395 9433088 789 33554432000 4194304 4300876 140733546735200 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2303 789 171 27 0 752 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 9212

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.99 3/374 7709
/proc/meminfo: memFree=22692880/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=9724 CPUtime=342.3 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1782 0 0 0 34230 0 0 0 25 0 1 0 773542395 9957376 840 33554432000 4194304 4300876 140733546735200 18446744073709551615 4264455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2431 840 171 27 0 880 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 9724

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/374 7711
/proc/meminfo: memFree=22686268/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=9724 CPUtime=402.3 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1831 0 0 0 40230 0 0 0 25 0 1 0 773542395 9957376 889 33554432000 4194304 4300876 140733546735200 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2431 889 171 27 0 880 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 9724

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/374 7712
/proc/meminfo: memFree=22679916/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=10488 CPUtime=462.31 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1884 0 0 0 46231 0 0 0 25 0 1 0 773542395 10739712 942 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2622 942 171 27 0 1071 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 10488

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/374 7714
/proc/meminfo: memFree=22673324/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=10488 CPUtime=522.31 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1942 0 0 0 52231 0 0 0 25 0 1 0 773542395 10739712 1000 33554432000 4194304 4300876 140733546735200 18446744073709551615 4199413 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2622 1000 171 27 0 1071 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 10488

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/374 7716
/proc/meminfo: memFree=22666608/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=10488 CPUtime=582.31 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 1998 0 0 0 58231 0 0 0 25 0 1 0 773542395 10739712 1056 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276267 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 2622 1056 171 27 0 1071 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 10488

[startup+642.301 s]

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

/proc/meminfo: memFree=22344632/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=3822.4 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 6121 0 0 0 382239 1 0 0 25 0 1 0 773542395 35209216 5179 33554432000 4194304 4300876 140733546735200 18446744073709551615 4264612 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 5179 171 27 0 7045 0
Current children cumulated CPU time (s) 3822.4
Current children cumulated vsize (KiB) 34384

[startup+3882.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/374 7816
/proc/meminfo: memFree=22338756/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=3882.41 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 6224 0 0 0 388240 1 0 0 25 0 1 0 773542395 35209216 5282 33554432000 4194304 4300876 140733546735200 18446744073709551615 4225414 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 5282 171 27 0 7045 0
Current children cumulated CPU time (s) 3882.41
Current children cumulated vsize (KiB) 34384

[startup+3942.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 7817
/proc/meminfo: memFree=22332788/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=3942.42 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 6343 0 0 0 394241 1 0 0 25 0 1 0 773542395 35209216 5401 33554432000 4194304 4300876 140733546735200 18446744073709551615 4199250 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 5401 171 27 0 7045 0
Current children cumulated CPU time (s) 3942.42
Current children cumulated vsize (KiB) 34384

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 7819
/proc/meminfo: memFree=22326688/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4002.41 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 6467 0 0 0 400240 1 0 0 25 0 1 0 773542395 35209216 5525 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 5525 171 27 0 7045 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 34384

[startup+4062.31 s]
/proc/loadavg: 2.12 2.03 2.01 3/374 7820
/proc/meminfo: memFree=22320688/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4062.43 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 6605 0 0 0 406241 2 0 0 25 0 1 0 773542395 35209216 5663 33554432000 4194304 4300876 140733546735200 18446744073709551615 4214420 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 5663 171 27 0 7045 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 34384

[startup+4122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/374 7822
/proc/meminfo: memFree=22314824/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4122.42 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 6748 0 0 0 412240 2 0 0 25 0 1 0 773542395 35209216 5806 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276334 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 5806 171 27 0 7045 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 34384

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/374 7824
/proc/meminfo: memFree=22309340/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4182.42 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 6886 0 0 0 418240 2 0 0 25 0 1 0 773542395 35209216 5944 33554432000 4194304 4300876 140733546735200 18446744073709551615 4199291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 5944 171 27 0 7045 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 34384

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 7834
/proc/meminfo: memFree=22302480/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4242.42 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7028 0 0 0 424240 2 0 0 25 0 1 0 773542395 35209216 6086 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276177 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6086 171 27 0 7045 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 34384

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 7836
/proc/meminfo: memFree=22296108/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4302.42 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7206 0 0 0 430240 2 0 0 25 0 1 0 773542395 35209216 6264 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6264 171 27 0 7045 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 34384

[startup+4362.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/374 7837
/proc/meminfo: memFree=22289992/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4362.42 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7384 0 0 0 436240 2 0 0 25 0 1 0 773542395 35209216 6442 33554432000 4194304 4300876 140733546735200 18446744073709551615 4214240 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6442 171 27 0 7045 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 34384

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

[startup+4377.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/374 7838
/proc/meminfo: memFree=22288376/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4377.62 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7441 0 0 0 437760 2 0 0 25 0 1 0 773542395 35209216 6499 33554432000 4194304 4300876 140733546735200 18446744073709551615 4199280 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6499 171 27 0 7045 0
Current children cumulated CPU time (s) 4377.62
Current children cumulated vsize (KiB) 34384

[startup+4390.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/374 7838
/proc/meminfo: memFree=22287004/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4390.42 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7490 0 0 0 439040 2 0 0 25 0 1 0 773542395 35209216 6548 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6548 171 27 0 7045 0
Current children cumulated CPU time (s) 4390.42
Current children cumulated vsize (KiB) 34384

[startup+4403.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/374 7839
/proc/meminfo: memFree=22285636/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4403.22 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7538 0 0 0 440320 2 0 0 25 0 1 0 773542395 35209216 6596 33554432000 4194304 4300876 140733546735200 18446744073709551615 4264592 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6596 171 27 0 7045 0
Current children cumulated CPU time (s) 4403.22
Current children cumulated vsize (KiB) 34384

[startup+4409.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/374 7839
/proc/meminfo: memFree=22285140/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4409.62 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7567 0 0 0 440960 2 0 0 25 0 1 0 773542395 35209216 6625 33554432000 4194304 4300876 140733546735200 18446744073709551615 4264512 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6625 171 27 0 7045 0
Current children cumulated CPU time (s) 4409.62
Current children cumulated vsize (KiB) 34384

[startup+4412.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/374 7841
/proc/meminfo: memFree=22285016/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4412.82 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7581 0 0 0 441280 2 0 0 25 0 1 0 773542395 35209216 6639 33554432000 4194304 4300876 140733546735200 18446744073709551615 4268481 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6639 171 27 0 7045 0
Current children cumulated CPU time (s) 4412.82
Current children cumulated vsize (KiB) 34384

[startup+4413.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/374 7841
/proc/meminfo: memFree=22284768/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4413.62 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7585 0 0 0 441360 2 0 0 25 0 1 0 773542395 35209216 6643 33554432000 4194304 4300876 140733546735200 18446744073709551615 4275544 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6643 171 27 0 7045 0
Current children cumulated CPU time (s) 4413.62
Current children cumulated vsize (KiB) 34384

[startup+4414.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/374 7841
/proc/meminfo: memFree=22284644/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4414.43 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7588 0 0 0 441441 2 0 0 25 0 1 0 773542395 35209216 6646 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276261 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6646 171 27 0 7045 0
Current children cumulated CPU time (s) 4414.43
Current children cumulated vsize (KiB) 34384

[startup+4414.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/374 7841
/proc/meminfo: memFree=22284644/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4414.62 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7589 0 0 0 441460 2 0 0 25 0 1 0 773542395 35209216 6647 33554432000 4194304 4300876 140733546735200 18446744073709551615 4276256 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6647 171 27 0 7045 0
Current children cumulated CPU time (s) 4414.62
Current children cumulated vsize (KiB) 34384

[startup+4414.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/374 7841
/proc/meminfo: memFree=22284644/32951124 swapFree=37160472/67111528
[pid=7699] ppid=7697 vsize=34384 CPUtime=4414.72 cores=0,2,4,6
/proc/7699/stat : 7699 (march_rw) R 7697 7699 7255 0 -1 4202496 7589 0 0 0 441470 2 0 0 25 0 1 0 773542395 35209216 6647 33554432000 4194304 4300876 140733546735200 18446744073709551615 4264113 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7699/statm: 8596 6647 171 27 0 7045 0
Current children cumulated CPU time (s) 4414.72
Current children cumulated vsize (KiB) 34384

Child status: 20
Real time (s): 4414.62
CPU time (s): 4414.75
CPU user time (s): 4414.72
CPU system time (s): 0.029995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 34384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4414.72
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7590
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= 6
involuntary context switches= 4826

runsolver used 16.4125 second user time and 31.8702 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-28 23:50:19
IDJOB=3420456
IDBENCH=82708
IDSOLVER=1913
FILE ID=node104/3420456-1306619419
RUNJOBID= node104-1306609415-7273
PBS_JOBID= 13471582
Free space on /tmp= 73416 MiB

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

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

MD5SUM BENCH= 68db236c1470208d12f1f4e80de80849
RANDOM SEED=1548638263

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22736448 kB
Buffers:        358320 kB
Cached:        7771484 kB
SwapCached:     152248 kB
Active:        3431528 kB
Inactive:      6474984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22736448 kB
SwapTotal:    67111528 kB
SwapFree:     37160472 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:     1636680 kB
Mapped:          10640 kB
Slab:           154120 kB
PageTables:      88248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87725832 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= 73416 MiB
End job on node104 at 2011-05-29 01:03:54