Trace number 1628086

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_hi hiUNSAT 3207.48 3208.34

General information on the benchmark

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

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.02	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 500 variables and 2125 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 10 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 499 free variables and 2115 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.434
0.00/0.02	c using 3-SAT heuristics (occurence based diff)
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 146 duplicate clauses
0.00/0.02	c resolvent_look() :: found 73 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 500 variables and 2188 clauses.
0.00/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.02	c transformTo3SAT():: the transformation yielded 500 variabels and 2188 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2188 / 500 ) = 4.38
0.00/0.02	c longest clause has size 3
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c number of free variables = 499
0.00/0.02	c dynamic_preselect_setsize :: off
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 134
0.07/0.08	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: 678
0.20/0.24	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 5273
1.79/1.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 |****************************************************************| ( 3/999) NodeCount: 31096
11.99/12.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 133823
57.48/57.59	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 429938
204.64/204.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 |****************************************************************| ( 6/999) NodeCount: 1058998
549.65/549.90	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2045860
1142.00/1142.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 |****************************************
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: 3181882
1880.61/1881.15	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4130530
2541.14/2541.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 |****************************************************************| (10/999) NodeCount: 4696302
2957.13/2957.98	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4933250
3139.14/3140.02	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (12/999) NodeCount: 5001836
3194.03/3194.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 |****************************************************************| (13/999) NodeCount: 5015507
3205.63/3206.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 |****************************************************************| (14/999) NodeCount: 5017332
3207.23/3208.15	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |******
c |*******
c |********
c |************
c |*************
c |**************
c |***************
c |****************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
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: 5017486
3207.43/3208.30	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************
c |*********************
c |**********************
c |************************
c |****************************
c |*****************************
c |******************************
c |********************************
c |****************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |****************************************************************| (16/999) NodeCount: 5017492
3207.43/3208.31	c |----------------------------------------------------------------|
c |
3207.43/3208.31	c
3207.43/3208.31	c main():: nodeCount: 5017492
3207.43/3208.31	c main():: dead ends in main: 98478
3207.43/3208.31	c main():: lookAheadCount: 314046136
3207.43/3208.31	c main():: unitResolveCount: 102993600
3207.43/3208.31	c main():: time=-1087.037296
3207.43/3208.31	c main():: necessary_assignments: 1284687
3207.43/3208.31	c main():: bin_sat: 0, bin_unsat 0
3207.43/3208.31	c main():: doublelook: #: 19299210, succes #: 13753968
3207.43/3208.31	c main():: doublelook: overall 6.370 of all possible doublelooks executed
3207.43/3208.31	c main():: doublelook: succesrate: 71.267, average DL_trigger: 56.119
3207.43/3208.31	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20208
/proc/meminfo: memFree=1158080/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=976 CPUtime=0
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 38382639 999424 129 1992294400 134512640 135197378 4294956240 18446744073709551615 134565191 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 244 129 65 167 0 75 0

