Trace number 3211005

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
SAT09 reference solver: march_hi hiUNSAT 1344.22 1344.18

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S769368248-036.UNKNOWN.cnf
MD5SUMd71042a4f58355ef8c71c53ec29199cb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1227.32
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 500 variables and 2130 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 13 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 497 free variables and 2117 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.510
0.00/0.01	c using 3-SAT heuristics (occurence based diff)
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 182 duplicate clauses
0.00/0.01	c resolvent_look() :: found 90 resolvents
0.00/0.01	c lessRedundantTransformation():: nothing to be done.
0.00/0.01	c transformTo3SAT():: you gave me 500 variables and 2207 clauses.
0.00/0.01	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.01	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.01	c transformTo3SAT():: the transformation yielded 500 variabels and 2207 clauses.
0.00/0.01	c main():: clause / variable ratio: ( 2207 / 500 ) = 4.41
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c number of free variables = 497
0.00/0.01	c dynamic_preselect_setsize :: off
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 162
0.00/0.05	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: 608
0.09/0.11	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 4579
0.69/0.76	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 27369
5.09/5.12	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 116834
24.49/24.59	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 370463
85.80/85.89	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 896348
226.20/226.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 |****************************************************************| ( 7/999) NodeCount: 1709064
461.11/461.12	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2652247
753.72/753.73	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 9/999) NodeCount: 3472194
1023.13/1023.12	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4005838
1207.03/1207.02	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4264100
1299.74/1299.71	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4354968
1333.64/1333.68	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4377565
1342.43/1342.40	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (14/999) NodeCount: 4381468
1343.93/1343.98	c |----------------------------------------------------------------|
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
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: 4381878
1344.14/1344.16	c |----------------------------------------------------------------|
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |****************
c |********************************
c |**********************************
c |***********************************
c |************************************
c |**************************************
c |***************************************
c |****************************************
c |************************************************
c |****************************************************************| (16/999) NodeCount: 4381897
1344.14/1344.17	c |----------------------------------------------------------------|
c |
1344.14/1344.17	c
1344.14/1344.17	c main():: nodeCount: 4381897
1344.14/1344.17	c main():: dead ends in main: 97009
1344.14/1344.17	c main():: lookAheadCount: 274792068
1344.14/1344.17	c main():: unitResolveCount: 93329712
1344.14/1344.17	c main():: time=1344.410000
1344.14/1344.17	c main():: necessary_assignments: 1192217
1344.14/1344.17	c main():: bin_sat: 0, bin_unsat 0
1344.14/1344.17	c main():: doublelook: #: 16766188, succes #: 11916706
1344.14/1344.17	c main():: doublelook: overall 6.327 of all possible doublelooks executed
1344.14/1344.17	c main():: doublelook: succesrate: 71.076, average DL_trigger: 56.909
1344.14/1344.17	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3211005-1303173446/watcher-3211005-1303173446 -o /tmp/evaluation-result-3211005-1303173446/solver-3211005-1303173446 -C 5000 -W 5000 -M 15500 HOME/march_hi HOME/instance-3211005-1303173446.cnf 

running on 4 cores: 1,3,5,7

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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 1.92 1.62 2/181 14125
/proc/meminfo: memFree=16315152/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=1180 CPUtime=0 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 192 0 0 0 0 0 0 0 23 0 1 0 428942470 1208320 146 33554432000 134512640 135197378 4293789600 18446744073709551615 134579648 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 295 146 80 168 0 126 0

[startup+0.0675539 s]
/proc/loadavg: 2.06 1.92 1.62 2/181 14125
/proc/meminfo: memFree=16315152/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=1812 CPUtime=0.06 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 325 0 0 0 6 0 0 0 23 0 1 0 428942470 1855488 279 33554432000 134512640 135197378 4293789600 18446744073709551615 134552479 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 453 279 91 168 0 284 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1812

