Trace number 3205151

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 1029.44 1029.42

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1514125851-037.UNKNOWN.cnf
MD5SUM7ce6e28d94f25a5004daf47b6c05c693
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.616
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, 0 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 500 free variables and 2130 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.464
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 160 duplicate clauses
0.00/0.01	c resolvent_look() :: found 77 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 = 500
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: 585
0.09/0.10	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 4135
0.59/0.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 |****************************************************************| ( 3/999) NodeCount: 24109
4.50/4.53	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 101475
21.39/21.48	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 317700
74.09/74.17	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 759466
192.99/193.08	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1424451
387.80/387.80	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2164637
620.41/620.43	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2771292
823.50/823.51	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3133128
950.61/950.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 |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (11/999) NodeCount: 3287405
1007.01/1007.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 |***************************************************************
c |****************************************************************| (12/999) NodeCount: 3334173
1024.81/1024.81	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3344133
1028.71/1028.75	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 3345543
1029.31/1029.34	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |****************
c |*****************
c |******************
c |********************
c |**********************
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: 3345675
1029.41/1029.40	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |****************
c |********************************
c |****************************************************************| (16/999) NodeCount: 3345685
1029.41/1029.41	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| (17/999) NodeCount: 3345686
1029.41/1029.41	c |----------------------------------------------------------------|
c |
1029.41/1029.41	c
1029.41/1029.41	c main():: nodeCount: 3345686
1029.41/1029.41	c main():: dead ends in main: 65427
1029.41/1029.41	c main():: lookAheadCount: 209885328
1029.41/1029.41	c main():: unitResolveCount: 68840848
1029.41/1029.41	c main():: time=1029.580000
1029.41/1029.41	c main():: necessary_assignments: 881538
1029.41/1029.41	c main():: bin_sat: 0, bin_unsat 0
1029.41/1029.41	c main():: doublelook: #: 12884539, succes #: 9193441
1029.41/1029.41	c main():: doublelook: overall 6.364 of all possible doublelooks executed
1029.41/1029.41	c main():: doublelook: succesrate: 71.353, average DL_trigger: 55.988
1029.41/1029.41	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-3205151-1302952334/watcher-3205151-1302952334 -o /tmp/evaluation-result-3205151-1302952334/solver-3205151-1302952334 -C 2400 -W 1300 -M 7680 HOME/march_hi HOME/instance-3205151-1302952334.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.93 3.98 3.93 4/189 14154
/proc/meminfo: memFree=28270092/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=1180 CPUtime=0 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 200 0 0 0 0 0 0 0 25 0 1 0 406836197 1208320 154 33554432000 134512640 135197378 4287315232 18446744073709551615 134577936 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 295 154 81 168 0 126 0

[startup+0.0683441 s]
/proc/loadavg: 3.93 3.98 3.93 4/189 14154
/proc/meminfo: memFree=28270092/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=1948 CPUtime=0.06 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 333 0 0 0 6 0 0 0 18 0 1 0 406836197 1994752 287 33554432000 134512640 135197378 4287315232 18446744073709551615 134539302 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 487 287 91 168 0 318 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1948

[startup+0.100327 s]
/proc/loadavg: 3.93 3.98 3.93 4/189 14154
/proc/meminfo: memFree=28270092/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=1948 CPUtime=0.09 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 339 0 0 0 9 0 0 0 18 0 1 0 406836197 1994752 293 33554432000 134512640 135197378 4287315232 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 487 293 91 168 0 318 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1948

[startup+0.300303 s]
/proc/loadavg: 3.93 3.98 3.93 4/189 14154
/proc/meminfo: memFree=28270092/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=1948 CPUtime=0.29 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 361 0 0 0 29 0 0 0 18 0 1 0 406836197 1994752 315 33554432000 134512640 135197378 4287315232 18446744073709551615 134522847 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 487 315 91 168 0 318 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1948

[startup+0.700222 s]
/proc/loadavg: 3.93 3.98 3.93 4/189 14154
/proc/meminfo: memFree=28270092/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=2240 CPUtime=0.69 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 401 0 0 0 69 0 0 0 18 0 1 0 406836197 2293760 355 33554432000 134512640 135197378 4287315232 18446744073709551615 134570894 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 560 355 91 168 0 391 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2240

[startup+1.50108 s]
/proc/loadavg: 3.93 3.98 3.93 5/190 14156
/proc/meminfo: memFree=28268700/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=2408 CPUtime=1.5 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 437 0 0 0 150 0 0 0 19 0 1 0 406836197 2465792 391 33554432000 134512640 135197378 4287315232 18446744073709551615 134539269 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 602 391 91 168 0 433 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2408

