Trace number 1626753

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 2036.78 2037.64

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/480/
unif-k3-r4.25-v480-c2040-S926047226-039.cnf
MD5SUM58a348483ec5f90a0278e7c47824496f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1450.74
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of clauses2040
Sum of the clauses size6120
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32040
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 480 variables and 2040 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, 5 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 479 free variables and 2035 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.415
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 170 duplicate clauses
0.00/0.01	c resolvent_look() :: found 87 resolvents
0.00/0.01	c lessRedundantTransformation():: nothing to be done.
0.00/0.01	c transformTo3SAT():: you gave me 480 variables and 2122 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 480 variabels and 2122 clauses.
0.00/0.01	c main():: clause / variable ratio: ( 2122 / 480 ) = 4.42
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: 137 JD: 20
0.01/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: 3534 JD: 20
1.89/1.98	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 23507 JD: 20
13.39/13.48	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 112037 JD: 20
64.88/64.98	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 337280 JD: 20
196.72/196.82	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 747857 JD: 20
436.93/437.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 |****************************************************************| 6 NC: 1329959 JD: 20
779.69/780.02	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1986402 JD: 20
1171.63/1172.17	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2575656 JD: 20
1532.58/1533.24	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2992640 JD: 20
1798.06/1798.82	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
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 626876 UNSAT by parent!
1886.31/1887.16	
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3218232 JD: 20
1948.77/1949.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 |****************************************************************| 11 NC: 3310699 JD: 20
2012.55/2013.46	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************c right child 848622 UNSAT by parent!
2021.44/2022.39	
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3338005 JD: 20
2032.04/2032.91	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
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: 3343535 JD: 20
2036.04/2036.96	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |****************************************************************| 14 NC: 3344289 JD: 20
2036.64/2037.54	c |----------------------------------------------------------------|
c |*
c |**
c |***
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: 3344378 JD: 20
2036.74/2037.61	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |************************************************
c |****************************************************************| 16 NC: 3344392 JD: 20
2036.74/2037.62	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 17 NC: 3344395 JD: 20
2036.74/2037.63	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 18 NC: 3344396 JD: 20
2036.74/2037.63	c |----------------------------------------------------------------|
c |
2036.74/2037.63	c
2036.74/2037.63	c main():: nodeCount: 3344396
2036.74/2037.63	c main():: dead ends in main: 39086
2036.74/2037.63	c main():: lookAheadCount: 294225377
2036.74/2037.63	c main():: unitResolveCount: 43414306
2036.74/2037.63	c main():: time=2037.080000
2036.74/2037.63	c main():: necessary_assignments: 779853
2036.74/2037.63	c main():: bin_sat: 0, bin_unsat 0
2036.74/2037.63	c main():: doublelook: #: 16238074, succes #: 12363701
2036.74/2037.63	c main():: doublelook: overall 5.694 of all possible doublelooks executed
2036.74/2037.63	c main():: doublelook: succesrate: 76.140, average DL_trigger: 7501.504
2036.74/2037.63	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-1626753-1240130818/watcher-1626753-1240130818 -o /tmp/evaluation-result-1626753-1240130818/solver-1626753-1240130818 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626753-1240130818.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.85 0.97 0.99 3/64 25092
/proc/meminfo: memFree=1271088/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=792 CPUtime=0
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 41109882 811008 112 1992294400 134512640 135019032 4294956240 18446744073709551615 134628876 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 198 112 50 123 0 73 0

