Trace number 368988

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, and are wall clock time (not CPU 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 KS 2007-02-08UNSAT 1605.41 1606.02

General information on the benchmark

Namecrafted/Hard/contest03/others/
hwb-n26-03-S540351185.sat05-490.reshuffled-07.cnf
MD5SUM4e079b4b65292671b2ca5f9feca64ea4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1605.41
Satisfiable
(Un)Satisfiability was proved
Number of variables172
Number of clauses832
Sum of the clauses size2818
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3482
Number of clauses of size 4336
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.00	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.00/0.00	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.00/0.00	c main()::
0.00/0.00	c initFormula():: searching for DIMACS p-line....
0.00/0.00	c initFormula():: the DIMACS p-line indicates a CNF of 172 variables and 832 clauses.
0.00/0.00	c parseCNF():: parsing....
0.00/0.00	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.00	c runParser():: parsing was successful, warming up engines...
0.00/0.00	c find_and_remove_tautogolies():: found and removed 1 tautologies
0.00/0.00	c simplify_formula():: removed 0 tautological, 2 satisfied and 0 duplicate clauses
0.00/0.00	c preprocessing fase I completed:: there are now 171 free variables and 830 clauses.
0.00/0.00	c stat :: sign balance is biased by 0.002
0.00/0.00	c find_equivalence():: found 4 3-equivalences
0.00/0.00	c find_equivalence():: found 42 4-equivalences
0.00/0.00	c shorten_equivalence(): average equivalence length reduced from 7.066667 to 4.888889
0.00/0.00	c find_and_remove_tautogolies():: found and removed 1 tautologies
0.00/0.00	c using 3-SAT heuristics (occurence based diff)
0.00/0.00	c longest clause has size 3
0.00/0.00	c simplify_formula():: removed 0 tautological, 352 satisfied and 754 duplicate clauses
0.00/0.00	c lessRedundantTransformation():: nothing to be done.
0.00/0.00	c transformTo3SAT():: you gave me 172 variables and 726 clauses.
0.00/0.00	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.00	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.00	c transformTo3SAT():: the transformation yielded 172 variabels and 726 clauses.
0.00/0.00	c main():: clause / variable ratio: ( 726 / 172 ) = 4.22
0.00/0.00	c longest clause has size 3
0.00/0.00	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.00	c dynamic_preselect_setsize :: off
0.00/0.00	c suggested doublelook initial :: 0
0.00/0.00	c main():: all systems go!
0.00/0.00	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 178 JD: 18
0.00/0.02	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: 3757 JD: 18
0.30/0.32	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 29464 JD: 18
2.39/2.46	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 3 NC: 137888 JD: 18
11.39/11.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 |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 4 NC: 494949 JD: 18
41.18/41.22	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1377522 JD: 18
114.36/114.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 |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 6 NC: 3118278 JD: 18
258.50/258.68	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 5839142 JD: 18
483.44/483.62	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 8 NC: 9281410 JD: 18
766.65/767.03	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 9 NC: 12829777 JD: 18
1056.67/1057.11	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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 NC: 15813122 JD: 18
1298.89/1299.44	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 11 NC: 17836180 JD: 18
1462.23/1462.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: 18939319 JD: 18
1550.60/1551.22	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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 NC: 19420560 JD: 18
1588.89/1589.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 |****************************************************************| 14 NC: 19581021 JD: 18
1601.58/1602.28	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |****************************************************************| 15 NC: 19620952 JD: 18
1604.78/1605.41	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| 16 NC: 19628141 JD: 18
1605.28/1605.96	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| 17 NC: 19628840 JD: 18
1605.38/1606.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 18 NC: 19628881 JD: 18
1605.38/1606.01	c |----------------------------------------------------------------|
c |
1605.38/1606.01	c
1605.38/1606.01	c main():: nodeCount: 19628881
1605.38/1606.01	c main():: dead ends in main: 2259052
1605.38/1606.01	c main():: lookAheadCount: 245044771
1605.38/1606.01	c main():: unitResolveCount: 303476719
1605.38/1606.01	c main():: time=1605.640000
1605.38/1606.01	c main():: necessary_assignments: 15716835
1605.38/1606.01	c main():: bin_sat: 0, bin_unsat 0
1605.38/1606.01	c main():: doublelook: #: 18244456, succes #: 7790553
1605.38/1606.01	c main():: doublelook: overall 8.291 of all possible doublelooks executed
1605.38/1606.01	c main():: doublelook: succesrate: 42.701, average DL_trigger: 26.960
1605.38/1606.01	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node25/watcher-368988-1177278757 -o ROOT/results/node25/solver-368988-1177278757 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368988-1177278757/march_ks /tmp/evaluation/368988-1177278757/instance-368988-1177278757.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): 7500 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: 1.00 1.00 1.00 3/64 27207
/proc/meminfo: memFree=1821584/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=660 CPUtime=0
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 175792836 675840 97 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134554794 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 165 97 63 123 0 40 0

