Trace number 1626483

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
SAT07 reference solver: March KS 2007-02-08UNSAT 2696.34 2697.56

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/65/
unif-k7-r89-v65-c5785-S1818347447-078.cnf
MD5SUM16e4b9d806035068b91886cd39d11cb8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2696.34
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

Solver Data

0.79/0.82	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.79/0.82	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.79/0.82	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.79/0.82	c main()::
0.79/0.82	c initFormula():: searching for DIMACS p-line....
0.79/0.82	c full lookahead due to high density!
0.79/0.82	c initFormula():: the DIMACS p-line indicates a CNF of 65 variables and 5785 clauses.
0.79/0.82	c parseCNF():: parsing....
0.79/0.82	c parseCNF():: the CNF contains 0 unary clauses.
0.79/0.82	c runParser():: parsing was successful, warming up engines...
0.79/0.82	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.79/0.82	c preprocessing fase I completed:: there are now 65 free variables and 5785 clauses.
0.79/0.82	c stat :: sign balance is biased by 0.007
0.79/0.82	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.79/0.82	c using k-SAT heuristics (size based diff)
0.79/0.82	c longest clause has size 7
0.79/0.82	c simplify_formula():: removed 0 tautological, 0 satisfied and 2 duplicate clauses
0.79/0.82	c main():: clause / variable ratio: ( 5785 / 65 ) = 89.00
0.79/0.82	c longest clause has size 7
0.79/0.82	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.79/0.82	c dynamic_preselect_setsize :: off
0.79/0.82	c suggested doublelook initial :: 0
0.79/0.82	c main():: all systems go!
0.79/0.82	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 141 JD: 18
0.79/0.89	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 1 NC: 2307 JD: 18
1.79/1.89	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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 NC: 17628 JD: 18
8.88/8.97	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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 NC: 84224 JD: 18
39.76/39.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 |****************************************************************| 4 NC: 291266 JD: 18
136.52/136.66	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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 NC: 758105 JD: 18
356.62/356.82	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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 NC: 1558525 JD: 18
738.24/738.67	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 7 NC: 2607062 JD: 18
1246.31/1246.96	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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 NC: 3672402 JD: 18
1771.47/1772.34	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 9 NC: 4523848 JD: 18
2201.20/2202.21	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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 NC: 5052813 JD: 18
2476.88/2478.00	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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 NC: 5308070 JD: 18
2617.01/2618.23	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 12 NC: 5403113 JD: 18
2673.48/2674.78	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 13 NC: 5429434 JD: 18
2691.17/2692.46	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| 14 NC: 5434769 JD: 18
2695.37/2696.69	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| 15 NC: 5435521 JD: 18
2696.17/2697.45	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| 16 NC: 5435588 JD: 18
2696.27/2697.55	c |----------------------------------------------------------------|
c |
2696.27/2697.55	c
2696.27/2697.55	c main():: nodeCount: 5435588
2696.27/2697.55	c main():: dead ends in main: 7169
2696.27/2697.55	c main():: lookAheadCount: 318698727
2696.27/2697.55	c main():: unitResolveCount: 11542751
2696.27/2697.55	c main():: time=-1598.237296
2696.27/2697.55	c main():: necessary_assignments: 22566
2696.27/2697.55	c main():: bin_sat: 0, bin_unsat 0
2696.27/2697.55	c main():: doublelook: #: 18480033, succes #: 15076143
2696.27/2697.55	c main():: doublelook: overall 5.903 of all possible doublelooks executed
2696.27/2697.55	c main():: doublelook: succesrate: 81.581, average DL_trigger: 18.231
2696.27/2697.55	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-1626483-1240089288/watcher-1626483-1240089288 -o /tmp/evaluation-result-1626483-1240089288/solver-1626483-1240089288 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626483-1240089288.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 20583
/proc/meminfo: memFree=1177464/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=656 CPUtime=0
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 93 0 0 0 0 0 0 0 18 0 1 0 36954985 671744 79 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 164 79 47 123 0 39 0

