Trace number 1628091

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 4941.35 4943.56

General information on the benchmark

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

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 520 variables and 2210 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 10 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 518 free variables and 2200 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.436
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 143 duplicate clauses
0.00/0.02	c resolvent_look() :: found 78 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 520 variables and 2278 clauses.
0.00/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.02	c transformTo3SAT():: the transformation yielded 520 variabels and 2278 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2278 / 520 ) = 4.38
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 = 518
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: 215
0.09/0.14	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: 695
0.19/0.28	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 5000
1.69/1.77	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 31554
12.29/12.30	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 143099
62.47/62.52	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 479830
231.11/231.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 |****************************************************************| ( 6/999) NodeCount: 1232883
645.67/645.94	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2495445
1400.97/1401.51	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4093328
2421.34/2422.73	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 5622881
3468.59/3470.37	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 6720610
4263.33/4265.35	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 7301118
4703.58/4705.77	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 7523200
4879.41/4881.61	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 7584101
4929.49/4931.72	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 7596004
4939.68/4941.97	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
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: 7597519
4941.08/4943.38	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |**************
c |***************
c |****************
c |********************
c |*********************
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: 7597635
4941.28/4943.51	c |----------------------------------------------------------------|
c |****
c |******
c |*******
c |********
c |****************
c |********************************
c |****************************************************************| (17/999) NodeCount: 7597642
4941.28/4943.51	c |----------------------------------------------------------------|
c |****
c |******
c |*******
c |********
c |****************
c |********************************
c |****************************************************************| (18/999) NodeCount: 7597643
4941.28/4943.52	c |----------------------------------------------------------------|
c |
4941.28/4943.52	c
4941.28/4943.52	c main():: nodeCount: 7597643
4941.28/4943.52	c main():: dead ends in main: 134583
4941.28/4943.52	c main():: lookAheadCount: 472665508
4941.28/4943.52	c main():: unitResolveCount: 153979865
4941.28/4943.52	c main():: time=647.082704
4941.28/4943.52	c main():: necessary_assignments: 1824340
4941.28/4943.52	c main():: bin_sat: 0, bin_unsat 0
4941.28/4943.52	c main():: doublelook: #: 29116172, succes #: 20716779
4941.28/4943.52	c main():: doublelook: overall 6.382 of all possible doublelooks executed
4941.28/4943.52	c main():: doublelook: succesrate: 71.152, average DL_trigger: 44.688
4941.28/4943.52	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-1628091-1240105624/watcher-1628091-1240105624 -o /tmp/evaluation-result-1628091-1240105624/solver-1628091-1240105624 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1628091-1240105624.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22639
/proc/meminfo: memFree=1146112/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=976 CPUtime=0
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 38596534 999424 125 1992294400 134512640 135197378 4294956240 18446744073709551615 134697414 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 244 125 62 167 0 75 0

