Trace number 1626637

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
SAT07 reference solver: March KS 2007-02-08UNSAT 2512.74 2513.8

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/520/
unif-k3-r4.25-v520-c2210-S159251645-087.cnf
MD5SUMce26e93a4185cf6cf29bdb9810800206
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1746.03
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.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
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 520 variables and 2210 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, 23 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 516 free variables and 2187 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.439
0.00/0.01	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.00/0.01	c using 3-SAT heuristics (occurence based diff)
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 156 duplicate clauses
0.00/0.01	c resolvent_look() :: found 81 resolvents
0.00/0.01	c lessRedundantTransformation():: nothing to be done.
0.00/0.01	c transformTo3SAT():: you gave me 520 variables and 2268 clauses.
0.00/0.01	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.01	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.01	c transformTo3SAT():: the transformation yielded 520 variabels and 2268 clauses.
0.00/0.01	c main():: clause / variable ratio: ( 2268 / 520 ) = 4.36
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 dynamic_preselect_setsize :: off
0.00/0.01	c suggested doublelook initial :: 0
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 132 JD: 24
0.03/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 NC: 1495 JD: 24
0.79/0.86	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 2 NC: 12835 JD: 24
7.79/7.86	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 3 NC: 60898 JD: 24
37.38/37.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 |****************************************************************| 4 NC: 197590 JD: 24
121.03/121.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 |****************************************************************| 5 NC: 489346 JD: 24
301.36/301.52	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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 NC: 991219 JD: 24
624.86/625.11	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************c right child 205228 UNSAT by parent!
643.55/643.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 |****************************************************************| 7 NC: 1667787 JD: 24
1086.37/1086.88	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 8 NC: 2380798 JD: 24
1602.85/1603.59	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************c right child 1314098 UNSAT by parent!
1928.10/1928.97	
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 9 NC: 2957020 JD: 24
2042.96/2043.87	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************c right child 1558123 UNSAT by parent!
2110.72/2111.69	
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************c right child 1873510 UNSAT by parent!
2294.93/2295.91	
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************c right child 1938343 UNSAT by parent!
2323.71/2324.70	
c |****************************************************************| 10 NC: 3309957 JD: 24
2323.71/2324.70	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************c right child 2018175 UNSAT by parent!
2369.59/2370.61	
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************c right child 2078879 UNSAT by parent!
2396.58/2397.67	
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************c right child 2163948 UNSAT by parent!
2426.27/2427.32	
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************c left child 2223441 UNSAT by parent!
2451.86/2452.91	
c |*************************************************************c right child 2233537 UNSAT by parent!
2453.66/2454.76	
c |**************************************************************
c |***************************************************************
c |****************************************************************| 11 NC: 3469951 JD: 24
2454.76/2455.80	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 12 NC: 3523405 JD: 24
2499.34/2500.43	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************c right child 2424238 UNSAT by parent!
2508.53/2509.65	
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 13 NC: 3536292 JD: 24
2510.33/2511.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 |****************************************************************| 14 NC: 3538581 JD: 24
2512.34/2513.49	c |----------------------------------------------------------------|
c |**
c |***
c |****
c |*****
c |******
c |********
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
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 NC: 3538868 JD: 24
2512.63/2513.75	c |----------------------------------------------------------------|
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |********************************
c |****************************************
c |******************************************
c |*******************************************
c |********************************************
c |************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |****************************************************************| 16 NC: 3538886 JD: 24
2512.63/2513.78	c |----------------------------------------------------------------|
c |****************
c |********************
c |*********************
c |**********************
c |************************
c |********************************
c |****************************************************************| 17 NC: 3538887 JD: 24
2512.63/2513.78	c |----------------------------------------------------------------|
c |
2512.63/2513.78	c
2512.63/2513.78	c main():: nodeCount: 3538887
2512.63/2513.78	c main():: dead ends in main: 31815
2512.63/2513.78	c main():: lookAheadCount: 345345694
2512.63/2513.78	c main():: unitResolveCount: 61074104
2512.63/2513.78	c main():: time=-1781.867296
2512.63/2513.78	c main():: necessary_assignments: 946335
2512.63/2513.78	c main():: bin_sat: 0, bin_unsat 0
2512.63/2513.78	c main():: doublelook: #: 18174227, succes #: 13868725
2512.63/2513.78	c main():: doublelook: overall 5.420 of all possible doublelooks executed
2512.63/2513.78	c main():: doublelook: succesrate: 76.310, average DL_trigger: 7709.637
2512.63/2513.78	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-1626637-1240109149/watcher-1626637-1240109149 -o /tmp/evaluation-result-1626637-1240109149/solver-1626637-1240109149 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626637-1240109149.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 25522
/proc/meminfo: memFree=1294968/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=804 CPUtime=0
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 38942461 823296 114 1992294400 134512640 135019032 4294956240 18446744073709551615 134561739 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 201 114 50 123 0 76 0

