Trace number 1628097

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 1746.03 1746.57

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/520/
unif-k3-r4.25-v520-c2210-S159251645-087.cnf
MD5SUMce26e93a4185cf6cf29bdb9810800206
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1746.03
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, 23 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 516 free variables and 2187 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.439
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 156 duplicate clauses
0.00/0.02	c resolvent_look() :: found 81 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 520 variables and 2268 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 2268 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2268 / 520 ) = 4.36
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 = 516
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: 137
0.02/0.09	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 547
0.19/0.21	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 3866
1.39/1.40	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 22333
8.79/8.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 |****************************************************************| ( 4/999) NodeCount: 93863
41.58/41.65	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 291024
142.65/142.79	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 683330
365.98/366.17	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 7/999) NodeCount: 1250247
719.58/719.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 |****************************************************************| ( 8/999) NodeCount: 1847756
1121.55/1121.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 |****************************************************************| ( 9/999) NodeCount: 2305313
1449.54/1450.01	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2557617
1640.39/1640.95	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2656858
1718.87/1719.40	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2683892
1741.26/1741.82	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (13/999) NodeCount: 2688742
1745.46/1746.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |************************
c |****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (14/999) NodeCount: 2689259
1745.96/1746.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 |****************************************************************| (15/999) NodeCount: 2689280
1745.96/1746.55	c |----------------------------------------------------------------|
c |
1745.96/1746.55	c
1745.96/1746.55	c main():: nodeCount: 2689280
1745.96/1746.55	c main():: dead ends in main: 43310
1745.96/1746.55	c main():: lookAheadCount: 167832617
1745.96/1746.55	c main():: unitResolveCount: 53759973
1745.96/1746.55	c main():: time=1746.280000
1745.96/1746.55	c main():: necessary_assignments: 661373
1745.96/1746.55	c main():: bin_sat: 0, bin_unsat 0
1745.96/1746.55	c main():: doublelook: #: 10303284, succes #: 7333126
1745.96/1746.55	c main():: doublelook: overall 6.358 of all possible doublelooks executed
1745.96/1746.55	c main():: doublelook: succesrate: 71.173, average DL_trigger: 56.913
1745.96/1746.55	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-1628097-1240109163/watcher-1628097-1240109163 -o /tmp/evaluation-result-1628097-1240109163/solver-1628097-1240109163 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1628097-1240109163.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 26104
/proc/meminfo: memFree=1140136/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=984 CPUtime=0
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 144 0 0 0 0 0 0 0 18 0 1 0 38943453 1007616 128 1992294400 134512640 135197378 4294956240 18446744073709551615 134718590 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 246 130 65 167 0 77 0

