Trace number 3420518

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 2978.05 2977.98

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1163259790-073.UNKNOWN.cnf
MD5SUM18a522c9cdd3c52f9fcf4c038782b476
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2978.05
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, 8 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 549 free variables and 2335 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 164 duplicate clauses
0.00/0.01	c resolvent_look() :: found 79 resolvents
0.00/0.01	c main():: clause / variable ratio: ( 2414 / 550 ) = 4.39
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: 153
0.00/0.05	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: 730
0.10/0.12	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 5906
0.90/0.95	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 36637
6.61/6.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 |****************************************************************| ( 4/999) NodeCount: 165510
33.09/33.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 |****************************************************************| ( 5/999) NodeCount: 561426
123.29/123.30	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1466360
348.61/348.69	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3025140
769.71/769.70	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 5064464
1360.42/1360.44	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 7096438
1986.34/1986.38	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (10/999) NodeCount: 8634923
2485.65/2485.67	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 9516695
2784.65/2784.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 |****************************************************************| (12/999) NodeCount: 9898653
2918.86/2918.80	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (13/999) NodeCount: 10023508
2964.26/2964.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 |****************************************************************| (14/999) NodeCount: 10053912
2975.76/2975.72	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 10059019
2977.78/2977.74	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
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: 10059500
2977.96/2977.96	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |****************************************************************| (17/999) NodeCount: 10059517
2977.96/2977.96	c |----------------------------------------------------------------|
c |
2977.96/2977.96	c
2977.96/2977.96	c main():: nodeCount: 10059517
2977.96/2977.96	c main():: dead ends in main: 169058
2977.96/2977.96	c main():: lookAheadCount: 623596823
2977.96/2977.96	c main():: unitResolveCount: 212486727
2977.96/2977.96	c main():: time=2978.030029
2977.96/2977.96	c main():: necessary_assignments: 2546490
2977.96/2977.96	c main():: bin_sat: 0, bin_unsat 0
2977.96/2977.96	c main():: doublelook: #: 38274422, succes #: 27217271
2977.96/2977.96	c main():: doublelook: overall 6.358 of all possible doublelooks executed
2977.96/2977.96	c main():: doublelook: succesrate: 71.111, average DL_trigger: 42.303
2977.96/2977.96	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-3420518-1306626089/watcher-3420518-1306626089 -o /tmp/evaluation-result-3420518-1306626089/solver-3420518-1306626089 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420518-1306626089.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: 2.13 2.04 2.01 2/473 20602
/proc/meminfo: memFree=12382220/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=7548 CPUtime=0.01 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 429 0 0 0 1 0 0 0 25 0 1 0 774208603 7729152 372 33554432000 4194304 4300876 140737413298992 18446744073709551615 4216863 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 1887 372 168 27 0 336 0

[startup+0.0648811 s]
/proc/loadavg: 2.13 2.04 2.01 2/473 20602
/proc/meminfo: memFree=12382220/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=7680 CPUtime=0.06 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 471 0 0 0 6 0 0 0 25 0 1 0 774208603 7864320 414 33554432000 4194304 4300876 140737413298992 18446744073709551615 4217555 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 1920 414 168 27 0 369 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7680

[startup+0.100874 s]
/proc/loadavg: 2.13 2.04 2.01 2/473 20602
/proc/meminfo: memFree=12382220/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=7680 CPUtime=0.1 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 477 0 0 0 10 0 0 0 25 0 1 0 774208603 7864320 420 33554432000 4194304 4300876 140737413298992 18446744073709551615 4217692 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 1920 420 168 27 0 369 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7680

[startup+0.300834 s]
/proc/loadavg: 2.13 2.04 2.01 2/473 20602
/proc/meminfo: memFree=12382220/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=7816 CPUtime=0.3 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 501 0 0 0 30 0 0 0 25 0 1 0 774208603 8003584 444 33554432000 4194304 4300876 140737413298992 18446744073709551615 4200288 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 1954 444 168 27 0 403 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 7816

