Trace number 3420528

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 2695.29 2695.37

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S943066845-088.UNKNOWN.cnf
MD5SUM9ba8ad6ebe939ddb75efcc3aec0126e6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2695.29
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 550 variables and 2343 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 5 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 549 free variables and 2338 clauses.
0.00/0.01	c using 3-SAT heuristics (occurence based diff)
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 155 duplicate clauses
0.00/0.01	c resolvent_look() :: found 85 resolvents
0.00/0.01	c main():: clause / variable ratio: ( 2423 / 550 ) = 4.41
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c number of free variables = 549
0.00/0.01	c dynamic_preselect_setsize :: off
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 121
0.00/0.04	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 570
0.00/0.09	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 4726
0.69/0.71	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 30240
5.09/5.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 |****************************************************************| ( 4/999) NodeCount: 142211
26.69/26.79	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 503318
104.79/104.88	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 1364462
310.99/311.03	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 2881819
709.87/709.98	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 4871335
1276.53/1276.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 |****************************************************************| ( 9/999) NodeCount: 6813807
1869.10/1869.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 |****************************************************************| (10/999) NodeCount: 8209547
2321.70/2321.83	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 8935249
2569.00/2569.18	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/999) NodeCount: 9203563
2664.51/2664.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 |***************************************************************
c |****************************************************************| (13/999) NodeCount: 9272398
2690.00/2690.16	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (14/999) NodeCount: 9284270
2694.60/2694.76	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
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/999) NodeCount: 9285604
2695.20/2695.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 |****************************************************************| (16/999) NodeCount: 9285700
2695.20/2695.35	c |----------------------------------------------------------------|
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |****************************************************************| (17/999) NodeCount: 9285704
2695.20/2695.35	c |----------------------------------------------------------------|
c |
2695.20/2695.35	c
2695.20/2695.35	c main():: nodeCount: 9285704
2695.20/2695.35	c main():: dead ends in main: 124865
2695.20/2695.35	c main():: lookAheadCount: 570995010
2695.20/2695.35	c main():: unitResolveCount: 182779268
2695.20/2695.35	c main():: time=2695.260010
2695.20/2695.35	c main():: necessary_assignments: 2069214
2695.20/2695.35	c main():: bin_sat: 0, bin_unsat 0
2695.20/2695.35	c main():: doublelook: #: 35458418, succes #: 25241918
2695.20/2695.35	c main():: doublelook: overall 6.428 of all possible doublelooks executed
2695.20/2695.35	c main():: doublelook: succesrate: 71.187, average DL_trigger: 44.870
2695.20/2695.35	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-3420528-1306630845/watcher-3420528-1306630845 -o /tmp/evaluation-result-3420528-1306630845/solver-3420528-1306630845 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420528-1306630845.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 0.98 1.04 2/429 25445
/proc/meminfo: memFree=12554240/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=6852 CPUtime=0 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 302 0 0 0 0 0 0 0 23 0 1 0 774684175 7016448 245 33554432000 4194304 4300876 140736162542112 18446744073709551615 4214642 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 1713 245 136 27 0 162 0

[startup+0.107224 s]
/proc/loadavg: 0.92 0.98 1.04 2/429 25445
/proc/meminfo: memFree=12554240/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=7680 CPUtime=0.1 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 468 0 0 0 10 0 0 0 23 0 1 0 774684175 7864320 411 33554432000 4194304 4300876 140736162542112 18446744073709551615 4288313 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 1920 411 168 27 0 369 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7680

[startup+0.201212 s]
/proc/loadavg: 0.92 0.98 1.04 2/429 25445
/proc/meminfo: memFree=12554240/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=7680 CPUtime=0.19 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 480 0 0 0 19 0 0 0 24 0 1 0 774684175 7864320 423 33554432000 4194304 4300876 140736162542112 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 1920 423 168 27 0 369 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7680

[startup+0.30118 s]
/proc/loadavg: 0.92 0.98 1.04 2/429 25445
/proc/meminfo: memFree=12554240/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=7680 CPUtime=0.29 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 495 0 0 0 29 0 0 0 25 0 1 0 774684175 7864320 438 33554432000 4194304 4300876 140736162542112 18446744073709551615 4228277 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 1920 438 168 27 0 369 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7680