[startup+0.026669 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26104
/proc/meminfo: memFree=1140136/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=1764 CPUtime=0.02
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 255 0 0 0 2 0 0 0 18 0 1 0 38943453 1806336 238 1992294400 134512640 135197378 4294956240 18446744073709551615 134541222 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 441 239 91 167 0 272 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1764

[startup+0.102678 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26104
/proc/meminfo: memFree=1140136/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=1900 CPUtime=0.09
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 301 0 0 0 9 0 0 0 18 0 1 0 38943453 1945600 284 1992294400 134512640 135197378 4294956240 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 475 284 91 167 0 306 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1900

[startup+0.301701 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26104
/proc/meminfo: memFree=1140136/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=1900 CPUtime=0.29
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 316 0 0 0 29 0 0 0 19 0 1 0 38943453 1945600 299 1992294400 134512640 135197378 4294956240 18446744073709551615 134556324 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 475 299 91 167 0 306 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1900

[startup+0.701744 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26104
/proc/meminfo: memFree=1140136/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=2044 CPUtime=0.69
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 336 0 0 0 69 0 0 0 22 0 1 0 38943453 2093056 319 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 511 319 91 167 0 342 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2044

[startup+1.50183 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1139168/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=2180 CPUtime=1.49
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 381 0 0 0 149 0 0 0 25 0 1 0 38943453 2232320 364 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 545 364 91 167 0 376 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2180

[startup+3.10201 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1138848/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=2248 CPUtime=3.09
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 411 0 0 0 309 0 0 0 25 0 1 0 38943453 2301952 394 1992294400 134512640 135197378 4294956240 18446744073709551615 134542163 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 562 394 91 167 0 393 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2248

[startup+6.30136 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1138528/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=2656 CPUtime=6.29
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 469 0 0 0 629 0 0 0 25 0 1 0 38943453 2719744 452 1992294400 134512640 135197378 4294956240 18446744073709551615 134548451 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 664 452 91 167 0 495 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2656

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1138024/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=3224 CPUtime=12.68
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 574 0 0 0 1268 0 0 0 25 0 1 0 38943453 3301376 557 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 806 557 91 167 0 637 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3224

[startup+25.5025 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1136872/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=4340 CPUtime=25.49
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 845 0 0 0 2548 1 0 0 25 0 1 0 38943453 4444160 828 1992294400 134512640 135197378 4294956240 18446744073709551615 134542056 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 1085 828 91 167 0 916 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4340

[startup+51.1023 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1135400/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=6732 CPUtime=51.08
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 1233 0 0 0 5107 1 0 0 25 0 1 0 38943453 6893568 1216 1992294400 134512640 135197378 4294956240 18446744073709551615 134552773 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 1683 1216 91 167 0 1514 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6732

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1132328/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=9400 CPUtime=102.27
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 1987 0 0 0 10225 2 0 0 25 0 1 0 38943453 9625600 1970 1992294400 134512640 135197378 4294956240 18446744073709551615 134593933 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 2350 1970 91 167 0 2181 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9400

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1128936/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=13880 CPUtime=162.24
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 2825 0 0 0 16222 2 0 0 25 0 1 0 38943453 14213120 2808 1992294400 134512640 135197378 4294956240 18446744073709551615 134525315 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 3470 2808 91 167 0 3301 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 13880

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1125608/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=17760 CPUtime=222.23
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 3641 0 0 0 22220 3 0 0 25 0 1 0 38943453 18186240 3624 1992294400 134512640 135197378 4294956240 18446744073709551615 134552753 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 4440 3624 91 167 0 4271 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 17760

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1122344/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=23580 CPUtime=282.2
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 4449 0 0 0 28217 3 0 0 25 0 1 0 38943453 24145920 4432 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 5895 4432 91 167 0 5726 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 23580

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1119208/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=27364 CPUtime=342.19
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 5218 0 0 0 34215 4 0 0 25 0 1 0 38943453 28020736 5201 1992294400 134512640 135197378 4294956240 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 6841 5201 91 167 0 6672 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 27364

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1116136/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=36096 CPUtime=402.17
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 5990 0 0 0 40213 4 0 0 25 0 1 0 38943453 36962304 5973 1992294400 134512640 135197378 4294956240 18446744073709551615 134525315 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 9024 5973 91 167 0 8855 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 36096

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1113192/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=36096 CPUtime=462.16
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 6731 0 0 0 46211 5 0 0 25 0 1 0 38943453 36962304 6714 1992294400 134512640 135197378 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 9024 6714 91 167 0 8855 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 36096

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1110248/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=36096 CPUtime=522.14
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 7488 0 0 0 52209 5 0 0 25 0 1 0 38943453 36962304 7471 1992294400 134512640 135197378 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 9024 7471 91 167 0 8855 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 36096

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1107176/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=36096 CPUtime=582.11
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 8258 0 0 0 58206 5 0 0 25 0 1 0 38943453 36962304 8241 1992294400 134512640 135197378 4294956240 18446744073709551615 134525339 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 9024 8241 91 167 0 8855 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 36096

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26105
/proc/meminfo: memFree=1104168/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=49192 CPUtime=642.1
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 8976 0 0 0 64204 6 0 0 25 0 1 0 38943453 50372608 8959 1992294400 134512640 135197378 4294956240 18446744073709551615 134542050 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 12298 8959 91 167 0 12129 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 49192


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

/proc/meminfo: memFree=1084584/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=76404 CPUtime=1061.96
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 13850 0 0 0 106186 10 0 0 25 0 1 0 38943453 78237696 13833 1992294400 134512640 135197378 4294956240 18446744073709551615 134611821 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 19101 13833 91 167 0 18932 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 76404

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1082024/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=76404 CPUtime=1121.95
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 14498 0 0 0 112184 11 0 0 25 0 1 0 38943453 78237696 14481 1992294400 134512640 135197378 4294956240 18446744073709551615 134572862 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 19101 14481 91 167 0 18932 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 76404

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1079336/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=76404 CPUtime=1181.92
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 15167 0 0 0 118181 11 0 0 25 0 1 0 38943453 78237696 15150 1992294400 134512640 135197378 4294956240 18446744073709551615 134541254 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 19101 15150 91 167 0 18932 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 76404

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1076712/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=76404 CPUtime=1241.91
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 15809 0 0 0 124179 12 0 0 25 0 1 0 38943453 78237696 15792 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 19101 15792 91 167 0 18932 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 76404

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1074216/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=76404 CPUtime=1301.9
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 16439 0 0 0 130178 12 0 0 25 0 1 0 38943453 78237696 16422 1992294400 134512640 135197378 4294956240 18446744073709551615 134539373 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 19101 16422 91 167 0 18932 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 76404

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1071464/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=91540 CPUtime=1361.88
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 17117 0 0 0 136175 13 0 0 25 0 1 0 38943453 93736960 17100 1992294400 134512640 135197378 4294956240 18446744073709551615 134523574 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 22885 17100 91 167 0 22716 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 91540

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1068904/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=91540 CPUtime=1421.86
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 17740 0 0 0 142173 13 0 0 25 0 1 0 38943453 93736960 17723 1992294400 134512640 135197378 4294956240 18446744073709551615 134570780 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 22885 17723 91 167 0 22716 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 91540

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1066472/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=91540 CPUtime=1481.83
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 18349 0 0 0 148170 13 0 0 25 0 1 0 38943453 93736960 18332 1992294400 134512640 135197378 4294956240 18446744073709551615 134541962 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 22885 18332 91 167 0 22716 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 91540

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1064168/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=91540 CPUtime=1541.82
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 18946 0 0 0 154168 14 0 0 25 0 1 0 38943453 93736960 18929 1992294400 134512640 135197378 4294956240 18446744073709551615 134539253 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 22885 18929 91 167 0 22716 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 91540

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1061736/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=121008 CPUtime=1601.8
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 19556 0 0 0 160165 15 0 0 25 0 1 0 38943453 123912192 19539 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 30252 19539 91 167 0 30083 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 121008

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1059432/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=121008 CPUtime=1661.78
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 20126 0 0 0 166163 15 0 0 25 0 1 0 38943453 123912192 20109 1992294400 134512640 135197378 4294956240 18446744073709551615 134591978 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 30252 20109 91 167 0 30083 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 121008

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1057192/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=121008 CPUtime=1721.76
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 20681 0 0 0 172160 16 0 0 25 0 1 0 38943453 123912192 20664 1992294400 134512640 135197378 4294956240 18446744073709551615 134542287 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 30252 20664 91 167 0 30083 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 121008

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

[startup+1727.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1057000/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=121008 CPUtime=1727.36
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 20728 0 0 0 172720 16 0 0 25 0 1 0 38943453 123912192 20711 1992294400 134512640 135197378 4294956240 18446744073709551615 134592835 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 30252 20711 91 167 0 30083 0
Current children cumulated CPU time (s) 1727.36
Current children cumulated vsize (KiB) 121008

[startup+1734.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1056808/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=121008 CPUtime=1733.76
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 20783 0 0 0 173360 16 0 0 25 0 1 0 38943453 123912192 20766 1992294400 134512640 135197378 4294956240 18446744073709551615 134542026 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 30252 20766 91 167 0 30083 0
Current children cumulated CPU time (s) 1733.76
Current children cumulated vsize (KiB) 121008

[startup+1740.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1056552/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=121008 CPUtime=1740.16
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 20839 0 0 0 173999 17 0 0 25 0 1 0 38943453 123912192 20822 1992294400 134512640 135197378 4294956240 18446744073709551615 134542169 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 30252 20822 91 167 0 30083 0
Current children cumulated CPU time (s) 1740.16
Current children cumulated vsize (KiB) 121008

[startup+1743.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1056424/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=121008 CPUtime=1743.36
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 20865 0 0 0 174319 17 0 0 25 0 1 0 38943453 123912192 20848 1992294400 134512640 135197378 4294956240 18446744073709551615 134542117 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 30252 20848 91 167 0 30083 0
Current children cumulated CPU time (s) 1743.36
Current children cumulated vsize (KiB) 121008

[startup+1745.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1056424/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=121008 CPUtime=1744.96
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 20878 0 0 0 174479 17 0 0 25 0 1 0 38943453 123912192 20861 1992294400 134512640 135197378 4294956240 18446744073709551615 134590626 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 30252 20861 91 167 0 30083 0
Current children cumulated CPU time (s) 1744.96
Current children cumulated vsize (KiB) 121008

[startup+1746.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1056360/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=121008 CPUtime=1745.76
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 20883 0 0 0 174559 17 0 0 25 0 1 0 38943453 123912192 20866 1992294400 134512640 135197378 4294956240 18446744073709551615 134605243 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 30252 20866 91 167 0 30083 0
Current children cumulated CPU time (s) 1745.76
Current children cumulated vsize (KiB) 121008

[startup+1746.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 26111
/proc/meminfo: memFree=1056360/2055920 swapFree=4192956/4192956
[pid=26104] ppid=26102 vsize=121008 CPUtime=1745.96
/proc/26104/stat : 26104 (march_hi) R 26102 26104 22961 0 -1 4194304 20885 0 0 0 174579 17 0 0 25 0 1 0 38943453 123912192 20868 1992294400 134512640 135197378 4294956240 18446744073709551615 134594027 0 0 4096 0 0 0 0 17 1 0 0
/proc/26104/statm: 30252 20868 91 167 0 30083 0
Current children cumulated CPU time (s) 1745.96
Current children cumulated vsize (KiB) 121008

Child status: 20
Real time (s): 1746.57
CPU time (s): 1746.03
CPU user time (s): 1745.85
CPU system time (s): 0.183972
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 121008

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

runsolver used 1.59276 second user time and 3.24351 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-19 04:46:03
IDJOB=1628097
IDBENCH=70553
IDSOLVER=583
FILE ID=node59/1628097-1240109163
PBS_JOBID= 9157723
Free space on /tmp= 66444 MiB

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

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

MD5SUM BENCH= ce26e93a4185cf6cf29bdb9810800206
RANDOM SEED=441067282

node59.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.240
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.240
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:       1140552 kB
Buffers:         88948 kB
Cached:         725624 kB
SwapCached:          0 kB
Active:         298968 kB
Inactive:       529568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1140552 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             796 kB
Writeback:           0 kB
Mapped:          23708 kB
Slab:            72760 kB
Committed_AS:   176176 kB
PageTables:       1456 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= 66444 MiB
End job on node59 at 2009-04-19 05:15:09