Trace number 1628141

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 2950.44 2951.24

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/540/
unif-k3-r4.25-v540-c2295-S1250067652-054.cnf
MD5SUM385aa4c60934b13e455a567c42e0ab0c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2950.44
Satisfiable
(Un)Satisfiability was proved
Number of variables540
Number of clauses2295
Sum of the clauses size6885
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32295
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 540 variables and 2295 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, 4 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 539 free variables and 2291 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.464
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 184 duplicate clauses
0.00/0.02	c resolvent_look() :: found 108 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 540 variables and 2399 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 540 variabels and 2399 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2399 / 540 ) = 4.44
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 = 539
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: 157
0.03/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/999) NodeCount: 671
0.19/0.24	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 5295
1.69/1.77	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 31754
11.89/11.99	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 135146
57.08/57.14	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 423396
197.94/198.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 |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 1011215
514.46/514.66	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1901954
1036.02/1036.31	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2918300
1674.55/1675.06	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 9/999) NodeCount: 3793707
2258.70/2259.37	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (10/999) NodeCount: 4359099
2656.18/2656.91	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (11/999) NodeCount: 4629230
2855.53/2856.38	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
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: 4722620
2927.61/2928.48	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (13/999) NodeCount: 4745783
2946.20/2947.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 |****************************************************************| (14/999) NodeCount: 4750071
2949.80/2950.66	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
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: 4750649
2950.30/2951.16	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |**********
c |***********
c |************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |************************
c |********************************
c |****************************************************************| (16/999) NodeCount: 4750706
2950.40/2951.21	c |----------------------------------------------------------------|
c |**
c |***
c |****
c |********
c |****************
c |********************************
c |****************************************************************| (17/999) NodeCount: 4750707
2950.40/2951.21	c |----------------------------------------------------------------|
c |
2950.40/2951.21	c
2950.40/2951.21	c main():: nodeCount: 4750707
2950.40/2951.21	c main():: dead ends in main: 81782
2950.40/2951.21	c main():: lookAheadCount: 294747250
2950.40/2951.21	c main():: unitResolveCount: 98127658
2950.40/2951.21	c main():: time=-1344.107296
2950.40/2951.21	c main():: necessary_assignments: 1165220
2950.40/2951.21	c main():: bin_sat: 0, bin_unsat 0
2950.40/2951.21	c main():: doublelook: #: 17983109, succes #: 12770517
2950.40/2951.21	c main():: doublelook: overall 6.320 of all possible doublelooks executed
2950.40/2951.21	c main():: doublelook: succesrate: 71.014, average DL_trigger: 60.326
2950.40/2951.21	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1628141-1240124841/watcher-1628141-1240124841 -o /tmp/evaluation-result-1628141-1240124841/solver-1628141-1240124841 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1628141-1240124841.cnf 

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 24812
/proc/meminfo: memFree=1427336/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=972 CPUtime=0
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 40513323 995328 126 1992294400 134512640 135197378 4294956240 18446744073709551615 134722737 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 243 126 65 167 0 74 0