[startup+0.0768601 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20208
/proc/meminfo: memFree=1158080/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=1748 CPUtime=0.07
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 299 0 0 0 7 0 0 0 18 0 1 0 38382639 1789952 282 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 437 282 91 167 0 268 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1748

[startup+0.101862 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20208
/proc/meminfo: memFree=1158080/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=1748 CPUtime=0.1
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 303 0 0 0 10 0 0 0 18 0 1 0 38382639 1789952 286 1992294400 134512640 135197378 4294956240 18446744073709551615 134570746 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 437 286 91 167 0 268 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1748

[startup+0.301881 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20208
/proc/meminfo: memFree=1158080/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=1880 CPUtime=0.29
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 316 0 0 0 29 0 0 0 19 0 1 0 38382639 1925120 299 1992294400 134512640 135197378 4294956240 18446744073709551615 134552368 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 470 299 91 167 0 301 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1880

[startup+0.701921 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20208
/proc/meminfo: memFree=1158080/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=1880 CPUtime=0.69
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 335 0 0 0 69 0 0 0 23 0 1 0 38382639 1925120 318 1992294400 134512640 135197378 4294956240 18446744073709551615 134552737 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 470 318 91 167 0 301 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1880

[startup+1.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1157112/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=2036 CPUtime=1.49
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 354 0 0 0 149 0 0 0 25 0 1 0 38382639 2084864 337 1992294400 134512640 135197378 4294956240 18446744073709551615 134542169 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 509 337 91 167 0 340 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2036

[startup+3.10116 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1156792/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=2340 CPUtime=3.09
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 417 0 0 0 309 0 0 0 25 0 1 0 38382639 2396160 400 1992294400 134512640 135197378 4294956240 18446744073709551615 134542072 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 585 400 91 167 0 416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2340

[startup+6.30147 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1156408/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=2680 CPUtime=6.29
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 487 0 0 0 629 0 0 0 25 0 1 0 38382639 2744320 470 1992294400 134512640 135197378 4294956240 18446744073709551615 134542160 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 670 470 91 167 0 501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2680

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1155896/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=3248 CPUtime=12.69
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 596 0 0 0 1269 0 0 0 25 0 1 0 38382639 3325952 579 1992294400 134512640 135197378 4294956240 18446744073709551615 134542026 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 812 579 91 167 0 643 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3248

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1154872/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=4096 CPUtime=25.48
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 874 0 0 0 2548 0 0 0 25 0 1 0 38382639 4194304 833 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 1024 833 91 167 0 855 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4096

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1153272/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=6464 CPUtime=51.08
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 1291 0 0 0 5107 1 0 0 25 0 1 0 38382639 6619136 1250 1992294400 134512640 135197378 4294956240 18446744073709551615 134525272 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 1616 1250 91 167 0 1447 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6464

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1150008/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=11672 CPUtime=102.27
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 2099 0 0 0 10226 1 0 0 25 0 1 0 38382639 11952128 2058 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 2918 2058 91 167 0 2749 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11672

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1146360/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=17352 CPUtime=162.25
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 3013 0 0 0 16223 2 0 0 25 0 1 0 38382639 17768448 2972 1992294400 134512640 135197378 4294956240 18446744073709551615 134597295 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 4338 2972 91 167 0 4169 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 17352

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1142840/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=17352 CPUtime=222.23
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 3869 0 0 0 22220 3 0 0 25 0 1 0 38382639 17768448 3828 1992294400 134512640 135197378 4294956240 18446744073709551615 134542433 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 4338 3828 91 167 0 4169 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 17352

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1139320/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=26764 CPUtime=282.22
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 4745 0 0 0 28218 4 0 0 25 0 1 0 38382639 27406336 4704 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 6691 4704 91 167 0 6522 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 26764

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1135864/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=26764 CPUtime=342.2
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 5608 0 0 0 34216 4 0 0 25 0 1 0 38382639 27406336 5567 1992294400 134512640 135197378 4294956240 18446744073709551615 134542222 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 6691 5567 91 167 0 6522 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 26764

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1132408/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=35628 CPUtime=402.19
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 6450 0 0 0 40214 5 0 0 25 0 1 0 38382639 36483072 6409 1992294400 134512640 135197378 4294956240 18446744073709551615 134556608 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 8907 6409 91 167 0 8738 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 35628

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1128952/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=35628 CPUtime=462.17
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 7295 0 0 0 46212 5 0 0 25 0 1 0 38382639 36483072 7254 1992294400 134512640 135197378 4294956240 18446744073709551615 134525395 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 8907 7254 91 167 0 8738 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 35628

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1125944/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=35628 CPUtime=522.16
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 8103 0 0 0 52210 6 0 0 25 0 1 0 38382639 36483072 8062 1992294400 134512640 135197378 4294956240 18446744073709551615 134525402 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 8907 8062 91 167 0 8738 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 35628

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1122616/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=55916 CPUtime=582.14
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 8890 0 0 0 58207 7 0 0 25 0 1 0 38382639 57257984 8849 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 13979 8849 91 167 0 13810 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 55916

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20209
/proc/meminfo: memFree=1119288/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=55916 CPUtime=642.13
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 9705 0 0 0 64206 7 0 0 25 0 1 0 38382639 57257984 9664 1992294400 134512640 135197378 4294956240 18446744073709551615 134539216 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 13979 9664 91 167 0 13810 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 55916


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

/proc/meminfo: memFree=1026040/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=2561.63
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 32920 0 0 0 256141 22 0 0 25 0 1 0 38382639 197111808 32879 1992294400 134512640 135197378 4294956240 18446744073709551615 134552735 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 32879 91 167 0 47954 0
Current children cumulated CPU time (s) 2561.63
Current children cumulated vsize (KiB) 192492

[startup+2622.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20211
/proc/meminfo: memFree=1023416/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=2621.62
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 33565 0 0 0 262139 23 0 0 25 0 1 0 38382639 197111808 33524 1992294400 134512640 135197378 4294956240 18446744073709551615 134523574 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 33524 91 167 0 47954 0
Current children cumulated CPU time (s) 2621.62
Current children cumulated vsize (KiB) 192492

[startup+2682.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20211
/proc/meminfo: memFree=1020856/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=2681.6
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 34208 0 0 0 268137 23 0 0 25 0 1 0 38382639 197111808 34167 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 34167 91 167 0 47954 0
Current children cumulated CPU time (s) 2681.6
Current children cumulated vsize (KiB) 192492

[startup+2742.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20211
/proc/meminfo: memFree=1018296/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=2741.59
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 34851 0 0 0 274135 24 0 0 25 0 1 0 38382639 197111808 34810 1992294400 134512640 135197378 4294956240 18446744073709551615 134593923 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 34810 91 167 0 47954 0
Current children cumulated CPU time (s) 2741.59
Current children cumulated vsize (KiB) 192492

[startup+2802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20211
/proc/meminfo: memFree=1015736/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=2801.57
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 35499 0 0 0 280133 24 0 0 25 0 1 0 38382639 197111808 35458 1992294400 134512640 135197378 4294956240 18446744073709551615 134552504 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 35458 91 167 0 47954 0
Current children cumulated CPU time (s) 2801.57
Current children cumulated vsize (KiB) 192492

[startup+2862.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20211
/proc/meminfo: memFree=1013176/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=2861.56
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 36127 0 0 0 286131 25 0 0 25 0 1 0 38382639 197111808 36086 1992294400 134512640 135197378 4294956240 18446744073709551615 134541973 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 36086 91 167 0 47954 0
Current children cumulated CPU time (s) 2861.56
Current children cumulated vsize (KiB) 192492

[startup+2922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20217
/proc/meminfo: memFree=1010488/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=2921.53
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 36750 0 0 0 292128 25 0 0 25 0 1 0 38382639 197111808 36709 1992294400 134512640 135197378 4294956240 18446744073709551615 134592420 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 36709 91 167 0 47954 0
Current children cumulated CPU time (s) 2921.53
Current children cumulated vsize (KiB) 192492

[startup+2982.3 s]
/proc/loadavg: 1.08 1.02 1.01 4/72 20620
/proc/meminfo: memFree=1005088/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=2981.5
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 37355 0 0 0 298124 26 0 0 25 0 1 0 38382639 197111808 37314 1992294400 134512640 135197378 4294956240 18446744073709551615 134597338 0 0 4096 0 0 0 0 17 0 0 0
/proc/20208/statm: 48123 37314 91 167 0 47954 0
Current children cumulated CPU time (s) 2981.5
Current children cumulated vsize (KiB) 192492

[startup+3042.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 20697
/proc/meminfo: memFree=1005496/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=3041.47
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 37959 0 0 0 304120 27 0 0 25 0 1 0 38382639 197111808 37918 1992294400 134512640 135197378 4294956240 18446744073709551615 134593627 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 37918 91 167 0 47954 0
Current children cumulated CPU time (s) 3041.47
Current children cumulated vsize (KiB) 192492

[startup+3102.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 20697
/proc/meminfo: memFree=1003128/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=3101.45
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 38553 0 0 0 310117 28 0 0 25 0 1 0 38382639 197111808 38512 1992294400 134512640 135197378 4294956240 18446744073709551615 134649146 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 38512 91 167 0 47954 0
Current children cumulated CPU time (s) 3101.45
Current children cumulated vsize (KiB) 192492

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20697
/proc/meminfo: memFree=1000824/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=3161.43
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 39121 0 0 0 316115 28 0 0 25 0 1 0 38382639 197111808 39080 1992294400 134512640 135197378 4294956240 18446744073709551615 134541916 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 39080 91 167 0 47954 0
Current children cumulated CPU time (s) 3161.43
Current children cumulated vsize (KiB) 192492

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

[startup+3174.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20697
/proc/meminfo: memFree=1000376/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=3173.43
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 39232 0 0 0 317315 28 0 0 25 0 1 0 38382639 197111808 39191 1992294400 134512640 135197378 4294956240 18446744073709551615 134542163 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 39191 91 167 0 47954 0
Current children cumulated CPU time (s) 3173.43
Current children cumulated vsize (KiB) 192492

[startup+3187.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20697
/proc/meminfo: memFree=999928/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=3186.23
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 39349 0 0 0 318595 28 0 0 25 0 1 0 38382639 197111808 39308 1992294400 134512640 135197378 4294956240 18446744073709551615 134539253 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 39308 91 167 0 47954 0
Current children cumulated CPU time (s) 3186.23
Current children cumulated vsize (KiB) 192492

[startup+3199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20697
/proc/meminfo: memFree=999480/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=3199.04
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 39463 0 0 0 319875 29 0 0 25 0 1 0 38382639 197111808 39422 1992294400 134512640 135197378 4294956240 18446744073709551615 134522847 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 39422 91 167 0 47954 0
Current children cumulated CPU time (s) 3199.04
Current children cumulated vsize (KiB) 192492

[startup+3203.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20697
/proc/meminfo: memFree=999352/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=3202.23
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 39489 0 0 0 320194 29 0 0 25 0 1 0 38382639 197111808 39448 1992294400 134512640 135197378 4294956240 18446744073709551615 134593749 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 39448 91 167 0 47954 0
Current children cumulated CPU time (s) 3202.23
Current children cumulated vsize (KiB) 192492

[startup+3206.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20697
/proc/meminfo: memFree=999288/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=3205.43
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 39516 0 0 0 320514 29 0 0 25 0 1 0 38382639 197111808 39475 1992294400 134512640 135197378 4294956240 18446744073709551615 134552964 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 39475 91 167 0 47954 0
Current children cumulated CPU time (s) 3205.43
Current children cumulated vsize (KiB) 192492

[startup+3207.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20697
/proc/meminfo: memFree=999224/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=3206.23
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 39522 0 0 0 320594 29 0 0 25 0 1 0 38382639 197111808 39481 1992294400 134512640 135197378 4294956240 18446744073709551615 134542426 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 39481 91 167 0 47954 0
Current children cumulated CPU time (s) 3206.23
Current children cumulated vsize (KiB) 192492

[startup+3207.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20697
/proc/meminfo: memFree=999224/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=3207.03
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 39528 0 0 0 320674 29 0 0 25 0 1 0 38382639 197111808 39487 1992294400 134512640 135197378 4294956240 18446744073709551615 134592818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 39487 91 167 0 47954 0
Current children cumulated CPU time (s) 3207.03
Current children cumulated vsize (KiB) 192492

[startup+3208.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20697
/proc/meminfo: memFree=999224/2055920 swapFree=4192956/4192956
[pid=20208] ppid=20206 vsize=192492 CPUtime=3207.43
/proc/20208/stat : 20208 (march_hi) R 20206 20208 20033 0 -1 4194304 39531 0 0 0 320714 29 0 0 25 0 1 0 38382639 197111808 39490 1992294400 134512640 135197378 4294956240 18446744073709551615 134590658 0 0 4096 0 0 0 0 17 1 0 0
/proc/20208/statm: 48123 39490 91 167 0 47954 0
Current children cumulated CPU time (s) 3207.43
Current children cumulated vsize (KiB) 192492

Child status: 20
Real time (s): 3208.34
CPU time (s): 3207.48
CPU user time (s): 3207.16
CPU system time (s): 0.318951
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 192492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3207.16
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39534
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 4603

runsolver used 2.33465 second user time and 6.65599 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-19 03:12:21
IDJOB=1628086
IDBENCH=70542
IDSOLVER=583
FILE ID=node36/1628086-1240103541
PBS_JOBID= 9157685
Free space on /tmp= 66520 MiB

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

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

MD5SUM BENCH= 089e945986e09301802f8b3ff2e688f1
RANDOM SEED=350146495

node36.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1158496 kB
Buffers:         79976 kB
Cached:         746292 kB
SwapCached:          0 kB
Active:         204464 kB
Inactive:       635712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1158496 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             812 kB
Writeback:           0 kB
Mapped:          23704 kB
Slab:            43300 kB
Committed_AS:   159228 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node36 at 2009-04-19 04:05:49