[startup+0.701114 s]
/proc/loadavg: 0.92 0.98 1.04 2/429 25445
/proc/meminfo: memFree=12554240/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=7836 CPUtime=0.69 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 512 0 0 0 69 0 0 0 25 0 1 0 774684175 8024064 455 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217373 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 1959 455 168 27 0 408 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7836

[startup+1.50095 s]
/proc/loadavg: 0.92 0.98 1.04 3/435 25456
/proc/meminfo: memFree=12551748/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=8140 CPUtime=1.49 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 587 0 0 0 149 0 0 0 25 0 1 0 774684175 8335360 530 33554432000 4194304 4300876 140736162542112 18446744073709551615 4248602 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 2035 530 169 27 0 484 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8140

[startup+3.10068 s]
/proc/loadavg: 0.92 0.98 1.04 3/435 25456
/proc/meminfo: memFree=12549768/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=8520 CPUtime=3.09 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 654 0 0 0 309 0 0 0 25 0 1 0 774684175 8724480 597 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217487 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 2130 597 169 27 0 579 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8520

[startup+6.30114 s]
/proc/loadavg: 1.01 1.00 1.05 3/435 25456
/proc/meminfo: memFree=12549036/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=9036 CPUtime=6.29 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 776 0 0 0 629 0 0 0 25 0 1 0 774684175 9252864 719 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217543 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 2259 719 169 27 0 708 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9036

[startup+12.701 s]
/proc/loadavg: 1.09 1.02 1.05 3/435 25510
/proc/meminfo: memFree=12547184/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=10692 CPUtime=12.69 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 1075 0 0 0 1269 0 0 0 25 0 1 0 774684175 10948608 988 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217462 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 2673 988 169 27 0 1122 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10692

[startup+25.5008 s]
/proc/loadavg: 1.29 1.06 1.07 3/435 25547
/proc/meminfo: memFree=12541148/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=12344 CPUtime=25.49 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 1526 0 0 0 2549 0 0 0 25 0 1 0 774684175 12640256 1439 33554432000 4194304 4300876 140736162542112 18446744073709551615 4200288 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 3086 1439 169 27 0 1535 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12344

[startup+51.1004 s]
/proc/loadavg: 1.53 1.14 1.09 3/435 25547
/proc/meminfo: memFree=12534720/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=17664 CPUtime=51.09 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 2408 0 0 0 5109 0 0 0 25 0 1 0 774684175 18087936 2321 33554432000 4194304 4300876 140736162542112 18446744073709551615 4200335 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 4416 2321 169 27 0 2865 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17664

[startup+102.3 s]
/proc/loadavg: 1.79 1.27 1.14 3/435 25549
/proc/meminfo: memFree=12521312/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=23552 CPUtime=102.29 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 4069 0 0 0 10229 0 0 0 25 0 1 0 774684175 24117248 3982 33554432000 4194304 4300876 140736162542112 18446744073709551615 4200411 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 5888 3982 169 27 0 4337 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 23552

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.19 3/435 25550
/proc/meminfo: memFree=12506160/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=38236 CPUtime=162.29 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 5995 0 0 0 16228 1 0 0 25 0 1 0 774684175 39153664 5908 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217467 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 9559 5908 169 27 0 8008 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 38236

[startup+222.316 s]
/proc/loadavg: 2.00 1.52 1.24 3/435 25552
/proc/meminfo: memFree=12492736/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=42260 CPUtime=222.31 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 7855 0 0 0 22230 1 0 0 25 0 1 0 774684175 43274240 7768 33554432000 4194304 4300876 140736162542112 18446744073709551615 4200332 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 10565 7768 169 27 0 9014 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 42260

