Trace number 1628085

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_hi hiUNSAT 3790.77 3792.25

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/500/
unif-k3-r4.25-v500-c2125-S799705985-049.cnf
MD5SUM9571d20b2c85f2916982e3779a8bfa58
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3790.77
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2125
Sum of the clauses size6375
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 500 variables and 2125 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 9 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 499 free variables and 2116 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.551
0.00/0.02	c using 3-SAT heuristics (occurence based diff)
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 183 duplicate clauses
0.00/0.02	c resolvent_look() :: found 110 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 500 variables and 2226 clauses.
0.00/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.02	c transformTo3SAT():: the transformation yielded 500 variabels and 2226 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2226 / 500 ) = 4.45
0.00/0.02	c longest clause has size 3
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c number of free variables = 499
0.00/0.02	c dynamic_preselect_setsize :: off
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 149
0.04/0.09	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 652
0.19/0.23	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 4979
1.59/1.64	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 29601
10.89/10.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 |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 128588
52.87/52.90	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 420986
190.34/190.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/999) NodeCount: 1065034
523.24/523.50	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 7/999) NodeCount: 2131931
1122.57/1123.00	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 8/999) NodeCount: 3465789
1928.44/1929.06	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 9/999) NodeCount: 4714629
2733.71/2734.58	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (10/999) NodeCount: 5579369
3322.63/3323.63	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (11/999) NodeCount: 6016543
3634.32/3635.46	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (12/999) NodeCount: 6175152
3752.43/3753.92	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (13/999) NodeCount: 6215741
3783.92/3785.42	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (14/999) NodeCount: 6223001
3789.82/3791.33	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |********************************************
c |*********************************************
c |**********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |****************************************************************| (15/999) NodeCount: 6223942
3790.62/3792.14	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| (16/999) NodeCount: 6224012
3790.72/3792.21	c |----------------------------------------------------------------|
c |********
c |*********
c |**********
c |************
c |****************
c |********************************
c |************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| (17/999) NodeCount: 6224013
3790.72/3792.21	c |----------------------------------------------------------------|
c |
3790.72/3792.21	c
3790.72/3792.21	c main():: nodeCount: 6224013
3790.72/3792.21	c main():: dead ends in main: 136021
3790.72/3792.21	c main():: lookAheadCount: 390061019
3790.72/3792.21	c main():: unitResolveCount: 133985313
3790.72/3792.21	c main():: time=-503.657296
3790.72/3792.21	c main():: necessary_assignments: 1750828
3790.72/3792.21	c main():: bin_sat: 0, bin_unsat 0
3790.72/3792.21	c main():: doublelook: #: 23692470, succes #: 16827519
3790.72/3792.21	c main():: doublelook: overall 6.299 of all possible doublelooks executed
3790.72/3792.21	c main():: doublelook: succesrate: 71.025, average DL_trigger: 48.780
3790.72/3792.21	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-1628085-1240102885/watcher-1628085-1240102885 -o /tmp/evaluation-result-1628085-1240102885/solver-1628085-1240102885 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1628085-1240102885.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/65 22307
/proc/meminfo: memFree=1277696/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=976 CPUtime=0
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 146 0 0 0 0 0 0 0 20 0 1 0 38318545 999424 129 1992294400 134512640 135197378 4294956240 18446744073709551615 134722737 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 244 129 65 167 0 75 0