[startup+0.100548 s]
/proc/loadavg: 2.06 1.92 1.62 2/181 14125
/proc/meminfo: memFree=16315152/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=1944 CPUtime=0.09 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 341 0 0 0 9 0 0 0 24 0 1 0 428942470 1990656 295 33554432000 134512640 135197378 4293789600 18446744073709551615 134526654 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 486 295 91 168 0 317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1944

[startup+0.300513 s]
/proc/loadavg: 2.06 1.92 1.62 2/181 14125
/proc/meminfo: memFree=16315152/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=1944 CPUtime=0.29 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 359 0 0 0 29 0 0 0 25 0 1 0 428942470 1990656 313 33554432000 134512640 135197378 4293789600 18446744073709551615 134552704 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 486 313 91 168 0 317 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1944

[startup+0.700439 s]
/proc/loadavg: 2.06 1.92 1.62 2/181 14125
/proc/meminfo: memFree=16315152/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=2224 CPUtime=0.69 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 406 0 0 0 69 0 0 0 25 0 1 0 428942470 2277376 360 33554432000 134512640 135197378 4293789600 18446744073709551615 134539170 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 556 360 91 168 0 387 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2224

[startup+1.50029 s]
/proc/loadavg: 2.06 1.92 1.62 3/182 14126
/proc/meminfo: memFree=16313664/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=2392 CPUtime=1.49 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 438 0 0 0 149 0 0 0 25 0 1 0 428942470 2449408 392 33554432000 134512640 135197378 4293789600 18446744073709551615 134539300 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 598 392 91 168 0 429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2392

[startup+3.10099 s]
/proc/loadavg: 2.05 1.93 1.63 3/182 14126
/proc/meminfo: memFree=16312676/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=2676 CPUtime=3.09 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 499 0 0 0 309 0 0 0 25 0 1 0 428942470 2740224 453 33554432000 134512640 135197378 4293789600 18446744073709551615 134601346 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 669 453 91 168 0 500 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2676

[startup+6.3004 s]
/proc/loadavg: 2.05 1.93 1.63 3/182 14127
/proc/meminfo: memFree=16311676/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=3244 CPUtime=6.29 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 617 0 0 0 629 0 0 0 25 0 1 0 428942470 3321856 571 33554432000 134512640 135197378 4293789600 18446744073709551615 134539261 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 811 571 91 168 0 642 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3244

[startup+12.7002 s]
/proc/loadavg: 2.12 1.94 1.63 3/182 14127
/proc/meminfo: memFree=16309216/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=5116 CPUtime=12.69 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 904 0 0 0 1269 0 0 0 25 0 1 0 428942470 5238784 858 33554432000 134512640 135197378 4293789600 18446744073709551615 134596875 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 1279 858 91 168 0 1110 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5116

[startup+25.5008 s]
/proc/loadavg: 2.10 1.94 1.64 3/182 14127
/proc/meminfo: memFree=16305380/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=6732 CPUtime=25.49 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 1324 0 0 0 2549 0 0 0 25 0 1 0 428942470 6893568 1278 33554432000 134512640 135197378 4293789600 18446744073709551615 134539274 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 1683 1278 91 168 0 1514 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6732

[startup+51.1011 s]
/proc/loadavg: 2.06 1.95 1.65 3/182 14128
/proc/meminfo: memFree=16298156/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=11968 CPUtime=51.09 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 2167 0 0 0 5109 0 0 0 25 0 1 0 428942470 12255232 2121 33554432000 134512640 135197378 4293789600 18446744073709551615 134542426 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 2992 2121 91 168 0 2823 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11968

[startup+102.307 s]
/proc/loadavg: 2.10 1.98 1.67 3/182 14129
/proc/meminfo: memFree=16281896/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=17700 CPUtime=102.3 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 3748 0 0 0 10229 1 0 0 25 0 1 0 428942470 18124800 3702 33554432000 134512640 135197378 4293789600 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 4425 3702 91 168 0 4256 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 17700