[startup+0.0359199 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 24812
/proc/meminfo: memFree=1427336/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=1780 CPUtime=0.03
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 289 0 0 0 3 0 0 0 20 0 1 0 40513323 1822720 272 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 445 272 91 167 0 276 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1780

[startup+0.101926 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 24812
/proc/meminfo: memFree=1427336/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=1936 CPUtime=0.09
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 311 0 0 0 9 0 0 0 20 0 1 0 40513323 1982464 294 1992294400 134512640 135197378 4294956240 18446744073709551615 134542210 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 484 294 91 167 0 315 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1936

[startup+0.301948 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 24812
/proc/meminfo: memFree=1427336/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=1936 CPUtime=0.29
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 330 0 0 0 29 0 0 0 22 0 1 0 40513323 1982464 313 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 484 313 91 167 0 315 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1936

[startup+0.701993 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 24812
/proc/meminfo: memFree=1427336/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=2068 CPUtime=0.69
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 349 0 0 0 69 0 0 0 25 0 1 0 40513323 2117632 332 1992294400 134512640 135197378 4294956240 18446744073709551615 134542184 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 517 332 91 167 0 348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2068

[startup+1.50208 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1426240/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=2204 CPUtime=1.49
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 401 0 0 0 149 0 0 0 25 0 1 0 40513323 2256896 384 1992294400 134512640 135197378 4294956240 18446744073709551615 134552493 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 551 384 91 167 0 382 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2204

[startup+3.10126 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1425920/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=2372 CPUtime=3.09
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 427 0 0 0 309 0 0 0 25 0 1 0 40513323 2428928 410 1992294400 134512640 135197378 4294956240 18446744073709551615 134542426 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 593 410 91 167 0 424 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2372

[startup+6.30162 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1425728/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=2724 CPUtime=6.29
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 491 0 0 0 629 0 0 0 25 0 1 0 40513323 2789376 474 1992294400 134512640 135197378 4294956240 18446744073709551615 134542277 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 681 474 91 167 0 512 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2724

[startup+12.7013 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1425192/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=3292 CPUtime=12.69
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 604 0 0 0 1269 0 0 0 25 0 1 0 40513323 3371008 587 1992294400 134512640 135197378 4294956240 18446744073709551615 134542040 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 823 587 91 167 0 654 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3292

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1423976/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=5192 CPUtime=25.49
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 893 0 0 0 2549 0 0 0 25 0 1 0 40513323 5316608 876 1992294400 134512640 135197378 4294956240 18446744073709551615 134542072 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 1298 876 91 167 0 1129 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5192

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1422376/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=6836 CPUtime=51.07
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 1314 0 0 0 5107 0 0 0 25 0 1 0 40513323 7000064 1297 1992294400 134512640 135197378 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 1709 1297 91 167 0 1540 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6836

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1418984/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=12136 CPUtime=102.26
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 2137 0 0 0 10225 1 0 0 25 0 1 0 40513323 12427264 2120 1992294400 134512640 135197378 4294956240 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 3034 2120 91 167 0 2865 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 12136

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1415336/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=17984 CPUtime=162.25
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 3050 0 0 0 16223 2 0 0 25 0 1 0 40513323 18415616 3033 1992294400 134512640 135197378 4294956240 18446744073709551615 134615868 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 4496 3033 91 167 0 4327 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 17984

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1411752/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=17984 CPUtime=222.23
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 3937 0 0 0 22221 2 0 0 25 0 1 0 40513323 18415616 3920 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 4496 3920 91 167 0 4327 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 17984

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1408296/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=23804 CPUtime=282.21
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 4805 0 0 0 28218 3 0 0 25 0 1 0 40513323 24375296 4788 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 5951 4788 91 167 0 5782 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 23804

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1404648/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=27748 CPUtime=342.2
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 5696 0 0 0 34216 4 0 0 25 0 1 0 40513323 28413952 5679 1992294400 134512640 135197378 4294956240 18446744073709551615 134597284 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 6937 5679 91 167 0 6768 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 27748

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1401256/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=36480 CPUtime=402.19
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 6548 0 0 0 40214 5 0 0 25 0 1 0 40513323 37355520 6531 1992294400 134512640 135197378 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 9120 6531 91 167 0 8951 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 36480

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1397928/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=36480 CPUtime=462.17
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 7354 0 0 0 46212 5 0 0 25 0 1 0 40513323 37355520 7337 1992294400 134512640 135197378 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 9120 7337 91 167 0 8951 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 36480

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1394728/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=36480 CPUtime=522.16
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 8164 0 0 0 52210 6 0 0 25 0 1 0 40513323 37355520 8147 1992294400 134512640 135197378 4294956240 18446744073709551615 134542026 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 9120 8147 91 167 0 8951 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 36480

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1391272/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=49576 CPUtime=582.14
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 9021 0 0 0 58208 6 0 0 25 0 1 0 40513323 50765824 9004 1992294400 134512640 135197378 4294956240 18446744073709551615 134603849 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 12394 9004 91 167 0 12225 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 49576

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24813
/proc/meminfo: memFree=1387880/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=57456 CPUtime=642.13
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 9844 0 0 0 64206 7 0 0 25 0 1 0 40513323 58834944 9827 1992294400 134512640 135197378 4294956240 18446744073709551615 134539304 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 14364 9827 91 167 0 14195 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 57456


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

/proc/meminfo: memFree=1304936/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=166664 CPUtime=2321.68
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 30419 0 0 0 232149 19 0 0 25 0 1 0 40513323 170663936 30402 1992294400 134512640 135197378 4294956240 18446744073709551615 134542104 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 41666 30402 91 167 0 41497 0
Current children cumulated CPU time (s) 2321.68
Current children cumulated vsize (KiB) 166664

[startup+2382.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1302312/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=166664 CPUtime=2381.66
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 31079 0 0 0 238147 19 0 0 25 0 1 0 40513323 170663936 31062 1992294400 134512640 135197378 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 41666 31062 91 167 0 41497 0
Current children cumulated CPU time (s) 2381.66
Current children cumulated vsize (KiB) 166664

[startup+2442.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1299688/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=166664 CPUtime=2441.64
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 31734 0 0 0 244145 19 0 0 25 0 1 0 40513323 170663936 31717 1992294400 134512640 135197378 4294956240 18446744073709551615 134592456 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 41666 31717 91 167 0 41497 0
Current children cumulated CPU time (s) 2441.64
Current children cumulated vsize (KiB) 166664

[startup+2502.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1297128/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=166664 CPUtime=2501.63
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 32370 0 0 0 250143 20 0 0 25 0 1 0 40513323 170663936 32353 1992294400 134512640 135197378 4294956240 18446744073709551615 134597842 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 41666 32353 91 167 0 41497 0
Current children cumulated CPU time (s) 2501.63
Current children cumulated vsize (KiB) 166664

[startup+2562.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1294440/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=166664 CPUtime=2561.61
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 33027 0 0 0 256141 20 0 0 25 0 1 0 40513323 170663936 33010 1992294400 134512640 135197378 4294956240 18446744073709551615 134542101 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 41666 33010 91 167 0 41497 0
Current children cumulated CPU time (s) 2561.61
Current children cumulated vsize (KiB) 166664

[startup+2622.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1291880/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=166664 CPUtime=2621.6
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 33654 0 0 0 262140 20 0 0 25 0 1 0 40513323 170663936 33637 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 41666 33637 91 167 0 41497 0
Current children cumulated CPU time (s) 2621.6
Current children cumulated vsize (KiB) 166664

[startup+2682.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1289256/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2681.58
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 34293 0 0 0 268137 21 0 0 25 0 1 0 40513323 202948608 34276 1992294400 134512640 135197378 4294956240 18446744073709551615 134593883 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 34276 91 167 0 49379 0
Current children cumulated CPU time (s) 2681.58
Current children cumulated vsize (KiB) 198192

[startup+2742.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1286760/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2741.56
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 34919 0 0 0 274135 21 0 0 25 0 1 0 40513323 202948608 34902 1992294400 134512640 135197378 4294956240 18446744073709551615 134616140 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 34902 91 167 0 49379 0
Current children cumulated CPU time (s) 2741.56
Current children cumulated vsize (KiB) 198192

[startup+2802.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1284328/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2801.54
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 35515 0 0 0 280133 21 0 0 25 0 1 0 40513323 202948608 35498 1992294400 134512640 135197378 4294956240 18446744073709551615 134597139 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 35498 91 167 0 49379 0
Current children cumulated CPU time (s) 2801.54
Current children cumulated vsize (KiB) 198192

[startup+2862.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1281960/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2861.53
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 36101 0 0 0 286131 22 0 0 25 0 1 0 40513323 202948608 36084 1992294400 134512640 135197378 4294956240 18446744073709551615 134542045 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 36084 91 167 0 49379 0
Current children cumulated CPU time (s) 2861.53
Current children cumulated vsize (KiB) 198192

[startup+2922.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1279592/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2921.51
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 36676 0 0 0 292129 22 0 0 25 0 1 0 40513323 202948608 36659 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 36659 91 167 0 49379 0
Current children cumulated CPU time (s) 2921.51
Current children cumulated vsize (KiB) 198192

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

[startup+2931.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1279208/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2930.31
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 36756 0 0 0 293009 22 0 0 25 0 1 0 40513323 202948608 36739 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 36739 91 167 0 49379 0
Current children cumulated CPU time (s) 2930.31
Current children cumulated vsize (KiB) 198192

[startup+2943.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1278760/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2943.1
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 36871 0 0 0 294288 22 0 0 25 0 1 0 40513323 202948608 36854 1992294400 134512640 135197378 4294956240 18446744073709551615 134590370 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 36854 91 167 0 49379 0
Current children cumulated CPU time (s) 2943.1
Current children cumulated vsize (KiB) 198192

[startup+2947.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1278632/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2946.3
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 36897 0 0 0 294608 22 0 0 25 0 1 0 40513323 202948608 36880 1992294400 134512640 135197378 4294956240 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 36880 91 167 0 49379 0
Current children cumulated CPU time (s) 2946.3
Current children cumulated vsize (KiB) 198192

[startup+2948.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1278568/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2947.9
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 36912 0 0 0 294768 22 0 0 25 0 1 0 40513323 202948608 36895 1992294400 134512640 135197378 4294956240 18446744073709551615 134591981 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 36895 91 167 0 49379 0
Current children cumulated CPU time (s) 2947.9
Current children cumulated vsize (KiB) 198192

[startup+2950.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1278504/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2949.5
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 36925 0 0 0 294928 22 0 0 25 0 1 0 40513323 202948608 36908 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 36908 91 167 0 49379 0
Current children cumulated CPU time (s) 2949.5
Current children cumulated vsize (KiB) 198192

[startup+2950.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1278504/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2949.9
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 36928 0 0 0 294968 22 0 0 25 0 1 0 40513323 202948608 36911 1992294400 134512640 135197378 4294956240 18446744073709551615 134594091 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 36911 91 167 0 49379 0
Current children cumulated CPU time (s) 2949.9
Current children cumulated vsize (KiB) 198192

[startup+2951.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1278504/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2950.3
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 36932 0 0 0 295008 22 0 0 25 0 1 0 40513323 202948608 36915 1992294400 134512640 135197378 4294956240 18446744073709551615 134601739 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 36915 91 167 0 49379 0
Current children cumulated CPU time (s) 2950.3
Current children cumulated vsize (KiB) 198192

[startup+2951.2 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24815
/proc/meminfo: memFree=1278440/2055920 swapFree=4192956/4192956
[pid=24812] ppid=24810 vsize=198192 CPUtime=2950.4
/proc/24812/stat : 24812 (march_hi) R 24810 24812 24775 0 -1 4194304 36932 0 0 0 295018 22 0 0 25 0 1 0 40513323 202948608 36915 1992294400 134512640 135197378 4294956240 18446744073709551615 134571175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24812/statm: 49548 36915 91 167 0 49379 0
Current children cumulated CPU time (s) 2950.4
Current children cumulated vsize (KiB) 198192

Child status: 20
Real time (s): 2951.24
CPU time (s): 2950.44
CPU user time (s): 2950.2
CPU system time (s): 0.246962
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 198192

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

runsolver used 3.21151 second user time and 6.74597 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-19 09:07:21
IDJOB=1628141
IDBENCH=70597
IDSOLVER=583
FILE ID=node87/1628141-1240124841
PBS_JOBID= 9157822
Free space on /tmp= 66472 MiB

SOLVER NAME= march_hi hi
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/540/unif-k3-r4.25-v540-c2295-S1250067652-054.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1628141-1240124841/watcher-1628141-1240124841 -o /tmp/evaluation-result-1628141-1240124841/solver-1628141-1240124841 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_hi HOME/instance-1628141-1240124841.cnf

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

MD5SUM BENCH= 385aa4c60934b13e455a567c42e0ab0c
RANDOM SEED=640707002

node87.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1427816 kB
Buffers:         80264 kB
Cached:         451428 kB
SwapCached:          0 kB
Active:         222776 kB
Inactive:       322636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427816 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             868 kB
Writeback:           0 kB
Mapped:          23444 kB
Slab:            68600 kB
Committed_AS:   163612 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= 66472 MiB
End job on node87 at 2009-04-19 09:56:33