[startup+0.0459589 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 22307
/proc/meminfo: memFree=1277696/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=1740 CPUtime=0.04
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 295 0 0 0 4 0 0 0 20 0 1 0 38318545 1781760 278 1992294400 134512640 135197378 4294956240 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 435 278 91 167 0 266 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1740

[startup+0.101965 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 22307
/proc/meminfo: memFree=1277696/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=1872 CPUtime=0.09
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 308 0 0 0 9 0 0 0 20 0 1 0 38318545 1916928 291 1992294400 134512640 135197378 4294956240 18446744073709551615 134570918 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 468 291 91 167 0 299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1872

[startup+0.301985 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 22307
/proc/meminfo: memFree=1277696/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=1872 CPUtime=0.29
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 320 0 0 0 29 0 0 0 22 0 1 0 38318545 1916928 303 1992294400 134512640 135197378 4294956240 18446744073709551615 134548451 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 468 303 91 167 0 299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1872

[startup+0.701027 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 22307
/proc/meminfo: memFree=1277696/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=2028 CPUtime=0.69
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 340 0 0 0 69 0 0 0 25 0 1 0 38318545 2076672 323 1992294400 134512640 135197378 4294956240 18446744073709551615 134525344 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 507 323 91 167 0 338 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2028

[startup+1.50111 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1276664/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=2028 CPUtime=1.49
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 359 0 0 0 149 0 0 0 25 0 1 0 38318545 2076672 342 1992294400 134512640 135197378 4294956240 18446744073709551615 134541991 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 507 342 91 167 0 338 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2028

[startup+3.10128 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1276280/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=2332 CPUtime=3.09
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 422 0 0 0 309 0 0 0 25 0 1 0 38318545 2387968 405 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 583 405 91 167 0 414 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2332

[startup+6.30161 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1275960/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=2700 CPUtime=6.29
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 497 0 0 0 629 0 0 0 25 0 1 0 38318545 2764800 480 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 675 480 91 167 0 506 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2700

[startup+12.7023 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1275392/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=3268 CPUtime=12.69
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 618 0 0 0 1269 0 0 0 25 0 1 0 38318545 3346432 601 1992294400 134512640 135197378 4294956240 18446744073709551615 134541918 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 817 601 91 167 0 648 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3268

[startup+25.5016 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1274240/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=4888 CPUtime=25.48
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 907 0 0 0 2548 0 0 0 25 0 1 0 38318545 5005312 865 1992294400 134512640 135197378 4294956240 18446744073709551615 134611821 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 1222 865 91 167 0 1053 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4888

[startup+51.1013 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1272576/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=6500 CPUtime=51.07
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 1345 0 0 0 5107 0 0 0 25 0 1 0 38318545 6656000 1303 1992294400 134512640 135197378 4294956240 18446744073709551615 134539193 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 1625 1303 91 167 0 1456 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6500

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1268992/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=11728 CPUtime=102.27
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 2215 0 0 0 10225 2 0 0 25 0 1 0 38318545 12009472 2173 1992294400 134512640 135197378 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 2932 2173 91 167 0 2763 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11728

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1265088/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=17448 CPUtime=162.24
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 3194 0 0 0 16222 2 0 0 25 0 1 0 38318545 17866752 3152 1992294400 134512640 135197378 4294956240 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 4362 3152 91 167 0 4193 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17448

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1261248/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=17448 CPUtime=222.23
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 4145 0 0 0 22220 3 0 0 25 0 1 0 38318545 17866752 4103 1992294400 134512640 135197378 4294956240 18446744073709551615 134596803 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 4362 4103 91 167 0 4193 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 17448

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1257472/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=27076 CPUtime=282.22
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 5078 0 0 0 28218 4 0 0 25 0 1 0 38318545 27725824 5036 1992294400 134512640 135197378 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 6769 5036 91 167 0 6600 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 27076

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1253696/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=27076 CPUtime=342.19
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 6015 0 0 0 34215 4 0 0 25 0 1 0 38318545 27725824 5973 1992294400 134512640 135197378 4294956240 18446744073709551615 134539269 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 6769 5973 91 167 0 6600 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 27076

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1249984/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=35808 CPUtime=402.18
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 6944 0 0 0 40213 5 0 0 25 0 1 0 38318545 36667392 6902 1992294400 134512640 135197378 4294956240 18446744073709551615 134525281 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 8952 6902 91 167 0 8783 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 35808

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1246400/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=35808 CPUtime=462.16
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 7832 0 0 0 46210 6 0 0 25 0 1 0 38318545 36667392 7790 1992294400 134512640 135197378 4294956240 18446744073709551615 134713215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 8952 7790 91 167 0 8783 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 35808

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1243072/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=43156 CPUtime=522.14
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 8672 0 0 0 52208 6 0 0 25 0 1 0 38318545 44191744 8630 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 10789 8630 91 167 0 10620 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 43156

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1239296/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=56252 CPUtime=582.13
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 9590 0 0 0 58205 8 0 0 25 0 1 0 38318545 57602048 9548 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 14063 9548 91 167 0 13894 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 56252

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22308
/proc/meminfo: memFree=1235584/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=56252 CPUtime=642.12
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 10508 0 0 0 64203 9 0 0 25 0 1 0 38318545 57602048 10466 1992294400 134512640 135197378 4294956240 18446744073709551615 134548448 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 14063 10466 91 167 0 13894 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 56252


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

/proc/meminfo: memFree=1101376/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=193800 CPUtime=3221.36
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 43971 0 0 0 322103 33 0 0 25 0 1 0 38318545 198451200 43929 1992294400 134512640 135197378 4294956240 18446744073709551615 134542072 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 48450 43929 91 167 0 48281 0
Current children cumulated CPU time (s) 3221.36
Current children cumulated vsize (KiB) 193800

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22310
/proc/meminfo: memFree=1098688/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=193800 CPUtime=3281.34
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 44637 0 0 0 328101 33 0 0 25 0 1 0 38318545 198451200 44595 1992294400 134512640 135197378 4294956240 18446744073709551615 134542222 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 48450 44595 91 167 0 48281 0
Current children cumulated CPU time (s) 3281.34
Current children cumulated vsize (KiB) 193800

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22310
/proc/meminfo: memFree=1096064/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=193800 CPUtime=3341.32
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 45298 0 0 0 334098 34 0 0 25 0 1 0 38318545 198451200 45256 1992294400 134512640 135197378 4294956240 18446744073709551615 134552516 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 48450 45256 91 167 0 48281 0
Current children cumulated CPU time (s) 3341.32
Current children cumulated vsize (KiB) 193800

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22310
/proc/meminfo: memFree=1092928/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260100 CPUtime=3401.31
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 46000 0 0 0 340095 36 0 0 25 0 1 0 38318545 266342400 45958 1992294400 134512640 135197378 4294956240 18446744073709551615 134539284 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65025 45958 91 167 0 64856 0
Current children cumulated CPU time (s) 3401.31
Current children cumulated vsize (KiB) 260100

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22310
/proc/meminfo: memFree=1090240/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260100 CPUtime=3461.29
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 46670 0 0 0 346093 36 0 0 25 0 1 0 38318545 266342400 46628 1992294400 134512640 135197378 4294956240 18446744073709551615 134542104 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65025 46628 91 167 0 64856 0
Current children cumulated CPU time (s) 3461.29
Current children cumulated vsize (KiB) 260100

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22310
/proc/meminfo: memFree=1087616/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260100 CPUtime=3521.27
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 47333 0 0 0 352091 36 0 0 25 0 1 0 38318545 266342400 47291 1992294400 134512640 135197378 4294956240 18446744073709551615 134593747 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65025 47291 91 167 0 64856 0
Current children cumulated CPU time (s) 3521.27
Current children cumulated vsize (KiB) 260100

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22316
/proc/meminfo: memFree=1084792/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260100 CPUtime=3581.26
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 47982 0 0 0 358088 38 0 0 25 0 1 0 38318545 266342400 47940 1992294400 134512640 135197378 4294956240 18446744073709551615 134552711 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65025 47940 91 167 0 64856 0
Current children cumulated CPU time (s) 3581.26
Current children cumulated vsize (KiB) 260100

[startup+3642.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 22796
/proc/meminfo: memFree=1081496/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260100 CPUtime=3640.87
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 48603 0 0 0 364048 39 0 0 25 0 1 0 38318545 266342400 48561 1992294400 134512640 135197378 4294956240 18446744073709551615 134542026 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65025 48561 91 167 0 64856 0
Current children cumulated CPU time (s) 3640.87
Current children cumulated vsize (KiB) 260100

[startup+3702.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 22796
/proc/meminfo: memFree=1079680/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260232 CPUtime=3700.84
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 49242 0 0 0 370045 39 0 0 25 0 1 0 38318545 266477568 49200 1992294400 134512640 135197378 4294956240 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65058 49200 91 167 0 64889 0
Current children cumulated CPU time (s) 3700.84
Current children cumulated vsize (KiB) 260232

[startup+3762.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 22796
/proc/meminfo: memFree=1077184/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260232 CPUtime=3760.83
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 49848 0 0 0 376043 40 0 0 25 0 1 0 38318545 266477568 49806 1992294400 134512640 135197378 4294956240 18446744073709551615 134590364 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65058 49806 91 167 0 64889 0
Current children cumulated CPU time (s) 3760.83
Current children cumulated vsize (KiB) 260232

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

[startup+3763.11 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 22796
/proc/meminfo: memFree=1077184/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260232 CPUtime=3761.64
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 49857 0 0 0 376124 40 0 0 25 0 1 0 38318545 266477568 49815 1992294400 134512640 135197378 4294956240 18446744073709551615 134593933 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65058 49815 91 167 0 64889 0
Current children cumulated CPU time (s) 3761.64
Current children cumulated vsize (KiB) 260232

[startup+3775.9 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 22796
/proc/meminfo: memFree=1076672/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260232 CPUtime=3774.43
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 49976 0 0 0 377403 40 0 0 25 0 1 0 38318545 266477568 49934 1992294400 134512640 135197378 4294956240 18446744073709551615 134552514 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65058 49934 91 167 0 64889 0
Current children cumulated CPU time (s) 3774.43
Current children cumulated vsize (KiB) 260232

[startup+3782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22796
/proc/meminfo: memFree=1076416/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260232 CPUtime=3780.82
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 50038 0 0 0 378042 40 0 0 25 0 1 0 38318545 266477568 49996 1992294400 134512640 135197378 4294956240 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65058 49996 91 167 0 64889 0
Current children cumulated CPU time (s) 3780.82
Current children cumulated vsize (KiB) 260232

[startup+3788.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22796
/proc/meminfo: memFree=1076224/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260232 CPUtime=3787.22
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 50097 0 0 0 378682 40 0 0 25 0 1 0 38318545 266477568 50055 1992294400 134512640 135197378 4294956240 18446744073709551615 134525358 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65058 50055 91 167 0 64889 0
Current children cumulated CPU time (s) 3787.22
Current children cumulated vsize (KiB) 260232

[startup+3790.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22796
/proc/meminfo: memFree=1076160/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260232 CPUtime=3788.82
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 50111 0 0 0 378842 40 0 0 25 0 1 0 38318545 266477568 50069 1992294400 134512640 135197378 4294956240 18446744073709551615 134597471 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65058 50069 91 167 0 64889 0
Current children cumulated CPU time (s) 3788.82
Current children cumulated vsize (KiB) 260232

[startup+3791.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22796
/proc/meminfo: memFree=1076096/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260232 CPUtime=3789.62
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 50118 0 0 0 378922 40 0 0 25 0 1 0 38318545 266477568 50076 1992294400 134512640 135197378 4294956240 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65058 50076 91 167 0 64889 0
Current children cumulated CPU time (s) 3789.62
Current children cumulated vsize (KiB) 260232

[startup+3791.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22796
/proc/meminfo: memFree=1076096/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260232 CPUtime=3790.42
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 50123 0 0 0 379002 40 0 0 25 0 1 0 38318545 266477568 50081 1992294400 134512640 135197378 4294956240 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65058 50081 91 167 0 64889 0
Current children cumulated CPU time (s) 3790.42
Current children cumulated vsize (KiB) 260232

[startup+3792.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22796
/proc/meminfo: memFree=1076096/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260232 CPUtime=3790.62
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 50125 0 0 0 379022 40 0 0 25 0 1 0 38318545 266477568 50083 1992294400 134512640 135197378 4294956240 18446744073709551615 134593933 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65058 50083 91 167 0 64889 0
Current children cumulated CPU time (s) 3790.62
Current children cumulated vsize (KiB) 260232

[startup+3792.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22796
/proc/meminfo: memFree=1076096/2055920 swapFree=4192956/4192956
[pid=22307] ppid=22305 vsize=260232 CPUtime=3790.72
/proc/22307/stat : 22307 (march_hi) R 22305 22307 22270 0 -1 4194304 50125 0 0 0 379032 40 0 0 25 0 1 0 38318545 266477568 50083 1992294400 134512640 135197378 4294956240 18446744073709551615 134593754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22307/statm: 65058 50083 91 167 0 64889 0
Current children cumulated CPU time (s) 3790.72
Current children cumulated vsize (KiB) 260232

Child status: 20
Real time (s): 3792.25
CPU time (s): 3790.77
CPU user time (s): 3790.34
CPU system time (s): 0.437933
CPU usage (%): 99.9611
Max. virtual memory (cumulated for all children) (KiB): 260232

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

runsolver used 4.17237 second user time and 8.91165 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-19 03:01:25
IDJOB=1628085
IDBENCH=70541
IDSOLVER=583
FILE ID=node79/1628085-1240102885
PBS_JOBID= 9157722
Free space on /tmp= 66408 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/500/unif-k3-r4.25-v500-c2125-S799705985-049.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1628085-1240102885/watcher-1628085-1240102885 -o /tmp/evaluation-result-1628085-1240102885/solver-1628085-1240102885 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1628085-1240102885.cnf

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

MD5SUM BENCH= 9571d20b2c85f2916982e3779a8bfa58
RANDOM SEED=449853262

node79.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1278176 kB
Buffers:         87260 kB
Cached:         596684 kB
SwapCached:          0 kB
Active:         287092 kB
Inactive:       410540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1278176 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             984 kB
Writeback:           0 kB
Mapped:          23428 kB
Slab:            66176 kB
Committed_AS:   174260 kB
PageTables:       1384 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= 66408 MiB
End job on node79 at 2009-04-19 04:04:38