[startup+282.3 s]
/proc/loadavg: 2.00 1.60 1.29 3/435 25554
/proc/meminfo: memFree=12478828/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=55356 CPUtime=282.29 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 9652 0 0 0 28227 2 0 0 25 0 1 0 774684175 56684544 9565 33554432000 4194304 4300876 140736162542112 18446744073709551615 4200291 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 13839 9565 169 27 0 12288 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 55356

[startup+342.301 s]
/proc/loadavg: 2.00 1.67 1.33 3/435 25558
/proc/meminfo: memFree=12464112/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=55356 CPUtime=342.28 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 11403 0 0 0 34226 2 0 0 25 0 1 0 774684175 56684544 11316 33554432000 4194304 4300876 140736162542112 18446744073709551615 4200404 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 13839 11316 169 27 0 12288 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 55356

[startup+402.3 s]
/proc/loadavg: 2.03 1.74 1.37 3/435 25560
/proc/meminfo: memFree=12450436/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=83040 CPUtime=402.27 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 13183 0 0 0 40225 2 0 0 25 0 1 0 774684175 85032960 13096 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217310 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 20760 13096 169 27 0 19209 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 83040

[startup+462.301 s]
/proc/loadavg: 2.01 1.79 1.41 3/435 25561
/proc/meminfo: memFree=12437276/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=83040 CPUtime=462.28 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 14861 0 0 0 46225 3 0 0 25 0 1 0 774684175 85032960 14774 33554432000 4194304 4300876 140736162542112 18446744073709551615 4250884 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 20760 14774 169 27 0 19209 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 83040

[startup+522.301 s]
/proc/loadavg: 2.00 1.82 1.44 3/435 25563
/proc/meminfo: memFree=12423624/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=83172 CPUtime=522.27 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 16664 0 0 0 52224 3 0 0 25 0 1 0 774684175 85168128 16577 33554432000 4194304 4300876 140736162542112 18446744073709551615 4214457 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 20793 16577 169 27 0 19242 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 83172

[startup+582.3 s]
/proc/loadavg: 2.00 1.85 1.47 3/435 25565
/proc/meminfo: memFree=12409840/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=83172 CPUtime=582.26 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 18320 0 0 0 58223 3 0 0 25 0 1 0 774684175 85168128 18233 33554432000 4194304 4300876 140736162542112 18446744073709551615 4200354 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 20793 18233 169 27 0 19242 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 83172

[startup+642.301 s]

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

/proc/meminfo: memFree=12110324/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=271524 CPUtime=2022.19 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 54977 0 0 0 202208 11 0 0 25 0 1 0 774684175 278040576 54890 33554432000 4194304 4300876 140736162542112 18446744073709551615 4274272 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 67881 54890 169 27 0 66330 0
Current children cumulated CPU time (s) 2022.19
Current children cumulated vsize (KiB) 271524

[startup+2082.3 s]
/proc/loadavg: 2.08 2.02 1.89 3/435 25605
/proc/meminfo: memFree=12098648/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=271524 CPUtime=2082.2 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 56347 0 0 0 208209 11 0 0 25 0 1 0 774684175 278040576 56260 33554432000 4194304 4300876 140736162542112 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 67881 56260 169 27 0 66330 0
Current children cumulated CPU time (s) 2082.2
Current children cumulated vsize (KiB) 271524

[startup+2142.3 s]
/proc/loadavg: 2.03 2.02 1.89 3/435 25606
/proc/meminfo: memFree=12085724/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=271524 CPUtime=2142.19 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 57760 0 0 0 214208 11 0 0 25 0 1 0 774684175 278040576 57673 33554432000 4194304 4300876 140736162542112 18446744073709551615 4265487 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 67881 57673 169 27 0 66330 0
Current children cumulated CPU time (s) 2142.19
Current children cumulated vsize (KiB) 271524

