Trace number 1628078

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 1159.08 1159.7

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/500/
unif-k3-r4.25-v500-c2125-S287307030-088.cnf
MD5SUM9d5d7164d3d5840805b65af8448e9499
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1159.08
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, 11 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 498 free variables and 2114 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.479
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 163 duplicate clauses
0.00/0.02	c resolvent_look() :: found 100 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 500 variables and 2214 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 2214 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2214 / 500 ) = 4.43
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 = 498
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: 147
0.00/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: 611
0.19/0.20	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 4463
1.39/1.43	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 24847
8.99/9.09	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 97805
40.58/40.61	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 281780
129.73/129.88	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 612916
307.84/308.04	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1045085
560.79/561.17	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 8/999) NodeCount: 1458289
819.35/819.88	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1746835
1010.76/1011.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 |****************************************************************| (10/999) NodeCount: 1891426
1111.51/1112.20	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (11/999) NodeCount: 1941784
1148.48/1149.12	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| (12/999) NodeCount: 1953498
1157.48/1158.11	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| (13/999) NodeCount: 1955244
1158.88/1159.52	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |************************
c |**************************
c |***************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |****************************************************************| (14/999) NodeCount: 1955422
1158.98/1159.67	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |************************
c |********************************
c |****************************************************************| (15/999) NodeCount: 1955434
1158.98/1159.68	c |----------------------------------------------------------------|
c |
1158.98/1159.69	c
1158.98/1159.69	c main():: nodeCount: 1955434
1158.98/1159.69	c main():: dead ends in main: 29400
1158.98/1159.69	c main():: lookAheadCount: 122196129
1158.98/1159.69	c main():: unitResolveCount: 37205084
1158.98/1159.69	c main():: time=1159.240000
1158.98/1159.69	c main():: necessary_assignments: 456538
1158.98/1159.69	c main():: bin_sat: 0, bin_unsat 0
1158.98/1159.69	c main():: doublelook: #: 7549968, succes #: 5410612
1158.98/1159.69	c main():: doublelook: overall 6.399 of all possible doublelooks executed
1158.98/1159.69	c main():: doublelook: succesrate: 71.664, average DL_trigger: 54.823
1158.98/1159.69	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-1628078-1240100135/watcher-1628078-1240100135 -o /tmp/evaluation-result-1628078-1240100135/solver-1628078-1240100135 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1628078-1240100135.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 21784
/proc/meminfo: memFree=1462464/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=976 CPUtime=0
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 38040816 999424 129 1992294400 134512640 135197378 4294956240 18446744073709551615 134565239 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 244 129 65 167 0 75 0