[startup+0.087884 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20583
/proc/meminfo: memFree=1177464/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=1592 CPUtime=0.08
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 709 0 0 0 8 0 0 0 18 0 1 0 36954985 1630208 300 1992294400 134512640 135019032 4294956240 18446744073709551615 134536953 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 398 300 67 123 0 273 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1592

[startup+0.102885 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20583
/proc/meminfo: memFree=1177464/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=1592 CPUtime=0.1
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 709 0 0 0 10 0 0 0 18 0 1 0 36954985 1630208 300 1992294400 134512640 135019032 4294956240 18446744073709551615 134536937 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 398 300 67 123 0 273 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1592

[startup+0.302907 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20583
/proc/meminfo: memFree=1177464/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=1592 CPUtime=0.3
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 709 0 0 0 30 0 0 0 19 0 1 0 36954985 1630208 300 1992294400 134512640 135019032 4294956240 18446744073709551615 134567045 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 398 300 67 123 0 273 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1592

[startup+0.701953 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 20583
/proc/meminfo: memFree=1177464/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=1592 CPUtime=0.69
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 709 0 0 0 69 0 0 0 23 0 1 0 36954985 1630208 300 1992294400 134512640 135019032 4294956240 18446744073709551615 134536950 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 398 300 67 123 0 273 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1592

[startup+1.50104 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1176240/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=1856 CPUtime=1.49
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 959 0 0 0 149 0 0 0 25 0 1 0 36954985 1900544 338 1992294400 134512640 135019032 4294956240 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 464 338 72 123 0 339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1856

[startup+3.10122 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1176112/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=1856 CPUtime=3.09
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 959 0 0 0 309 0 0 0 25 0 1 0 36954985 1900544 338 1992294400 134512640 135019032 4294956240 18446744073709551615 134538429 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 464 338 72 123 0 339 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1856

[startup+6.30158 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1175920/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=1856 CPUtime=6.29
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 959 0 0 0 629 0 0 0 25 0 1 0 36954985 1900544 338 1992294400 134512640 135019032 4294956240 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 464 338 72 123 0 339 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1856

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1175864/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=1856 CPUtime=12.68
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 959 0 0 0 1268 0 0 0 25 0 1 0 36954985 1900544 338 1992294400 134512640 135019032 4294956240 18446744073709551615 134541823 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 464 338 72 123 0 339 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1856

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1175992/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=1856 CPUtime=25.48
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 959 0 0 0 2548 0 0 0 25 0 1 0 36954985 1900544 338 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 464 338 72 123 0 339 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1856

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1175992/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=2060 CPUtime=51.06
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 998 0 0 0 5106 0 0 0 25 0 1 0 36954985 2109440 377 1992294400 134512640 135019032 4294956240 18446744073709551615 134537955 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 515 377 72 123 0 390 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 2060

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1175800/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=2160 CPUtime=102.24
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 1034 0 0 0 10224 0 0 0 25 0 1 0 36954985 2211840 413 1992294400 134512640 135019032 4294956240 18446744073709551615 134597201 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 540 413 72 123 0 415 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 2160

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1175608/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=2540 CPUtime=162.2
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 1076 0 0 0 16219 1 0 0 25 0 1 0 36954985 2600960 455 1992294400 134512640 135019032 4294956240 18446744073709551615 134541823 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 635 455 72 123 0 510 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 2540

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1175480/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=2540 CPUtime=222.17
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 1117 0 0 0 22216 1 0 0 25 0 1 0 36954985 2600960 496 1992294400 134512640 135019032 4294956240 18446744073709551615 134541779 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 635 496 72 123 0 510 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 2540

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1175288/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=2880 CPUtime=282.15
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 1160 0 0 0 28214 1 0 0 25 0 1 0 36954985 2949120 539 1992294400 134512640 135019032 4294956240 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 720 539 72 123 0 595 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 2880

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1175160/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=2880 CPUtime=342.13
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 1204 0 0 0 34212 1 0 0 25 0 1 0 36954985 2949120 583 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 720 583 72 123 0 595 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 2880

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1174904/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=3392 CPUtime=402.1
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 1248 0 0 0 40209 1 0 0 25 0 1 0 36954985 3473408 627 1992294400 134512640 135019032 4294956240 18446744073709551615 134541829 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 848 627 72 123 0 723 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 3392

[startup+462.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1174712/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=3392 CPUtime=462.07
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 1290 0 0 0 46206 1 0 0 25 0 1 0 36954985 3473408 669 1992294400 134512640 135019032 4294956240 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 848 669 72 123 0 723 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 3392

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1174584/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=3392 CPUtime=522.04
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 1336 0 0 0 52203 1 0 0 25 0 1 0 36954985 3473408 715 1992294400 134512640 135019032 4294956240 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 848 715 72 123 0 723 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 3392

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1174392/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=4156 CPUtime=582.02
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 1379 0 0 0 58201 1 0 0 25 0 1 0 36954985 4255744 758 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 1039 758 72 123 0 914 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 4156

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20584
/proc/meminfo: memFree=1174200/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=4156 CPUtime=641.99
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 1427 0 0 0 64198 1 0 0 25 0 1 0 36954985 4255744 806 1992294400 134512640 135019032 4294956240 18446744073709551615 134538091 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 1039 806 72 123 0 914 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 4156


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

/proc/meminfo: memFree=1168952/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=9620 CPUtime=1961.39
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 2692 0 0 0 196136 3 0 0 25 0 1 0 36954985 9850880 2071 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 2405 2071 72 123 0 2280 0
Current children cumulated CPU time (s) 1961.39
Current children cumulated vsize (KiB) 9620

[startup+2022.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1168696/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=9620 CPUtime=2021.36
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 2769 0 0 0 202133 3 0 0 25 0 1 0 36954985 9850880 2148 1992294400 134512640 135019032 4294956240 18446744073709551615 134537973 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 2405 2148 72 123 0 2280 0
Current children cumulated CPU time (s) 2021.36
Current children cumulated vsize (KiB) 9620

[startup+2082.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1168376/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=9620 CPUtime=2081.35
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 2845 0 0 0 208131 4 0 0 25 0 1 0 36954985 9850880 2224 1992294400 134512640 135019032 4294956240 18446744073709551615 134536921 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 2405 2224 72 123 0 2280 0
Current children cumulated CPU time (s) 2081.35
Current children cumulated vsize (KiB) 9620

[startup+2142.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1168056/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=13500 CPUtime=2141.32
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 2933 0 0 0 214128 4 0 0 25 0 1 0 36954985 13824000 2312 1992294400 134512640 135019032 4294956240 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 3375 2312 72 123 0 3250 0
Current children cumulated CPU time (s) 2141.32
Current children cumulated vsize (KiB) 13500

[startup+2202.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1167672/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=13500 CPUtime=2201.29
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3033 0 0 0 220125 4 0 0 25 0 1 0 36954985 13824000 2412 1992294400 134512640 135019032 4294956240 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 3375 2412 72 123 0 3250 0
Current children cumulated CPU time (s) 2201.29
Current children cumulated vsize (KiB) 13500

[startup+2262.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1167352/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=13500 CPUtime=2261.26
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3108 0 0 0 226122 4 0 0 25 0 1 0 36954985 13824000 2487 1992294400 134512640 135019032 4294956240 18446744073709551615 134585091 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 3375 2487 72 123 0 3250 0
Current children cumulated CPU time (s) 2261.26
Current children cumulated vsize (KiB) 13500

[startup+2322.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1166968/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=13500 CPUtime=2321.23
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3189 0 0 0 232119 4 0 0 25 0 1 0 36954985 13824000 2568 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 3375 2568 72 123 0 3250 0
Current children cumulated CPU time (s) 2321.23
Current children cumulated vsize (KiB) 13500

[startup+2382.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1166520/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=13500 CPUtime=2381.21
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3285 0 0 0 238117 4 0 0 25 0 1 0 36954985 13824000 2664 1992294400 134512640 135019032 4294956240 18446744073709551615 134537981 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 3375 2664 72 123 0 3250 0
Current children cumulated CPU time (s) 2381.21
Current children cumulated vsize (KiB) 13500

[startup+2442.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1166072/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=13500 CPUtime=2441.18
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3391 0 0 0 244114 4 0 0 25 0 1 0 36954985 13824000 2770 1992294400 134512640 135019032 4294956240 18446744073709551615 134564711 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 3375 2770 72 123 0 3250 0
Current children cumulated CPU time (s) 2441.18
Current children cumulated vsize (KiB) 13500

[startup+2502.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1165688/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=13500 CPUtime=2501.16
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3503 0 0 0 250111 5 0 0 25 0 1 0 36954985 13824000 2882 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 3375 2882 72 123 0 3250 0
Current children cumulated CPU time (s) 2501.16
Current children cumulated vsize (KiB) 13500

[startup+2562.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1165240/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=13500 CPUtime=2561.14
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3614 0 0 0 256109 5 0 0 25 0 1 0 36954985 13824000 2993 1992294400 134512640 135019032 4294956240 18446744073709551615 134541820 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 3375 2993 72 123 0 3250 0
Current children cumulated CPU time (s) 2561.14
Current children cumulated vsize (KiB) 13500

[startup+2622.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1164728/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=13500 CPUtime=2621.11
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3756 0 0 0 262106 5 0 0 25 0 1 0 36954985 13824000 3135 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 3375 3135 72 123 0 3250 0
Current children cumulated CPU time (s) 2621.11
Current children cumulated vsize (KiB) 13500

[startup+2682.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1164024/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=19320 CPUtime=2681.08
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3913 0 0 0 268103 5 0 0 25 0 1 0 36954985 19783680 3292 1992294400 134512640 135019032 4294956240 18446744073709551615 134587542 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 4830 3292 72 123 0 4705 0
Current children cumulated CPU time (s) 2681.08
Current children cumulated vsize (KiB) 19320

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

[startup+2687.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1163960/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=19320 CPUtime=2686.67
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3931 0 0 0 268662 5 0 0 25 0 1 0 36954985 19783680 3310 1992294400 134512640 135019032 4294956240 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 4830 3310 72 123 0 4705 0
Current children cumulated CPU time (s) 2686.67
Current children cumulated vsize (KiB) 19320

[startup+2694.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1163896/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=19320 CPUtime=2693.07
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3953 0 0 0 269302 5 0 0 25 0 1 0 36954985 19783680 3332 1992294400 134512640 135019032 4294956240 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 4830 3332 72 123 0 4705 0
Current children cumulated CPU time (s) 2693.07
Current children cumulated vsize (KiB) 19320

[startup+2695.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1163896/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=19320 CPUtime=2694.67
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3959 0 0 0 269462 5 0 0 25 0 1 0 36954985 19783680 3338 1992294400 134512640 135019032 4294956240 18446744073709551615 134585144 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 4830 3338 72 123 0 4705 0
Current children cumulated CPU time (s) 2694.67
Current children cumulated vsize (KiB) 19320

[startup+2696.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1163832/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=19320 CPUtime=2695.47
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3962 0 0 0 269542 5 0 0 25 0 1 0 36954985 19783680 3341 1992294400 134512640 135019032 4294956240 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 4830 3341 72 123 0 4705 0
Current children cumulated CPU time (s) 2695.47
Current children cumulated vsize (KiB) 19320

[startup+2697.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1163832/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=19320 CPUtime=2695.87
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3964 0 0 0 269582 5 0 0 25 0 1 0 36954985 19783680 3343 1992294400 134512640 135019032 4294956240 18446744073709551615 134585127 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 4830 3343 72 123 0 4705 0
Current children cumulated CPU time (s) 2695.87
Current children cumulated vsize (KiB) 19320

[startup+2697.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 20586
/proc/meminfo: memFree=1163832/2055920 swapFree=4192956/4192956
[pid=20583] ppid=20581 vsize=19320 CPUtime=2696.27
/proc/20583/stat : 20583 (march_ks) R 20581 20583 20466 0 -1 4194304 3965 0 0 0 269622 5 0 0 25 0 1 0 36954985 19783680 3344 1992294400 134512640 135019032 4294956240 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/20583/statm: 4830 3344 72 123 0 4705 0
Current children cumulated CPU time (s) 2696.27
Current children cumulated vsize (KiB) 19320

Child status: 20
Real time (s): 2697.56
CPU time (s): 2696.34
CPU user time (s): 2696.28
CPU system time (s): 0.055991
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 19320

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

runsolver used 2.6526 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-18 23:14:48
IDJOB=1626483
IDBENCH=70476
IDSOLVER=582
FILE ID=node63/1626483-1240089288
PBS_JOBID= 9157619
Free space on /tmp= 66412 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/65/unif-k7-r89-v65-c5785-S1818347447-078.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626483-1240089288/watcher-1626483-1240089288 -o /tmp/evaluation-result-1626483-1240089288/solver-1626483-1240089288 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1626483-1240089288.cnf            

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

MD5SUM BENCH= 16e4b9d806035068b91886cd39d11cb8
RANDOM SEED=1989009307

node63.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1178008 kB
Buffers:         84012 kB
Cached:         697308 kB
SwapCached:          0 kB
Active:         255720 kB
Inactive:       540532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1178008 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3004 kB
Writeback:           0 kB
Mapped:          24708 kB
Slab:            67512 kB
Committed_AS:   151192 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node63 at 2009-04-18 23:59:46