[startup+2202.32 s]
/proc/loadavg: 2.01 2.01 1.90 3/435 25608
/proc/meminfo: memFree=12073928/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=271524 CPUtime=2202.21 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 59166 0 0 0 220210 11 0 0 25 0 1 0 774684175 278040576 59079 33554432000 4194304 4300876 140736162542112 18446744073709551615 4225242 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 67881 59079 169 27 0 66330 0
Current children cumulated CPU time (s) 2202.21
Current children cumulated vsize (KiB) 271524

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/435 25609
/proc/meminfo: memFree=12062120/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=271524 CPUtime=2262.19 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 60505 0 0 0 226208 11 0 0 25 0 1 0 774684175 278040576 60418 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217452 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 67881 60418 169 27 0 66330 0
Current children cumulated CPU time (s) 2262.19
Current children cumulated vsize (KiB) 271524

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/435 25611
/proc/meminfo: memFree=12049948/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=271524 CPUtime=2322.2 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 61796 0 0 0 232208 12 0 0 25 0 1 0 774684175 278040576 61709 33554432000 4194304 4300876 140736162542112 18446744073709551615 4214333 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 67881 61709 169 27 0 66330 0
Current children cumulated CPU time (s) 2322.2
Current children cumulated vsize (KiB) 271524

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/435 25613
/proc/meminfo: memFree=12036900/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=271524 CPUtime=2382.2 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 63127 0 0 0 238208 12 0 0 25 0 1 0 774684175 278040576 63040 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217421 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 67881 63040 169 27 0 66330 0
Current children cumulated CPU time (s) 2382.2
Current children cumulated vsize (KiB) 271524

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/435 25614
/proc/meminfo: memFree=12024960/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2442.21 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 64419 0 0 0 244208 13 0 0 25 0 1 0 774684175 379875328 64332 33554432000 4194304 4300876 140736162542112 18446744073709551615 4214420 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 64332 169 27 0 91192 0
Current children cumulated CPU time (s) 2442.21
Current children cumulated vsize (KiB) 370972

[startup+2502.3 s]
/proc/loadavg: 2.09 2.03 1.92 3/435 25616
/proc/meminfo: memFree=12013908/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2502.2 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 65737 0 0 0 250207 13 0 0 25 0 1 0 774684175 379875328 65650 33554432000 4194304 4300876 140736162542112 18446744073709551615 4200341 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 65650 169 27 0 91192 0
Current children cumulated CPU time (s) 2502.2
Current children cumulated vsize (KiB) 370972

[startup+2562.3 s]
/proc/loadavg: 2.03 2.02 1.92 3/435 25617
/proc/meminfo: memFree=12003100/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2562.2 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 66991 0 0 0 256207 13 0 0 25 0 1 0 774684175 379875328 66904 33554432000 4194304 4300876 140736162542112 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 66904 169 27 0 91192 0
Current children cumulated CPU time (s) 2562.2
Current children cumulated vsize (KiB) 370972

[startup+2622.3 s]
/proc/loadavg: 2.01 2.02 1.92 3/435 25619
/proc/meminfo: memFree=11991916/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2622.2 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 68204 0 0 0 262207 13 0 0 25 0 1 0 774684175 379875328 68117 33554432000 4194304 4300876 140736162542112 18446744073709551615 4214464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 68117 169 27 0 91192 0
Current children cumulated CPU time (s) 2622.2
Current children cumulated vsize (KiB) 370972

[startup+2682.3 s]
/proc/loadavg: 2.04 2.03 1.93 3/435 25621
/proc/meminfo: memFree=11980988/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2682.21 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 69395 0 0 0 268207 14 0 0 25 0 1 0 774684175 379875328 69308 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217472 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 69308 169 27 0 91192 0
Current children cumulated CPU time (s) 2682.21
Current children cumulated vsize (KiB) 370972

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

[startup+2688 s]
/proc/loadavg: 2.04 2.03 1.93 3/435 25621
/proc/meminfo: memFree=11979620/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2687.91 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 69501 0 0 0 268777 14 0 0 25 0 1 0 774684175 379875328 69414 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217549 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 69414 169 27 0 91192 0
Current children cumulated CPU time (s) 2687.91
Current children cumulated vsize (KiB) 370972

[startup+2691.2 s]
/proc/loadavg: 2.04 2.02 1.93 3/435 25621
/proc/meminfo: memFree=11979360/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2691.1 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 69558 0 0 0 269096 14 0 0 25 0 1 0 774684175 379875328 69471 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217308 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 69471 169 27 0 91192 0
Current children cumulated CPU time (s) 2691.1
Current children cumulated vsize (KiB) 370972