[startup+0.088942 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 21784
/proc/meminfo: memFree=1462464/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=1740 CPUtime=0.08
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 295 0 0 0 8 0 0 0 18 0 1 0 38040816 1781760 278 1992294400 134512640 135197378 4294956240 18446744073709551615 134542184 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 435 278 91 167 0 266 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1740

[startup+0.101944 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 21784
/proc/meminfo: memFree=1462464/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=1740 CPUtime=0.09
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 295 0 0 0 9 0 0 0 18 0 1 0 38040816 1781760 278 1992294400 134512640 135197378 4294956240 18446744073709551615 134552514 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 435 278 91 167 0 266 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1740

[startup+0.301977 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 21784
/proc/meminfo: memFree=1462464/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=1872 CPUtime=0.29
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 307 0 0 0 29 0 0 0 19 0 1 0 38040816 1916928 290 1992294400 134512640 135197378 4294956240 18446744073709551615 134556686 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 468 290 91 167 0 299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1872

[startup+0.702044 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 21784
/proc/meminfo: memFree=1462464/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=2036 CPUtime=0.69
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 339 0 0 0 69 0 0 0 23 0 1 0 38040816 2084864 322 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 509 322 91 167 0 340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2036

[startup+1.50118 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1461496/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=2036 CPUtime=1.49
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 359 0 0 0 149 0 0 0 25 0 1 0 38040816 2084864 342 1992294400 134512640 135197378 4294956240 18446744073709551615 134541955 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 509 342 91 167 0 340 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2036

[startup+3.10144 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1461176/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=2340 CPUtime=3.09
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 423 0 0 0 309 0 0 0 25 0 1 0 38040816 2396160 406 1992294400 134512640 135197378 4294956240 18446744073709551615 134552753 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 585 406 91 167 0 416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2340

[startup+6.30198 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1460856/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=2680 CPUtime=6.29
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 488 0 0 0 629 0 0 0 25 0 1 0 38040816 2744320 471 1992294400 134512640 135197378 4294956240 18446744073709551615 134541991 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 670 471 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: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1460280/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=3248 CPUtime=12.69
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 603 0 0 0 1269 0 0 0 25 0 1 0 38040816 3325952 586 1992294400 134512640 135197378 4294956240 18446744073709551615 134542117 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 812 586 91 167 0 643 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3248

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1459384/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=4832 CPUtime=25.48
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 880 0 0 0 2548 0 0 0 25 0 1 0 38040816 4947968 826 1992294400 134512640 135197378 4294956240 18446744073709551615 134542350 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 1208 826 91 167 0 1039 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4832

[startup+51.1015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1457784/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=6452 CPUtime=51.07
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 1295 0 0 0 5107 0 0 0 25 0 1 0 38040816 6606848 1241 1992294400 134512640 135197378 4294956240 18446744073709551615 134548488 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 1613 1241 91 167 0 1444 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6452

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1454392/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=11700 CPUtime=102.26
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 2096 0 0 0 10225 1 0 0 25 0 1 0 38040816 11980800 2042 1992294400 134512640 135197378 4294956240 18446744073709551615 134539289 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 2925 2042 91 167 0 2756 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11700

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1450872/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=17448 CPUtime=162.23
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 2975 0 0 0 16221 2 0 0 25 0 1 0 38040816 17866752 2921 1992294400 134512640 135197378 4294956240 18446744073709551615 134525315 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 4362 2921 91 167 0 4193 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17448

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1447480/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=17580 CPUtime=222.19
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 3828 0 0 0 22217 2 0 0 25 0 1 0 38040816 18001920 3774 1992294400 134512640 135197378 4294956240 18446744073709551615 134539251 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 4395 3774 91 167 0 4226 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 17580

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1444088/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=23400 CPUtime=282.16
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 4670 0 0 0 28213 3 0 0 25 0 1 0 38040816 23961600 4616 1992294400 134512640 135197378 4294956240 18446744073709551615 134649523 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 5850 4616 91 167 0 5681 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 23400

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1440824/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=27140 CPUtime=342.1
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 5476 0 0 0 34206 4 0 0 25 0 1 0 38040816 27791360 5422 1992294400 134512640 135197378 4294956240 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 6785 5422 91 167 0 6616 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 27140

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1437688/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=35872 CPUtime=402.07
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 6269 0 0 0 40203 4 0 0 25 0 1 0 38040816 36732928 6215 1992294400 134512640 135197378 4294956240 18446744073709551615 134543450 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 8968 6215 91 167 0 8799 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 35872

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1434552/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=35872 CPUtime=462.04
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 7045 0 0 0 46200 4 0 0 25 0 1 0 38040816 36732928 6991 1992294400 134512640 135197378 4294956240 18446744073709551615 134525358 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 8968 6991 91 167 0 8799 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 35872

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1431416/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=35872 CPUtime=522.02
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 7838 0 0 0 52197 5 0 0 25 0 1 0 38040816 36732928 7784 1992294400 134512640 135197378 4294956240 18446744073709551615 134543408 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 8968 7784 91 167 0 8799 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 35872

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1428472/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=35872 CPUtime=581.97
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 8582 0 0 0 58192 5 0 0 25 0 1 0 38040816 36732928 8528 1992294400 134512640 135197378 4294956240 18446744073709551615 134539195 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 8968 8528 91 167 0 8799 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 35872

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1425528/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=56448 CPUtime=641.95
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 9313 0 0 0 64190 5 0 0 25 0 1 0 38040816 57802752 9259 1992294400 134512640 135197378 4294956240 18446744073709551615 134542227 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 14112 9259 91 167 0 13943 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 56448

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1422456/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=56448 CPUtime=701.92
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 10045 0 0 0 70186 6 0 0 25 0 1 0 38040816 57802752 9991 1992294400 134512640 135197378 4294956240 18446744073709551615 134525423 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 14112 9991 91 167 0 13943 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 56448

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1419576/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=56448 CPUtime=761.88
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 10771 0 0 0 76182 6 0 0 25 0 1 0 38040816 57802752 10717 1992294400 134512640 135197378 4294956240 18446744073709551615 134542285 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 14112 10717 91 167 0 13943 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 56448

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1416888/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=56448 CPUtime=821.85
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 11467 0 0 0 82179 6 0 0 25 0 1 0 38040816 57802752 11413 1992294400 134512640 135197378 4294956240 18446744073709551615 134572697 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 14112 11413 91 167 0 13943 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 56448

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1414072/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=56580 CPUtime=881.83
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 12160 0 0 0 88176 7 0 0 25 0 1 0 38040816 57937920 12106 1992294400 134512640 135197378 4294956240 18446744073709551615 134525324 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 14145 12106 91 167 0 13976 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 56580

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1411384/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=56580 CPUtime=941.79
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 12832 0 0 0 94171 8 0 0 25 0 1 0 38040816 57937920 12778 1992294400 134512640 135197378 4294956240 18446744073709551615 134552646 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 14145 12778 91 167 0 13976 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 56580

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1408568/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1001.76
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 13513 0 0 0 100168 8 0 0 25 0 1 0 38040816 78053376 13459 1992294400 134512640 135197378 4294956240 18446744073709551615 134552934 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 13459 91 167 0 18887 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 76224

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1406072/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1061.74
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 14146 0 0 0 106166 8 0 0 25 0 1 0 38040816 78053376 14092 1992294400 134512640 135197378 4294956240 18446744073709551615 134552507 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 14092 91 167 0 18887 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 76224

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1403576/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1121.69
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 14770 0 0 0 112161 8 0 0 25 0 1 0 38040816 78053376 14716 1992294400 134512640 135197378 4294956240 18446744073709551615 134525351 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 14716 91 167 0 18887 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 76224

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

[startup+1126.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1403384/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1125.7
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 14810 0 0 0 112561 9 0 0 25 0 1 0 38040816 78053376 14756 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 14756 91 167 0 18887 0
Current children cumulated CPU time (s) 1125.7
Current children cumulated vsize (KiB) 76224

[startup+1139.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1402872/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1138.49
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 14935 0 0 0 113840 9 0 0 25 0 1 0 38040816 78053376 14881 1992294400 134512640 135197378 4294956240 18446744073709551615 134525333 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 14881 91 167 0 18887 0
Current children cumulated CPU time (s) 1138.49
Current children cumulated vsize (KiB) 76224

[startup+1151.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1402360/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1151.28
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 15058 0 0 0 115119 9 0 0 25 0 1 0 38040816 78053376 15004 1992294400 134512640 135197378 4294956240 18446744073709551615 134618361 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 15004 91 167 0 18887 0
Current children cumulated CPU time (s) 1151.28
Current children cumulated vsize (KiB) 76224

[startup+1155.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1402296/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1154.48
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 15087 0 0 0 115439 9 0 0 25 0 1 0 38040816 78053376 15033 1992294400 134512640 135197378 4294956240 18446744073709551615 134592170 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 15033 91 167 0 18887 0
Current children cumulated CPU time (s) 1154.48
Current children cumulated vsize (KiB) 76224

[startup+1156.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1402232/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1156.08
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 15101 0 0 0 115599 9 0 0 25 0 1 0 38040816 78053376 15047 1992294400 134512640 135197378 4294956240 18446744073709551615 134525333 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 15047 91 167 0 18887 0
Current children cumulated CPU time (s) 1156.08
Current children cumulated vsize (KiB) 76224

[startup+1158.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1402168/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1157.68
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 15115 0 0 0 115759 9 0 0 25 0 1 0 38040816 78053376 15061 1992294400 134512640 135197378 4294956240 18446744073709551615 134539243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 15061 91 167 0 18887 0
Current children cumulated CPU time (s) 1157.68
Current children cumulated vsize (KiB) 76224

[startup+1159.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1402168/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1158.48
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 15122 0 0 0 115839 9 0 0 25 0 1 0 38040816 78053376 15068 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 15068 91 167 0 18887 0
Current children cumulated CPU time (s) 1158.48
Current children cumulated vsize (KiB) 76224

[startup+1159.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1402104/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1158.88
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 15125 0 0 0 115879 9 0 0 25 0 1 0 38040816 78053376 15071 1992294400 134512640 135197378 4294956240 18446744073709551615 134525346 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 15071 91 167 0 18887 0
Current children cumulated CPU time (s) 1158.88
Current children cumulated vsize (KiB) 76224

[startup+1159.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21785
/proc/meminfo: memFree=1402104/2055920 swapFree=4192956/4192956
[pid=21784] ppid=21782 vsize=76224 CPUtime=1158.98
/proc/21784/stat : 21784 (march_hi) R 21782 21784 20893 0 -1 4194304 15126 0 0 0 115889 9 0 0 25 0 1 0 38040816 78053376 15072 1992294400 134512640 135197378 4294956240 18446744073709551615 134539323 0 0 4096 0 0 0 0 17 0 0 0
/proc/21784/statm: 19056 15072 91 167 0 18887 0
Current children cumulated CPU time (s) 1158.98
Current children cumulated vsize (KiB) 76224

Child status: 20
Real time (s): 1159.7
CPU time (s): 1159.08
CPU user time (s): 1158.98
CPU system time (s): 0.102984
CPU usage (%): 99.9467
Max. virtual memory (cumulated for all children) (KiB): 76224

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

runsolver used 1.02684 second user time and 3.22051 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-19 02:15:35
IDJOB=1628078
IDBENCH=70534
IDSOLVER=583
FILE ID=node57/1628078-1240100135
PBS_JOBID= 9157696
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= 9d5d7164d3d5840805b65af8448e9499
RANDOM SEED=1105764830

node57.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.256
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.256
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:       1462944 kB
Buffers:         81060 kB
Cached:         440296 kB
SwapCached:          0 kB
Active:         299784 kB
Inactive:       235468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1462944 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             796 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            43860 kB
Committed_AS:   161200 kB
PageTables:       1388 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= 66440 MiB
End job on node57 at 2009-04-19 02:34:55