[startup+0.0216459 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25092
/proc/meminfo: memFree=1271088/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=1236 CPUtime=0.01
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 251 0 0 0 1 0 0 0 18 0 1 0 41109882 1265664 234 1992294400 134512640 135019032 4294956240 18446744073709551615 134526400 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 309 234 73 123 0 184 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1236

[startup+0.102652 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25092
/proc/meminfo: memFree=1271088/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=1372 CPUtime=0.09
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 265 0 0 0 9 0 0 0 18 0 1 0 41109882 1404928 248 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 343 248 73 123 0 218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1372

[startup+0.30267 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25092
/proc/meminfo: memFree=1271088/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=1372 CPUtime=0.29
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 274 0 0 0 29 0 0 0 20 0 1 0 41109882 1404928 257 1992294400 134512640 135019032 4294956240 18446744073709551615 134526481 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 343 257 73 123 0 218 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1372

[startup+0.702705 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25092
/proc/meminfo: memFree=1271088/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=1372 CPUtime=0.69
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 289 0 0 0 69 0 0 0 24 0 1 0 41109882 1404928 272 1992294400 134512640 135019032 4294956240 18446744073709551615 134548924 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 343 272 73 123 0 218 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1372

[startup+1.50178 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1270248/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=1372 CPUtime=1.49
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 293 0 0 0 149 0 0 0 25 0 1 0 41109882 1404928 276 1992294400 134512640 135019032 4294956240 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 343 276 73 123 0 218 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1372

[startup+3.10191 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1270056/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=1512 CPUtime=3.09
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 305 0 0 0 309 0 0 0 25 0 1 0 41109882 1548288 288 1992294400 134512640 135019032 4294956240 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 378 288 73 123 0 253 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1512

[startup+6.3012 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1269928/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=1512 CPUtime=6.29
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 317 0 0 0 629 0 0 0 25 0 1 0 41109882 1548288 300 1992294400 134512640 135019032 4294956240 18446744073709551615 134538181 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 378 300 73 123 0 253 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1512

[startup+12.7018 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1269744/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=1512 CPUtime=12.69
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 326 0 0 0 1269 0 0 0 25 0 1 0 41109882 1548288 309 1992294400 134512640 135019032 4294956240 18446744073709551615 134538146 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 378 309 73 123 0 253 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1512

[startup+25.5019 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1269744/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=1692 CPUtime=25.49
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 344 0 0 0 2549 0 0 0 25 0 1 0 41109882 1732608 327 1992294400 134512640 135019032 4294956240 18446744073709551615 134526476 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 423 327 73 123 0 298 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1692

[startup+51.1011 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1269680/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=1828 CPUtime=51.08
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 385 0 0 0 5108 0 0 0 25 0 1 0 41109882 1871872 368 1992294400 134512640 135019032 4294956240 18446744073709551615 134597951 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 457 368 73 123 0 332 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1828

[startup+102.307 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1269552/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=1996 CPUtime=102.26
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 423 0 0 0 10226 0 0 0 25 0 1 0 41109882 2043904 406 1992294400 134512640 135019032 4294956240 18446744073709551615 134596421 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 499 406 73 123 0 374 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1996

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1269296/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=2376 CPUtime=162.24
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 475 0 0 0 16224 0 0 0 25 0 1 0 41109882 2433024 458 1992294400 134512640 135019032 4294956240 18446744073709551615 134578746 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 594 458 73 123 0 469 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2376

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1268976/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=2716 CPUtime=222.21
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 565 0 0 0 22221 0 0 0 25 0 1 0 41109882 2781184 548 1992294400 134512640 135019032 4294956240 18446744073709551615 134526401 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 679 548 73 123 0 554 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 2716

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1268784/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=2852 CPUtime=282.18
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 616 0 0 0 28218 0 0 0 25 0 1 0 41109882 2920448 599 1992294400 134512640 135019032 4294956240 18446744073709551615 134526460 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 713 599 73 123 0 588 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 2852

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1268528/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=3364 CPUtime=342.17
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 680 0 0 0 34216 1 0 0 25 0 1 0 41109882 3444736 663 1992294400 134512640 135019032 4294956240 18446744073709551615 134542572 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 841 663 73 123 0 716 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 3364

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1268016/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=4260 CPUtime=402.14
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 804 0 0 0 40213 1 0 0 25 0 1 0 41109882 4362240 787 1992294400 134512640 135019032 4294956240 18446744073709551615 134577667 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 1065 787 73 123 0 940 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 4260

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1267568/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=4260 CPUtime=462.12
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 916 0 0 0 46211 1 0 0 25 0 1 0 41109882 4362240 899 1992294400 134512640 135019032 4294956240 18446744073709551615 134526505 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 1065 899 73 123 0 940 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 4260

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1267056/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=5412 CPUtime=522.1
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 1039 0 0 0 52209 1 0 0 25 0 1 0 41109882 5541888 1022 1992294400 134512640 135019032 4294956240 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 1353 1022 73 123 0 1228 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 5412

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1266928/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=5412 CPUtime=582.07
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 1085 0 0 0 58206 1 0 0 25 0 1 0 41109882 5541888 1068 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 1353 1068 73 123 0 1228 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 5412

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25093
/proc/meminfo: memFree=1266480/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=5412 CPUtime=642.05
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 1193 0 0 0 64204 1 0 0 25 0 1 0 41109882 5541888 1176 1992294400 134512640 135019032 4294956240 18446744073709551615 134538022 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 1353 1176 73 123 0 1228 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 5412


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

/proc/meminfo: memFree=1257840/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=15408 CPUtime=1361.75
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 3315 0 0 0 136172 3 0 0 25 0 1 0 41109882 15777792 3298 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 3852 3298 73 123 0 3727 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 15408

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1257136/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=15408 CPUtime=1421.73
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 3517 0 0 0 142169 4 0 0 25 0 1 0 41109882 15777792 3500 1992294400 134512640 135019032 4294956240 18446744073709551615 134538202 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 3852 3500 73 123 0 3727 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 15408

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1256304/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=21228 CPUtime=1481.69
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 3734 0 0 0 148165 4 0 0 25 0 1 0 41109882 21737472 3717 1992294400 134512640 135019032 4294956240 18446744073709551615 134526499 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 5307 3717 73 123 0 5182 0
Current children cumulated CPU time (s) 1481.69
Current children cumulated vsize (KiB) 21228

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1255280/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=21228 CPUtime=1541.68
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 3993 0 0 0 154164 4 0 0 25 0 1 0 41109882 21737472 3976 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 5307 3976 73 123 0 5182 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 21228

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1254064/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=23036 CPUtime=1601.65
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 4290 0 0 0 160161 4 0 0 25 0 1 0 41109882 23588864 4273 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 5759 4273 73 123 0 5634 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 23036

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1252976/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=23036 CPUtime=1661.61
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 4568 0 0 0 166157 4 0 0 25 0 1 0 41109882 23588864 4551 1992294400 134512640 135019032 4294956240 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 5759 4551 73 123 0 5634 0
Current children cumulated CPU time (s) 1661.61
Current children cumulated vsize (KiB) 23036

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1251952/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=23036 CPUtime=1721.59
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 4830 0 0 0 172154 5 0 0 25 0 1 0 41109882 23588864 4813 1992294400 134512640 135019032 4294956240 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 5759 4813 73 123 0 5634 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 23036

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1250608/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=23036 CPUtime=1781.57
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 5121 0 0 0 178152 5 0 0 25 0 1 0 41109882 23588864 5104 1992294400 134512640 135019032 4294956240 18446744073709551615 134526518 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 5759 5104 73 123 0 5634 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 23036

[startup+1842.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1249328/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=23036 CPUtime=1841.54
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 5452 0 0 0 184149 5 0 0 25 0 1 0 41109882 23588864 5435 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 5759 5435 73 123 0 5634 0
Current children cumulated CPU time (s) 1841.54
Current children cumulated vsize (KiB) 23036

[startup+1902.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1248048/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=31768 CPUtime=1901.48
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 5788 0 0 0 190143 5 0 0 25 0 1 0 41109882 32530432 5771 1992294400 134512640 135019032 4294956240 18446744073709551615 134542363 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 7942 5771 73 123 0 7817 0
Current children cumulated CPU time (s) 1901.48
Current children cumulated vsize (KiB) 31768

[startup+1962.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1246640/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=31768 CPUtime=1961.47
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 6136 0 0 0 196141 6 0 0 25 0 1 0 41109882 32530432 6119 1992294400 134512640 135019032 4294956240 18446744073709551615 134596421 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 7942 6119 73 123 0 7817 0
Current children cumulated CPU time (s) 1961.47
Current children cumulated vsize (KiB) 31768

[startup+2022.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1245104/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=31768 CPUtime=2021.44
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 6514 0 0 0 202138 6 0 0 25 0 1 0 41109882 32530432 6497 1992294400 134512640 135019032 4294956240 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 7942 6497 73 123 0 7817 0
Current children cumulated CPU time (s) 2021.44
Current children cumulated vsize (KiB) 31768

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

[startup+2028.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1244912/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=31768 CPUtime=2027.84
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 6557 0 0 0 202778 6 0 0 25 0 1 0 41109882 32530432 6540 1992294400 134512640 135019032 4294956240 18446744073709551615 134577592 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 7942 6540 73 123 0 7817 0
Current children cumulated CPU time (s) 2027.84
Current children cumulated vsize (KiB) 31768

[startup+2031.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1244848/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=31768 CPUtime=2031.04
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 6579 0 0 0 203098 6 0 0 25 0 1 0 41109882 32530432 6562 1992294400 134512640 135019032 4294956240 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 7942 6562 73 123 0 7817 0
Current children cumulated CPU time (s) 2031.04
Current children cumulated vsize (KiB) 31768

[startup+2035.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1244720/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=31768 CPUtime=2034.24
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 6602 0 0 0 203418 6 0 0 25 0 1 0 41109882 32530432 6585 1992294400 134512640 135019032 4294956240 18446744073709551615 134526499 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 7942 6585 73 123 0 7817 0
Current children cumulated CPU time (s) 2034.24
Current children cumulated vsize (KiB) 31768

[startup+2036.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1244720/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=31768 CPUtime=2035.84
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 6613 0 0 0 203578 6 0 0 25 0 1 0 41109882 32530432 6596 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 7942 6596 73 123 0 7817 0
Current children cumulated CPU time (s) 2035.84
Current children cumulated vsize (KiB) 31768

[startup+2037.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1244656/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=31768 CPUtime=2036.24
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 6616 0 0 0 203618 6 0 0 25 0 1 0 41109882 32530432 6599 1992294400 134512640 135019032 4294956240 18446744073709551615 134548886 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 7942 6599 73 123 0 7817 0
Current children cumulated CPU time (s) 2036.24
Current children cumulated vsize (KiB) 31768

[startup+2037.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1244656/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=31768 CPUtime=2036.64
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 6619 0 0 0 203658 6 0 0 25 0 1 0 41109882 32530432 6602 1992294400 134512640 135019032 4294956240 18446744073709551615 134542767 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 7942 6602 73 123 0 7817 0
Current children cumulated CPU time (s) 2036.64
Current children cumulated vsize (KiB) 31768

[startup+2037.6 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25099
/proc/meminfo: memFree=1244656/2055920 swapFree=4192956/4192956
[pid=25092] ppid=25090 vsize=31768 CPUtime=2036.74
/proc/25092/stat : 25092 (march_ks) R 25090 25092 25055 0 -1 4194304 6620 0 0 0 203668 6 0 0 25 0 1 0 41109882 32530432 6603 1992294400 134512640 135019032 4294956240 18446744073709551615 134542332 0 0 4096 0 0 0 0 17 0 0 0
/proc/25092/statm: 7942 6603 73 123 0 7817 0
Current children cumulated CPU time (s) 2036.74
Current children cumulated vsize (KiB) 31768

Child status: 20
Real time (s): 2037.64
CPU time (s): 2036.78
CPU user time (s): 2036.71
CPU system time (s): 0.069989
CPU usage (%): 99.9581
Max. virtual memory (cumulated for all children) (KiB): 31768

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

runsolver used 2.17667 second user time and 5.2642 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-19 10:46:58
IDJOB=1626753
IDBENCH=70611
IDSOLVER=582
FILE ID=node50/1626753-1240130818
PBS_JOBID= 9157845
Free space on /tmp= 66416 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/480/unif-k3-r4.25-v480-c2040-S926047226-039.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626753-1240130818/watcher-1626753-1240130818 -o /tmp/evaluation-result-1626753-1240130818/solver-1626753-1240130818 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1626753-1240130818.cnf            

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

MD5SUM BENCH= 58a348483ec5f90a0278e7c47824496f
RANDOM SEED=1789152079

node50.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.216
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.216
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:       1271568 kB
Buffers:         83000 kB
Cached:         625084 kB
SwapCached:          0 kB
Active:         261788 kB
Inactive:       460120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271568 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3020 kB
Writeback:           0 kB
Mapped:          23576 kB
Slab:            48424 kB
Committed_AS:   184696 kB
PageTables:       1448 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= 66412 MiB
End job on node50 at 2009-04-19 11:20:56