[startup+0.0546349 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22639
/proc/meminfo: memFree=1146112/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=1768 CPUtime=0.05
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 293 0 0 0 5 0 0 0 18 0 1 0 38596534 1810432 276 1992294400 134512640 135197378 4294956240 18446744073709551615 134542072 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 442 276 91 167 0 273 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1768

[startup+0.101643 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22639
/proc/meminfo: memFree=1146112/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=1900 CPUtime=0.09
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 302 0 0 0 9 0 0 0 18 0 1 0 38596534 1945600 285 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 475 285 91 167 0 306 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1900

[startup+0.301679 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22639
/proc/meminfo: memFree=1146112/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=1900 CPUtime=0.29
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 318 0 0 0 29 0 0 0 19 0 1 0 38596534 1945600 301 1992294400 134512640 135197378 4294956240 18446744073709551615 134525288 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 475 301 91 167 0 306 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1900

[startup+0.701752 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22639
/proc/meminfo: memFree=1146112/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=2036 CPUtime=0.69
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 338 0 0 0 69 0 0 0 22 0 1 0 38596534 2084864 321 1992294400 134512640 135197378 4294956240 18446744073709551615 134541955 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 509 321 91 167 0 340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2036

[startup+1.5019 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1145144/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=2172 CPUtime=1.49
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 376 0 0 0 149 0 0 0 25 0 1 0 38596534 2224128 359 1992294400 134512640 135197378 4294956240 18446744073709551615 134542222 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 543 359 91 167 0 374 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2172

[startup+3.10119 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1144824/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=2340 CPUtime=3.09
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 402 0 0 0 309 0 0 0 25 0 1 0 38596534 2396160 385 1992294400 134512640 135197378 4294956240 18446744073709551615 134542169 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 585 385 91 167 0 416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2340

[startup+6.30178 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1144504/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=2652 CPUtime=6.29
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 471 0 0 0 629 0 0 0 25 0 1 0 38596534 2715648 454 1992294400 134512640 135197378 4294956240 18446744073709551615 134548531 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 663 454 91 167 0 494 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2652

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1143864/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=3460 CPUtime=12.69
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 611 0 0 0 1269 0 0 0 25 0 1 0 38596534 3543040 594 1992294400 134512640 135197378 4294956240 18446744073709551615 134618114 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 865 594 91 167 0 696 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3460

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1142904/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=4216 CPUtime=25.48
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 834 0 0 0 2548 0 0 0 25 0 1 0 38596534 4317184 817 1992294400 134512640 135197378 4294956240 18446744073709551615 134572999 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 1054 817 91 167 0 885 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4216

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1141304/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=6612 CPUtime=51.07
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 1253 0 0 0 5107 0 0 0 25 0 1 0 38596534 6770688 1236 1992294400 134512640 135197378 4294956240 18446744073709551615 134597453 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 1653 1236 91 167 0 1484 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6612

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1138040/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=11892 CPUtime=102.26
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 2046 0 0 0 10225 1 0 0 25 0 1 0 38596534 12177408 2029 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 2973 2029 91 167 0 2804 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11892

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1134456/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=17700 CPUtime=162.24
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 2958 0 0 0 16223 1 0 0 25 0 1 0 38596534 18124800 2941 1992294400 134512640 135197378 4294956240 18446744073709551615 134713217 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 4425 2941 91 167 0 4256 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17700

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1130936/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=17700 CPUtime=222.21
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 3827 0 0 0 22220 1 0 0 25 0 1 0 38596534 18124800 3810 1992294400 134512640 135197378 4294956240 18446744073709551615 134552435 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 4425 3810 91 167 0 4256 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 17700

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1127352/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=23520 CPUtime=282.19
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 4716 0 0 0 28217 2 0 0 25 0 1 0 38596534 24084480 4699 1992294400 134512640 135197378 4294956240 18446744073709551615 134525358 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 5880 4699 91 167 0 5711 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 23520

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1123832/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=27380 CPUtime=342.18
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 5586 0 0 0 34215 3 0 0 25 0 1 0 38596534 28037120 5569 1992294400 134512640 135197378 4294956240 18446744073709551615 134542099 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 6845 5569 91 167 0 6676 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 27380

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1120440/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=36112 CPUtime=402.15
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 6435 0 0 0 40212 3 0 0 25 0 1 0 38596534 36978688 6418 1992294400 134512640 135197378 4294956240 18446744073709551615 134525281 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 9028 6418 91 167 0 8859 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 36112

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1117048/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=36112 CPUtime=462.14
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 7269 0 0 0 46209 5 0 0 25 0 1 0 38596534 36978688 7252 1992294400 134512640 135197378 4294956240 18446744073709551615 134618585 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 9028 7252 91 167 0 8859 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 36112

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1113848/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=36112 CPUtime=522.11
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 8076 0 0 0 52206 5 0 0 25 0 1 0 38596534 36978688 8059 1992294400 134512640 135197378 4294956240 18446744073709551615 134570830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 9028 8059 91 167 0 8859 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 36112

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1110520/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=49340 CPUtime=582.1
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 8896 0 0 0 58204 6 0 0 25 0 1 0 38596534 50524160 8879 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 12335 8879 91 167 0 12166 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 49340

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22640
/proc/meminfo: memFree=1107448/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=57060 CPUtime=642.08
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 9656 0 0 0 64202 6 0 0 25 0 1 0 38596534 58429440 9639 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 14265 9639 91 167 0 14096 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 57060


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

/proc/meminfo: memFree=893304/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4300.32
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 52636 0 0 0 429978 54 0 0 25 0 1 0 38596534 269447168 52619 1992294400 134512640 135197378 4294956240 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 52619 91 167 0 65614 0
Current children cumulated CPU time (s) 4300.32
Current children cumulated vsize (KiB) 263132

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25717
/proc/meminfo: memFree=890744/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4360.29
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 53277 0 0 0 435975 54 0 0 25 0 1 0 38596534 269447168 53260 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 53260 91 167 0 65614 0
Current children cumulated CPU time (s) 4360.29
Current children cumulated vsize (KiB) 263132

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25717
/proc/meminfo: memFree=888248/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4420.28
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 53888 0 0 0 441973 55 0 0 25 0 1 0 38596534 269447168 53871 1992294400 134512640 135197378 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 53871 91 167 0 65614 0
Current children cumulated CPU time (s) 4420.28
Current children cumulated vsize (KiB) 263132

[startup+4482.3 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 25723
/proc/meminfo: memFree=885880/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4480.25
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 54494 0 0 0 447969 56 0 0 25 0 1 0 38596534 269447168 54477 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 54477 91 167 0 65614 0
Current children cumulated CPU time (s) 4480.25
Current children cumulated vsize (KiB) 263132

[startup+4542.3 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 25723
/proc/meminfo: memFree=883704/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4540.23
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 55067 0 0 0 453966 57 0 0 25 0 1 0 38596534 269447168 55050 1992294400 134512640 135197378 4294956240 18446744073709551615 134541955 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 55050 91 167 0 65614 0
Current children cumulated CPU time (s) 4540.23
Current children cumulated vsize (KiB) 263132

[startup+4602.3 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 25723
/proc/meminfo: memFree=881272/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4600.21
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 55662 0 0 0 459964 57 0 0 25 0 1 0 38596534 269447168 55645 1992294400 134512640 135197378 4294956240 18446744073709551615 134525312 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 55645 91 167 0 65614 0
Current children cumulated CPU time (s) 4600.21
Current children cumulated vsize (KiB) 263132

[startup+4662.3 s]
/proc/loadavg: 1.10 1.05 1.00 2/65 25723
/proc/meminfo: memFree=879032/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4660.18
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 56232 0 0 0 465961 57 0 0 25 0 1 0 38596534 269447168 56215 1992294400 134512640 135197378 4294956240 18446744073709551615 134593859 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 56215 91 167 0 65614 0
Current children cumulated CPU time (s) 4660.18
Current children cumulated vsize (KiB) 263132

[startup+4722.31 s]
/proc/loadavg: 1.09 1.05 1.00 2/65 25723
/proc/meminfo: memFree=876728/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4720.17
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 56803 0 0 0 471959 58 0 0 25 0 1 0 38596534 269447168 56786 1992294400 134512640 135197378 4294956240 18446744073709551615 134552753 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 56786 91 167 0 65614 0
Current children cumulated CPU time (s) 4720.17
Current children cumulated vsize (KiB) 263132

[startup+4782.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/65 25723
/proc/meminfo: memFree=874424/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4780.15
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 57379 0 0 0 477956 59 0 0 25 0 1 0 38596534 269447168 57362 1992294400 134512640 135197378 4294956240 18446744073709551615 134539327 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 57362 91 167 0 65614 0
Current children cumulated CPU time (s) 4780.15
Current children cumulated vsize (KiB) 263132

[startup+4842.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 25723
/proc/meminfo: memFree=872184/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4840.12
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 57931 0 0 0 483953 59 0 0 25 0 1 0 38596534 269447168 57914 1992294400 134512640 135197378 4294956240 18446744073709551615 134597757 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 57914 91 167 0 65614 0
Current children cumulated CPU time (s) 4840.12
Current children cumulated vsize (KiB) 263132

[startup+4902.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25723
/proc/meminfo: memFree=870072/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4900.11
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 58471 0 0 0 489951 60 0 0 25 0 1 0 38596534 269447168 58454 1992294400 134512640 135197378 4294956240 18446744073709551615 134572734 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 58454 91 167 0 65614 0
Current children cumulated CPU time (s) 4900.11
Current children cumulated vsize (KiB) 263132

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

[startup+4915.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25723
/proc/meminfo: memFree=869560/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4912.9
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 58582 0 0 0 491230 60 0 0 25 0 1 0 38596534 269447168 58565 1992294400 134512640 135197378 4294956240 18446744073709551615 134542072 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 58565 91 167 0 65614 0
Current children cumulated CPU time (s) 4912.9
Current children cumulated vsize (KiB) 263132

[startup+4927.9 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25723
/proc/meminfo: memFree=869112/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4925.7
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 58692 0 0 0 492510 60 0 0 25 0 1 0 38596534 269447168 58675 1992294400 134512640 135197378 4294956240 18446744073709551615 134592369 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 58675 91 167 0 65614 0
Current children cumulated CPU time (s) 4925.7
Current children cumulated vsize (KiB) 263132

[startup+4934.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25723
/proc/meminfo: memFree=868984/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4932.09
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 58743 0 0 0 493149 60 0 0 25 0 1 0 38596534 269447168 58726 1992294400 134512640 135197378 4294956240 18446744073709551615 134593749 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 58726 91 167 0 65614 0
Current children cumulated CPU time (s) 4932.09
Current children cumulated vsize (KiB) 263132

[startup+4937.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25723
/proc/meminfo: memFree=868856/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4935.29
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 58770 0 0 0 493469 60 0 0 25 0 1 0 38596534 269447168 58753 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 58753 91 167 0 65614 0
Current children cumulated CPU time (s) 4935.29
Current children cumulated vsize (KiB) 263132

[startup+4940.7 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25723
/proc/meminfo: memFree=868728/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4938.49
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 58795 0 0 0 493789 60 0 0 25 0 1 0 38596534 269447168 58778 1992294400 134512640 135197378 4294956240 18446744073709551615 134596907 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 58778 91 167 0 65614 0
Current children cumulated CPU time (s) 4938.49
Current children cumulated vsize (KiB) 263132

[startup+4942.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25723
/proc/meminfo: memFree=868664/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4940.09
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 58808 0 0 0 493949 60 0 0 25 0 1 0 38596534 269447168 58791 1992294400 134512640 135197378 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 58791 91 167 0 65614 0
Current children cumulated CPU time (s) 4940.09
Current children cumulated vsize (KiB) 263132

[startup+4943.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25723
/proc/meminfo: memFree=868664/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4940.88
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 58814 0 0 0 494028 60 0 0 25 0 1 0 38596534 269447168 58797 1992294400 134512640 135197378 4294956240 18446744073709551615 134592170 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 58797 91 167 0 65614 0
Current children cumulated CPU time (s) 4940.88
Current children cumulated vsize (KiB) 263132

[startup+4943.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 25723
/proc/meminfo: memFree=868600/2055920 swapFree=4192956/4192956
[pid=22639] ppid=22637 vsize=263132 CPUtime=4941.28
/proc/22639/stat : 22639 (march_hi) R 22637 22639 22011 0 -1 4194304 58817 0 0 0 494068 60 0 0 25 0 1 0 38596534 269447168 58800 1992294400 134512640 135197378 4294956240 18446744073709551615 134542433 0 0 4096 0 0 0 0 17 1 0 0
/proc/22639/statm: 65783 58800 91 167 0 65614 0
Current children cumulated CPU time (s) 4941.28
Current children cumulated vsize (KiB) 263132

Child status: 20
Real time (s): 4943.56
CPU time (s): 4941.35
CPU user time (s): 4940.7
CPU system time (s): 0.644901
CPU usage (%): 99.9553
Max. virtual memory (cumulated for all children) (KiB): 263132

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

runsolver used 4.29835 second user time and 9.39857 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-19 03:47:04
IDJOB=1628091
IDBENCH=70547
IDSOLVER=583
FILE ID=node2/1628091-1240105624
PBS_JOBID= 9159157
Free space on /tmp= 66488 MiB

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

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

MD5SUM BENCH= 4bbf0687a75cc815423eb8afa8e9d43f
RANDOM SEED=1553987047

node2.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.265
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.265
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:       1146592 kB
Buffers:         94668 kB
Cached:         719360 kB
SwapCached:          0 kB
Active:         232904 kB
Inactive:       595568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1146592 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             796 kB
Writeback:           0 kB
Mapped:          24220 kB
Slab:            66808 kB
Committed_AS:   185336 kB
PageTables:       1468 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= 66488 MiB
End job on node2 at 2009-04-19 05:09:28