Trace number 1628089

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_hi hiUNSAT 3701.2 3702.72

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/520/
unif-k3-r4.25-v520-c2210-S1602291491-023.cnf
MD5SUM8ac945fd2d00d7595dd6a09603bfa3b0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3701.2
Satisfiable
(Un)Satisfiability was proved
Number of variables520
Number of clauses2210
Sum of the clauses size6630
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32210
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 520 variables and 2210 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 9 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 519 free variables and 2201 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.458
0.00/0.02	c using 3-SAT heuristics (occurence based diff)
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 176 duplicate clauses
0.00/0.02	c resolvent_look() :: found 82 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 520 variables and 2283 clauses.
0.00/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.02	c transformTo3SAT():: the transformation yielded 520 variabels and 2283 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2283 / 520 ) = 4.39
0.00/0.02	c longest clause has size 3
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c number of free variables = 519
0.00/0.02	c dynamic_preselect_setsize :: off
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 129
0.00/0.09	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 634
0.19/0.23	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 5378
1.79/1.89	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 34008
13.49/13.55	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 150042
67.37/67.42	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 482535
239.82/239.93	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1174733
636.31/636.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 |***************************************************************
c |****************************************************************| ( 7/999) NodeCount: 2239582
1301.23/1301.63	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3459659
2120.57/2121.27	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 9/999) NodeCount: 4502211
2866.47/2867.33	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (10/999) NodeCount: 5162926
3357.46/3358.96	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 5467511
3598.70/3600.20	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 5565556
3679.87/3681.47	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 5586620
3698.27/3699.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 |****************************************************************| (14/999) NodeCount: 5589468
3700.87/3702.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 |****************************************************************| (15/999) NodeCount: 5589672
3701.08/3702.68	c |----------------------------------------------------------------|
c |********
c |**********
c |***********
c |************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| (16/999) NodeCount: 5589674
3701.08/3702.68	c |----------------------------------------------------------------|
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |****************************************************************| (17/999) NodeCount: 5589674
3701.08/3702.69	c |----------------------------------------------------------------|
c |
3701.08/3702.69	c
3701.08/3702.69	c main():: nodeCount: 5589674
3701.08/3702.69	c main():: dead ends in main: 108342
3701.08/3702.69	c main():: lookAheadCount: 349943673
3701.08/3702.69	c main():: unitResolveCount: 118330575
3701.08/3702.69	c main():: time=-593.237296
3701.08/3702.69	c main():: necessary_assignments: 1475209
3701.08/3702.69	c main():: bin_sat: 0, bin_unsat 0
3701.08/3702.69	c main():: doublelook: #: 21414932, succes #: 15243821
3701.08/3702.69	c main():: doublelook: overall 6.343 of all possible doublelooks executed
3701.08/3702.69	c main():: doublelook: succesrate: 71.183, average DL_trigger: 52.802
3701.08/3702.69	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1628089-1240104837/watcher-1628089-1240104837 -o /tmp/evaluation-result-1628089-1240104837/solver-1628089-1240104837 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1628089-1240104837.cnf 

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): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20702
/proc/meminfo: memFree=1320320/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=976 CPUtime=0
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 38511060 999424 125 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 245 127 63 167 0 76 0