[startup+0.0390039 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25522
/proc/meminfo: memFree=1294968/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=1332 CPUtime=0.03
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 263 0 0 0 3 0 0 0 18 0 1 0 38942461 1363968 246 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 333 246 73 123 0 208 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1332

[startup+0.10301 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25522
/proc/meminfo: memFree=1294968/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=1332 CPUtime=0.1
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 274 0 0 0 10 0 0 0 18 0 1 0 38942461 1363968 257 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 333 257 73 123 0 208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1332

[startup+0.302026 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25522
/proc/meminfo: memFree=1294968/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=1464 CPUtime=0.3
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 284 0 0 0 30 0 0 0 19 0 1 0 38942461 1499136 267 1992294400 134512640 135019032 4294956240 18446744073709551615 134598342 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 366 267 73 123 0 241 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1464

[startup+0.701063 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25522
/proc/meminfo: memFree=1294968/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=1464 CPUtime=0.69
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 297 0 0 0 69 0 0 0 23 0 1 0 38942461 1499136 280 1992294400 134512640 135019032 4294956240 18446744073709551615 134579016 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 366 280 73 123 0 241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1464

[startup+1.50113 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1294128/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=1464 CPUtime=1.49
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 307 0 0 0 149 0 0 0 25 0 1 0 38942461 1499136 290 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 366 290 73 123 0 241 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1464

[startup+3.10128 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1293936/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=1612 CPUtime=3.09
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 323 0 0 0 309 0 0 0 25 0 1 0 38942461 1650688 306 1992294400 134512640 135019032 4294956240 18446744073709551615 134538181 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 403 306 73 123 0 278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1612

[startup+6.30157 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1293752/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=1612 CPUtime=6.29
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 340 0 0 0 629 0 0 0 25 0 1 0 38942461 1650688 323 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 403 323 73 123 0 278 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1612

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1293632/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=1748 CPUtime=12.69
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 377 0 0 0 1269 0 0 0 25 0 1 0 38942461 1789952 360 1992294400 134512640 135019032 4294956240 18446744073709551615 134526476 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 437 360 73 123 0 312 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1748

[startup+25.5023 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1293632/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=1916 CPUtime=25.48
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 411 0 0 0 2548 0 0 0 25 0 1 0 38942461 1961984 394 1992294400 134512640 135019032 4294956240 18446744073709551615 134628846 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 479 394 73 123 0 354 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1916

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1293376/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=2436 CPUtime=51.07
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 491 0 0 0 5107 0 0 0 25 0 1 0 38942461 2494464 474 1992294400 134512640 135019032 4294956240 18446744073709551615 134538126 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 609 474 73 123 0 484 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2436

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1292416/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=3456 CPUtime=102.25
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 709 0 0 0 10225 0 0 0 25 0 1 0 38942461 3538944 692 1992294400 134512640 135019032 4294956240 18446744073709551615 134579371 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 864 692 73 123 0 739 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 3456

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1291392/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=4220 CPUtime=162.21
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 964 0 0 0 16221 0 0 0 25 0 1 0 38942461 4321280 947 1992294400 134512640 135019032 4294956240 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 1055 947 73 123 0 930 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 4220

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1289792/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=5852 CPUtime=222.19
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 1371 0 0 0 22218 1 0 0 25 0 1 0 38942461 5992448 1354 1992294400 134512640 135019032 4294956240 18446744073709551615 134579557 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 1463 1354 73 123 0 1338 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 5852

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1288640/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=8052 CPUtime=282.17
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 1655 0 0 0 28216 1 0 0 25 0 1 0 38942461 8245248 1638 1992294400 134512640 135019032 4294956240 18446744073709551615 134526406 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 2013 1638 73 123 0 1888 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 8052

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1287168/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=10640 CPUtime=342.14
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 2009 0 0 0 34213 1 0 0 25 0 1 0 38942461 10895360 1992 1992294400 134512640 135019032 4294956240 18446744073709551615 134526505 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 2660 1992 73 123 0 2535 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 10640

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1285888/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=11596 CPUtime=402.13
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 2341 0 0 0 40211 2 0 0 25 0 1 0 38942461 11874304 2324 1992294400 134512640 135019032 4294956240 18446744073709551615 134538228 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 2899 2324 73 123 0 2774 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 11596

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1284096/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=15476 CPUtime=462.11
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 2773 0 0 0 46209 2 0 0 25 0 1 0 38942461 15847424 2756 1992294400 134512640 135019032 4294956240 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 3869 2756 73 123 0 3744 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 15476

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1282560/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=15476 CPUtime=522.08
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 3164 0 0 0 52206 2 0 0 25 0 1 0 38942461 15847424 3147 1992294400 134512640 135019032 4294956240 18446744073709551615 134538039 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 3869 3147 73 123 0 3744 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 15476

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1281152/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=15476 CPUtime=582.06
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 3510 0 0 0 58204 2 0 0 25 0 1 0 38942461 15847424 3493 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 3869 3493 73 123 0 3744 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 15476

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25523
/proc/meminfo: memFree=1279424/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=23208 CPUtime=642.05
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 3934 0 0 0 64202 3 0 0 25 0 1 0 38942461 23764992 3917 1992294400 134512640 135019032 4294956240 18446744073709551615 134563403 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 5802 3917 73 123 0 5677 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 23208


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

/proc/meminfo: memFree=1246336/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=56508 CPUtime=1721.61
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 12188 0 0 0 172153 8 0 0 25 0 1 0 38942461 57864192 12171 1992294400 134512640 135019032 4294956240 18446744073709551615 134526499 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 14127 12171 73 123 0 14002 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 56508

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25529
/proc/meminfo: memFree=1244352/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=56508 CPUtime=1781.58
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 12658 0 0 0 178150 8 0 0 25 0 1 0 38942461 57864192 12641 1992294400 134512640 135019032 4294956240 18446744073709551615 134526499 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 14127 12641 73 123 0 14002 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 56508

[startup+1842.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25529
/proc/meminfo: memFree=1242304/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76152 CPUtime=1841.55
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 13164 0 0 0 184147 8 0 0 25 0 1 0 38942461 77979648 13147 1992294400 134512640 135019032 4294956240 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19038 13147 73 123 0 18913 0
Current children cumulated CPU time (s) 1841.55
Current children cumulated vsize (KiB) 76152

[startup+1902.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25529
/proc/meminfo: memFree=1240320/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76152 CPUtime=1901.54
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 13673 0 0 0 190145 9 0 0 25 0 1 0 38942461 77979648 13656 1992294400 134512640 135019032 4294956240 18446744073709551615 134579994 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19038 13656 73 123 0 18913 0
Current children cumulated CPU time (s) 1901.54
Current children cumulated vsize (KiB) 76152

[startup+1962.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25529
/proc/meminfo: memFree=1238272/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76152 CPUtime=1961.47
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 14170 0 0 0 196138 9 0 0 25 0 1 0 38942461 77979648 14153 1992294400 134512640 135019032 4294956240 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19038 14153 73 123 0 18913 0
Current children cumulated CPU time (s) 1961.47
Current children cumulated vsize (KiB) 76152

[startup+2022.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25529
/proc/meminfo: memFree=1236672/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76152 CPUtime=2021.46
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 14579 0 0 0 202136 10 0 0 25 0 1 0 38942461 77979648 14562 1992294400 134512640 135019032 4294956240 18446744073709551615 134584942 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19038 14562 73 123 0 18913 0
Current children cumulated CPU time (s) 2021.46
Current children cumulated vsize (KiB) 76152

[startup+2082.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25529
/proc/meminfo: memFree=1234560/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76152 CPUtime=2081.43
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 15103 0 0 0 208133 10 0 0 25 0 1 0 38942461 77979648 15086 1992294400 134512640 135019032 4294956240 18446744073709551615 134587770 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19038 15086 73 123 0 18913 0
Current children cumulated CPU time (s) 2081.43
Current children cumulated vsize (KiB) 76152

[startup+2142.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25529
/proc/meminfo: memFree=1232640/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76152 CPUtime=2141.4
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 15588 0 0 0 214129 11 0 0 25 0 1 0 38942461 77979648 15571 1992294400 134512640 135019032 4294956240 18446744073709551615 134578746 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19038 15571 73 123 0 18913 0
Current children cumulated CPU time (s) 2141.4
Current children cumulated vsize (KiB) 76152

[startup+2202.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25529
/proc/meminfo: memFree=1230656/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76152 CPUtime=2201.38
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 16075 0 0 0 220127 11 0 0 25 0 1 0 38942461 77979648 16058 1992294400 134512640 135019032 4294956240 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19038 16058 73 123 0 18913 0
Current children cumulated CPU time (s) 2201.38
Current children cumulated vsize (KiB) 76152

[startup+2262.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25529
/proc/meminfo: memFree=1228608/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76284 CPUtime=2261.36
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 16584 0 0 0 226124 12 0 0 25 0 1 0 38942461 78114816 16567 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19071 16567 73 123 0 18946 0
Current children cumulated CPU time (s) 2261.36
Current children cumulated vsize (KiB) 76284

[startup+2322.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25529
/proc/meminfo: memFree=1226816/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76284 CPUtime=2321.32
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 17022 0 0 0 232120 12 0 0 25 0 1 0 38942461 78114816 17005 1992294400 134512640 135019032 4294956240 18446744073709551615 134579674 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19071 17005 73 123 0 18946 0
Current children cumulated CPU time (s) 2321.32
Current children cumulated vsize (KiB) 76284

[startup+2382.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25529
/proc/meminfo: memFree=1224768/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76284 CPUtime=2381.29
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 17527 0 0 0 238117 12 0 0 25 0 1 0 38942461 78114816 17510 1992294400 134512640 135019032 4294956240 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19071 17510 73 123 0 18946 0
Current children cumulated CPU time (s) 2381.29
Current children cumulated vsize (KiB) 76284

[startup+2442.3 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 25529
/proc/meminfo: memFree=1222784/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76284 CPUtime=2441.27
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 18010 0 0 0 244114 13 0 0 25 0 1 0 38942461 78114816 17993 1992294400 134512640 135019032 4294956240 18446744073709551615 134538211 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19071 17993 73 123 0 18946 0
Current children cumulated CPU time (s) 2441.27
Current children cumulated vsize (KiB) 76284

[startup+2502.3 s]
/proc/loadavg: 1.08 1.02 1.00 2/65 25529
/proc/meminfo: memFree=1220992/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76284 CPUtime=2501.24
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 18473 0 0 0 250111 13 0 0 25 0 1 0 38942461 78114816 18456 1992294400 134512640 135019032 4294956240 18446744073709551615 134584635 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19071 18456 73 123 0 18946 0
Current children cumulated CPU time (s) 2501.24
Current children cumulated vsize (KiB) 76284

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

[startup+2508.7 s]
/proc/loadavg: 1.08 1.01 1.00 2/65 25529
/proc/meminfo: memFree=1220736/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76284 CPUtime=2507.63
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 18522 0 0 0 250750 13 0 0 25 0 1 0 38942461 78114816 18505 1992294400 134512640 135019032 4294956240 18446744073709551615 134584975 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19071 18505 73 123 0 18946 0
Current children cumulated CPU time (s) 2507.63
Current children cumulated vsize (KiB) 76284

[startup+2511.9 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 25529
/proc/meminfo: memFree=1220672/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76284 CPUtime=2510.83
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 18544 0 0 0 251070 13 0 0 25 0 1 0 38942461 78114816 18527 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19071 18527 73 123 0 18946 0
Current children cumulated CPU time (s) 2510.83
Current children cumulated vsize (KiB) 76284

[startup+2512.7 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 25529
/proc/meminfo: memFree=1220608/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76284 CPUtime=2511.63
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 18550 0 0 0 251150 13 0 0 25 0 1 0 38942461 78114816 18533 1992294400 134512640 135019032 4294956240 18446744073709551615 134538183 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19071 18533 73 123 0 18946 0
Current children cumulated CPU time (s) 2511.63
Current children cumulated vsize (KiB) 76284

[startup+2513.51 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 25529
/proc/meminfo: memFree=1220608/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76284 CPUtime=2512.44
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 18556 0 0 0 251231 13 0 0 25 0 1 0 38942461 78114816 18539 1992294400 134512640 135019032 4294956240 18446744073709551615 134579161 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19071 18539 73 123 0 18946 0
Current children cumulated CPU time (s) 2512.44
Current children cumulated vsize (KiB) 76284

[startup+2513.7 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 25529
/proc/meminfo: memFree=1220608/2055920 swapFree=4192956/4192956
[pid=25522] ppid=25520 vsize=76284 CPUtime=2512.63
/proc/25522/stat : 25522 (march_ks) R 25520 25522 25485 0 -1 4194304 18557 0 0 0 251250 13 0 0 25 0 1 0 38942461 78114816 18540 1992294400 134512640 135019032 4294956240 18446744073709551615 134565628 0 0 4096 0 0 0 0 17 0 0 0
/proc/25522/statm: 19071 18540 73 123 0 18946 0
Current children cumulated CPU time (s) 2512.63
Current children cumulated vsize (KiB) 76284

Child status: 20
Real time (s): 2513.8
CPU time (s): 2512.74
CPU user time (s): 2512.59
CPU system time (s): 0.146977
CPU usage (%): 99.9578
Max. virtual memory (cumulated for all children) (KiB): 76284

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

runsolver used 2.38164 second user time and 6.79597 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-19 04:45:49
IDJOB=1626637
IDBENCH=70553
IDSOLVER=582
FILE ID=node51/1626637-1240109149
PBS_JOBID= 9157754
Free space on /tmp= 66460 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/520/unif-k3-r4.25-v520-c2210-S159251645-087.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626637-1240109149/watcher-1626637-1240109149 -o /tmp/evaluation-result-1626637-1240109149/solver-1626637-1240109149 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1626637-1240109149.cnf            

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

MD5SUM BENCH= ce26e93a4185cf6cf29bdb9810800206
RANDOM SEED=1293531445

node51.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.214
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.214
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:       1295512 kB
Buffers:         88764 kB
Cached:         573488 kB
SwapCached:          0 kB
Active:         301736 kB
Inactive:       374304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1295512 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2968 kB
Writeback:           0 kB
Mapped:          23544 kB
Slab:            70444 kB
Committed_AS:   165380 kB
PageTables:       1392 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= 66456 MiB
End job on node51 at 2009-04-19 05:27:43