[startup+0.0454899 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27207
/proc/meminfo: memFree=1821584/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=924 CPUtime=0.04
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 170 0 0 0 4 0 0 0 18 0 1 0 175792836 946176 152 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134543896 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 231 152 73 123 0 106 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 924

[startup+0.1025 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27207
/proc/meminfo: memFree=1821584/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=924 CPUtime=0.1
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 173 0 0 0 10 0 0 0 18 0 1 0 175792836 946176 155 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134597190 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 231 155 73 123 0 106 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 924

[startup+0.302534 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27207
/proc/meminfo: memFree=1821584/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=924 CPUtime=0.3
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 179 0 0 0 30 0 0 0 19 0 1 0 175792836 946176 161 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134587978 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 231 161 73 123 0 106 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 924

[startup+0.701602 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 27207
/proc/meminfo: memFree=1821584/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=924 CPUtime=0.69
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 181 0 0 0 69 0 0 0 22 0 1 0 175792836 946176 163 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564571 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 231 163 73 123 0 106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 924

[startup+1.50174 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1821256/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=924 CPUtime=1.49
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 188 0 0 0 149 0 0 0 25 0 1 0 175792836 946176 170 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 231 170 73 123 0 106 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 924

[startup+3.10201 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1821064/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=924 CPUtime=3.09
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 193 0 0 0 309 0 0 0 25 0 1 0 175792836 946176 175 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134543715 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 231 175 73 123 0 106 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 924

[startup+6.30156 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1820936/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=1084 CPUtime=6.29
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 203 0 0 0 629 0 0 0 25 0 1 0 175792836 1110016 185 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526705 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 271 185 73 123 0 146 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1084

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1820616/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=1288 CPUtime=12.69
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 241 0 0 0 1269 0 0 0 25 0 1 0 175792836 1318912 223 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134534853 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 322 223 73 123 0 197 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1288

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1820552/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=1388 CPUtime=25.49
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 275 0 0 0 2549 0 0 0 25 0 1 0 175792836 1421312 257 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 347 257 73 123 0 222 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1388

[startup+51.1022 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1820360/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=1768 CPUtime=51.08
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 335 0 0 0 5108 0 0 0 25 0 1 0 175792836 1810432 317 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 442 317 73 123 0 317 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1768

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1819912/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=2108 CPUtime=102.26
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 442 0 0 0 10226 0 0 0 25 0 1 0 175792836 2158592 424 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 527 424 73 123 0 402 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2108

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1819336/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=2620 CPUtime=162.24
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 579 0 0 0 16224 0 0 0 25 0 1 0 175792836 2682880 561 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134580021 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 655 561 73 123 0 530 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2620

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1818824/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=3384 CPUtime=222.22
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 706 0 0 0 22222 0 0 0 25 0 1 0 175792836 3465216 688 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538585 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 846 688 73 123 0 721 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 3384

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1818312/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=4536 CPUtime=282.2
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 828 0 0 0 28220 0 0 0 25 0 1 0 175792836 4644864 810 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 1134 810 73 123 0 1009 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 4536

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 27208
/proc/meminfo: memFree=1817800/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=4536 CPUtime=342.18
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 958 0 0 0 34218 0 0 0 25 0 1 0 175792836 4644864 940 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526481 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 1134 940 73 123 0 1009 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 4536

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1817352/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=4536 CPUtime=402.16
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 1073 0 0 0 40215 1 0 0 25 0 1 0 175792836 4644864 1055 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526476 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 1134 1055 73 123 0 1009 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 4536

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27208
/proc/meminfo: memFree=1816840/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=6260 CPUtime=462.14
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 1182 0 0 0 46213 1 0 0 25 0 1 0 175792836 6410240 1164 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538248 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 1565 1164 73 123 0 1440 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 6260

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 27324
/proc/meminfo: memFree=1814920/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=6260 CPUtime=522.08
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 1306 0 0 0 52207 1 0 0 25 0 1 0 175792836 6410240 1288 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134589731 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 1565 1288 73 123 0 1440 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 6260

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27406
/proc/meminfo: memFree=1815496/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=6260 CPUtime=582.02
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 1431 0 0 0 58201 1 0 0 25 0 1 0 175792836 6410240 1413 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538183 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 1565 1413 73 123 0 1440 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 6260

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27406
/proc/meminfo: memFree=1815048/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=8848 CPUtime=642
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 1543 0 0 0 64199 1 0 0 25 0 1 0 175792836 9060352 1525 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584975 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 2212 1525 73 123 0 2087 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 8848


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

/proc/meminfo: memFree=1813640/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=9096 CPUtime=821.94
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 1916 0 0 0 82193 1 0 0 25 0 1 0 175792836 9314304 1898 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584936 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 2274 1898 73 123 0 2149 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 9096

[startup+882.301 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 27406
/proc/meminfo: memFree=1813192/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=9096 CPUtime=881.93
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 2034 0 0 0 88191 2 0 0 25 0 1 0 175792836 9314304 2016 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134544012 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 2274 2016 73 123 0 2149 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 9096

[startup+942.301 s]
/proc/loadavg: 1.10 1.03 1.00 2/65 27406
/proc/meminfo: memFree=1812744/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=9096 CPUtime=941.91
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 2144 0 0 0 94189 2 0 0 25 0 1 0 175792836 9314304 2126 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134548019 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 2274 2126 73 123 0 2149 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 9096

[startup+1002.3 s]
/proc/loadavg: 1.18 1.05 1.01 2/65 27406
/proc/meminfo: memFree=1812296/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=12976 CPUtime=1001.88
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 2253 0 0 0 100186 2 0 0 25 0 1 0 175792836 13287424 2235 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134579126 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 3244 2235 73 123 0 3119 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 12976

[startup+1062.3 s]
/proc/loadavg: 1.19 1.09 1.02 2/65 27406
/proc/meminfo: memFree=1811848/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=12976 CPUtime=1061.86
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 2366 0 0 0 106184 2 0 0 25 0 1 0 175792836 13287424 2348 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564863 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 3244 2348 73 123 0 3119 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 12976

[startup+1122.3 s]
/proc/loadavg: 1.07 1.07 1.01 2/65 27406
/proc/meminfo: memFree=1811400/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=12976 CPUtime=1121.84
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 2481 0 0 0 112182 2 0 0 25 0 1 0 175792836 13287424 2463 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134597179 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 3244 2463 73 123 0 3119 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 12976

[startup+1182.3 s]
/proc/loadavg: 1.02 1.05 1.01 2/65 27406
/proc/meminfo: memFree=1810952/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=12976 CPUtime=1181.82
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 2592 0 0 0 118180 2 0 0 25 0 1 0 175792836 13287424 2574 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134587906 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 3244 2574 73 123 0 3119 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 12976

[startup+1242.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/65 27406
/proc/meminfo: memFree=1810376/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=12976 CPUtime=1241.8
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 2698 0 0 0 124178 2 0 0 25 0 1 0 175792836 13287424 2680 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 3244 2680 73 123 0 3119 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 12976

[startup+1302.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 27406
/proc/meminfo: memFree=1809928/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=12976 CPUtime=1301.8
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 2812 0 0 0 130177 3 0 0 25 0 1 0 175792836 13287424 2794 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538508 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 3244 2794 73 123 0 3119 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 12976

[startup+1362.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27406
/proc/meminfo: memFree=1809480/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=12976 CPUtime=1361.77
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 2922 0 0 0 136174 3 0 0 25 0 1 0 175792836 13287424 2904 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584942 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 3244 2904 73 123 0 3119 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 12976

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27406
/proc/meminfo: memFree=1809032/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=12976 CPUtime=1421.75
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 3029 0 0 0 142172 3 0 0 25 0 1 0 175792836 13287424 3011 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134587895 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 3244 3011 73 123 0 3119 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 12976

[startup+1482.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 27406
/proc/meminfo: memFree=1808584/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=12976 CPUtime=1481.73
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 3142 0 0 0 148170 3 0 0 25 0 1 0 175792836 13287424 3124 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538606 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 3244 3124 73 123 0 3119 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 12976

[startup+1542.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 27406
/proc/meminfo: memFree=1808136/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=18796 CPUtime=1541.71
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 3249 0 0 0 154168 3 0 0 25 0 1 0 175792836 19247104 3231 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134577527 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 4699 3231 73 123 0 4574 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 18796

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27406
/proc/meminfo: memFree=1807688/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=18796 CPUtime=1601.68
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 3359 0 0 0 160165 3 0 0 25 0 1 0 175792836 19247104 3341 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538585 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 4699 3341 73 123 0 4574 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 18796

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

[startup+1603.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27406
/proc/meminfo: memFree=1807624/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=18796 CPUtime=1602.48
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 3360 0 0 0 160245 3 0 0 25 0 1 0 175792836 19247104 3342 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134534721 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 4699 3342 73 123 0 4574 0
Current children cumulated CPU time (s) 1602.48
Current children cumulated vsize (KiB) 18796

[startup+1604.7 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27406
/proc/meminfo: memFree=1807624/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=18796 CPUtime=1604.08
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 3363 0 0 0 160405 3 0 0 25 0 1 0 175792836 19247104 3345 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538191 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 4699 3345 73 123 0 4574 0
Current children cumulated CPU time (s) 1604.08
Current children cumulated vsize (KiB) 18796

[startup+1605.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27406
/proc/meminfo: memFree=1807624/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=18796 CPUtime=1604.88
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 3364 0 0 0 160485 3 0 0 25 0 1 0 175792836 19247104 3346 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134598012 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 4699 3346 73 123 0 4574 0
Current children cumulated CPU time (s) 1604.88
Current children cumulated vsize (KiB) 18796

[startup+1605.9 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27406
/proc/meminfo: memFree=1807624/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=18796 CPUtime=1605.28
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 3365 0 0 0 160525 3 0 0 25 0 1 0 175792836 19247104 3347 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134544007 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 4699 3347 73 123 0 4574 0
Current children cumulated CPU time (s) 1605.28
Current children cumulated vsize (KiB) 18796

[startup+1606 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27406
/proc/meminfo: memFree=1807624/2055920 swapFree=4182972/4192956
[pid=27207] ppid=27205 vsize=18796 CPUtime=1605.38
/proc/27207/stat : 27207 (march_ks) R 27205 27207 26908 0 -1 4194304 3365 0 0 0 160535 3 0 0 25 0 1 0 175792836 19247104 3347 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134548045 0 0 4096 0 0 0 0 17 1 0 0
/proc/27207/statm: 4699 3347 73 123 0 4574 0
Current children cumulated CPU time (s) 1605.38
Current children cumulated vsize (KiB) 18796

Child status: 20
Real time (s): 1606.02
CPU time (s): 1605.41
CPU user time (s): 1605.37
CPU system time (s): 0.038994
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 18796

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

runsolver used 1.06184 second user time and 3.40448 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Apr 22 21:52:38 UTC 2007

IDJOB= 368988
IDBENCH= 24695
IDSOLVER= 180
FILE ID= node25/368988-1177278757

PBS_JOBID= 4650740

Free space on /tmp= 66367 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/hwb-n26-03-S540351185.sat05-490.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368988-1177278757/march_ks /tmp/evaluation/368988-1177278757/instance-368988-1177278757.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-368988-1177278757 -o ROOT/results/node25/solver-368988-1177278757 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368988-1177278757/march_ks /tmp/evaluation/368988-1177278757/instance-368988-1177278757.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  4e079b4b65292671b2ca5f9feca64ea4

RANDOM SEED= 629667592

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

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

/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.261
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.261
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:       1822056 kB
Buffers:         43944 kB
Cached:         112540 kB
SwapCached:       3520 kB
Active:          33068 kB
Inactive:       132868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822056 kB
SwapTotal:     4192956 kB
SwapFree:      4182972 kB
Dirty:            2304 kB
Writeback:           0 kB
Mapped:          15708 kB
Slab:            53964 kB
Committed_AS:  4100456 kB
PageTables:       1472 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= 66367 MiB

End job on node25 on Sun Apr 22 22:19:24 UTC 2007