[startup+0.700764 s]
/proc/loadavg: 2.13 2.04 2.01 2/473 20602
/proc/meminfo: memFree=12382220/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=7952 CPUtime=0.7 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 554 0 0 0 70 0 0 0 25 0 1 0 774208603 8142848 497 33554432000 4194304 4300876 140737413298992 18446744073709551615 274473632687 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 1988 497 168 27 0 437 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 7952

[startup+1.50063 s]
/proc/loadavg: 2.12 2.04 2.01 3/474 20603
/proc/meminfo: memFree=12380112/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=8120 CPUtime=1.5 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 587 0 0 0 150 0 0 0 25 0 1 0 774208603 8314880 530 33554432000 4194304 4300876 140737413298992 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 2030 530 169 27 0 479 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 8120

[startup+3.10034 s]
/proc/loadavg: 2.12 2.04 2.01 3/474 20603
/proc/meminfo: memFree=12378996/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=8480 CPUtime=3.1 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 660 0 0 0 310 0 0 0 25 0 1 0 774208603 8683520 603 33554432000 4194304 4300876 140737413298992 18446744073709551615 4214434 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 2120 603 169 27 0 569 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 8480

[startup+6.30078 s]
/proc/loadavg: 2.12 2.04 2.01 3/474 20603
/proc/meminfo: memFree=12378116/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=9048 CPUtime=6.3 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 780 0 0 0 630 0 0 0 25 0 1 0 774208603 9265152 723 33554432000 4194304 4300876 140737413298992 18446744073709551615 4286193 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 2262 723 169 27 0 711 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 9048

[startup+12.7007 s]
/proc/loadavg: 2.10 2.04 2.01 3/474 20603
/proc/meminfo: memFree=12374420/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=10828 CPUtime=12.69 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 1086 0 0 0 1269 0 0 0 25 0 1 0 774208603 11087872 1029 33554432000 4194304 4300876 140737413298992 18446744073709551615 4269513 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 2707 1029 169 27 0 1156 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10828

[startup+25.5003 s]
/proc/loadavg: 2.16 2.05 2.01 3/474 20604
/proc/meminfo: memFree=12372060/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=12484 CPUtime=25.49 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 1550 0 0 0 2549 0 0 0 25 0 1 0 774208603 12783616 1493 33554432000 4194304 4300876 140737413298992 18446744073709551615 4228290 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 3121 1493 169 27 0 1570 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12484

[startup+51.1008 s]
/proc/loadavg: 2.11 2.05 2.01 3/474 20604
/proc/meminfo: memFree=12365844/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=17804 CPUtime=51.09 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 2440 0 0 0 5109 0 0 0 25 0 1 0 774208603 18231296 2383 33554432000 4194304 4300876 140737413298992 18446744073709551615 4265597 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 4451 2383 169 27 0 2900 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17804

[startup+102.317 s]
/proc/loadavg: 2.04 2.04 2.01 3/474 20606
/proc/meminfo: memFree=12353184/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=23704 CPUtime=102.31 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 4141 0 0 0 10231 0 0 0 25 0 1 0 774208603 24272896 4084 33554432000 4194304 4300876 140737413298992 18446744073709551615 4217308 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 5926 4084 169 27 0 4375 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 23704

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/474 20607
/proc/meminfo: memFree=12339520/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=33556 CPUtime=162.3 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 6093 0 0 0 16229 1 0 0 25 0 1 0 774208603 34361344 6036 33554432000 4194304 4300876 140737413298992 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 8389 6036 169 27 0 6838 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 33556

[startup+222.301 s]
/proc/loadavg: 2.14 2.05 2.01 3/474 20609
/proc/meminfo: memFree=12325860/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=42288 CPUtime=222.3 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 7958 0 0 0 22229 1 0 0 25 0 1 0 774208603 43302912 7901 33554432000 4194304 4300876 140737413298992 18446744073709551615 4214400 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 10572 7901 169 27 0 9021 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 42288

