Trace number 1628082

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 1279.09 1279.5

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/500/
unif-k3-r4.25-v500-c2125-S1213077873-067.cnf
MD5SUM8db311cabf8fb8b12c84c250d98747d5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1279.09
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, 6 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 499 free variables and 2119 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.442
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 167 duplicate clauses
0.00/0.02	c resolvent_look() :: found 89 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 500 variables and 2208 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 2208 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2208 / 500 ) = 4.42
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: 140
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: 564
0.20/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: 4009
1.30/1.37	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 22669
8.59/8.67	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 90988
39.58/39.64	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 267411
129.25/129.38	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 594741
314.40/314.55	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1035686
586.81/587.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 |****************************************************************| ( 8/999) NodeCount: 1465846
873.92/874.27	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1770696
1089.25/1089.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 |****************************************************************| (10/999) NodeCount: 1931434
1207.11/1207.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 |****************************************************************| (11/999) NodeCount: 1997365
1256.90/1257.38	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2018967
1273.79/1274.23	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |**********************************
c |***********************************
c |************************************
c |****************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| (13/999) NodeCount: 2024298
1278.09/1278.54	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
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: 2025260
1278.89/1279.36	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |************
c |*************
c |**************
c |****************
c |********************
c |**********************
c |***********************
c |************************
c |********************************
c |****************************************************************| (15/999) NodeCount: 2025396
1278.98/1279.48	c |----------------------------------------------------------------|
c |**
c |***
c |****
c |*****
c |******
c |********
c |****************
c |********************************
c |****************************************************************| (16/999) NodeCount: 2025400
1278.98/1279.49	c |----------------------------------------------------------------|
c |
1278.98/1279.49	c
1278.98/1279.49	c main():: nodeCount: 2025400
1278.98/1279.49	c main():: dead ends in main: 32267
1278.98/1279.49	c main():: lookAheadCount: 126607485
1278.98/1279.49	c main():: unitResolveCount: 39132068
1278.98/1279.49	c main():: time=1279.270000
1278.98/1279.49	c main():: necessary_assignments: 466421
1278.98/1279.49	c main():: bin_sat: 0, bin_unsat 0
1278.98/1279.49	c main():: doublelook: #: 7826909, succes #: 5606535
1278.98/1279.49	c main():: doublelook: overall 6.404 of all possible doublelooks executed
1278.98/1279.49	c main():: doublelook: succesrate: 71.632, average DL_trigger: 55.453
1278.98/1279.49	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-1628082-1240101531/watcher-1628082-1240101531 -o /tmp/evaluation-result-1628082-1240101531/solver-1628082-1240101531 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_hi HOME/instance-1628082-1240101531.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.92 0.98 0.99 3/64 21963
/proc/meminfo: memFree=1071464/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=976 CPUtime=0
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 38185900 999424 129 1992294400 134512640 135197378 4294956240 18446744073709551615 134722737 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 244 129 65 167 0 75 0

