Trace number 3210565

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 1889.91 1889.85

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1383368897-031.UNKNOWN.cnf
MD5SUM4d20714634af5755393f1c67cf27956c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1709.82
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, 8 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 499 free variables and 2122 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.410
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 152 duplicate clauses
0.00/0.01	c resolvent_look() :: found 61 resolvents
0.00/0.01	c lessRedundantTransformation():: nothing to be done.
0.00/0.01	c transformTo3SAT():: you gave me 500 variables and 2183 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 2183 clauses.
0.00/0.01	c main():: clause / variable ratio: ( 2183 / 500 ) = 4.37
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 = 499
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: 182
0.01/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: 795
0.10/0.13	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 6075
1.00/1.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 35920
6.69/6.78	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 152875
32.19/32.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 |****************************************************************| ( 5/999) NodeCount: 484898
112.39/112.46	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1179827
296.60/296.67	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2268935
608.51/608.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 |****************************************************************| ( 8/999) NodeCount: 3564036
1004.42/1004.47	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4740510
1384.72/1384.79	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (10/999) NodeCount: 5555135
1661.33/1661.31	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (11/999) NodeCount: 5977545
1810.94/1810.99	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (12/999) NodeCount: 6137284
1869.85/1869.85	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 6180230
1886.25/1886.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 |****************************************************************| (14/999) NodeCount: 6188176
1889.44/1889.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 |****************************************************************| (15/999) NodeCount: 6189119
1889.85/1889.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 |****************************************************************| (16/999) NodeCount: 6189179
1889.85/1889.83	c |----------------------------------------------------------------|
c |
1889.85/1889.84	c
1889.85/1889.84	c main():: nodeCount: 6189179
1889.85/1889.84	c main():: dead ends in main: 116586
1889.85/1889.84	c main():: lookAheadCount: 386848814
1889.85/1889.84	c main():: unitResolveCount: 125834469
1889.85/1889.84	c main():: time=1890.170000
1889.85/1889.84	c main():: necessary_assignments: 1537632
1889.85/1889.84	c main():: bin_sat: 0, bin_unsat 0
1889.85/1889.84	c main():: doublelook: #: 23887683, succes #: 17032149
1889.85/1889.84	c main():: doublelook: overall 6.400 of all possible doublelooks executed
1889.85/1889.84	c main():: doublelook: succesrate: 71.301, average DL_trigger: 48.384
1889.85/1889.84	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-3210565-1303164391/watcher-3210565-1303164391 -o /tmp/evaluation-result-3210565-1303164391/solver-3210565-1303164391 -C 5000 -W 5000 -M 15500 HOME/march_hi HOME/instance-3210565-1303164391.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.00 2.00 1.99 2/177 27957
/proc/meminfo: memFree=17179000/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=1180 CPUtime=0 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 189 0 0 0 0 0 0 0 25 0 1 0 428036203 1208320 143 33554432000 134512640 135197378 4294006736 18446744073709551615 134560976 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 295 143 78 168 0 126 0

