Trace number 1626621

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 4974.14 4987.12

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/520/
unif-k3-r4.25-v520-c2210-S1602291491-023.cnf
MD5SUM8ac945fd2d00d7595dd6a09603bfa3b0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3701.2
Satisfiable
(Un)Satisfiability was proved
Number of variables520
Number of clauses2210
Sum of the clauses size6630
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32210
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.00/0.01	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 520 variables and 2210 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 9 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 519 free variables and 2201 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.458
0.00/0.01	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.00/0.01	c using 3-SAT heuristics (occurence based diff)
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 176 duplicate clauses
0.00/0.02	c resolvent_look() :: found 82 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 520 variables and 2283 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 520 variabels and 2283 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2283 / 520 ) = 4.39
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 dynamic_preselect_setsize :: off
0.00/0.02	c suggested doublelook initial :: 0
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 152 JD: 21
0.09/0.11	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: 4595 JD: 21
2.99/3.07	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 35989 JD: 21
24.59/24.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 |****************************************************************| 3 NC: 156012 JD: 21
106.55/106.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 |****************************************************************| 4 NC: 492344 JD: 21
337.95/338.18	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1177575 JD: 21
809.46/809.87	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2243585 JD: 21
1545.06/1545.72	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3546659 JD: 21
2452.87/2454.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 |****************************************************************| 8 NC: 4828348 JD: 21
3361.56/3373.90	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 9 NC: 5843009 JD: 21
4100.06/4112.77	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************c right child 952423 UNSAT by parent!
4305.58/4318.31	
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************c right child 1045343 UNSAT by parent!
4431.23/4444.09	
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************c right child 1173042 UNSAT by parent!
4561.88/4574.79	
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 10 NC: 6486776 JD: 21
4584.07/4596.92	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 6808882 JD: 21
4834.87/4847.81	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************c right child 1564312 UNSAT by parent!
4902.13/4915.11	
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 12 NC: 6933778 JD: 21
4934.92/4947.98	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 13 NC: 6971262 JD: 21
4965.91/4978.94	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 6979415 JD: 21
4972.81/4985.81	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |****************************************************************| 15 NC: 6980727 JD: 21
4973.91/4986.94	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |****************************************************************| 16 NC: 6980892 JD: 21
4974.01/4987.09	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |****************************************************************| 17 NC: 6980911 JD: 21
4974.11/4987.11	c |----------------------------------------------------------------|
c |
4974.11/4987.11	c
4974.11/4987.11	c main():: nodeCount: 6980911
4974.11/4987.11	c main():: dead ends in main: 76499
4974.11/4987.11	c main():: lookAheadCount: 678161408
4974.11/4987.11	c main():: unitResolveCount: 97774832
4974.11/4987.11	c main():: time=679.912704
4974.11/4987.11	c main():: necessary_assignments: 1866331
4974.11/4987.11	c main():: bin_sat: 0, bin_unsat 0
4974.11/4987.11	c main():: doublelook: #: 36141283, succes #: 27713001
4974.11/4987.11	c main():: doublelook: overall 5.494 of all possible doublelooks executed
4974.11/4987.11	c main():: doublelook: succesrate: 76.680, average DL_trigger: 6257.247
4974.11/4987.11	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-1626621-1240104804/watcher-1626621-1240104804 -o /tmp/evaluation-result-1626621-1240104804/solver-1626621-1240104804 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626621-1240104804.cnf 

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 17312
/proc/meminfo: memFree=1447472/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=804 CPUtime=0
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 38510066 823296 114 1992294400 134512640 135019032 4294956240 18446744073709551615 134561792 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 201 114 50 123 0 76 0