[startup+2692.8 s]
/proc/loadavg: 2.04 2.02 1.93 3/435 25621
/proc/meminfo: memFree=11978988/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2692.71 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 69587 0 0 0 269257 14 0 0 25 0 1 0 774684175 379875328 69500 33554432000 4194304 4300876 140736162542112 18446744073709551615 4278614 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 69500 169 27 0 91192 0
Current children cumulated CPU time (s) 2692.71
Current children cumulated vsize (KiB) 370972

[startup+2694.4 s]
/proc/loadavg: 2.03 2.02 1.93 3/435 25621
/proc/meminfo: memFree=11978864/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2694.3 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 69614 0 0 0 269416 14 0 0 25 0 1 0 774684175 379875328 69527 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217572 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 69527 169 27 0 91192 0
Current children cumulated CPU time (s) 2694.3
Current children cumulated vsize (KiB) 370972

[startup+2694.8 s]
/proc/loadavg: 2.03 2.02 1.93 3/435 25621
/proc/meminfo: memFree=11978864/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2694.7 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 69621 0 0 0 269456 14 0 0 25 0 1 0 774684175 379875328 69534 33554432000 4194304 4300876 140736162542112 18446744073709551615 4217310 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 69534 169 27 0 91192 0
Current children cumulated CPU time (s) 2694.7
Current children cumulated vsize (KiB) 370972

[startup+2695.2 s]
/proc/loadavg: 2.03 2.02 1.93 3/435 25621
/proc/meminfo: memFree=11978368/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2695.1 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 69627 0 0 0 269496 14 0 0 25 0 1 0 774684175 379875328 69540 33554432000 4194304 4300876 140736162542112 18446744073709551615 4216929 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 69540 169 27 0 91192 0
Current children cumulated CPU time (s) 2695.1
Current children cumulated vsize (KiB) 370972

[startup+2695.3 s]
/proc/loadavg: 2.03 2.02 1.93 3/435 25621
/proc/meminfo: memFree=11978368/32951132 swapFree=67093840/67111528
[pid=25445] ppid=25443 vsize=370972 CPUtime=2695.2 cores=0,2,4,6
/proc/25445/stat : 25445 (march_rw) R 25443 25445 24594 0 -1 4202496 69628 0 0 0 269506 14 0 0 25 0 1 0 774684175 379875328 69541 33554432000 4194304 4300876 140736162542112 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/25445/statm: 92743 69541 169 27 0 91192 0
Current children cumulated CPU time (s) 2695.2
Current children cumulated vsize (KiB) 370972

Child status: 20
Real time (s): 2695.37
CPU time (s): 2695.29
CPU user time (s): 2695.13
CPU system time (s): 0.159975
CPU usage (%): 99.9968
Max. virtual memory (cumulated for all children) (KiB): 370972

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

runsolver used 12.0592 second user time and 23.9584 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-29 03:00:45
IDJOB=3420528
IDBENCH=82780
IDSOLVER=1913
FILE ID=node131/3420528-1306630845
RUNJOBID= node131-1306630845-25435
PBS_JOBID= 13471621
Free space on /tmp= 73228 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S943066845-088.UNKNOWN.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420528-1306630845/watcher-3420528-1306630845 -o /tmp/evaluation-result-3420528-1306630845/solver-3420528-1306630845 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420528-1306630845.cnf

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

MD5SUM BENCH= 9ba8ad6ebe939ddb75efcc3aec0126e6
RANDOM SEED=706288271

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12554504 kB
Buffers:        303072 kB
Cached:        5674744 kB
SwapCached:        948 kB
Active:       15575480 kB
Inactive:      4514808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12554504 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:              24 kB
Writeback:          24 kB
AnonPages:    14111048 kB
Mapped:          37864 kB
Slab:           183048 kB
PageTables:      55960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95330696 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73228 MiB
End job on node131 at 2011-05-29 03:45:41