[startup+162.301 s]
/proc/loadavg: 2.12 2.01 1.70 3/182 14131
/proc/meminfo: memFree=16264140/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=27224 CPUtime=162.3 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 5555 0 0 0 16229 1 0 0 25 0 1 0 428942470 27877376 5509 33554432000 134512640 135197378 4293789600 18446744073709551615 134542225 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 6806 5509 91 168 0 6637 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 27224

[startup+222.3 s]
/proc/loadavg: 2.17 2.04 1.73 3/182 14132
/proc/meminfo: memFree=16246752/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=35956 CPUtime=222.3 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 7255 0 0 0 22229 1 0 0 25 0 1 0 428942470 36818944 7209 33554432000 134512640 135197378 4293789600 18446744073709551615 134570801 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 8989 7209 91 168 0 8820 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 35956

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 1.74 3/182 14134
/proc/meminfo: memFree=16230104/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=43360 CPUtime=282.3 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 9003 0 0 0 28229 1 0 0 25 0 1 0 428942470 44400640 8957 33554432000 134512640 135197378 4293789600 18446744073709551615 134525333 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 10840 8957 91 168 0 10671 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 43360

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 1.75 3/182 14136
/proc/meminfo: memFree=16213224/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=56456 CPUtime=342.3 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 10712 0 0 0 34228 2 0 0 25 0 1 0 428942470 57810944 10666 33554432000 134512640 135197378 4293789600 18446744073709551615 134539251 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 14114 10666 91 168 0 13945 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 56456

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 1.76 3/182 14137
/proc/meminfo: memFree=16196440/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=56456 CPUtime=402.3 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 12357 0 0 0 40228 2 0 0 25 0 1 0 428942470 57810944 12311 33554432000 134512640 135197378 4293789600 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 14114 12311 91 168 0 13945 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 56456

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 1.78 3/182 14139
/proc/meminfo: memFree=16180036/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=76100 CPUtime=462.31 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 13896 0 0 0 46228 3 0 0 25 0 1 0 428942470 77926400 13850 33554432000 134512640 135197378 4293789600 18446744073709551615 134552768 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 19025 13850 91 168 0 18856 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 76100

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.79 3/182 14140
/proc/meminfo: memFree=16164492/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=90916 CPUtime=522.31 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 15566 0 0 0 52228 3 0 0 25 0 1 0 428942470 93097984 15520 33554432000 134512640 135197378 4293789600 18446744073709551615 134539289 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 22729 15520 91 168 0 22560 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 90916

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.80 3/182 14142
/proc/meminfo: memFree=16147588/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=90916 CPUtime=582.31 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 17133 0 0 0 58228 3 0 0 25 0 1 0 428942470 93097984 17087 33554432000 134512640 135197378 4293789600 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 22729 17087 91 168 0 22560 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 90916

[startup+642.301 s]

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

/proc/meminfo: memFree=16115940/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=90916 CPUtime=702.32 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 20263 0 0 0 70228 4 0 0 25 0 1 0 428942470 93097984 20217 33554432000 134512640 135197378 4293789600 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 22729 20217 91 168 0 22560 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 90916