[startup+0.0190551 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 27957
/proc/meminfo: memFree=17179000/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=1812 CPUtime=0.01 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 317 0 0 0 1 0 0 0 25 0 1 0 428036203 1855488 271 33554432000 134512640 135197378 4294006736 18446744073709551615 134552631 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 453 272 91 168 0 284 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1812

[startup+0.101051 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 27957
/proc/meminfo: memFree=17179000/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=1944 CPUtime=0.1 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 343 0 0 0 10 0 0 0 25 0 1 0 428036203 1990656 297 33554432000 134512640 135197378 4294006736 18446744073709551615 134542018 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 486 297 91 168 0 317 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1944

[startup+0.301005 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 27957
/proc/meminfo: memFree=17179000/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=1944 CPUtime=0.3 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 359 0 0 0 30 0 0 0 25 0 1 0 428036203 1990656 313 33554432000 134512640 135197378 4294006736 18446744073709551615 134525312 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 486 313 91 168 0 317 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1944

[startup+0.700934 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 27957
/proc/meminfo: memFree=17179000/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=2152 CPUtime=0.7 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 390 0 0 0 70 0 0 0 25 0 1 0 428036203 2203648 344 33554432000 134512640 135197378 4294006736 18446744073709551615 134570748 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 538 344 91 168 0 369 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2152

[startup+1.50078 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27958
/proc/meminfo: memFree=17177636/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=2624 CPUtime=1.49 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 477 0 0 0 149 0 0 0 25 0 1 0 428036203 2686976 431 33554432000 134512640 135197378 4294006736 18446744073709551615 134539306 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 656 431 91 168 0 487 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2624

[startup+3.10048 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27958
/proc/meminfo: memFree=17176768/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=2776 CPUtime=3.09 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 539 0 0 0 309 0 0 0 25 0 1 0 428036203 2842624 493 33554432000 134512640 135197378 4294006736 18446744073709551615 134539972 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 694 493 91 168 0 525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2776

[startup+6.30086 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27958
/proc/meminfo: memFree=17175444/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=3512 CPUtime=6.3 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 683 0 0 0 630 0 0 0 25 0 1 0 428036203 3596288 637 33554432000 134512640 135197378 4294006736 18446744073709551615 134615974 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 878 637 91 168 0 709 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 3512

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27959
/proc/meminfo: memFree=17173924/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=5012 CPUtime=12.69 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 912 0 0 0 1269 0 0 0 25 0 1 0 428036203 5132288 866 33554432000 134512640 135197378 4294006736 18446744073709551615 134525288 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 1253 866 91 168 0 1084 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5012

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27959
/proc/meminfo: memFree=17170580/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=6612 CPUtime=25.49 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 1349 0 0 0 2549 0 0 0 25 0 1 0 428036203 6770688 1303 33554432000 134512640 135197378 4294006736 18446744073709551615 134542277 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 1653 1303 91 168 0 1484 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6612

[startup+51.1003 s]
/proc/loadavg: 1.93 1.98 1.98 3/178 27988
/proc/meminfo: memFree=17724692/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=11816 CPUtime=51.09 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 2178 0 0 0 5109 0 0 0 25 0 1 0 428036203 12099584 2132 33554432000 134512640 135197378 4294006736 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 2954 2132 91 168 0 2785 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11816

[startup+102.306 s]
/proc/loadavg: 1.97 1.98 1.98 3/178 27989
/proc/meminfo: memFree=17710900/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=17484 CPUtime=102.3 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 3779 0 0 0 10230 0 0 0 25 0 1 0 428036203 17903616 3733 33554432000 134512640 135197378 4294006736 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 4371 3733 91 168 0 4202 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 17484

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.98 3/178 27991
/proc/meminfo: memFree=17696372/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=26884 CPUtime=162.3 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 5591 0 0 0 16229 1 0 0 25 0 1 0 428036203 27529216 5545 33554432000 134512640 135197378 4294006736 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 6721 5545 91 168 0 6552 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 26884

[startup+222.3 s]
/proc/loadavg: 2.04 2.00 1.99 3/178 27992
/proc/meminfo: memFree=17682064/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=35616 CPUtime=222.29 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 7371 0 0 0 22228 1 0 0 25 0 1 0 428036203 36470784 7325 33554432000 134512640 135197378 4294006736 18446744073709551615 134539368 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 8904 7325 91 168 0 8735 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 35616

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 1.99 3/178 27994
/proc/meminfo: memFree=17668536/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=55864 CPUtime=282.3 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 9049 0 0 0 28228 2 0 0 25 0 1 0 428036203 57204736 9003 33554432000 134512640 135197378 4294006736 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 13966 9003 91 168 0 13797 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 55864

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27995
/proc/meminfo: memFree=17654604/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=55996 CPUtime=342.31 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 10759 0 0 0 34228 3 0 0 25 0 1 0 428036203 57339904 10713 33554432000 134512640 135197378 4294006736 18446744073709551615 134542260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 13999 10713 91 168 0 13830 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 55996

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27997
/proc/meminfo: memFree=17641676/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=55996 CPUtime=402.31 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 12440 0 0 0 40228 3 0 0 25 0 1 0 428036203 57339904 12394 33554432000 134512640 135197378 4294006736 18446744073709551615 134611832 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 13999 12394 91 168 0 13830 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 55996

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 27999
/proc/meminfo: memFree=17628636/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=75640 CPUtime=462.31 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 14071 0 0 0 46228 3 0 0 25 0 1 0 428036203 77455360 14025 33554432000 134512640 135197378 4294006736 18446744073709551615 134539274 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27957/statm: 18910 14025 91 168 0 18741 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 75640

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 28000
/proc/meminfo: memFree=17615360/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=75640 CPUtime=522.3 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 15709 0 0 0 52227 3 0 0 25 0 1 0 428036203 77455360 15663 33554432000 134512640 135197378 4294006736 18446744073709551615 134542043 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27957/statm: 18910 15663 91 168 0 18741 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 75640

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 28002
/proc/meminfo: memFree=17602448/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=89952 CPUtime=582.31 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 17269 0 0 0 58227 4 0 0 25 0 1 0 428036203 92110848 17223 33554432000 134512640 135197378 4294006736 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27957/statm: 22488 17223 91 168 0 22319 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 89952

[startup+642.301 s]

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

/proc/meminfo: memFree=17457092/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=192236 CPUtime=1302.33 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 35428 0 0 0 130226 7 0 0 25 0 1 0 428036203 196849664 35382 33554432000 134512640 135197378 4294006736 18446744073709551615 134522847 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 48059 35382 91 168 0 47890 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 192236

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28023
/proc/meminfo: memFree=17445788/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=192236 CPUtime=1362.32 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 36786 0 0 0 136225 7 0 0 25 0 1 0 428036203 196849664 36740 33554432000 134512640 135197378 4294006736 18446744073709551615 134617935 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 48059 36740 91 168 0 47890 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 192236

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28024
/proc/meminfo: memFree=17434104/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=192236 CPUtime=1422.33 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 38193 0 0 0 142226 7 0 0 25 0 1 0 428036203 196849664 38147 33554432000 134512640 135197378 4294006736 18446744073709551615 134552719 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 48059 38147 91 168 0 47890 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 192236

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28026
/proc/meminfo: memFree=17422796/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=192368 CPUtime=1482.33 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 39624 0 0 0 148225 8 0 0 25 0 1 0 428036203 196984832 39578 33554432000 134512640 135197378 4294006736 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 48092 39578 91 168 0 47923 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 192368

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28027
/proc/meminfo: memFree=17411828/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=192368 CPUtime=1542.33 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 41003 0 0 0 154225 8 0 0 25 0 1 0 428036203 196984832 40957 33554432000 134512640 135197378 4294006736 18446744073709551615 134552468 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 48092 40957 91 168 0 47923 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 192368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28029
/proc/meminfo: memFree=17400892/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=192368 CPUtime=1602.34 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 42342 0 0 0 160226 8 0 0 25 0 1 0 428036203 196984832 42296 33554432000 134512640 135197378 4294006736 18446744073709551615 134572883 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 48092 42296 91 168 0 47923 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 192368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28031
/proc/meminfo: memFree=17389952/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=192368 CPUtime=1662.33 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 43634 0 0 0 166225 8 0 0 25 0 1 0 428036203 196984832 43588 33554432000 134512640 135197378 4294006736 18446744073709551615 134542024 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 48092 43588 91 168 0 47923 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 192368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 28032
/proc/meminfo: memFree=17379144/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1722.34 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 44979 0 0 0 172225 9 0 0 25 0 1 0 428036203 264876032 44933 33554432000 134512640 135197378 4294006736 18446744073709551615 134525322 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 44933 91 168 0 64498 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 258668

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 28034
/proc/meminfo: memFree=17367712/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1782.34 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 46263 0 0 0 178225 9 0 0 25 0 1 0 428036203 264876032 46217 33554432000 134512640 135197378 4294006736 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 46217 91 168 0 64498 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 258668

[startup+1842.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 28035
/proc/meminfo: memFree=17357156/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1842.34 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 47499 0 0 0 184225 9 0 0 25 0 1 0 428036203 264876032 47453 33554432000 134512640 135197378 4294006736 18446744073709551615 134542024 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 47453 91 168 0 64498 0
Current children cumulated CPU time (s) 1842.34
Current children cumulated vsize (KiB) 258668

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

[startup+1843.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 28035
/proc/meminfo: memFree=17356908/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1843.14 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 47515 0 0 0 184305 9 0 0 25 0 1 0 428036203 264876032 47469 33554432000 134512640 135197378 4294006736 18446744073709551615 134542109 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 47469 91 168 0 64498 0
Current children cumulated CPU time (s) 1843.14
Current children cumulated vsize (KiB) 258668

[startup+1868.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 28036
/proc/meminfo: memFree=17352544/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1868.75 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 48026 0 0 0 186866 9 0 0 25 0 1 0 428036203 264876032 47980 33554432000 134512640 135197378 4294006736 18446744073709551615 134525258 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 47980 91 168 0 64498 0
Current children cumulated CPU time (s) 1868.75
Current children cumulated vsize (KiB) 258668

[startup+1881.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 28036
/proc/meminfo: memFree=17350296/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1881.54 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 48274 0 0 0 188145 9 0 0 25 0 1 0 428036203 264876032 48228 33554432000 134512640 135197378 4294006736 18446744073709551615 134552523 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 48228 91 168 0 64498 0
Current children cumulated CPU time (s) 1881.54
Current children cumulated vsize (KiB) 258668

[startup+1884.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 28036
/proc/meminfo: memFree=17349552/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1884.75 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 48335 0 0 0 188466 9 0 0 25 0 1 0 428036203 264876032 48289 33554432000 134512640 135197378 4294006736 18446744073709551615 134603846 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 48289 91 168 0 64498 0
Current children cumulated CPU time (s) 1884.75
Current children cumulated vsize (KiB) 258668

[startup+1887.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 28037
/proc/meminfo: memFree=17348932/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1887.94 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 48392 0 0 0 188785 9 0 0 25 0 1 0 428036203 264876032 48346 33554432000 134512640 135197378 4294006736 18446744073709551615 134525288 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 48346 91 168 0 64498 0
Current children cumulated CPU time (s) 1887.94
Current children cumulated vsize (KiB) 258668

[startup+1888.71 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 28037
/proc/meminfo: memFree=17348684/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1888.75 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 48407 0 0 0 188866 9 0 0 25 0 1 0 428036203 264876032 48361 33554432000 134512640 135197378 4294006736 18446744073709551615 134542222 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 48361 91 168 0 64498 0
Current children cumulated CPU time (s) 1888.75
Current children cumulated vsize (KiB) 258668

[startup+1889.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 28037
/proc/meminfo: memFree=17348684/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1889.54 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 48421 0 0 0 188945 9 0 0 25 0 1 0 428036203 264876032 48375 33554432000 134512640 135197378 4294006736 18446744073709551615 134525318 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 48375 91 168 0 64498 0
Current children cumulated CPU time (s) 1889.54
Current children cumulated vsize (KiB) 258668

[startup+1889.7 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 28037
/proc/meminfo: memFree=17348560/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1889.75 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 48424 0 0 0 188966 9 0 0 25 0 1 0 428036203 264876032 48378 33554432000 134512640 135197378 4294006736 18446744073709551615 134593848 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 48378 91 168 0 64498 0
Current children cumulated CPU time (s) 1889.75
Current children cumulated vsize (KiB) 258668

[startup+1889.81 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 28037
/proc/meminfo: memFree=17348560/32950928 swapFree=67102716/67111528
[pid=27957] ppid=27955 vsize=258668 CPUtime=1889.85 cores=1,3,5,7
/proc/27957/stat : 27957 (march_hi) R 27955 27957 27453 0 -1 4202496 48425 0 0 0 188976 9 0 0 25 0 1 0 428036203 264876032 48379 33554432000 134512640 135197378 4294006736 18446744073709551615 134556683 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27957/statm: 64667 48379 91 168 0 64498 0
Current children cumulated CPU time (s) 1889.85
Current children cumulated vsize (KiB) 258668

Child status: 20
Real time (s): 1889.85
CPU time (s): 1889.91
CPU user time (s): 1889.8
CPU system time (s): 0.106983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 258668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1889.8
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48429
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= 5
involuntary context switches= 2520

runsolver used 2.50862 second user time and 6.12107 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-19 00:06:31
IDJOB=3210565
IDBENCH=82790
IDSOLVER=1627
FILE ID=node148/3210565-1303164391
RUNJOBID= node148-1303154425-27472
PBS_JOBID= 13021003
Free space on /tmp= 72456 MiB

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

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

MD5SUM BENCH= 4d20714634af5755393f1c67cf27956c
RANDOM SEED=1893904084

node148.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.854
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.854
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.75
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.854
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.83
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.854
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.75
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.854
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.82
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17179288 kB
Buffers:        631812 kB
Cached:       14199588 kB
SwapCached:       4908 kB
Active:        7582656 kB
Inactive:      7864784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17179288 kB
SwapTotal:    67111528 kB
SwapFree:     67102716 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:      612744 kB
Mapped:          15316 kB
Slab:           261276 kB
PageTables:       5804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   937568 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= 72456 MiB
End job on node148 at 2011-04-19 00:38:01