Trace number 3420773

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 2260.91 2260.84

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S912111154-025.UNKNOWN.cnf
MD5SUM63be53becd3199de3ebad3751e577715
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2260.91
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, 12 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 548 free variables and 2331 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 170 duplicate clauses
0.00/0.01	c resolvent_look() :: found 106 resolvents
0.00/0.01	c main():: clause / variable ratio: ( 2437 / 550 ) = 4.43
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 = 548
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: 147
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: 639
0.09/0.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 |****************************************************************| ( 2/999) NodeCount: 5140
0.69/0.77	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 32578
5.50/5.56	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 148214
28.39/28.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 |****************************************************************| ( 5/999) NodeCount: 502338
106.39/106.46	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 1304882
301.31/301.36	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2659211
660.32/660.35	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4360350
1148.62/1148.62	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 9/999) NodeCount: 5945568
1635.34/1635.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: 7032261
1988.86/1988.81	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (11/999) NodeCount: 7571389
2172.75/2172.77	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 7761381
2240.26/2240.28	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
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: 7807869
2257.56/2257.50	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 7815428
2260.47/2260.46	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |***********
c |************
c |****************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| (15/999) NodeCount: 7816257
2260.76/2260.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 |****************************************************************| (16/999) NodeCount: 7816319
2260.86/2260.82	c |----------------------------------------------------------------|
c |****************
c |********************
c |*********************
c |**********************
c |************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |****************************************************************| (17/999) NodeCount: 7816322
2260.86/2260.82	c |----------------------------------------------------------------|
c |
2260.86/2260.82	c
2260.86/2260.82	c main():: nodeCount: 7816322
2260.86/2260.82	c main():: dead ends in main: 111086
2260.86/2260.82	c main():: lookAheadCount: 480296957
2260.86/2260.82	c main():: unitResolveCount: 155162857
2260.86/2260.82	c main():: time=2260.890137
2260.86/2260.82	c main():: necessary_assignments: 1782890
2260.86/2260.82	c main():: bin_sat: 0, bin_unsat 0
2260.86/2260.82	c main():: doublelook: #: 29697213, succes #: 21139174
2260.86/2260.82	c main():: doublelook: overall 6.401 of all possible doublelooks executed
2260.86/2260.82	c main():: doublelook: succesrate: 71.182, average DL_trigger: 48.415
2260.86/2260.82	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-3420773-1306640566/watcher-3420773-1306640566 -o /tmp/evaluation-result-3420773-1306640566/solver-3420773-1306640566 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420773-1306640566.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 2/327 26231
/proc/meminfo: memFree=18814416/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=7548 CPUtime=0 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 415 0 0 0 0 0 0 0 25 0 1 0 854287180 7729152 358 33554432000 4194304 4300876 140737249569632 18446744073709551615 4216863 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 1887 358 168 27 0 336 0

[startup+0.044533 s]
/proc/loadavg: 1.84 1.97 1.99 2/327 26231
/proc/meminfo: memFree=18814416/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=7548 CPUtime=0.04 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 455 0 0 0 4 0 0 0 25 0 1 0 854287180 7729152 398 33554432000 4194304 4300876 140737249569632 18446744073709551615 4217326 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 1887 398 168 27 0 336 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7548

[startup+0.100526 s]
/proc/loadavg: 1.84 1.97 1.99 2/327 26231
/proc/meminfo: memFree=18814416/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=7708 CPUtime=0.09 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 474 0 0 0 9 0 0 0 25 0 1 0 854287180 7892992 417 33554432000 4194304 4300876 140737249569632 18446744073709551615 4217743 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 1927 417 168 27 0 376 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7708

[startup+0.300487 s]
/proc/loadavg: 1.84 1.97 1.99 2/327 26231
/proc/meminfo: memFree=18814416/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=7708 CPUtime=0.29 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 501 0 0 0 29 0 0 0 25 0 1 0 854287180 7892992 444 33554432000 4194304 4300876 140737249569632 18446744073709551615 4250944 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 1927 444 168 27 0 376 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7708

[startup+0.700417 s]
/proc/loadavg: 1.84 1.97 1.99 2/327 26231
/proc/meminfo: memFree=18814416/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=7860 CPUtime=0.69 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 520 0 0 0 69 0 0 0 25 0 1 0 854287180 8048640 463 33554432000 4194304 4300876 140737249569632 18446744073709551615 4248596 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 1965 463 168 27 0 414 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7860

[startup+1.50027 s]
/proc/loadavg: 1.84 1.97 1.99 3/328 26232
/proc/meminfo: memFree=18812556/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=8164 CPUtime=1.49 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 591 0 0 0 149 0 0 0 25 0 1 0 854287180 8359936 534 33554432000 4194304 4300876 140737249569632 18446744073709551615 4269525 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 2041 534 169 27 0 490 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8164

