Trace number 1628150

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 1354.71 1355.07

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/480/
unif-k3-r4.25-v480-c2040-S457856978-061.cnf
MD5SUM8ebd6c8756a6249928946b3a588cd94f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1354.71
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of clauses2040
Sum of the clauses size6120
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32040
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.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 480 variables and 2040 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, 15 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 478 free variables and 2025 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.523
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 178 duplicate clauses
0.00/0.02	c resolvent_look() :: found 90 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 480 variables and 2115 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 480 variabels and 2115 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2115 / 480 ) = 4.41
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 = 478
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/19) NodeCount: 175
0.09/0.10	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/19) NodeCount: 3662
1.79/1.87	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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/19) NodeCount: 28247
14.69/14.78	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/19) NodeCount: 115807
60.87/60.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 |****************************************************************| ( 4/19) NodeCount: 325468
171.94/172.05	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/19) NodeCount: 684993
363.40/363.54	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/19) NodeCount: 1158350
617.63/617.89	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/19) NodeCount: 1637300
879.46/879.74	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/19) NodeCount: 2015960
1093.61/1093.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 |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 9/19) NodeCount: 2254705
1235.77/1236.18	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/19) NodeCount: 2374023
1311.45/1311.83	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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/19) NodeCount: 2420381
1342.53/1342.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 |****************************************************************| (12/19) NodeCount: 2433805
1352.14/1352.53	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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/19) NodeCount: 2436661
1354.24/1354.69	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |***********
c |************
c |****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |****************************************************************| (14/19) NodeCount: 2437065
1354.63/1355.02	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |***********
c |************
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| (15/19) NodeCount: 2437104
1354.63/1355.06	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |********
c |****************
c |********************************
c |****************************************************************| (16/19) NodeCount: 2437106
1354.63/1355.06	c |----------------------------------------------------------------|
c |
1354.63/1355.06	c
1354.63/1355.06	c main():: nodeCount: 2437106
1354.63/1355.06	c main():: dead ends in main: 40784
1354.63/1355.06	c main():: lookAheadCount: 153235740
1354.63/1355.06	c main():: unitResolveCount: 30815085
1354.63/1355.06	c main():: time=1354.900000
1354.63/1355.06	c main():: necessary_assignments: 558329
1354.63/1355.06	c main():: bin_sat: 0, bin_unsat 0
1354.63/1355.06	c main():: doublelook: #: 9428530, succes #: 6757625
1354.63/1355.06	c main():: doublelook: overall 6.378 of all possible doublelooks executed
1354.63/1355.06	c main():: doublelook: succesrate: 71.672, average DL_trigger: 53.230
1354.63/1355.06	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-1628150-1240128665/watcher-1628150-1240128665 -o /tmp/evaluation-result-1628150-1240128665/solver-1628150-1240128665 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1628150-1240128665.cnf 

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24128
/proc/meminfo: memFree=1304696/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=972 CPUtime=0
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 145 0 0 0 0 0 0 0 18 0 1 0 40894414 995328 128 1992294400 134512640 135197378 4294956240 18446744073709551615 134722737 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 243 128 65 167 0 74 0