[startup+0.09343 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21963
/proc/meminfo: memFree=1071464/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=1740 CPUtime=0.09
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 292 0 0 0 9 0 0 0 18 0 1 0 38185900 1781760 275 1992294400 134512640 135197378 4294956240 18446744073709551615 134542099 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 435 275 91 167 0 266 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1740

[startup+0.10243 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21963
/proc/meminfo: memFree=1071464/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=1740 CPUtime=0.1
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 292 0 0 0 10 0 0 0 18 0 1 0 38185900 1781760 275 1992294400 134512640 135197378 4294956240 18446744073709551615 134572740 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 435 275 91 167 0 266 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1740

[startup+0.301459 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21963
/proc/meminfo: memFree=1071464/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=1872 CPUtime=0.3
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 306 0 0 0 30 0 0 0 19 0 1 0 38185900 1916928 289 1992294400 134512640 135197378 4294956240 18446744073709551615 134542433 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 468 289 91 167 0 299 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1872

[startup+0.701517 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21963
/proc/meminfo: memFree=1071464/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=1872 CPUtime=0.7
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 331 0 0 0 70 0 0 0 22 0 1 0 38185900 1916928 314 1992294400 134512640 135197378 4294956240 18446744073709551615 134542146 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 468 314 91 167 0 299 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1872

[startup+1.50163 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1070432/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=2156 CPUtime=1.49
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 372 0 0 0 149 0 0 0 25 0 1 0 38185900 2207744 355 1992294400 134512640 135197378 4294956240 18446744073709551615 134593933 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 539 355 91 167 0 370 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2156

[startup+3.10187 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1070176/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=2324 CPUtime=3.09
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 406 0 0 0 309 0 0 0 25 0 1 0 38185900 2379776 389 1992294400 134512640 135197378 4294956240 18446744073709551615 134542426 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 581 389 91 167 0 412 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2324

[startup+6.30133 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1069928/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=2620 CPUtime=6.29
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 465 0 0 0 629 0 0 0 25 0 1 0 38185900 2682880 448 1992294400 134512640 135197378 4294956240 18446744073709551615 134525348 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 655 448 91 167 0 486 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2620

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1069360/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=3188 CPUtime=12.69
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 575 0 0 0 1269 0 0 0 25 0 1 0 38185900 3264512 558 1992294400 134512640 135197378 4294956240 18446744073709551615 134552768 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 797 558 91 167 0 628 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3188

[startup+25.5021 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1068272/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=4164 CPUtime=25.49
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 842 0 0 0 2549 0 0 0 25 0 1 0 38185900 4263936 825 1992294400 134512640 135197378 4294956240 18446744073709551615 134541254 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 1041 825 91 167 0 872 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4164

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1066736/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=6544 CPUtime=51.07
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 1234 0 0 0 5107 0 0 0 25 0 1 0 38185900 6701056 1217 1992294400 134512640 135197378 4294956240 18446744073709551615 134542169 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 1636 1217 91 167 0 1467 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6544

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1063600/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=9196 CPUtime=102.26
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 1991 0 0 0 10225 1 0 0 25 0 1 0 38185900 9416704 1974 1992294400 134512640 135197378 4294956240 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 2299 1974 91 167 0 2130 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9196

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1060208/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=17516 CPUtime=162.24
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 2826 0 0 0 16222 2 0 0 25 0 1 0 38185900 17936384 2809 1992294400 134512640 135197378 4294956240 18446744073709551615 134525320 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 4379 2809 91 167 0 4210 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17516

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1056944/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=17516 CPUtime=222.22
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 3635 0 0 0 22220 2 0 0 25 0 1 0 38185900 17936384 3618 1992294400 134512640 135197378 4294956240 18446744073709551615 134548516 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 4379 3618 91 167 0 4210 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 17516

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1053680/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=23336 CPUtime=282.2
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 4432 0 0 0 28217 3 0 0 25 0 1 0 38185900 23896064 4415 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 5834 4415 91 167 0 5665 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 23336

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1050608/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=27044 CPUtime=342.18
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 5207 0 0 0 34215 3 0 0 25 0 1 0 38185900 27693056 5190 1992294400 134512640 135197378 4294956240 18446744073709551615 134552420 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 6761 5190 91 167 0 6592 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 27044

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1047472/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=35776 CPUtime=402.17
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 5980 0 0 0 40213 4 0 0 25 0 1 0 38185900 36634624 5963 1992294400 134512640 135197378 4294956240 18446744073709551615 134592164 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 8944 5963 91 167 0 8775 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 35776

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1044528/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=35776 CPUtime=462.15
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 6716 0 0 0 46211 4 0 0 25 0 1 0 38185900 36634624 6699 1992294400 134512640 135197378 4294956240 18446744073709551615 134542063 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 8944 6699 91 167 0 8775 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 35776

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1041648/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=35776 CPUtime=522.13
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 7445 0 0 0 52208 5 0 0 25 0 1 0 38185900 36634624 7428 1992294400 134512640 135197378 4294956240 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 8944 7428 91 167 0 8775 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 35776

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1038832/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=35776 CPUtime=582.11
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 8140 0 0 0 58206 5 0 0 25 0 1 0 38185900 36634624 8123 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 8944 8123 91 167 0 8775 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 35776

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21964
/proc/meminfo: memFree=1035760/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=56288 CPUtime=642.1
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 8886 0 0 0 64204 6 0 0 25 0 1 0 38185900 57638912 8869 1992294400 134512640 135197378 4294956240 18446744073709551615 134542040 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 14072 8869 91 167 0 13903 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 56288

[startup+702.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1032944/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=56420 CPUtime=702.07
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 9597 0 0 0 70201 6 0 0 25 0 1 0 38185900 57774080 9580 1992294400 134512640 135197378 4294956240 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 14105 9580 91 167 0 13936 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 56420

[startup+762.304 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1030192/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=56420 CPUtime=762.05
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 10268 0 0 0 76199 6 0 0 25 0 1 0 38185900 57774080 10251 1992294400 134512640 135197378 4294956240 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 14105 10251 91 167 0 13936 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 56420

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1027760/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=56420 CPUtime=822.03
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 10943 0 0 0 82196 7 0 0 25 0 1 0 38185900 57774080 10926 1992294400 134512640 135197378 4294956240 18446744073709551615 134541914 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 14105 10926 91 167 0 13936 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 56420

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1025072/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=56420 CPUtime=882.02
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 11611 0 0 0 88194 8 0 0 25 0 1 0 38185900 57774080 11594 1992294400 134512640 135197378 4294956240 18446744073709551615 134593933 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 14105 11594 91 167 0 13936 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 56420

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1022256/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=56420 CPUtime=942
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 12300 0 0 0 94192 8 0 0 25 0 1 0 38185900 57774080 12283 1992294400 134512640 135197378 4294956240 18446744073709551615 134525281 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 14105 12283 91 167 0 13936 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 56420

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1019632/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=56420 CPUtime=1001.97
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 12949 0 0 0 100189 8 0 0 25 0 1 0 38185900 57774080 12932 1992294400 134512640 135197378 4294956240 18446744073709551615 134601504 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 14105 12932 91 167 0 13936 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 56420

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1017072/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1061.96
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 13564 0 0 0 106187 9 0 0 25 0 1 0 38185900 77889536 13547 1992294400 134512640 135197378 4294956240 18446744073709551615 134607431 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 13547 91 167 0 18847 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 76064

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1014512/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1121.94
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 14207 0 0 0 112185 9 0 0 25 0 1 0 38185900 77889536 14190 1992294400 134512640 135197378 4294956240 18446744073709551615 134597742 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 14190 91 167 0 18847 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 76064

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1012208/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1181.92
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 14807 0 0 0 118182 10 0 0 25 0 1 0 38185900 77889536 14790 1992294400 134512640 135197378 4294956240 18446744073709551615 134570894 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 14790 91 167 0 18847 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 76064

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1009712/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1241.9
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 15399 0 0 0 124180 10 0 0 25 0 1 0 38185900 77889536 15382 1992294400 134512640 135197378 4294956240 18446744073709551615 134542026 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 15382 91 167 0 18847 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 76064

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

[startup+1254.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1009264/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1253.9
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 15507 0 0 0 125379 11 0 0 25 0 1 0 38185900 77889536 15490 1992294400 134512640 135197378 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 15490 91 167 0 18847 0
Current children cumulated CPU time (s) 1253.9
Current children cumulated vsize (KiB) 76064

[startup+1267.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1008752/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1266.7
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 15629 0 0 0 126659 11 0 0 25 0 1 0 38185900 77889536 15612 1992294400 134512640 135197378 4294956240 18446744073709551615 134552435 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 15612 91 167 0 18847 0
Current children cumulated CPU time (s) 1266.7
Current children cumulated vsize (KiB) 76064

[startup+1273.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1008496/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1273.09
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 15685 0 0 0 127298 11 0 0 25 0 1 0 38185900 77889536 15668 1992294400 134512640 135197378 4294956240 18446744073709551615 134552482 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 15668 91 167 0 18847 0
Current children cumulated CPU time (s) 1273.09
Current children cumulated vsize (KiB) 76064

[startup+1276.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1008432/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1276.29
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 15714 0 0 0 127618 11 0 0 25 0 1 0 38185900 77889536 15697 1992294400 134512640 135197378 4294956240 18446744073709551615 134542058 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 15697 91 167 0 18847 0
Current children cumulated CPU time (s) 1276.29
Current children cumulated vsize (KiB) 76064

[startup+1278.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1008304/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1277.89
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 15726 0 0 0 127778 11 0 0 25 0 1 0 38185900 77889536 15709 1992294400 134512640 135197378 4294956240 18446744073709551615 134605243 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 15709 91 167 0 18847 0
Current children cumulated CPU time (s) 1277.89
Current children cumulated vsize (KiB) 76064

[startup+1279.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1008304/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1278.69
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 15734 0 0 0 127858 11 0 0 25 0 1 0 38185900 77889536 15717 1992294400 134512640 135197378 4294956240 18446744073709551615 134539276 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 15717 91 167 0 18847 0
Current children cumulated CPU time (s) 1278.69
Current children cumulated vsize (KiB) 76064

[startup+1279.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1008304/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1278.89
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 15735 0 0 0 127878 11 0 0 25 0 1 0 38185900 77889536 15718 1992294400 134512640 135197378 4294956240 18446744073709551615 134593749 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 15718 91 167 0 18847 0
Current children cumulated CPU time (s) 1278.89
Current children cumulated vsize (KiB) 76064

[startup+1279.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21964
/proc/meminfo: memFree=1008304/2055920 swapFree=4192956/4192956
[pid=21963] ppid=21961 vsize=76064 CPUtime=1278.98
/proc/21963/stat : 21963 (march_hi) R 21961 21963 21926 0 -1 4194304 15736 0 0 0 127887 11 0 0 25 0 1 0 38185900 77889536 15719 1992294400 134512640 135197378 4294956240 18446744073709551615 134594078 0 0 4096 0 0 0 0 17 1 0 0
/proc/21963/statm: 19016 15719 91 167 0 18847 0
Current children cumulated CPU time (s) 1278.98
Current children cumulated vsize (KiB) 76064

Child status: 20
Real time (s): 1279.5
CPU time (s): 1279.09
CPU user time (s): 1278.97
CPU system time (s): 0.124981
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 76064

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

runsolver used 1.02984 second user time and 2.52961 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-19 02:38:51
IDJOB=1628082
IDBENCH=70538
IDSOLVER=583
FILE ID=node30/1628082-1240101531
PBS_JOBID= 9157719
Free space on /tmp= 66276 MiB

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

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

MD5SUM BENCH= 8db311cabf8fb8b12c84c250d98747d5
RANDOM SEED=2072657769

node30.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.265
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.265
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:       1071880 kB
Buffers:         88792 kB
Cached:         798064 kB
SwapCached:          0 kB
Active:         338532 kB
Inactive:       562672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1071880 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1008 kB
Writeback:           0 kB
Mapped:          24084 kB
Slab:            68888 kB
Committed_AS:   167952 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= 66276 MiB
End job on node30 at 2009-04-19 03:00:11