[startup+3.10081 s]
/proc/loadavg: 3.93 3.98 3.93 5/190 14156
/proc/meminfo: memFree=28267832/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=2560 CPUtime=3.1 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 496 0 0 0 310 0 0 0 25 0 1 0 406836197 2621440 450 33554432000 134512640 135197378 4287315232 18446744073709551615 134611792 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 640 450 91 168 0 471 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 2560

[startup+6.30022 s]
/proc/loadavg: 3.93 3.98 3.93 5/190 14156
/proc/meminfo: memFree=28266572/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=3360 CPUtime=6.29 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 645 0 0 0 629 0 0 0 25 0 1 0 406836197 3440640 599 33554432000 134512640 135197378 4287315232 18446744073709551615 134541957 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 840 599 91 168 0 671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3360

[startup+12.7001 s]
/proc/loadavg: 3.94 3.98 3.93 5/190 14156
/proc/meminfo: memFree=28263604/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=4104 CPUtime=12.69 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 865 0 0 0 1269 0 0 0 25 0 1 0 406836197 4202496 819 33554432000 134512640 135197378 4287315232 18446744073709551615 134542165 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 1026 819 91 168 0 857 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4104

[startup+25.5008 s]
/proc/loadavg: 3.95 3.98 3.93 5/190 14156
/proc/meminfo: memFree=28259852/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=6488 CPUtime=25.49 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 1283 0 0 0 2549 0 0 0 25 0 1 0 406836197 6643712 1237 33554432000 134512640 135197378 4287315232 18446744073709551615 134539287 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 1622 1237 91 168 0 1453 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6488

[startup+51.1003 s]
/proc/loadavg: 3.97 3.98 3.93 5/190 14157
/proc/meminfo: memFree=28252856/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=11860 CPUtime=51.09 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 2101 0 0 0 5109 0 0 0 25 0 1 0 406836197 12144640 2055 33554432000 134512640 135197378 4287315232 18446744073709551615 134539306 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 2965 2055 91 168 0 2796 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11860

[startup+102.306 s]
/proc/loadavg: 3.98 3.98 3.93 5/190 14158
/proc/meminfo: memFree=28237800/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=17600 CPUtime=102.3 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 3664 0 0 0 10230 0 0 0 25 0 1 0 406836197 18022400 3618 33554432000 134512640 135197378 4287315232 18446744073709551615 134572865 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 4400 3618 91 168 0 4231 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 17600

[startup+162.301 s]
/proc/loadavg: 3.99 3.98 3.93 5/190 14160
/proc/meminfo: memFree=28221600/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=27144 CPUtime=162.3 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 5410 0 0 0 16229 1 0 0 25 0 1 0 406836197 27795456 5364 33554432000 134512640 135197378 4287315232 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 6786 5364 91 168 0 6617 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 27144

[startup+222.301 s]
/proc/loadavg: 3.99 3.98 3.93 5/190 14188
/proc/meminfo: memFree=28198776/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=35876 CPUtime=222.3 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 7085 0 0 0 22229 1 0 0 25 0 1 0 406836197 36737024 7039 33554432000 134512640 135197378 4287315232 18446744073709551615 134542424 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 8969 7039 91 168 0 8800 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 35876

[startup+282.3 s]
/proc/loadavg: 3.99 3.98 3.93 5/190 14190
/proc/meminfo: memFree=28174880/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=43452 CPUtime=282.3 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 8742 0 0 0 28228 2 0 0 25 0 1 0 406836197 44494848 8696 33554432000 134512640 135197378 4287315232 18446744073709551615 134592835 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 10863 8696 91 168 0 10694 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 43452

[startup+342.301 s]
/proc/loadavg: 3.99 3.98 3.93 5/190 14192
/proc/meminfo: memFree=28151848/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=56548 CPUtime=342.3 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 10346 0 0 0 34228 2 0 0 25 0 1 0 406836197 57905152 10300 33554432000 134512640 135197378 4287315232 18446744073709551615 134539306 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 14137 10300 91 168 0 13968 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 56548

[startup+402.301 s]
/proc/loadavg: 3.99 3.98 3.93 5/190 14193
/proc/meminfo: memFree=28129188/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=56548 CPUtime=402.3 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 11893 0 0 0 40228 2 0 0 25 0 1 0 406836197 57905152 11847 33554432000 134512640 135197378 4287315232 18446744073709551615 134539251 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 14137 11847 91 168 0 13968 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 56548