[startup+0.082207 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24128
/proc/meminfo: memFree=1304696/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=1716 CPUtime=0.08
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 281 0 0 0 8 0 0 0 18 0 1 0 40894414 1757184 264 1992294400 134512640 135197378 4294956240 18446744073709551615 134614942 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 429 264 91 167 0 260 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1716

[startup+0.101208 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24128
/proc/meminfo: memFree=1304696/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=1716 CPUtime=0.09
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 283 0 0 0 9 0 0 0 18 0 1 0 40894414 1757184 266 1992294400 134512640 135197378 4294956240 18446744073709551615 134525315 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 429 266 91 167 0 260 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1716

[startup+0.301229 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24128
/proc/meminfo: memFree=1304696/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=1848 CPUtime=0.29
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 297 0 0 0 29 0 0 0 19 0 1 0 40894414 1892352 280 1992294400 134512640 135197378 4294956240 18446744073709551615 134594078 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 462 280 91 167 0 293 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1848

[startup+0.701269 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 24128
/proc/meminfo: memFree=1304696/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=1848 CPUtime=0.69
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 313 0 0 0 69 0 0 0 22 0 1 0 40894414 1892352 296 1992294400 134512640 135197378 4294956240 18446744073709551615 134590492 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 462 296 91 167 0 293 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1848

[startup+1.50135 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1303792/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=1848 CPUtime=1.49
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 323 0 0 0 149 0 0 0 25 0 1 0 40894414 1892352 306 1992294400 134512640 135197378 4294956240 18446744073709551615 134572898 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 462 306 91 167 0 293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1848

[startup+3.10152 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1303664/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=1980 CPUtime=3.09
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 329 0 0 0 309 0 0 0 25 0 1 0 40894414 2027520 312 1992294400 134512640 135197378 4294956240 18446744073709551615 134552773 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 495 312 91 167 0 326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1980

[startup+6.30184 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1303536/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=1980 CPUtime=6.29
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 339 0 0 0 629 0 0 0 25 0 1 0 40894414 2027520 322 1992294400 134512640 135197378 4294956240 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 495 322 91 167 0 326 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1980

[startup+12.7015 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1303424/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=1980 CPUtime=12.69
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 355 0 0 0 1269 0 0 0 25 0 1 0 40894414 2027520 338 1992294400 134512640 135197378 4294956240 18446744073709551615 134525344 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 495 338 91 167 0 326 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1980

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1303360/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=1980 CPUtime=25.49
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 366 0 0 0 2549 0 0 0 25 0 1 0 40894414 2027520 349 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 495 349 91 167 0 326 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1980

[startup+51.1014 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1303168/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=2276 CPUtime=51.08
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 410 0 0 0 5108 0 0 0 25 0 1 0 40894414 2330624 393 1992294400 134512640 135197378 4294956240 18446744073709551615 134539373 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 569 393 91 167 0 400 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2276

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1302976/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=2444 CPUtime=102.27
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 450 0 0 0 10227 0 0 0 25 0 1 0 40894414 2502656 433 1992294400 134512640 135197378 4294956240 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 611 433 91 167 0 442 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2444

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1302848/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=2596 CPUtime=162.25
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 492 0 0 0 16225 0 0 0 25 0 1 0 40894414 2658304 475 1992294400 134512640 135197378 4294956240 18446744073709551615 134539309 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 649 475 91 167 0 480 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2596

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1302528/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=3164 CPUtime=222.24
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 572 0 0 0 22223 1 0 0 25 0 1 0 40894414 3239936 555 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 791 555 91 167 0 622 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3164

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1302208/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=3164 CPUtime=282.22
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 637 0 0 0 28221 1 0 0 25 0 1 0 40894414 3239936 620 1992294400 134512640 135197378 4294956240 18446744073709551615 134526995 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 791 620 91 167 0 622 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 3164

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1301888/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=3840 CPUtime=342.2
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 716 0 0 0 34219 1 0 0 25 0 1 0 40894414 3932160 699 1992294400 134512640 135197378 4294956240 18446744073709551615 134542109 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 960 699 91 167 0 791 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 3840

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1301376/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=4604 CPUtime=402.19
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 831 0 0 0 40218 1 0 0 25 0 1 0 40894414 4714496 814 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 1151 814 91 167 0 982 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 4604

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1301056/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=4604 CPUtime=462.17
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 905 0 0 0 46216 1 0 0 25 0 1 0 40894414 4714496 888 1992294400 134512640 135197378 4294956240 18446744073709551615 134597295 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 1151 888 91 167 0 982 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 4604

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1300736/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=5756 CPUtime=522.15
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 1013 0 0 0 52214 1 0 0 25 0 1 0 40894414 5894144 996 1992294400 134512640 135197378 4294956240 18446744073709551615 134552756 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 1439 996 91 167 0 1270 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 5756

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1300096/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=5984 CPUtime=582.14
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 1152 0 0 0 58212 2 0 0 25 0 1 0 40894414 6127616 1135 1992294400 134512640 135197378 4294956240 18446744073709551615 134593980 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 1496 1135 91 167 0 1327 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 5984

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1299584/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=5984 CPUtime=642.13
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 1296 0 0 0 64211 2 0 0 25 0 1 0 40894414 6127616 1279 1992294400 134512640 135197378 4294956240 18446744073709551615 134552435 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 1496 1279 91 167 0 1327 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 5984


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

/proc/meminfo: memFree=1298432/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=7932 CPUtime=762.09
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 1570 0 0 0 76207 2 0 0 25 0 1 0 40894414 8122368 1553 1992294400 134512640 135197378 4294956240 18446744073709551615 134613440 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 1983 1553 91 167 0 1814 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 7932

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1297792/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=7932 CPUtime=822.08
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 1738 0 0 0 82205 3 0 0 25 0 1 0 40894414 8122368 1721 1992294400 134512640 135197378 4294956240 18446744073709551615 134597295 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 1983 1721 91 167 0 1814 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 7932

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1296960/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=10520 CPUtime=882.06
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 1934 0 0 0 88203 3 0 0 25 0 1 0 40894414 10772480 1917 1992294400 134512640 135197378 4294956240 18446744073709551615 134552646 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 2630 1917 91 167 0 2461 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 10520

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1296000/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=10972 CPUtime=942.05
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 2173 0 0 0 94201 4 0 0 25 0 1 0 40894414 11235328 2156 1992294400 134512640 135197378 4294956240 18446744073709551615 134539373 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 2743 2156 91 167 0 2574 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 10972

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1295296/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=10972 CPUtime=1002.03
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 2360 0 0 0 100199 4 0 0 25 0 1 0 40894414 11235328 2343 1992294400 134512640 135197378 4294956240 18446744073709551615 134525358 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 2743 2343 91 167 0 2574 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 10972

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1294272/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=14852 CPUtime=1062.01
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 2604 0 0 0 106197 4 0 0 25 0 1 0 40894414 15208448 2587 1992294400 134512640 135197378 4294956240 18446744073709551615 134556683 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 3713 2587 91 167 0 3544 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 14852

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 24129
/proc/meminfo: memFree=1293248/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=15752 CPUtime=1122
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 2862 0 0 0 112195 5 0 0 25 0 1 0 40894414 16130048 2845 1992294400 134512640 135197378 4294956240 18446744073709551615 134713223 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 3938 2845 91 167 0 3769 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 15752

[startup+1182.3 s]
/proc/loadavg: 1.07 0.99 0.99 2/65 24129
/proc/meminfo: memFree=1292032/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=15752 CPUtime=1181.98
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 3158 0 0 0 118193 5 0 0 25 0 1 0 40894414 16130048 3141 1992294400 134512640 135197378 4294956240 18446744073709551615 134552468 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 3938 3141 91 167 0 3769 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 15752

[startup+1242.3 s]
/proc/loadavg: 1.09 1.00 1.00 2/65 24129
/proc/meminfo: memFree=1290752/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=15752 CPUtime=1241.97
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 3474 0 0 0 124191 6 0 0 25 0 1 0 40894414 16130048 3457 1992294400 134512640 135197378 4294956240 18446744073709551615 134542063 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 3938 3457 91 167 0 3769 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 15752

[startup+1302.3 s]
/proc/loadavg: 1.09 1.02 1.00 2/65 24129
/proc/meminfo: memFree=1289216/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=21572 CPUtime=1301.95
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 3837 0 0 0 130189 6 0 0 25 0 1 0 40894414 22089728 3820 1992294400 134512640 135197378 4294956240 18446744073709551615 134542060 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 5393 3820 91 167 0 5224 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 21572

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

[startup+1305.5 s]
/proc/loadavg: 1.09 1.02 1.00 2/65 24129
/proc/meminfo: memFree=1289216/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=21572 CPUtime=1305.15
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 3857 0 0 0 130509 6 0 0 25 0 1 0 40894414 22089728 3840 1992294400 134512640 135197378 4294956240 18446744073709551615 134542317 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 5393 3840 91 167 0 5224 0
Current children cumulated CPU time (s) 1305.15
Current children cumulated vsize (KiB) 21572

[startup+1331.1 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 24129
/proc/meminfo: memFree=1288512/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=21572 CPUtime=1330.74
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 4022 0 0 0 133068 6 0 0 25 0 1 0 40894414 22089728 4005 1992294400 134512640 135197378 4294956240 18446744073709551615 134539193 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 5393 4005 91 167 0 5224 0
Current children cumulated CPU time (s) 1330.74
Current children cumulated vsize (KiB) 21572

[startup+1343.9 s]
/proc/loadavg: 1.13 1.03 1.01 2/65 24129
/proc/meminfo: memFree=1288128/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=21572 CPUtime=1343.53
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 4113 0 0 0 134347 6 0 0 25 0 1 0 40894414 22089728 4096 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 5393 4096 91 167 0 5224 0
Current children cumulated CPU time (s) 1343.53
Current children cumulated vsize (KiB) 21572

[startup+1350.3 s]
/proc/loadavg: 1.12 1.03 1.00 2/65 24129
/proc/meminfo: memFree=1287936/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=21572 CPUtime=1349.94
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 4157 0 0 0 134987 7 0 0 25 0 1 0 40894414 22089728 4140 1992294400 134512640 135197378 4294956240 18446744073709551615 134596997 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 5393 4140 91 167 0 5224 0
Current children cumulated CPU time (s) 1349.94
Current children cumulated vsize (KiB) 21572

[startup+1353.5 s]
/proc/loadavg: 1.11 1.03 1.00 2/65 24129
/proc/meminfo: memFree=1287872/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=21572 CPUtime=1353.14
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 4181 0 0 0 135307 7 0 0 25 0 1 0 40894414 22089728 4164 1992294400 134512640 135197378 4294956240 18446744073709551615 134611777 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 5393 4164 91 167 0 5224 0
Current children cumulated CPU time (s) 1353.14
Current children cumulated vsize (KiB) 21572

[startup+1354.3 s]
/proc/loadavg: 1.11 1.03 1.00 2/65 24129
/proc/meminfo: memFree=1287808/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=21572 CPUtime=1353.94
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 4187 0 0 0 135387 7 0 0 25 0 1 0 40894414 22089728 4170 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 5393 4170 91 167 0 5224 0
Current children cumulated CPU time (s) 1353.94
Current children cumulated vsize (KiB) 21572

[startup+1354.7 s]
/proc/loadavg: 1.11 1.03 1.00 2/65 24129
/proc/meminfo: memFree=1287808/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=21572 CPUtime=1354.34
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 4190 0 0 0 135427 7 0 0 25 0 1 0 40894414 22089728 4173 1992294400 134512640 135197378 4294956240 18446744073709551615 134525348 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 5393 4173 91 167 0 5224 0
Current children cumulated CPU time (s) 1354.34
Current children cumulated vsize (KiB) 21572

[startup+1354.9 s]
/proc/loadavg: 1.11 1.03 1.00 2/65 24129
/proc/meminfo: memFree=1287808/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=21572 CPUtime=1354.54
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 4192 0 0 0 135447 7 0 0 25 0 1 0 40894414 22089728 4175 1992294400 134512640 135197378 4294956240 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 5393 4175 91 167 0 5224 0
Current children cumulated CPU time (s) 1354.54
Current children cumulated vsize (KiB) 21572

[startup+1355 s]
/proc/loadavg: 1.11 1.03 1.00 2/65 24129
/proc/meminfo: memFree=1287808/2055920 swapFree=4192956/4192956
[pid=24128] ppid=24126 vsize=21572 CPUtime=1354.63
/proc/24128/stat : 24128 (march_hi) R 24126 24128 24091 0 -1 4194304 4192 0 0 0 135456 7 0 0 25 0 1 0 40894414 22089728 4175 1992294400 134512640 135197378 4294956240 18446744073709551615 134605243 0 0 4096 0 0 0 0 17 1 0 0
/proc/24128/statm: 5393 4175 91 167 0 5224 0
Current children cumulated CPU time (s) 1354.63
Current children cumulated vsize (KiB) 21572

Child status: 20
Real time (s): 1355.07
CPU time (s): 1354.71
CPU user time (s): 1354.63
CPU system time (s): 0.076988
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 21572

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

runsolver used 0.896863 second user time and 2.96455 second system time

The end

Launcher Data

Begin job on node45 at 2009-04-19 10:11:05
IDJOB=1628150
IDBENCH=70606
IDSOLVER=583
FILE ID=node45/1628150-1240128665
PBS_JOBID= 9157840
Free space on /tmp= 66476 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/480/unif-k3-r4.25-v480-c2040-S457856978-061.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1628150-1240128665/watcher-1628150-1240128665 -o /tmp/evaluation-result-1628150-1240128665/solver-1628150-1240128665 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1628150-1240128665.cnf

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

MD5SUM BENCH= 8ebd6c8756a6249928946b3a588cd94f
RANDOM SEED=522821444

node45.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.231
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.231
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:       1305112 kB
Buffers:         88176 kB
Cached:         567480 kB
SwapCached:          0 kB
Active:         298252 kB
Inactive:       371724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1305112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             864 kB
Writeback:           0 kB
Mapped:          24072 kB
Slab:            66884 kB
Committed_AS:   159504 kB
PageTables:       1376 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= 66476 MiB
End job on node45 at 2009-04-19 10:33:40