[startup+282.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/474 20610
/proc/meminfo: memFree=12312444/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=55384 CPUtime=282.3 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 9795 0 0 0 28228 2 0 0 25 0 1 0 774208603 56713216 9738 33554432000 4194304 4300876 140737413298992 18446744073709551615 4286099 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 13846 9738 169 27 0 12295 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 55384

[startup+342.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/474 20612
/proc/meminfo: memFree=12299420/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=63588 CPUtime=342.3 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 11545 0 0 0 34228 2 0 0 25 0 1 0 774208603 65114112 11488 33554432000 4194304 4300876 140737413298992 18446744073709551615 4214479 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 15897 11488 169 27 0 14346 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 63588

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 20614
/proc/meminfo: memFree=12285644/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=83232 CPUtime=402.3 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 13426 0 0 0 40228 2 0 0 25 0 1 0 774208603 85229568 13369 33554432000 4194304 4300876 140737413298992 18446744073709551615 4201176 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 20808 13369 169 27 0 19257 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 83232

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 20615
/proc/meminfo: memFree=12272460/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=83232 CPUtime=462.3 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 15230 0 0 0 46228 2 0 0 25 0 1 0 774208603 85229568 15173 33554432000 4194304 4300876 140737413298992 18446744073709551615 4216857 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 20808 15173 169 27 0 19257 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 83232

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20617
/proc/meminfo: memFree=12259804/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=83232 CPUtime=522.31 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 16928 0 0 0 52228 3 0 0 25 0 1 0 774208603 85229568 16871 33554432000 4194304 4300876 140737413298992 18446744073709551615 4200312 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 20808 16871 169 27 0 19257 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 83232

[startup+582.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/474 20618
/proc/meminfo: memFree=12247136/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=99368 CPUtime=582.3 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 18677 0 0 0 58227 3 0 0 25 0 1 0 774208603 101752832 18620 33554432000 4194304 4300876 140737413298992 18446744073709551615 4225163 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 24842 18620 169 27 0 23291 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 99368

[startup+642.301 s]

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

/proc/meminfo: memFree=11901628/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=271744 CPUtime=2322.34 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 63903 0 0 0 232222 12 0 0 25 0 1 0 774208603 278265856 63846 33554432000 4194304 4300876 140737413298992 18446744073709551615 4214499 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 67936 63846 169 27 0 66385 0
Current children cumulated CPU time (s) 2322.34
Current children cumulated vsize (KiB) 271744

[startup+2382.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/474 20678
/proc/meminfo: memFree=11889444/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=271744 CPUtime=2382.35 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 65281 0 0 0 238222 13 0 0 25 0 1 0 774208603 278265856 65224 33554432000 4194304 4300876 140737413298992 18446744073709551615 274477497267 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 67936 65224 169 27 0 66385 0
Current children cumulated CPU time (s) 2382.35
Current children cumulated vsize (KiB) 271744

[startup+2442.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/474 20680
/proc/meminfo: memFree=11878252/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=371192 CPUtime=2442.35 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 66636 0 0 0 244222 13 0 0 25 0 1 0 774208603 380100608 66579 33554432000 4194304 4300876 140737413298992 18446744073709551615 4200291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 92798 66579 169 27 0 91247 0
Current children cumulated CPU time (s) 2442.35
Current children cumulated vsize (KiB) 371192

[startup+2502.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/474 20682
/proc/meminfo: memFree=11868060/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2502.35 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 68016 0 0 0 250222 13 0 0 25 0 1 0 774208603 446201856 67959 33554432000 4194304 4300876 140737413298992 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 67959 169 27 0 107385 0
Current children cumulated CPU time (s) 2502.35
Current children cumulated vsize (KiB) 435744

[startup+2562.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/474 20683
/proc/meminfo: memFree=11856752/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2562.36 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 69441 0 0 0 256222 14 0 0 25 0 1 0 774208603 446201856 69384 33554432000 4194304 4300876 140737413298992 18446744073709551615 4225152 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 69384 169 27 0 107385 0
Current children cumulated CPU time (s) 2562.36
Current children cumulated vsize (KiB) 435744

[startup+2622.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/474 20685
/proc/meminfo: memFree=11845456/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2622.37 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 70857 0 0 0 262223 14 0 0 25 0 1 0 774208603 446201856 70800 33554432000 4194304 4300876 140737413298992 18446744073709551615 4276868 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 70800 169 27 0 107385 0
Current children cumulated CPU time (s) 2622.37
Current children cumulated vsize (KiB) 435744

[startup+2682.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/474 20686
/proc/meminfo: memFree=11834900/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2682.35 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 72191 0 0 0 268221 14 0 0 25 0 1 0 774208603 446201856 72134 33554432000 4194304 4300876 140737413298992 18446744073709551615 4200248 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 72134 169 27 0 107385 0
Current children cumulated CPU time (s) 2682.35
Current children cumulated vsize (KiB) 435744

[startup+2742.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20688
/proc/meminfo: memFree=11824700/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2742.37 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 73473 0 0 0 274223 14 0 0 25 0 1 0 774208603 446201856 73416 33554432000 4194304 4300876 140737413298992 18446744073709551615 4283028 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 73416 169 27 0 107385 0
Current children cumulated CPU time (s) 2742.37
Current children cumulated vsize (KiB) 435744

[startup+2802.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/474 20690
/proc/meminfo: memFree=11814508/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2802.35 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 74767 0 0 0 280221 14 0 0 25 0 1 0 774208603 446201856 74710 33554432000 4194304 4300876 140737413298992 18446744073709551615 4217326 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 74710 169 27 0 107385 0
Current children cumulated CPU time (s) 2802.35
Current children cumulated vsize (KiB) 435744

[startup+2862.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/474 20691
/proc/meminfo: memFree=11803564/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2862.35 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 76094 0 0 0 286221 14 0 0 25 0 1 0 774208603 446201856 76037 33554432000 4194304 4300876 140737413298992 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 76037 169 27 0 107385 0
Current children cumulated CPU time (s) 2862.35
Current children cumulated vsize (KiB) 435744

[startup+2922.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/474 20693
/proc/meminfo: memFree=11792500/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2922.36 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 77306 0 0 0 292221 15 0 0 25 0 1 0 774208603 446201856 77249 33554432000 4194304 4300876 140737413298992 18446744073709551615 4217639 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 77249 169 27 0 107385 0
Current children cumulated CPU time (s) 2922.36
Current children cumulated vsize (KiB) 435744

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

[startup+2943.9 s]
/proc/loadavg: 2.05 2.03 2.00 3/474 20693
/proc/meminfo: memFree=11788512/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2943.96 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 77749 0 0 0 294381 15 0 0 25 0 1 0 774208603 446201856 77692 33554432000 4194304 4300876 140737413298992 18446744073709551615 4217421 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 77692 169 27 0 107385 0
Current children cumulated CPU time (s) 2943.96
Current children cumulated vsize (KiB) 435744

[startup+2956.7 s]
/proc/loadavg: 2.04 2.03 2.00 3/474 20694
/proc/meminfo: memFree=11786268/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2956.77 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 78012 0 0 0 295662 15 0 0 25 0 1 0 774208603 446201856 77955 33554432000 4194304 4300876 140737413298992 18446744073709551615 4200357 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 77955 169 27 0 107385 0
Current children cumulated CPU time (s) 2956.77
Current children cumulated vsize (KiB) 435744

[startup+2969.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/474 20694
/proc/meminfo: memFree=11783032/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2969.56 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 78254 0 0 0 296941 15 0 0 25 0 1 0 774208603 446201856 78197 33554432000 4194304 4300876 140737413298992 18446744073709551615 4214448 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 78197 169 27 0 107385 0
Current children cumulated CPU time (s) 2969.56
Current children cumulated vsize (KiB) 435744

[startup+2972.7 s]
/proc/loadavg: 2.03 2.03 2.00 3/474 20694
/proc/meminfo: memFree=11782536/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2972.76 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 78317 0 0 0 297261 15 0 0 25 0 1 0 774208603 446201856 78260 33554432000 4194304 4300876 140737413298992 18446744073709551615 4268594 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 78260 169 27 0 107385 0
Current children cumulated CPU time (s) 2972.76
Current children cumulated vsize (KiB) 435744

[startup+2975.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/474 20694
/proc/meminfo: memFree=11782908/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2975.96 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 78375 0 0 0 297581 15 0 0 25 0 1 0 774208603 446201856 78318 33554432000 4194304 4300876 140737413298992 18446744073709551615 4214369 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 78318 169 27 0 107385 0
Current children cumulated CPU time (s) 2975.96
Current children cumulated vsize (KiB) 435744

[startup+2976.7 s]
/proc/loadavg: 2.02 2.03 2.00 3/474 20694
/proc/meminfo: memFree=11782412/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2976.76 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 78389 0 0 0 297661 15 0 0 25 0 1 0 774208603 446201856 78332 33554432000 4194304 4300876 140737413298992 18446744073709551615 4217310 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 78332 169 27 0 107385 0
Current children cumulated CPU time (s) 2976.76
Current children cumulated vsize (KiB) 435744

[startup+2977.5 s]
/proc/loadavg: 2.02 2.03 2.00 3/474 20694
/proc/meminfo: memFree=11782412/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2977.56 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 78404 0 0 0 297741 15 0 0 25 0 1 0 774208603 446201856 78347 33554432000 4194304 4300876 140737413298992 18446744073709551615 4265437 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 78347 169 27 0 107385 0
Current children cumulated CPU time (s) 2977.56
Current children cumulated vsize (KiB) 435744

[startup+2977.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/474 20694
/proc/meminfo: memFree=11782164/32950928 swapFree=67042960/67111528
[pid=20602] ppid=20600 vsize=435744 CPUtime=2977.96 cores=0,2,4,6
/proc/20602/stat : 20602 (march_rw) R 20600 20602 19938 0 -1 4202496 78409 0 0 0 297781 15 0 0 25 0 1 0 774208603 446201856 78352 33554432000 4194304 4300876 140737413298992 18446744073709551615 4261083 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20602/statm: 108936 78352 169 27 0 107385 0
Current children cumulated CPU time (s) 2977.96
Current children cumulated vsize (KiB) 435744

Child status: 20
Real time (s): 2977.98
CPU time (s): 2978.05
CPU user time (s): 2977.88
CPU system time (s): 0.167974
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 435744

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

runsolver used 14.0479 second user time and 29.2596 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-29 01:41:29
IDJOB=3420518
IDBENCH=82770
IDSOLVER=1913
FILE ID=node125/3420518-1306626089
RUNJOBID= node125-1306615240-19956
PBS_JOBID= 13471634
Free space on /tmp= 73484 MiB

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

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

MD5SUM BENCH= 18a522c9cdd3c52f9fcf4c038782b476
RANDOM SEED=1779108734

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12382500 kB
Buffers:        323628 kB
Cached:        6219932 kB
SwapCached:      55652 kB
Active:       10969080 kB
Inactive:      9252952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12382500 kB
SwapTotal:    67111528 kB
SwapFree:     67042960 kB
Dirty:              20 kB
Writeback:           0 kB
AnonPages:    13622480 kB
Mapped:          43624 kB
Slab:           217568 kB
PageTables:      61872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130120372 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= 73484 MiB
End job on node125 at 2011-05-29 02:31:07