[startup+3.10097 s]
/proc/loadavg: 1.84 1.97 1.99 3/328 26232
/proc/meminfo: memFree=18811264/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=8544 CPUtime=3.09 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 656 0 0 0 309 0 0 0 25 0 1 0 854287180 8749056 599 33554432000 4194304 4300876 140737249569632 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 2136 599 169 27 0 585 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8544

[startup+6.30039 s]
/proc/loadavg: 1.85 1.97 1.99 3/328 26232
/proc/meminfo: memFree=18810668/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=9056 CPUtime=6.29 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 779 0 0 0 629 0 0 0 25 0 1 0 854287180 9273344 722 33554432000 4194304 4300876 140737249569632 18446744073709551615 4200312 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 2264 722 169 27 0 713 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9056

[startup+12.7002 s]
/proc/loadavg: 1.86 1.97 1.99 3/328 26232
/proc/meminfo: memFree=18809464/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=10712 CPUtime=12.69 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 1077 0 0 0 1269 0 0 0 25 0 1 0 854287180 10969088 990 33554432000 4194304 4300876 140737249569632 18446744073709551615 4200277 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 2678 990 169 27 0 1127 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10712

[startup+25.5009 s]
/proc/loadavg: 1.89 1.97 1.99 3/328 26233
/proc/meminfo: memFree=18808004/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=12368 CPUtime=25.49 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 1530 0 0 0 2549 0 0 0 25 0 1 0 854287180 12664832 1443 33554432000 4194304 4300876 140737249569632 18446744073709551615 4200341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 3092 1443 169 27 0 1541 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12368

[startup+51.1002 s]
/proc/loadavg: 1.93 1.97 1.99 3/328 26288
/proc/meminfo: memFree=18805284/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=17688 CPUtime=51.09 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 2407 0 0 0 5109 0 0 0 25 0 1 0 854287180 18112512 2320 33554432000 4194304 4300876 140737249569632 18446744073709551615 4217373 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 4422 2320 169 27 0 2871 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17688

[startup+102.312 s]
/proc/loadavg: 1.97 1.97 1.99 3/328 26316
/proc/meminfo: memFree=18794160/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=23580 CPUtime=102.31 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 4056 0 0 0 10230 1 0 0 25 0 1 0 854287180 24145920 3969 33554432000 4194304 4300876 140737249569632 18446744073709551615 4200267 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 5895 3969 169 27 0 4344 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 23580

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/328 26317
/proc/meminfo: memFree=18779504/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=38264 CPUtime=162.3 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 5958 0 0 0 16229 1 0 0 25 0 1 0 854287180 39182336 5871 33554432000 4194304 4300876 140737249569632 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 9566 5871 169 27 0 8015 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 38264

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/328 26319
/proc/meminfo: memFree=18765808/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=42292 CPUtime=222.3 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 7811 0 0 0 22228 2 0 0 25 0 1 0 854287180 43307008 7724 33554432000 4194304 4300876 140737249569632 18446744073709551615 4200417 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 10573 7724 169 27 0 9022 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 42292

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/328 26321
/proc/meminfo: memFree=18752892/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=55388 CPUtime=282.3 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 9599 0 0 0 28228 2 0 0 25 0 1 0 854287180 56717312 9512 33554432000 4194304 4300876 140737249569632 18446744073709551615 4214434 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 13847 9512 169 27 0 12296 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 55388

[startup+342.301 s]
/proc/loadavg: 2.12 2.00 2.00 3/328 26322
/proc/meminfo: memFree=18739952/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=63444 CPUtime=342.31 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 11339 0 0 0 34228 3 0 0 25 0 1 0 854287180 64966656 11252 33554432000 4194304 4300876 140737249569632 18446744073709551615 4200248 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 15861 11252 169 27 0 14310 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 63444