[startup+762.306 s]
/proc/loadavg: 2.02 2.01 1.83 3/182 14147
/proc/meminfo: memFree=16099788/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=120516 CPUtime=762.32 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 21733 0 0 0 76228 4 0 0 25 0 1 0 428942470 123408384 21687 33554432000 134512640 135197378 4293789600 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 30129 21687 91 168 0 29960 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 120516

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/182 14148
/proc/meminfo: memFree=16083892/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=120516 CPUtime=822.32 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 23290 0 0 0 82228 4 0 0 25 0 1 0 428942470 123408384 23244 33554432000 134512640 135197378 4293789600 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 30129 23244 91 168 0 29960 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 120516

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/182 14150
/proc/meminfo: memFree=16068740/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=120516 CPUtime=882.32 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 24746 0 0 0 88227 5 0 0 25 0 1 0 428942470 123408384 24700 33554432000 134512640 135197378 4293789600 18446744073709551615 134552455 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 30129 24700 91 168 0 29960 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 120516

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/182 14152
/proc/meminfo: memFree=16052708/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=120516 CPUtime=942.32 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 26251 0 0 0 94227 5 0 0 25 0 1 0 428942470 123408384 26205 33554432000 134512640 135197378 4293789600 18446744073709551615 134525348 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 30129 26205 91 168 0 29960 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 120516

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/182 14153
/proc/meminfo: memFree=16037916/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=120516 CPUtime=1002.33 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 27671 0 0 0 100227 6 0 0 25 0 1 0 428942470 123408384 27625 33554432000 134512640 135197378 4293789600 18446744073709551615 134552435 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 30129 27625 91 168 0 29960 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 120516

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/182 14155
/proc/meminfo: memFree=16022632/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=150140 CPUtime=1062.33 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 29121 0 0 0 106227 6 0 0 25 0 1 0 428942470 153743360 29075 33554432000 134512640 135197378 4293789600 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 37535 29075 91 168 0 37366 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 150140

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 1.87 3/182 14156
/proc/meminfo: memFree=16008084/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1122.32 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 30487 0 0 0 112226 6 0 0 25 0 1 0 428942470 199004160 30441 33554432000 134512640 135197378 4293789600 18446744073709551615 134572672 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 30441 91 168 0 48416 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 194340

[startup+1182.3 s]
/proc/loadavg: 2.08 2.02 1.88 3/182 14158
/proc/meminfo: memFree=15993928/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1182.33 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 31878 0 0 0 118226 7 0 0 25 0 1 0 428942470 199004160 31832 33554432000 134512640 135197378 4293789600 18446744073709551615 134541965 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 31832 91 168 0 48416 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 194340

[startup+1242.3 s]
/proc/loadavg: 2.03 2.02 1.89 3/182 14160
/proc/meminfo: memFree=15979884/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1242.33 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 33230 0 0 0 124226 7 0 0 25 0 1 0 428942470 199004160 33184 33554432000 134512640 135197378 4293789600 18446744073709551615 134541233 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 33184 91 168 0 48416 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 194340

[startup+1302.3 s]
/proc/loadavg: 2.04 2.03 1.90 3/182 14161
/proc/meminfo: memFree=15965948/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1302.34 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 34505 0 0 0 130227 7 0 0 25 0 1 0 428942470 199004160 34459 33554432000 134512640 135197378 4293789600 18446744073709551615 134597818 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 34459 91 168 0 48416 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 194340

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

[startup+1305.5 s]
/proc/loadavg: 2.04 2.03 1.90 3/182 14161
/proc/meminfo: memFree=15965452/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1305.54 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 34576 0 0 0 130547 7 0 0 25 0 1 0 428942470 199004160 34530 33554432000 134512640 135197378 4293789600 18446744073709551615 134542431 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 34530 91 168 0 48416 0
Current children cumulated CPU time (s) 1305.54
Current children cumulated vsize (KiB) 194340

[startup+1331.1 s]
/proc/loadavg: 2.10 2.04 1.91 3/182 14162
/proc/meminfo: memFree=15959740/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1331.14 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 35103 0 0 0 133107 7 0 0 25 0 1 0 428942470 199004160 35057 33554432000 134512640 135197378 4293789600 18446744073709551615 134594091 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 35057 91 168 0 48416 0
Current children cumulated CPU time (s) 1331.14
Current children cumulated vsize (KiB) 194340

[startup+1337.5 s]
/proc/loadavg: 2.08 2.04 1.91 3/182 14162
/proc/meminfo: memFree=15957992/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1337.54 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 35228 0 0 0 133747 7 0 0 25 0 1 0 428942470 199004160 35182 33554432000 134512640 135197378 4293789600 18446744073709551615 134552482 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 35182 91 168 0 48416 0
Current children cumulated CPU time (s) 1337.54
Current children cumulated vsize (KiB) 194340

