Trace number 1628084

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 2913.41 2914.67

General information on the benchmark

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

Solver Data

0.02/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.02/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.02/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.02/0.02	c main()::
0.02/0.02	c initFormula():: searching for DIMACS p-line....
0.02/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 500 variables and 2125 clauses.
0.02/0.02	c parseCNF():: parsing....
0.02/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.02/0.02	c runParser():: parsing was successful, warming up engines...
0.02/0.02	c simplify_formula():: removed 0 tautological, 9 satisfied and 0 duplicate clauses
0.02/0.02	c preprocessing fase I completed:: there are now 498 free variables and 2116 clauses.
0.02/0.02	c stat :: sign balance is biased by 0.454
0.02/0.02	c using 3-SAT heuristics (occurence based diff)
0.02/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.02/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 171 duplicate clauses
0.02/0.02	c resolvent_look() :: found 77 resolvents
0.02/0.02	c lessRedundantTransformation():: nothing to be done.
0.02/0.02	c transformTo3SAT():: you gave me 500 variables and 2193 clauses.
0.02/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.02/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.02/0.02	c transformTo3SAT():: the transformation yielded 500 variabels and 2193 clauses.
0.02/0.02	c main():: clause / variable ratio: ( 2193 / 500 ) = 4.39
0.02/0.02	c longest clause has size 3
0.02/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.02/0.02	c number of free variables = 498
0.02/0.02	c dynamic_preselect_setsize :: off
0.02/0.02	c main():: all systems go!
0.02/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 152
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: 651
0.20/0.22	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 5117
1.60/1.62	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 31368
11.00/11.09	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 138279
55.17/55.25	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 448790
199.41/199.52	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 1097932
534.76/535.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 |****************************************************************| ( 7/999) NodeCount: 2081877
1092.72/1093.20	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3172611
1760.34/1761.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 |****************************************************************| ( 9/999) NodeCount: 4057123
2337.19/2338.24	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (10/999) NodeCount: 4576491
2694.34/2695.52	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (11/999) NodeCount: 4794894
2850.97/2852.23	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
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: 4860608
2899.85/2901.13	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4875231
2911.04/2912.39	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4877656
2913.04/2914.36	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |******
c |*******
c |********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
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: 4877944
2913.34/2914.61	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |****************************************************************| (16/999) NodeCount: 4877968
2913.34/2914.63	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| (17/999) NodeCount: 4877970
2913.34/2914.64	c |----------------------------------------------------------------|
c |
2913.34/2914.64	c
2913.34/2914.64	c main():: nodeCount: 4877970
2913.34/2914.64	c main():: dead ends in main: 93188
2913.34/2914.64	c main():: lookAheadCount: 305203151
2913.34/2914.64	c main():: unitResolveCount: 99439189
2913.34/2914.64	c main():: time=-1381.147296
2913.34/2914.64	c main():: necessary_assignments: 1231265
2913.34/2914.64	c main():: bin_sat: 0, bin_unsat 0
2913.34/2914.64	c main():: doublelook: #: 18778217, succes #: 13406543
2913.34/2914.64	c main():: doublelook: overall 6.377 of all possible doublelooks executed
2913.34/2914.64	c main():: doublelook: succesrate: 71.394, average DL_trigger: 57.489
2913.34/2914.64	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-1628084-1240102546/watcher-1628084-1240102546 -o /tmp/evaluation-result-1628084-1240102546/solver-1628084-1240102546 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1628084-1240102546.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/65 20518
/proc/meminfo: memFree=1148224/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=976 CPUtime=0
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 38284484 999424 129 1992294400 134512640 135197378 4294956240 18446744073709551615 134722737 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 244 129 65 167 0 75 0