[startup+402.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/328 26324
/proc/meminfo: memFree=18727160/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=83088 CPUtime=402.31 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 13082 0 0 0 40228 3 0 0 25 0 1 0 854287180 85082112 12995 33554432000 4194304 4300876 140737249569632 18446744073709551615 4200351 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 20772 12995 169 27 0 19221 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 83088

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/328 26325
/proc/meminfo: memFree=18714376/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=83088 CPUtime=462.3 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 14866 0 0 0 46227 3 0 0 25 0 1 0 854287180 85082112 14779 33554432000 4194304 4300876 140737249569632 18446744073709551615 4214496 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 20772 14779 169 27 0 19221 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 83088

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26327
/proc/meminfo: memFree=18702080/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=83088 CPUtime=522.31 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 16536 0 0 0 52227 4 0 0 25 0 1 0 854287180 85082112 16449 33554432000 4194304 4300876 140737249569632 18446744073709551615 4200325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 20772 16449 169 27 0 19221 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 83088

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26329
/proc/meminfo: memFree=18689788/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=83088 CPUtime=582.31 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 18224 0 0 0 58227 4 0 0 25 0 1 0 854287180 85082112 18137 33554432000 4194304 4300876 140737249569632 18446744073709551615 4217452 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 20772 18137 169 27 0 19221 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 83088

[startup+642.301 s]

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

/proc/meminfo: memFree=18486352/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271528 CPUtime=1662.34 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 45828 0 0 0 166224 10 0 0 25 0 1 0 854287180 278044672 45741 33554432000 4194304 4300876 140737249569632 18446744073709551615 4217462 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67882 45741 169 27 0 66331 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 271528

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 26368
/proc/meminfo: memFree=18476272/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271528 CPUtime=1722.35 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 47181 0 0 0 172224 11 0 0 25 0 1 0 854287180 278044672 47094 33554432000 4194304 4300876 140737249569632 18446744073709551615 4261608 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67882 47094 169 27 0 66331 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 271528

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26370
/proc/meminfo: memFree=18464968/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271528 CPUtime=1782.34 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 48657 0 0 0 178223 11 0 0 25 0 1 0 854287180 278044672 48570 33554432000 4194304 4300876 140737249569632 18446744073709551615 4214474 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67882 48570 169 27 0 66331 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 271528

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26371
/proc/meminfo: memFree=18454888/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271528 CPUtime=1842.35 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 50101 0 0 0 184223 12 0 0 25 0 1 0 854287180 278044672 50014 33554432000 4194304 4300876 140737249569632 18446744073709551615 4214516 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67882 50014 169 27 0 66331 0
Current children cumulated CPU time (s) 1842.35
Current children cumulated vsize (KiB) 271528

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26373
/proc/meminfo: memFree=18444200/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271528 CPUtime=1902.35 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 51450 0 0 0 190223 12 0 0 25 0 1 0 854287180 278044672 51363 33554432000 4194304 4300876 140737249569632 18446744073709551615 260019790922 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67882 51363 169 27 0 66331 0
Current children cumulated CPU time (s) 1902.35
Current children cumulated vsize (KiB) 271528

[startup+1962.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/328 26374
/proc/meminfo: memFree=18433252/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271528 CPUtime=1962.36 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 52802 0 0 0 196224 12 0 0 25 0 1 0 854287180 278044672 52715 33554432000 4194304 4300876 140737249569632 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67882 52715 169 27 0 66331 0
Current children cumulated CPU time (s) 1962.36
Current children cumulated vsize (KiB) 271528

[startup+2022.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/328 26376
/proc/meminfo: memFree=18423172/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2022.36 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 54078 0 0 0 202223 13 0 0 25 0 1 0 854287180 278179840 53991 33554432000 4194304 4300876 140737249569632 18446744073709551615 4274556 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 53991 169 27 0 66364 0
Current children cumulated CPU time (s) 2022.36
Current children cumulated vsize (KiB) 271660

[startup+2082.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/328 26378
/proc/meminfo: memFree=18413344/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2082.37 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 55421 0 0 0 208224 13 0 0 25 0 1 0 854287180 278179840 55334 33554432000 4194304 4300876 140737249569632 18446744073709551615 4217475 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 55334 169 27 0 66364 0
Current children cumulated CPU time (s) 2082.37
Current children cumulated vsize (KiB) 271660

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 26379
/proc/meminfo: memFree=18403524/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2142.35 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 56719 0 0 0 214222 13 0 0 25 0 1 0 854287180 278179840 56632 33554432000 4194304 4300876 140737249569632 18446744073709551615 4250944 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 56632 169 27 0 66364 0
Current children cumulated CPU time (s) 2142.35
Current children cumulated vsize (KiB) 271660

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 26381
/proc/meminfo: memFree=18393956/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2202.36 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 57940 0 0 0 220222 14 0 0 25 0 1 0 854287180 278179840 57853 33554432000 4194304 4300876 140737249569632 18446744073709551615 4200335 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 57853 169 27 0 66364 0
Current children cumulated CPU time (s) 2202.36
Current children cumulated vsize (KiB) 271660

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

[startup+2227.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26382
/proc/meminfo: memFree=18389976/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2227.16 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 58457 0 0 0 222702 14 0 0 25 0 1 0 854287180 278179840 58370 33554432000 4194304 4300876 140737249569632 18446744073709551615 4217472 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 58370 169 27 0 66364 0
Current children cumulated CPU time (s) 2227.16
Current children cumulated vsize (KiB) 271660

[startup+2239.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26382
/proc/meminfo: memFree=18387988/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2239.96 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 58701 0 0 0 223982 14 0 0 25 0 1 0 854287180 278179840 58614 33554432000 4194304 4300876 140737249569632 18446744073709551615 4250884 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 58614 169 27 0 66364 0
Current children cumulated CPU time (s) 2239.96
Current children cumulated vsize (KiB) 271660

[startup+2252.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26382
/proc/meminfo: memFree=18385880/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2252.77 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 58945 0 0 0 225263 14 0 0 25 0 1 0 854287180 278179840 58858 33554432000 4194304 4300876 140737249569632 18446744073709551615 4264250 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 58858 169 27 0 66364 0
Current children cumulated CPU time (s) 2252.77
Current children cumulated vsize (KiB) 271660

[startup+2255.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26382
/proc/meminfo: memFree=18385624/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2255.96 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 59004 0 0 0 225582 14 0 0 25 0 1 0 854287180 278179840 58917 33554432000 4194304 4300876 140737249569632 18446744073709551615 260019791563 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 58917 169 27 0 66364 0
Current children cumulated CPU time (s) 2255.96
Current children cumulated vsize (KiB) 271660

[startup+2259.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26382
/proc/meminfo: memFree=18385248/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2259.16 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 59061 0 0 0 225902 14 0 0 19 0 1 0 854287180 278179840 58974 33554432000 4194304 4300876 140737249569632 18446744073709551615 4200312 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 58974 169 27 0 66364 0
Current children cumulated CPU time (s) 2259.16
Current children cumulated vsize (KiB) 271660

[startup+2259.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26382
/proc/meminfo: memFree=18385000/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2259.96 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 59075 0 0 0 225982 14 0 0 21 0 1 0 854287180 278179840 58988 33554432000 4194304 4300876 140737249569632 18446744073709551615 4214423 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 58988 169 27 0 66364 0
Current children cumulated CPU time (s) 2259.96
Current children cumulated vsize (KiB) 271660

[startup+2260.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26382
/proc/meminfo: memFree=18385000/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2260.36 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 59081 0 0 0 226022 14 0 0 22 0 1 0 854287180 278179840 58994 33554432000 4194304 4300876 140737249569632 18446744073709551615 4265325 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 58994 169 27 0 66364 0
Current children cumulated CPU time (s) 2260.36
Current children cumulated vsize (KiB) 271660

[startup+2260.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26382
/proc/meminfo: memFree=18384876/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2260.76 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 59088 0 0 0 226062 14 0 0 18 0 1 0 854287180 278179840 59001 33554432000 4194304 4300876 140737249569632 18446744073709551615 4248625 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 59001 169 27 0 66364 0
Current children cumulated CPU time (s) 2260.76
Current children cumulated vsize (KiB) 271660

[startup+2260.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 26382
/proc/meminfo: memFree=18384876/32951124 swapFree=67083432/67111528
[pid=26231] ppid=26229 vsize=271660 CPUtime=2260.86 cores=1,3,5,7
/proc/26231/stat : 26231 (march_rw) R 26229 26231 26193 0 -1 4202496 59089 0 0 0 226072 14 0 0 18 0 1 0 854287180 278179840 59002 33554432000 4194304 4300876 140737249569632 18446744073709551615 4214446 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/26231/statm: 67915 59002 169 27 0 66364 0
Current children cumulated CPU time (s) 2260.86
Current children cumulated vsize (KiB) 271660

Child status: 20
Real time (s): 2260.84
CPU time (s): 2260.91
CPU user time (s): 2260.76
CPU system time (s): 0.153976
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 271660

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

runsolver used 6.23505 second user time and 14.7068 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-29 05:42:46
IDJOB=3420773
IDBENCH=83025
IDSOLVER=1913
FILE ID=node110/3420773-1306640566
RUNJOBID= node110-1306640566-26212
PBS_JOBID= 13471637
Free space on /tmp= 73488 MiB

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

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

MD5SUM BENCH= 63be53becd3199de3ebad3751e577715
RANDOM SEED=1367555068

node110.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18814680 kB
Buffers:        344972 kB
Cached:        9830384 kB
SwapCached:       1416 kB
Active:        7343892 kB
Inactive:      6457792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18814680 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:               8 kB
Writeback:           0 kB
AnonPages:     3624596 kB
Mapped:          27852 kB
Slab:           242224 kB
PageTables:      27792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75603772 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= 73488 MiB
End job on node110 at 2011-05-29 06:20:27