[startup+462.3 s]
/proc/loadavg: 4.03 4.00 3.94 5/190 14195
/proc/meminfo: memFree=28106032/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=76192 CPUtime=462.3 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 13464 0 0 0 46227 3 0 0 25 0 1 0 406836197 78020608 13418 33554432000 134512640 135197378 4287315232 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 19048 13418 91 168 0 18879 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 76192

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.94 5/190 14196
/proc/meminfo: memFree=28083616/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=76192 CPUtime=522.3 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 14991 0 0 0 52227 3 0 0 25 0 1 0 406836197 78020608 14945 33554432000 134512640 135197378 4287315232 18446744073709551615 134552468 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 19048 14945 91 168 0 18879 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 76192

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 14198
/proc/meminfo: memFree=28060824/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=91076 CPUtime=582.3 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 16468 0 0 0 58227 3 0 0 25 0 1 0 406836197 93261824 16422 33554432000 134512640 135197378 4287315232 18446744073709551615 134597793 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 22769 16422 91 168 0 22600 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 91076

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 14227
/proc/meminfo: memFree=28053284/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=91076 CPUtime=642.31 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 17929 0 0 0 64227 4 0 0 25 0 1 0 406836197 93261824 17883 33554432000 134512640 135197378 4287315232 18446744073709551615 134539306 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 22769 17883 91 168 0 22600 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 91076

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 14228
/proc/meminfo: memFree=28031972/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=91076 CPUtime=702.31 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 19378 0 0 0 70227 4 0 0 25 0 1 0 406836197 93261824 19332 33554432000 134512640 135197378 4287315232 18446744073709551615 134525348 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 22769 19332 91 168 0 22600 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 91076

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 14230
/proc/meminfo: memFree=28009820/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120544 CPUtime=762.31 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 20795 0 0 0 76227 4 0 0 25 0 1 0 406836197 123437056 20749 33554432000 134512640 135197378 4287315232 18446744073709551615 134552432 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30136 20749 91 168 0 29967 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 120544

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 14231
/proc/meminfo: memFree=27988268/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120544 CPUtime=822.3 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 22158 0 0 0 82226 4 0 0 25 0 1 0 406836197 123437056 22112 33554432000 134512640 135197378 4287315232 18446744073709551615 134590658 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30136 22112 91 168 0 29967 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 120544

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 14233
/proc/meminfo: memFree=27966228/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120544 CPUtime=882.31 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 23526 0 0 0 88226 5 0 0 25 0 1 0 406836197 123437056 23480 33554432000 134512640 135197378 4287315232 18446744073709551615 134552464 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30136 23480 91 168 0 29967 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 120544

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 14235
/proc/meminfo: memFree=27943956/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120676 CPUtime=942.31 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 24835 0 0 0 94226 5 0 0 25 0 1 0 406836197 123572224 24789 33554432000 134512640 135197378 4287315232 18446744073709551615 134541979 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30169 24789 91 168 0 30000 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 120676

[startup+1002.3 s]
/proc/loadavg: 3.83 3.97 3.93 4/184 14253
/proc/meminfo: memFree=27935352/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120676 CPUtime=1002.31 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 26090 0 0 0 100226 5 0 0 25 0 1 0 406836197 123572224 26044 33554432000 134512640 135197378 4287315232 18446744073709551615 134539327 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30169 26044 91 168 0 30000 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 120676

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

[startup+1011.1 s]
/proc/loadavg: 3.70 3.93 3.91 4/184 14254
/proc/meminfo: memFree=27932500/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120676 CPUtime=1011.11 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 26263 0 0 0 101106 5 0 0 25 0 1 0 406836197 123572224 26217 33554432000 134512640 135197378 4287315232 18446744073709551615 134541965 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30169 26217 91 168 0 30000 0
Current children cumulated CPU time (s) 1011.11
Current children cumulated vsize (KiB) 120676

[startup+1017.51 s]
/proc/loadavg: 3.59 3.90 3.90 4/184 14254
/proc/meminfo: memFree=27930380/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120676 CPUtime=1017.52 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 26390 0 0 0 101747 5 0 0 25 0 1 0 406836197 123572224 26344 33554432000 134512640 135197378 4287315232 18446744073709551615 134592328 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30169 26344 91 168 0 30000 0
Current children cumulated CPU time (s) 1017.52
Current children cumulated vsize (KiB) 120676

[startup+1023.9 s]
/proc/loadavg: 3.55 3.89 3.90 4/184 14254
/proc/meminfo: memFree=27928512/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120676 CPUtime=1023.91 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 26513 0 0 0 102386 5 0 0 25 0 1 0 406836197 123572224 26467 33554432000 134512640 135197378 4287315232 18446744073709551615 134618940 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30169 26467 91 168 0 30000 0
Current children cumulated CPU time (s) 1023.91
Current children cumulated vsize (KiB) 120676