[startup+0.09645 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20702
/proc/meminfo: memFree=1320320/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=1896 CPUtime=0.09
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 306 0 0 0 9 0 0 0 18 0 1 0 38511060 1941504 289 1992294400 134512640 135197378 4294956240 18446744073709551615 134541230 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 474 289 91 167 0 305 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1896

[startup+0.101449 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20702
/proc/meminfo: memFree=1320320/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=1896 CPUtime=0.09
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 307 0 0 0 9 0 0 0 18 0 1 0 38511060 1941504 290 1992294400 134512640 135197378 4294956240 18446744073709551615 134548451 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 474 290 91 167 0 305 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1896

[startup+0.301467 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20702
/proc/meminfo: memFree=1320320/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=1896 CPUtime=0.29
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 321 0 0 0 29 0 0 0 19 0 1 0 38511060 1941504 304 1992294400 134512640 135197378 4294956240 18446744073709551615 134618400 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 474 304 91 167 0 305 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1896

[startup+0.701503 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20702
/proc/meminfo: memFree=1320320/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=2048 CPUtime=0.69
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 342 0 0 0 69 0 0 0 22 0 1 0 38511060 2097152 325 1992294400 134512640 135197378 4294956240 18446744073709551615 134522847 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 512 325 91 167 0 343 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2048

[startup+1.50157 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 20703
/proc/meminfo: memFree=1319416/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=2184 CPUtime=1.49
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 379 0 0 0 149 0 0 0 25 0 1 0 38511060 2236416 362 1992294400 134512640 135197378 4294956240 18446744073709551615 134542043 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 546 362 91 167 0 377 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2184

[startup+3.10172 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 20703
/proc/meminfo: memFree=1319096/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=2352 CPUtime=3.09
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 413 0 0 0 309 0 0 0 25 0 1 0 38511060 2408448 396 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 588 396 91 167 0 419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2352

[startup+6.30201 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 20703
/proc/meminfo: memFree=1318720/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=2652 CPUtime=6.29
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 472 0 0 0 629 0 0 0 25 0 1 0 38511060 2715648 455 1992294400 134512640 135197378 4294956240 18446744073709551615 134556590 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 663 455 91 167 0 494 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2652

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 20703
/proc/meminfo: memFree=1318080/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=3456 CPUtime=12.69
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 611 0 0 0 1269 0 0 0 25 0 1 0 38511060 3538944 594 1992294400 134512640 135197378 4294956240 18446744073709551615 134539240 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 864 594 91 167 0 695 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3456

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 20703
/proc/meminfo: memFree=1317184/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=4200 CPUtime=25.49
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 826 0 0 0 2549 0 0 0 25 0 1 0 38511060 4300800 809 1992294400 134512640 135197378 4294956240 18446744073709551615 134542208 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 1050 809 91 167 0 881 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4200

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 20703
/proc/meminfo: memFree=1315520/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=6584 CPUtime=51.07
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 1238 0 0 0 5107 0 0 0 25 0 1 0 38511060 6742016 1221 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 1646 1221 91 167 0 1477 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6584

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 20703
/proc/meminfo: memFree=1312320/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=11836 CPUtime=102.26
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 2027 0 0 0 10226 0 0 0 25 0 1 0 38511060 12120064 2010 1992294400 134512640 135197378 4294956240 18446744073709551615 134593980 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 2959 2010 91 167 0 2790 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11836

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20703
/proc/meminfo: memFree=1308672/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=17588 CPUtime=162.24
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 2933 0 0 0 16223 1 0 0 25 0 1 0 38511060 18010112 2916 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 4397 2916 91 167 0 4228 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17588

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20705
/proc/meminfo: memFree=1305152/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=17588 CPUtime=222.22
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 3785 0 0 0 22221 1 0 0 25 0 1 0 38511060 18010112 3768 1992294400 134512640 135197378 4294956240 18446744073709551615 134572751 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 4397 3768 91 167 0 4228 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 17588

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20705
/proc/meminfo: memFree=1301696/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=23408 CPUtime=282.21
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 4652 0 0 0 28219 2 0 0 25 0 1 0 38511060 23969792 4635 1992294400 134512640 135197378 4294956240 18446744073709551615 134552499 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 5852 4635 91 167 0 5683 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 23408

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20705
/proc/meminfo: memFree=1298368/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=27160 CPUtime=342.19
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 5481 0 0 0 34217 2 0 0 25 0 1 0 38511060 27811840 5464 1992294400 134512640 135197378 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 6790 5464 91 167 0 6621 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 27160

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20705
/proc/meminfo: memFree=1294976/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=35892 CPUtime=402.17
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 6329 0 0 0 40214 3 0 0 25 0 1 0 38511060 36753408 6312 1992294400 134512640 135197378 4294956240 18446744073709551615 134525303 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 8973 6312 91 167 0 8804 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 35892

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20705
/proc/meminfo: memFree=1291584/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=36024 CPUtime=462.16
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 7157 0 0 0 46212 4 0 0 25 0 1 0 38511060 36888576 7140 1992294400 134512640 135197378 4294956240 18446744073709551615 134541973 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 9006 7140 91 167 0 8837 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 36024

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20705
/proc/meminfo: memFree=1288512/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=36024 CPUtime=522.14
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 7938 0 0 0 52210 4 0 0 25 0 1 0 38511060 36888576 7921 1992294400 134512640 135197378 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 9006 7921 91 167 0 8837 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 36024

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20705
/proc/meminfo: memFree=1285312/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=43520 CPUtime=582.12
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 8731 0 0 0 58208 4 0 0 25 0 1 0 38511060 44564480 8714 1992294400 134512640 135197378 4294956240 18446744073709551615 134592806 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 10880 8714 91 167 0 10711 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 43520

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20705
/proc/meminfo: memFree=1282176/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=56616 CPUtime=642.11
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 9489 0 0 0 64206 5 0 0 25 0 1 0 38511060 57974784 9472 1992294400 134512640 135197378 4294956240 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 14154 9472 91 167 0 13985 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 56616


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

/proc/meminfo: memFree=1184064/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=2681.52
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 33895 0 0 0 268128 24 0 0 25 0 1 0 38511060 199733248 33878 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 33878 91 167 0 48594 0
Current children cumulated CPU time (s) 2681.52
Current children cumulated vsize (KiB) 195052

[startup+2742.3 s]
/proc/loadavg: 1.08 1.04 1.01 2/65 21191
/proc/meminfo: memFree=1181440/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=2741.51
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 34546 0 0 0 274126 25 0 0 25 0 1 0 38511060 199733248 34529 1992294400 134512640 135197378 4294956240 18446744073709551615 134570835 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 34529 91 167 0 48594 0
Current children cumulated CPU time (s) 2741.51
Current children cumulated vsize (KiB) 195052

[startup+2802.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 21191
/proc/meminfo: memFree=1178880/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=2801.5
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 35175 0 0 0 280124 26 0 0 25 0 1 0 38511060 199733248 35158 1992294400 134512640 135197378 4294956240 18446744073709551615 134552641 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 35158 91 167 0 48594 0
Current children cumulated CPU time (s) 2801.5
Current children cumulated vsize (KiB) 195052

[startup+2862.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 21191
/proc/meminfo: memFree=1176448/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=2861.47
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 35781 0 0 0 286121 26 0 0 25 0 1 0 38511060 199733248 35764 1992294400 134512640 135197378 4294956240 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 35764 91 167 0 48594 0
Current children cumulated CPU time (s) 2861.47
Current children cumulated vsize (KiB) 195052

[startup+2922.3 s]
/proc/loadavg: 1.75 1.21 1.06 3/70 1244
/proc/meminfo: memFree=1156808/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=2921.28
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 36443 0 0 0 292099 29 0 0 25 0 1 0 38511060 199733248 36426 1992294400 134512640 135197378 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 0 0 0
/proc/20702/statm: 48763 36426 91 167 0 48594 0
Current children cumulated CPU time (s) 2921.28
Current children cumulated vsize (KiB) 195052

[startup+2982.3 s]
/proc/loadavg: 2.10 1.40 1.13 4/72 23342
/proc/meminfo: memFree=1127872/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=2980.98
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 37140 0 0 0 298060 38 0 0 25 0 1 0 38511060 199733248 37123 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 0 0 0
/proc/20702/statm: 48763 37123 91 167 0 48594 0
Current children cumulated CPU time (s) 2980.98
Current children cumulated vsize (KiB) 195052

[startup+3042.3 s]
/proc/loadavg: 1.40 1.32 1.12 2/65 23779
/proc/meminfo: memFree=1127040/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3040.94
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 37790 0 0 0 304056 38 0 0 25 0 1 0 38511060 199733248 37773 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 37773 91 167 0 48594 0
Current children cumulated CPU time (s) 3040.94
Current children cumulated vsize (KiB) 195052

[startup+3102.3 s]
/proc/loadavg: 1.15 1.26 1.11 2/65 23779
/proc/meminfo: memFree=1124608/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3100.93
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 38397 0 0 0 310054 39 0 0 25 0 1 0 38511060 199733248 38380 1992294400 134512640 135197378 4294956240 18446744073709551615 134552664 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 38380 91 167 0 48594 0
Current children cumulated CPU time (s) 3100.93
Current children cumulated vsize (KiB) 195052

[startup+3162.3 s]
/proc/loadavg: 1.05 1.21 1.10 2/65 23779
/proc/meminfo: memFree=1122048/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3160.91
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 39040 0 0 0 316052 39 0 0 25 0 1 0 38511060 199733248 39023 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 39023 91 167 0 48594 0
Current children cumulated CPU time (s) 3160.91
Current children cumulated vsize (KiB) 195052

[startup+3222.3 s]
/proc/loadavg: 1.02 1.17 1.09 2/65 23779
/proc/meminfo: memFree=1119616/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3220.9
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 39647 0 0 0 322050 40 0 0 25 0 1 0 38511060 199733248 39630 1992294400 134512640 135197378 4294956240 18446744073709551615 134570746 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 39630 91 167 0 48594 0
Current children cumulated CPU time (s) 3220.9
Current children cumulated vsize (KiB) 195052

[startup+3282.3 s]
/proc/loadavg: 1.00 1.14 1.08 2/65 23779
/proc/meminfo: memFree=1116992/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3280.89
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 40288 0 0 0 328049 40 0 0 25 0 1 0 38511060 199733248 40271 1992294400 134512640 135197378 4294956240 18446744073709551615 134594126 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 40271 91 167 0 48594 0
Current children cumulated CPU time (s) 3280.89
Current children cumulated vsize (KiB) 195052

[startup+3342.3 s]
/proc/loadavg: 1.00 1.11 1.08 2/65 23779
/proc/meminfo: memFree=1114624/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3340.87
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 40876 0 0 0 334046 41 0 0 25 0 1 0 38511060 199733248 40859 1992294400 134512640 135197378 4294956240 18446744073709551615 134525281 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 40859 91 167 0 48594 0
Current children cumulated CPU time (s) 3340.87
Current children cumulated vsize (KiB) 195052

[startup+3402.31 s]
/proc/loadavg: 1.00 1.09 1.07 2/65 23779
/proc/meminfo: memFree=1112256/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3400.86
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 41464 0 0 0 340045 41 0 0 25 0 1 0 38511060 199733248 41447 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 41447 91 167 0 48594 0
Current children cumulated CPU time (s) 3400.86
Current children cumulated vsize (KiB) 195052

[startup+3462.3 s]
/proc/loadavg: 1.00 1.07 1.07 2/65 23779
/proc/meminfo: memFree=1109760/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3460.83
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 42074 0 0 0 346042 41 0 0 25 0 1 0 38511060 199733248 42057 1992294400 134512640 135197378 4294956240 18446744073709551615 134525438 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 42057 91 167 0 48594 0
Current children cumulated CPU time (s) 3460.83
Current children cumulated vsize (KiB) 195052

[startup+3522.3 s]
/proc/loadavg: 1.00 1.05 1.06 2/65 23779
/proc/meminfo: memFree=1107456/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3520.81
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 42648 0 0 0 352040 41 0 0 25 0 1 0 38511060 199733248 42631 1992294400 134512640 135197378 4294956240 18446744073709551615 134525373 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 42631 91 167 0 48594 0
Current children cumulated CPU time (s) 3520.81
Current children cumulated vsize (KiB) 195052

[startup+3582.3 s]
/proc/loadavg: 1.00 1.04 1.05 2/65 23779
/proc/meminfo: memFree=1105216/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3580.81
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 43230 0 0 0 358039 42 0 0 25 0 1 0 38511060 199733248 43213 1992294400 134512640 135197378 4294956240 18446744073709551615 134525256 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 43213 91 167 0 48594 0
Current children cumulated CPU time (s) 3580.81
Current children cumulated vsize (KiB) 195052

[startup+3642.3 s]
/proc/loadavg: 1.00 1.03 1.05 2/65 23779
/proc/meminfo: memFree=1102976/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3640.78
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 43785 0 0 0 364036 42 0 0 25 0 1 0 38511060 199733248 43768 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 43768 91 167 0 48594 0
Current children cumulated CPU time (s) 3640.78
Current children cumulated vsize (KiB) 195052

[startup+3702.3 s]
/proc/loadavg: 1.00 1.02 1.04 2/65 23779
/proc/meminfo: memFree=1100928/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=195052 CPUtime=3700.77
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194304 44302 0 0 0 370034 43 0 0 25 0 1 0 38511060 199733248 44285 1992294400 134512640 135197378 4294956240 18446744073709551615 134594027 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 48763 44285 91 167 0 48594 0
Current children cumulated CPU time (s) 3700.77
Current children cumulated vsize (KiB) 195052

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

[startup+3702.7 s]
/proc/loadavg: 1.00 1.02 1.04 2/65 23779
/proc/meminfo: memFree=1100864/2055920 swapFree=4192956/4192956
[pid=20702] ppid=20700 vsize=0 CPUtime=3701.17
/proc/20702/stat : 20702 (march_hi) R 20700 20702 20424 0 -1 4194308 44309 0 0 0 370073 44 0 0 25 0 1 0 38511060 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/20702/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3701.17
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 3702.72
CPU time (s): 3701.2
CPU user time (s): 3700.74
CPU system time (s): 0.460929
CPU usage (%): 99.9589
Max. virtual memory (cumulated for all children) (KiB): 195052

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

runsolver used 2.82057 second user time and 7.53185 second system time

The end

Launcher Data

Begin job on node55 at 2009-04-19 03:33:57
IDJOB=1628089
IDBENCH=70545
IDSOLVER=583
FILE ID=node55/1628089-1240104837
PBS_JOBID= 9157690
Free space on /tmp= 66376 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/520/unif-k3-r4.25-v520-c2210-S1602291491-023.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1628089-1240104837/watcher-1628089-1240104837 -o /tmp/evaluation-result-1628089-1240104837/solver-1628089-1240104837 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1628089-1240104837.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8ac945fd2d00d7595dd6a09603bfa3b0
RANDOM SEED=1365979445

node55.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1320800 kB
Buffers:         79276 kB
Cached:         580324 kB
SwapCached:          0 kB
Active:         311180 kB
Inactive:       362360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1320800 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             800 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            47620 kB
Committed_AS:   167540 kB
PageTables:       1360 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node55 at 2009-04-19 04:35:40