[startup+0.0952541 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 17312
/proc/meminfo: memFree=1447472/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=1332 CPUtime=0.09
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 277 0 0 0 9 0 0 0 18 0 1 0 38510066 1363968 260 1992294400 134512640 135019032 4294956240 18446744073709551615 134538228 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 333 260 73 123 0 208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1332

[startup+0.101254 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 17312
/proc/meminfo: memFree=1447472/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=1332 CPUtime=0.09
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 277 0 0 0 9 0 0 0 18 0 1 0 38510066 1363968 260 1992294400 134512640 135019032 4294956240 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 333 260 73 123 0 208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1332

[startup+0.301276 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 17312
/proc/meminfo: memFree=1447472/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=1464 CPUtime=0.29
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 289 0 0 0 29 0 0 0 20 0 1 0 38510066 1499136 272 1992294400 134512640 135019032 4294956240 18446744073709551615 134542659 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 366 272 73 123 0 241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1464

[startup+0.701319 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 17312
/proc/meminfo: memFree=1447472/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=1464 CPUtime=0.69
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 299 0 0 0 69 0 0 0 24 0 1 0 38510066 1499136 282 1992294400 134512640 135019032 4294956240 18446744073709551615 134538131 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 366 282 73 123 0 241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1464

[startup+1.50141 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17313
/proc/meminfo: memFree=1446632/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=1464 CPUtime=1.49
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 308 0 0 0 149 0 0 0 25 0 1 0 38510066 1499136 291 1992294400 134512640 135019032 4294956240 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 366 291 73 123 0 241 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1464

[startup+3.10159 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17313
/proc/meminfo: memFree=1446440/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=1596 CPUtime=3.09
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 318 0 0 0 309 0 0 0 25 0 1 0 38510066 1634304 301 1992294400 134512640 135019032 4294956240 18446744073709551615 134538179 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 399 301 73 123 0 274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1596

[startup+6.30194 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17313
/proc/meminfo: memFree=1446184/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=1596 CPUtime=6.29
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 329 0 0 0 629 0 0 0 25 0 1 0 38510066 1634304 312 1992294400 134512640 135019032 4294956240 18446744073709551615 134565489 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 399 312 73 123 0 274 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1596

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17313
/proc/meminfo: memFree=1446064/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=1596 CPUtime=12.69
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 340 0 0 0 1269 0 0 0 25 0 1 0 38510066 1634304 323 1992294400 134512640 135019032 4294956240 18446744073709551615 134542782 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 399 323 73 123 0 274 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1596

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17313
/proc/meminfo: memFree=1446064/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=1744 CPUtime=25.49
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 357 0 0 0 2549 0 0 0 25 0 1 0 38510066 1785856 340 1992294400 134512640 135019032 4294956240 18446744073709551615 134538131 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 436 340 73 123 0 311 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1744

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17313
/proc/meminfo: memFree=1446064/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=1880 CPUtime=51.07
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 411 0 0 0 5107 0 0 0 25 0 1 0 38510066 1925120 394 1992294400 134512640 135019032 4294956240 18446744073709551615 134542313 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 470 394 73 123 0 345 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1880

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17313
/proc/meminfo: memFree=1445872/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=2048 CPUtime=102.25
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 435 0 0 0 10225 0 0 0 25 0 1 0 38510066 2097152 418 1992294400 134512640 135019032 4294956240 18446744073709551615 134538228 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 512 418 73 123 0 387 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 2048

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17313
/proc/meminfo: memFree=1445616/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=2200 CPUtime=162.22
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 476 0 0 0 16222 0 0 0 25 0 1 0 38510066 2252800 459 1992294400 134512640 135019032 4294956240 18446744073709551615 134542401 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 550 459 73 123 0 425 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 2200

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17313
/proc/meminfo: memFree=1445424/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=2428 CPUtime=222.19
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 520 0 0 0 22219 0 0 0 25 0 1 0 38510066 2486272 503 1992294400 134512640 135019032 4294956240 18446744073709551615 134577524 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 607 503 73 123 0 482 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 2428

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17315
/proc/meminfo: memFree=1445040/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=2560 CPUtime=282.17
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 556 0 0 0 28217 0 0 0 25 0 1 0 38510066 2621440 539 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 640 539 73 123 0 515 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 2560

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17315
/proc/meminfo: memFree=1444976/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=2900 CPUtime=342.14
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 606 0 0 0 34214 0 0 0 25 0 1 0 38510066 2969600 589 1992294400 134512640 135019032 4294956240 18446744073709551615 134542770 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 725 589 73 123 0 600 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 2900

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17315
/proc/meminfo: memFree=1444720/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=3412 CPUtime=402.11
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 664 0 0 0 40211 0 0 0 25 0 1 0 38510066 3493888 647 1992294400 134512640 135019032 4294956240 18446744073709551615 134538069 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 853 647 73 123 0 728 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 3412

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17315
/proc/meminfo: memFree=1444464/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=3412 CPUtime=462.1
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 725 0 0 0 46209 1 0 0 25 0 1 0 38510066 3493888 708 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 853 708 73 123 0 728 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 3412

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17315
/proc/meminfo: memFree=1444272/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=3412 CPUtime=522.08
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 783 0 0 0 52207 1 0 0 25 0 1 0 38510066 3493888 766 1992294400 134512640 135019032 4294956240 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 853 766 73 123 0 728 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 3412

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17315
/proc/meminfo: memFree=1444016/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=4360 CPUtime=582.06
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 852 0 0 0 58205 1 0 0 25 0 1 0 38510066 4464640 835 1992294400 134512640 135019032 4294956240 18446744073709551615 134564206 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 1090 835 73 123 0 965 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 4360

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 17315
/proc/meminfo: memFree=1443824/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=4360 CPUtime=642.04
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 901 0 0 0 64203 1 0 0 25 0 1 0 38510066 4464640 884 1992294400 134512640 135019032 4294956240 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 1090 884 73 123 0 965 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 4360


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

/proc/meminfo: memFree=1367856/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=49148 CPUtime=4289.59
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 9304 0 0 0 428938 21 0 0 25 0 1 0 38510066 50327552 9287 1992294400 134512640 135019032 4294956240 18446744073709551615 134526451 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 12287 9287 73 123 0 12162 0
Current children cumulated CPU time (s) 4289.59
Current children cumulated vsize (KiB) 49148

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1366896/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=49148 CPUtime=4349.56
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 9552 0 0 0 434935 21 0 0 25 0 1 0 38510066 50327552 9535 1992294400 134512640 135019032 4294956240 18446744073709551615 134628916 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 12287 9535 73 123 0 12162 0
Current children cumulated CPU time (s) 4349.56
Current children cumulated vsize (KiB) 49148

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1365936/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=49148 CPUtime=4409.54
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 9786 0 0 0 440933 21 0 0 25 0 1 0 38510066 50327552 9769 1992294400 134512640 135019032 4294956240 18446744073709551615 134526505 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 12287 9769 73 123 0 12162 0
Current children cumulated CPU time (s) 4409.54
Current children cumulated vsize (KiB) 49148

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1364784/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=49148 CPUtime=4469.52
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 10082 0 0 0 446931 21 0 0 25 0 1 0 38510066 50327552 10065 1992294400 134512640 135019032 4294956240 18446744073709551615 134526476 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 12287 10065 73 123 0 12162 0
Current children cumulated CPU time (s) 4469.52
Current children cumulated vsize (KiB) 49148

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1363568/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=49148 CPUtime=4529.5
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 10378 0 0 0 452928 22 0 0 25 0 1 0 38510066 50327552 10361 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 12287 10361 73 123 0 12162 0
Current children cumulated CPU time (s) 4529.5
Current children cumulated vsize (KiB) 49148

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1362416/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=49148 CPUtime=4589.47
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 10633 0 0 0 458925 22 0 0 25 0 1 0 38510066 50327552 10616 1992294400 134512640 135019032 4294956240 18446744073709551615 134538160 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 12287 10616 73 123 0 12162 0
Current children cumulated CPU time (s) 4589.47
Current children cumulated vsize (KiB) 49148

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1361392/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=49148 CPUtime=4649.44
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 10879 0 0 0 464922 22 0 0 25 0 1 0 38510066 50327552 10862 1992294400 134512640 135019032 4294956240 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 12287 10862 73 123 0 12162 0
Current children cumulated CPU time (s) 4649.44
Current children cumulated vsize (KiB) 49148

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1360176/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=49148 CPUtime=4709.42
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 11174 0 0 0 470919 23 0 0 25 0 1 0 38510066 50327552 11157 1992294400 134512640 135019032 4294956240 18446744073709551615 134538103 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 12287 11157 73 123 0 12162 0
Current children cumulated CPU time (s) 4709.42
Current children cumulated vsize (KiB) 49148

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1359088/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=49148 CPUtime=4769.4
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 11450 0 0 0 476917 23 0 0 25 0 1 0 38510066 50327552 11433 1992294400 134512640 135019032 4294956240 18446744073709551615 134538248 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 12287 11433 73 123 0 12162 0
Current children cumulated CPU time (s) 4769.4
Current children cumulated vsize (KiB) 49148

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1357744/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=49148 CPUtime=4829.37
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 11778 0 0 0 482914 23 0 0 25 0 1 0 38510066 50327552 11761 1992294400 134512640 135019032 4294956240 18446744073709551615 134538659 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 12287 11761 73 123 0 12162 0
Current children cumulated CPU time (s) 4829.37
Current children cumulated vsize (KiB) 49148

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1356592/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=68792 CPUtime=4889.34
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 12082 0 0 0 488911 23 0 0 25 0 1 0 38510066 70443008 12065 1992294400 134512640 135019032 4294956240 18446744073709551615 134542767 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 17198 12065 73 123 0 17073 0
Current children cumulated CPU time (s) 4889.34
Current children cumulated vsize (KiB) 68792

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1355312/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=68792 CPUtime=4949.32
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 12410 0 0 0 494908 24 0 0 25 0 1 0 38510066 70443008 12393 1992294400 134512640 135019032 4294956240 18446744073709551615 134538617 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 17198 12393 73 123 0 17073 0
Current children cumulated CPU time (s) 4949.32
Current children cumulated vsize (KiB) 68792

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

[startup+4966.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1355248/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=68792 CPUtime=4953.32
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 12435 0 0 0 495308 24 0 0 25 0 1 0 38510066 70443008 12418 1992294400 134512640 135019032 4294956240 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 17198 12418 73 123 0 17073 0
Current children cumulated CPU time (s) 4953.32
Current children cumulated vsize (KiB) 68792

[startup+4979.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1354864/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=68792 CPUtime=4966.11
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 12508 0 0 0 496587 24 0 0 25 0 1 0 38510066 70443008 12491 1992294400 134512640 135019032 4294956240 18446744073709551615 134538017 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 17198 12491 73 123 0 17073 0
Current children cumulated CPU time (s) 4966.11
Current children cumulated vsize (KiB) 68792

[startup+4982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1354800/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=68792 CPUtime=4969.31
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 12525 0 0 0 496907 24 0 0 25 0 1 0 38510066 70443008 12508 1992294400 134512640 135019032 4294956240 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 17198 12508 73 123 0 17073 0
Current children cumulated CPU time (s) 4969.31
Current children cumulated vsize (KiB) 68792

[startup+4985.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1354736/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=68792 CPUtime=4972.51
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 12545 0 0 0 497227 24 0 0 25 0 1 0 38510066 70443008 12528 1992294400 134512640 135019032 4294956240 18446744073709551615 134579371 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 17198 12528 73 123 0 17073 0
Current children cumulated CPU time (s) 4972.51
Current children cumulated vsize (KiB) 68792

[startup+4986.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1354736/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=68792 CPUtime=4973.31
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 12549 0 0 0 497307 24 0 0 25 0 1 0 38510066 70443008 12532 1992294400 134512640 135019032 4294956240 18446744073709551615 134538189 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 17198 12532 73 123 0 17073 0
Current children cumulated CPU time (s) 4973.31
Current children cumulated vsize (KiB) 68792

[startup+4986.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1354736/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=68792 CPUtime=4973.71
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 12552 0 0 0 497347 24 0 0 25 0 1 0 38510066 70443008 12535 1992294400 134512640 135019032 4294956240 18446744073709551615 134538202 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 17198 12535 73 123 0 17073 0
Current children cumulated CPU time (s) 4973.71
Current children cumulated vsize (KiB) 68792

[startup+4987.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20411
/proc/meminfo: memFree=1354736/2055920 swapFree=4192956/4192956
[pid=17312] ppid=17310 vsize=68792 CPUtime=4974.11
/proc/17312/stat : 17312 (march_ks) R 17310 17312 17204 0 -1 4194304 12554 0 0 0 497387 24 0 0 25 0 1 0 38510066 70443008 12537 1992294400 134512640 135019032 4294956240 18446744073709551615 134526505 0 0 4096 0 0 0 0 17 0 0 0
/proc/17312/statm: 17198 12537 73 123 0 17073 0
Current children cumulated CPU time (s) 4974.11
Current children cumulated vsize (KiB) 68792

Child status: 20
Real time (s): 4987.12
CPU time (s): 4974.14
CPU user time (s): 4973.89
CPU system time (s): 0.250961
CPU usage (%): 99.7396
Max. virtual memory (cumulated for all children) (KiB): 68792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4973.89
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12555
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= 3
involuntary context switches= 25020

runsolver used 5.46017 second user time and 10.0355 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-19 03:33:24
IDJOB=1626621
IDBENCH=70545
IDSOLVER=582
FILE ID=node86/1626621-1240104804
PBS_JOBID= 9157706
Free space on /tmp= 66376 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/520/unif-k3-r4.25-v520-c2210-S1602291491-023.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626621-1240104804/watcher-1626621-1240104804 -o /tmp/evaluation-result-1626621-1240104804/solver-1626621-1240104804 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1626621-1240104804.cnf            

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

MD5SUM BENCH= 8ac945fd2d00d7595dd6a09603bfa3b0
RANDOM SEED=1137671974

node86.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.213
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.213
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:       1448016 kB
Buffers:         66592 kB
Cached:         469928 kB
SwapCached:          0 kB
Active:         197260 kB
Inactive:       353148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1448016 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2908 kB
Writeback:           0 kB
Mapped:          23596 kB
Slab:            43388 kB
Committed_AS:   126400 kB
PageTables:       1464 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= 66372 MiB
End job on node86 at 2009-04-19 04:56:31