[startup+1027.1 s]
/proc/loadavg: 3.55 3.89 3.90 4/184 14254
/proc/meminfo: memFree=27927636/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120676 CPUtime=1027.11 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 26571 0 0 0 102706 5 0 0 25 0 1 0 406836197 123572224 26525 33554432000 134512640 135197378 4287315232 18446744073709551615 134570755 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30169 26525 91 168 0 30000 0
Current children cumulated CPU time (s) 1027.11
Current children cumulated vsize (KiB) 120676

[startup+1028.7 s]
/proc/loadavg: 3.50 3.87 3.89 4/184 14254
/proc/meminfo: memFree=27926768/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120676 CPUtime=1028.71 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 26600 0 0 0 102866 5 0 0 18 0 1 0 406836197 123572224 26554 33554432000 134512640 135197378 4287315232 18446744073709551615 134593993 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30169 26554 91 168 0 30000 0
Current children cumulated CPU time (s) 1028.71
Current children cumulated vsize (KiB) 120676

[startup+1029.1 s]
/proc/loadavg: 3.50 3.87 3.89 4/184 14254
/proc/meminfo: memFree=27926768/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120676 CPUtime=1029.11 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 26607 0 0 0 102906 5 0 0 18 0 1 0 406836197 123572224 26561 33554432000 134512640 135197378 4287315232 18446744073709551615 134590628 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30169 26561 91 168 0 30000 0
Current children cumulated CPU time (s) 1029.11
Current children cumulated vsize (KiB) 120676

[startup+1029.3 s]
/proc/loadavg: 3.50 3.87 3.89 4/184 14254
/proc/meminfo: memFree=27926768/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120676 CPUtime=1029.31 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 26610 0 0 0 102926 5 0 0 18 0 1 0 406836197 123572224 26564 33554432000 134512640 135197378 4287315232 18446744073709551615 134542043 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30169 26564 91 168 0 30000 0
Current children cumulated CPU time (s) 1029.31
Current children cumulated vsize (KiB) 120676

[startup+1029.4 s]
/proc/loadavg: 3.50 3.87 3.89 4/184 14254
/proc/meminfo: memFree=27926768/32951124 swapFree=67051452/67111528
[pid=14154] ppid=14152 vsize=120676 CPUtime=1029.41 cores=5,7
/proc/14154/stat : 14154 (march_hi) R 14152 14154 13483 0 -1 4202496 26611 0 0 0 102936 5 0 0 18 0 1 0 406836197 123572224 26565 33554432000 134512640 135197378 4287315232 18446744073709551615 134594035 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14154/statm: 30169 26565 91 168 0 30000 0
Current children cumulated CPU time (s) 1029.41
Current children cumulated vsize (KiB) 120676

Child status: 20
Real time (s): 1029.42
CPU time (s): 1029.44
CPU user time (s): 1029.38
CPU system time (s): 0.06199
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 120676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1029.38
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26614
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= 9
involuntary context switches= 2069

runsolver used 1.41578 second user time and 3.2795 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-16 13:12:14
IDJOB=3205151
IDBENCH=82746
IDSOLVER=1623
FILE ID=node101/3205151-1302952334
RUNJOBID= node101-1302947117-13505
PBS_JOBID= 13017976
Free space on /tmp= 72332 MiB

SOLVER NAME= SAT09 reference solver: march_hi hi
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1514125851-037.UNKNOWN.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3205151-1302952334/watcher-3205151-1302952334 -o /tmp/evaluation-result-3205151-1302952334/solver-3205151-1302952334 -C 2400 -W 1300 -M 7680  HOME/march_hi HOME/instance-3205151-1302952334.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 7ce6e28d94f25a5004daf47b6c05c693
RANDOM SEED=760686547

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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	: 5332.83
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.841
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.74
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.841
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.83
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.841
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.75
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28270504 kB
Buffers:        201764 kB
Cached:        4258232 kB
SwapCached:      33620 kB
Active:        1986252 kB
Inactive:      2518112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28270504 kB
SwapTotal:    67111528 kB
SwapFree:     67051452 kB
Dirty:            3520 kB
Writeback:           0 kB
AnonPages:       32384 kB
Mapped:          10304 kB
Slab:           113712 kB
PageTables:       4840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   256076 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72332 MiB
End job on node101 at 2011-04-16 13:29:24