[startup+1340.7 s]
/proc/loadavg: 2.08 2.04 1.91 3/182 14162
/proc/meminfo: memFree=15957740/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1340.73 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 35291 0 0 0 134066 7 0 0 25 0 1 0 428942470 199004160 35245 33554432000 134512640 135197378 4293789600 18446744073709551615 134525443 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 35245 91 168 0 48416 0
Current children cumulated CPU time (s) 1340.73
Current children cumulated vsize (KiB) 194340

[startup+1342.3 s]
/proc/loadavg: 2.08 2.04 1.91 3/182 14162
/proc/meminfo: memFree=15957368/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1342.33 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 35320 0 0 0 134226 7 0 0 25 0 1 0 428942470 199004160 35274 33554432000 134512640 135197378 4293789600 18446744073709551615 134601536 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 35274 91 168 0 48416 0
Current children cumulated CPU time (s) 1342.33
Current children cumulated vsize (KiB) 194340

[startup+1343.11 s]
/proc/loadavg: 2.08 2.04 1.91 3/182 14162
/proc/meminfo: memFree=15957120/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1343.14 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 35335 0 0 0 134307 7 0 0 25 0 1 0 428942470 199004160 35289 33554432000 134512640 135197378 4293789600 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 35289 91 168 0 48416 0
Current children cumulated CPU time (s) 1343.14
Current children cumulated vsize (KiB) 194340

[startup+1343.9 s]
/proc/loadavg: 2.08 2.04 1.91 3/182 14162
/proc/meminfo: memFree=15957120/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1343.93 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 35349 0 0 0 134386 7 0 0 25 0 1 0 428942470 199004160 35303 33554432000 134512640 135197378 4293789600 18446744073709551615 134593883 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 35303 91 168 0 48416 0
Current children cumulated CPU time (s) 1343.93
Current children cumulated vsize (KiB) 194340

[startup+1344.1 s]
/proc/loadavg: 2.08 2.04 1.91 3/182 14162
/proc/meminfo: memFree=15956996/32951124 swapFree=67111528/67111528
[pid=14125] ppid=14123 vsize=194340 CPUtime=1344.14 cores=1,3,5,7
/proc/14125/stat : 14125 (march_hi) R 14123 14125 14013 0 -1 4202496 35353 0 0 0 134407 7 0 0 25 0 1 0 428942470 199004160 35307 33554432000 134512640 135197378 4293789600 18446744073709551615 134542099 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14125/statm: 48585 35307 91 168 0 48416 0
Current children cumulated CPU time (s) 1344.14
Current children cumulated vsize (KiB) 194340

Child status: 20
Real time (s): 1344.18
CPU time (s): 1344.22
CPU user time (s): 1344.14
CPU system time (s): 0.082987
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 194340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1344.14
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35357
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= 6
involuntary context switches= 943

runsolver used 1.90871 second user time and 4.23436 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-19 02:37:26
IDJOB=3211005
IDBENCH=82900
IDSOLVER=1627
FILE ID=node135/3211005-1303173446
RUNJOBID= node135-1303172680-14032
PBS_JOBID= 13021056
Free space on /tmp= 73148 MiB

SOLVER NAME= SAT09 reference solver: march_hi hi
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S769368248-036.UNKNOWN.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3211005-1303173446/watcher-3211005-1303173446 -o /tmp/evaluation-result-3211005-1303173446/solver-3211005-1303173446 -C 5000 -W 5000 -M 15500  HOME/march_hi HOME/instance-3211005-1303173446.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d71042a4f58355ef8c71c53ec29199cb
RANDOM SEED=2127596392

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16315432 kB
Buffers:        726596 kB
Cached:       15323788 kB
SwapCached:          0 kB
Active:        7430876 kB
Inactive:      8824176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16315432 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             796 kB
Writeback:           0 kB
AnonPages:      204556 kB
Mapped:          15480 kB
Slab:           317624 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   356052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73148 MiB
End job on node135 at 2011-04-19 02:59:50