[startup+0.0201419 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 20518
/proc/meminfo: memFree=1148224/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1740 CPUtime=0.02
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 226 0 0 0 2 0 0 0 18 0 1 0 38284484 1781760 209 1992294400 134512640 135197378 4294956240 18446744073709551615 134687881 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 435 209 86 167 0 266 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1740

[startup+0.101152 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 20518
/proc/meminfo: memFree=1148224/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1740 CPUtime=0.1
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 296 0 0 0 10 0 0 0 18 0 1 0 38284484 1781760 279 1992294400 134512640 135197378 4294956240 18446744073709551615 134649267 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 435 279 91 167 0 266 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1740

[startup+0.301173 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 20518
/proc/meminfo: memFree=1148224/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1888 CPUtime=0.3
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 309 0 0 0 30 0 0 0 19 0 1 0 38284484 1933312 292 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 472 292 91 167 0 303 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1888

[startup+0.701215 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 20518
/proc/meminfo: memFree=1148224/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=1888 CPUtime=0.7
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 338 0 0 0 70 0 0 0 23 0 1 0 38284484 1933312 321 1992294400 134512640 135197378 4294956240 18446744073709551615 134552499 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 472 321 91 167 0 303 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1888

[startup+1.5013 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 20519
/proc/meminfo: memFree=1147256/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=2092 CPUtime=1.5
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 367 0 0 0 150 0 0 0 25 0 1 0 38284484 2142208 350 1992294400 134512640 135197378 4294956240 18446744073709551615 134572765 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 523 350 91 167 0 354 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2092

[startup+3.10147 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 20519
/proc/meminfo: memFree=1147064/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=2564 CPUtime=3.1
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 455 0 0 0 310 0 0 0 25 0 1 0 38284484 2625536 438 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 641 438 91 167 0 472 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2564

[startup+6.30181 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 20519
/proc/meminfo: memFree=1146488/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=2716 CPUtime=6.3
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 520 0 0 0 630 0 0 0 25 0 1 0 38284484 2781184 503 1992294400 134512640 135197378 4294956240 18446744073709551615 134542216 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 679 503 91 167 0 510 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 2716

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 20519
/proc/meminfo: memFree=1145976/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=3284 CPUtime=12.69
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 666 0 0 0 1269 0 0 0 25 0 1 0 38284484 3362816 609 1992294400 134512640 135197378 4294956240 18446744073709551615 134552521 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 821 609 91 167 0 652 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3284

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 20519
/proc/meminfo: memFree=1145144/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=4792 CPUtime=25.49
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 900 0 0 0 2549 0 0 0 25 0 1 0 38284484 4907008 843 1992294400 134512640 135197378 4294956240 18446744073709551615 134525315 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 1198 843 91 167 0 1029 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4792

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 20519
/proc/meminfo: memFree=1143416/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=6400 CPUtime=51.07
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 1347 0 0 0 5107 0 0 0 25 0 1 0 38284484 6553600 1290 1992294400 134512640 135197378 4294956240 18446744073709551615 134570760 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 1600 1290 91 167 0 1431 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6400

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 20519
/proc/meminfo: memFree=1139832/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=11632 CPUtime=102.26
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 2192 0 0 0 10225 1 0 0 25 0 1 0 38284484 11911168 2135 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 2908 2135 91 167 0 2739 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11632

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20519
/proc/meminfo: memFree=1135928/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=17476 CPUtime=162.23
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 3181 0 0 0 16222 1 0 0 25 0 1 0 38284484 17895424 3124 1992294400 134512640 135197378 4294956240 18446744073709551615 134539354 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 4369 3124 91 167 0 4200 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17476

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20519
/proc/meminfo: memFree=1132088/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=23296 CPUtime=222.2
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 4114 0 0 0 22218 2 0 0 25 0 1 0 38284484 23855104 4057 1992294400 134512640 135197378 4294956240 18446744073709551615 134539191 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 5824 4057 91 167 0 5655 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 23296

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20519
/proc/meminfo: memFree=1128568/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=26968 CPUtime=282.18
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 5020 0 0 0 28216 2 0 0 25 0 1 0 38284484 27615232 4963 1992294400 134512640 135197378 4294956240 18446744073709551615 134542288 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 6742 4963 91 167 0 6573 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 26968

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20525
/proc/meminfo: memFree=1124856/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=26968 CPUtime=342.14
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 5932 0 0 0 34211 3 0 0 25 0 1 0 38284484 27615232 5875 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 6742 5875 91 167 0 6573 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 26968

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20525
/proc/meminfo: memFree=1121208/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=35700 CPUtime=402.1
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 6844 0 0 0 40207 3 0 0 25 0 1 0 38284484 36556800 6787 1992294400 134512640 135197378 4294956240 18446744073709551615 134525358 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 8925 6787 91 167 0 8756 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 35700

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20525
/proc/meminfo: memFree=1117560/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=35700 CPUtime=462.08
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 7742 0 0 0 46204 4 0 0 25 0 1 0 38284484 36556800 7685 1992294400 134512640 135197378 4294956240 18446744073709551615 134618885 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 8925 7685 91 167 0 8756 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 35700

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20525
/proc/meminfo: memFree=1114168/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=35700 CPUtime=522.06
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 8590 0 0 0 52202 4 0 0 25 0 1 0 38284484 36556800 8533 1992294400 134512640 135197378 4294956240 18446744073709551615 134525312 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 8925 8533 91 167 0 8756 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 35700

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20525
/proc/meminfo: memFree=1110712/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=56268 CPUtime=582.04
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 9461 0 0 0 58199 5 0 0 25 0 1 0 38284484 57618432 9404 1992294400 134512640 135197378 4294956240 18446744073709551615 134552521 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 14067 9404 91 167 0 13898 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 56268

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20525
/proc/meminfo: memFree=1107192/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=56268 CPUtime=642.01
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 10325 0 0 0 64196 5 0 0 25 0 1 0 38284484 57618432 10268 1992294400 134512640 135197378 4294956240 18446744073709551615 134552749 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 14067 10268 91 167 0 13898 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 56268


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

/proc/meminfo: memFree=1020408/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2321.31
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 31887 0 0 0 232113 18 0 0 25 0 1 0 38284484 198393856 31830 1992294400 134512640 135197378 4294956240 18446744073709551615 134594007 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 31830 91 167 0 48267 0
Current children cumulated CPU time (s) 2321.31
Current children cumulated vsize (KiB) 193744

[startup+2382.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20525
/proc/meminfo: memFree=1017592/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2381.27
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 32587 0 0 0 238109 18 0 0 25 0 1 0 38284484 198393856 32530 1992294400 134512640 135197378 4294956240 18446744073709551615 134541965 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 32530 91 167 0 48267 0
Current children cumulated CPU time (s) 2381.27
Current children cumulated vsize (KiB) 193744

[startup+2442.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20525
/proc/meminfo: memFree=1014776/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2441.24
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 33277 0 0 0 244106 18 0 0 25 0 1 0 38284484 198393856 33220 1992294400 134512640 135197378 4294956240 18446744073709551615 134539354 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 33220 91 167 0 48267 0
Current children cumulated CPU time (s) 2441.24
Current children cumulated vsize (KiB) 193744

[startup+2502.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=1012024/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2501.23
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 33941 0 0 0 250104 19 0 0 25 0 1 0 38284484 198393856 33884 1992294400 134512640 135197378 4294956240 18446744073709551615 134552471 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 33884 91 167 0 48267 0
Current children cumulated CPU time (s) 2501.23
Current children cumulated vsize (KiB) 193744

[startup+2562.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=1009400/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2561.18
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 34600 0 0 0 256099 19 0 0 25 0 1 0 38284484 198393856 34543 1992294400 134512640 135197378 4294956240 18446744073709551615 134542035 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 34543 91 167 0 48267 0
Current children cumulated CPU time (s) 2561.18
Current children cumulated vsize (KiB) 193744

[startup+2622.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=1006712/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2621.16
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 35277 0 0 0 262097 19 0 0 25 0 1 0 38284484 198393856 35220 1992294400 134512640 135197378 4294956240 18446744073709551615 134552987 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 35220 91 167 0 48267 0
Current children cumulated CPU time (s) 2621.16
Current children cumulated vsize (KiB) 193744

[startup+2682.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=1004024/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2681.14
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 35954 0 0 0 268094 20 0 0 25 0 1 0 38284484 198393856 35897 1992294400 134512640 135197378 4294956240 18446744073709551615 134542317 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 35897 91 167 0 48267 0
Current children cumulated CPU time (s) 2681.14
Current children cumulated vsize (KiB) 193744

[startup+2742.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=1001400/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2741.11
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 36605 0 0 0 274091 20 0 0 25 0 1 0 38284484 198393856 36548 1992294400 134512640 135197378 4294956240 18446744073709551615 134552490 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 36548 91 167 0 48267 0
Current children cumulated CPU time (s) 2741.11
Current children cumulated vsize (KiB) 193744

[startup+2802.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=998968/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2801.09
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 37222 0 0 0 280088 21 0 0 25 0 1 0 38284484 198393856 37165 1992294400 134512640 135197378 4294956240 18446744073709551615 134525281 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 37165 91 167 0 48267 0
Current children cumulated CPU time (s) 2801.09
Current children cumulated vsize (KiB) 193744

[startup+2862.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=996408/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2861.06
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 37852 0 0 0 286085 21 0 0 25 0 1 0 38284484 198393856 37795 1992294400 134512640 135197378 4294956240 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 37795 91 167 0 48267 0
Current children cumulated CPU time (s) 2861.06
Current children cumulated vsize (KiB) 193744

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

[startup+2867.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=996216/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2865.86
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 37901 0 0 0 286565 21 0 0 25 0 1 0 38284484 198393856 37844 1992294400 134512640 135197378 4294956240 18446744073709551615 134541930 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 37844 91 167 0 48267 0
Current children cumulated CPU time (s) 2865.86
Current children cumulated vsize (KiB) 193744

[startup+2892.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=995256/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2891.45
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 38146 0 0 0 289124 21 0 0 25 0 1 0 38284484 198393856 38089 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 38089 91 167 0 48267 0
Current children cumulated CPU time (s) 2891.45
Current children cumulated vsize (KiB) 193744

[startup+2905.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=994744/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2904.25
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 38270 0 0 0 290404 21 0 0 25 0 1 0 38284484 198393856 38213 1992294400 134512640 135197378 4294956240 18446744073709551615 134552735 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 38213 91 167 0 48267 0
Current children cumulated CPU time (s) 2904.25
Current children cumulated vsize (KiB) 193744

[startup+2908.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=994616/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2907.44
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 38298 0 0 0 290723 21 0 0 25 0 1 0 38284484 198393856 38241 1992294400 134512640 135197378 4294956240 18446744073709551615 134601475 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 38241 91 167 0 48267 0
Current children cumulated CPU time (s) 2907.44
Current children cumulated vsize (KiB) 193744

[startup+2911.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=994552/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2910.64
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 38326 0 0 0 291043 21 0 0 25 0 1 0 38284484 198393856 38269 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 38269 91 167 0 48267 0
Current children cumulated CPU time (s) 2910.64
Current children cumulated vsize (KiB) 193744

[startup+2913.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=994488/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2912.24
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 38341 0 0 0 291203 21 0 0 25 0 1 0 38284484 198393856 38284 1992294400 134512640 135197378 4294956240 18446744073709551615 134525339 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 38284 91 167 0 48267 0
Current children cumulated CPU time (s) 2912.24
Current children cumulated vsize (KiB) 193744

[startup+2914.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=994424/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2913.04
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 38347 0 0 0 291283 21 0 0 25 0 1 0 38284484 198393856 38290 1992294400 134512640 135197378 4294956240 18446744073709551615 134592233 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 38290 91 167 0 48267 0
Current children cumulated CPU time (s) 2913.04
Current children cumulated vsize (KiB) 193744

[startup+2914.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=994424/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2913.24
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 38349 0 0 0 291303 21 0 0 25 0 1 0 38284484 198393856 38292 1992294400 134512640 135197378 4294956240 18446744073709551615 134539157 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 38292 91 167 0 48267 0
Current children cumulated CPU time (s) 2913.24
Current children cumulated vsize (KiB) 193744

[startup+2914.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 20527
/proc/meminfo: memFree=994424/2055920 swapFree=4192956/4192956
[pid=20518] ppid=20516 vsize=193744 CPUtime=2913.34
/proc/20518/stat : 20518 (march_hi) R 20516 20518 20481 0 -1 4194304 38349 0 0 0 291313 21 0 0 25 0 1 0 38284484 198393856 38292 1992294400 134512640 135197378 4294956240 18446744073709551615 134605243 0 0 4096 0 0 0 0 17 0 0 0
/proc/20518/statm: 48436 38292 91 167 0 48267 0
Current children cumulated CPU time (s) 2913.34
Current children cumulated vsize (KiB) 193744

Child status: 20
Real time (s): 2914.67
CPU time (s): 2913.41
CPU user time (s): 2913.17
CPU system time (s): 0.242963
CPU usage (%): 99.9571
Max. virtual memory (cumulated for all children) (KiB): 193744

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

runsolver used 3.06453 second user time and 5.62514 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-19 02:55:46
IDJOB=1628084
IDBENCH=70540
IDSOLVER=583
FILE ID=node81/1628084-1240102546
PBS_JOBID= 9157721
Free space on /tmp= 126584 MiB

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

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

MD5SUM BENCH= c9e74b633df5135d26c194cfafd328d1
RANDOM SEED=1548639155

node81.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.234
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.234
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:       1148704 kB
Buffers:         86652 kB
Cached:         726084 kB
SwapCached:          0 kB
Active:         343560 kB
Inactive:       483904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1148704 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             988 kB
Writeback:           0 kB
Mapped:          24440 kB
Slab:            65456 kB
Committed_AS:   191648 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126584 MiB
End job on node81 at 2009-04-19 03:44:21