Trace number 1626281

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 4040.43 4042.22

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/110/
unif-k5-r21.3-v110-c2343-S1736056721-032.cnf
MD5SUMd2ecc9d94f1ba393552dfdf11d60f816
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4040.43
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
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 52343
Number of clauses of size over 50

Solver Data

0.00/0.04	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.04	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.00/0.04	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.00/0.04	c main()::
0.00/0.04	c initFormula():: searching for DIMACS p-line....
0.00/0.04	c full lookahead due to high density!
0.00/0.04	c initFormula():: the DIMACS p-line indicates a CNF of 110 variables and 2343 clauses.
0.00/0.04	c parseCNF():: parsing....
0.00/0.04	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.04	c runParser():: parsing was successful, warming up engines...
0.00/0.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.04	c preprocessing fase I completed:: there are now 110 free variables and 2343 clauses.
0.00/0.04	c stat :: sign balance is biased by 0.049
0.00/0.04	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.00/0.04	c using k-SAT heuristics (size based diff)
0.00/0.04	c longest clause has size 5
0.00/0.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 6 duplicate clauses
0.00/0.04	c resolvent_look() :: found 4 resolvents
0.00/0.04	c main():: clause / variable ratio: ( 2347 / 110 ) = 21.34
0.00/0.04	c longest clause has size 5
0.00/0.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.04	c dynamic_preselect_setsize :: off
0.00/0.04	c suggested doublelook initial :: 0
0.00/0.04	c main():: all systems go!
0.00/0.04	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 125 JD: 22
0.08/0.10	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: 2000 JD: 22
0.90/0.91	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 15014 JD: 22
6.69/6.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 |****************************************************************| 3 NC: 74673 JD: 22
33.57/33.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: 271776 JD: 22
122.34/122.44	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 751553 JD: 22
341.64/341.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: 1657374 JD: 22
761.94/762.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 |****************************************************************| 7 NC: 2998250 JD: 22
1396.09/1396.77	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4573394 JD: 22
2163.43/2164.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 |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 9 NC: 6033279 JD: 22
2905.98/2907.31	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************c right child 1623541 UNSAT by parent!
3096.40/3097.84	
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 7101791 JD: 22
3477.35/3478.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 |****************************************************************| 11 NC: 7708116 JD: 22
3821.29/3823.04	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 12 NC: 7967617 JD: 22
3976.32/3978.17	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 13 NC: 8048610 JD: 22
4026.81/4028.68	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 8066494 JD: 22
4038.41/4040.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 |****************************************************************| 15 NC: 8069183 JD: 22
4040.21/4042.01	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |****************************************
c |********************************************
c |*********************************************
c |**********************************************
c |************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |****************************************************************| 16 NC: 8069424 JD: 22
4040.31/4042.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 |****************************************************************| 17 NC: 8069437 JD: 22
4040.41/4042.20	c |----------------------------------------------------------------|
c |
4040.41/4042.20	c
4040.41/4042.20	c main():: nodeCount: 8069437
4040.41/4042.20	c main():: dead ends in main: 10806
4040.41/4042.20	c main():: lookAheadCount: 1004488791
4040.41/4042.20	c main():: unitResolveCount: 30306311
4040.41/4042.20	c main():: time=-253.947296
4040.41/4042.20	c main():: necessary_assignments: 155255
4040.41/4042.20	c main():: bin_sat: 0, bin_unsat 0
4040.41/4042.20	c main():: doublelook: #: 38035867, succes #: 31723672
4040.41/4042.20	c main():: doublelook: overall 3.836 of all possible doublelooks executed
4040.41/4042.20	c main():: doublelook: succesrate: 83.405, average DL_trigger: 18.348
4040.41/4042.20	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-1626281-1240057178/watcher-1626281-1240057178 -o /tmp/evaluation-result-1626281-1240057178/solver-1626281-1240057178 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626281-1240057178.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19752
/proc/meminfo: memFree=1187368/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=788 CPUtime=0
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 99 0 0 0 0 0 0 0 18 0 1 0 33745299 806912 84 1992294400 134512640 135019032 4294956240 18446744073709551615 134527621 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 197 85 48 123 0 72 0

[startup+0.089567 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19752
/proc/meminfo: memFree=1187368/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=1104 CPUtime=0.08
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 202 0 0 0 8 0 0 0 18 0 1 0 33745299 1130496 185 1992294400 134512640 135019032 4294956240 18446744073709551615 134541841 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 276 185 72 123 0 151 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1104

[startup+0.101568 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19752
/proc/meminfo: memFree=1187368/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=1104 CPUtime=0.1
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 202 0 0 0 10 0 0 0 18 0 1 0 33745299 1130496 185 1992294400 134512640 135019032 4294956240 18446744073709551615 134538413 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 276 185 72 123 0 151 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1104

[startup+0.301582 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19752
/proc/meminfo: memFree=1187368/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=1104 CPUtime=0.3
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 202 0 0 0 30 0 0 0 20 0 1 0 33745299 1130496 185 1992294400 134512640 135019032 4294956240 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 276 185 72 123 0 151 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1104

[startup+0.701607 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 19752
/proc/meminfo: memFree=1187368/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=1104 CPUtime=0.7
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 202 0 0 0 70 0 0 0 24 0 1 0 33745299 1130496 185 1992294400 134512640 135019032 4294956240 18446744073709551615 134541829 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 276 185 72 123 0 151 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1104

[startup+1.50166 s]
/proc/loadavg: 1.16 1.03 1.01 2/65 19753
/proc/meminfo: memFree=1186912/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=1104 CPUtime=1.5
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 202 0 0 0 150 0 0 0 25 0 1 0 33745299 1130496 185 1992294400 134512640 135019032 4294956240 18446744073709551615 134597208 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 276 185 72 123 0 151 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1104

[startup+3.10177 s]
/proc/loadavg: 1.16 1.03 1.01 2/65 19753
/proc/meminfo: memFree=1186784/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=1104 CPUtime=3.09
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 202 0 0 0 309 0 0 0 25 0 1 0 33745299 1130496 185 1992294400 134512640 135019032 4294956240 18446744073709551615 134536953 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 276 185 72 123 0 151 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1104

[startup+6.30198 s]
/proc/loadavg: 1.15 1.03 1.01 2/65 19753
/proc/meminfo: memFree=1186664/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=1104 CPUtime=6.29
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 203 0 0 0 629 0 0 0 25 0 1 0 33745299 1130496 186 1992294400 134512640 135019032 4294956240 18446744073709551615 134527049 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 276 186 72 123 0 151 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1104

[startup+12.7014 s]
/proc/loadavg: 1.13 1.03 1.01 2/65 19753
/proc/meminfo: memFree=1186536/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=1240 CPUtime=12.69
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 237 0 0 0 1269 0 0 0 25 0 1 0 33745299 1269760 220 1992294400 134512640 135019032 4294956240 18446744073709551615 134538408 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 310 220 72 123 0 185 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1240

[startup+25.5013 s]
/proc/loadavg: 1.10 1.03 1.01 2/65 19753
/proc/meminfo: memFree=1186536/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=1308 CPUtime=25.48
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 262 0 0 0 2548 0 0 0 25 0 1 0 33745299 1339392 245 1992294400 134512640 135019032 4294956240 18446744073709551615 134537933 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 327 245 72 123 0 202 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1308

[startup+51.102 s]
/proc/loadavg: 1.07 1.03 1.01 2/65 19753
/proc/meminfo: memFree=1186408/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=1560 CPUtime=51.06
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 312 0 0 0 5106 0 0 0 25 0 1 0 33745299 1597440 295 1992294400 134512640 135019032 4294956240 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 390 295 72 123 0 265 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1560

[startup+102.305 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 19753
/proc/meminfo: memFree=1185960/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=2128 CPUtime=102.25
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 426 0 0 0 10225 0 0 0 25 0 1 0 33745299 2179072 409 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 532 409 72 123 0 407 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 2128

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 19753
/proc/meminfo: memFree=1185384/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=2640 CPUtime=162.22
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 555 0 0 0 16222 0 0 0 25 0 1 0 33745299 2703360 538 1992294400 134512640 135019032 4294956240 18446744073709551615 134527264 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 660 538 72 123 0 535 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 2640

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 19753
/proc/meminfo: memFree=1184808/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=3404 CPUtime=222.18
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 698 0 0 0 22218 0 0 0 25 0 1 0 33745299 3485696 681 1992294400 134512640 135019032 4294956240 18446744073709551615 134677329 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 851 681 72 123 0 726 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 3404

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19753
/proc/meminfo: memFree=1184168/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=4556 CPUtime=282.17
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 861 0 0 0 28216 1 0 0 25 0 1 0 33745299 4665344 844 1992294400 134512640 135019032 4294956240 18446744073709551615 134541829 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 1139 844 72 123 0 1014 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 4556

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19753
/proc/meminfo: memFree=1183400/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=4556 CPUtime=342.14
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 1057 0 0 0 34213 1 0 0 25 0 1 0 33745299 4665344 1040 1992294400 134512640 135019032 4294956240 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 1139 1040 72 123 0 1014 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 4556

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19753
/proc/meminfo: memFree=1182824/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=6280 CPUtime=402.12
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 1196 0 0 0 40211 1 0 0 25 0 1 0 33745299 6430720 1179 1992294400 134512640 135019032 4294956240 18446744073709551615 134541800 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 1570 1179 72 123 0 1445 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 6280

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19753
/proc/meminfo: memFree=1182056/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=6280 CPUtime=462.08
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 1378 0 0 0 46207 1 0 0 25 0 1 0 33745299 6430720 1361 1992294400 134512640 135019032 4294956240 18446744073709551615 134541823 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 1570 1361 72 123 0 1445 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 6280

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19753
/proc/meminfo: memFree=1181288/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=8868 CPUtime=522.04
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 1561 0 0 0 52203 1 0 0 25 0 1 0 33745299 9080832 1544 1992294400 134512640 135019032 4294956240 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 2217 1544 72 123 0 2092 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 8868

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19753
/proc/meminfo: memFree=1180648/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=8868 CPUtime=582.02
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 1725 0 0 0 58201 1 0 0 25 0 1 0 33745299 9080832 1708 1992294400 134512640 135019032 4294956240 18446744073709551615 134537940 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 2217 1708 72 123 0 2092 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 8868

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19753
/proc/meminfo: memFree=1179944/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=9016 CPUtime=642
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 1913 0 0 0 64199 1 0 0 25 0 1 0 33745299 9232384 1896 1992294400 134512640 135019032 4294956240 18446744073709551615 134537922 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 2254 1896 72 123 0 2129 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 9016


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

/proc/meminfo: memFree=1121000/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=3400.78
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 16468 0 0 0 340066 12 0 0 25 0 1 0 33745299 93372416 16451 1992294400 134512640 135019032 4294956240 18446744073709551615 134598157 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 16451 72 123 0 22671 0
Current children cumulated CPU time (s) 3400.78
Current children cumulated vsize (KiB) 91184

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19761
/proc/meminfo: memFree=1119144/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=3460.75
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 16920 0 0 0 346063 12 0 0 25 0 1 0 33745299 93372416 16903 1992294400 134512640 135019032 4294956240 18446744073709551615 134536937 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 16903 72 123 0 22671 0
Current children cumulated CPU time (s) 3460.75
Current children cumulated vsize (KiB) 91184

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19761
/proc/meminfo: memFree=1117288/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=3520.73
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 17391 0 0 0 352061 12 0 0 25 0 1 0 33745299 93372416 17374 1992294400 134512640 135019032 4294956240 18446744073709551615 134541788 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 17374 72 123 0 22671 0
Current children cumulated CPU time (s) 3520.73
Current children cumulated vsize (KiB) 91184

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19761
/proc/meminfo: memFree=1115496/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=3580.7
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 17837 0 0 0 358058 12 0 0 25 0 1 0 33745299 93372416 17820 1992294400 134512640 135019032 4294956240 18446744073709551615 134536915 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 17820 72 123 0 22671 0
Current children cumulated CPU time (s) 3580.7
Current children cumulated vsize (KiB) 91184

[startup+3642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19761
/proc/meminfo: memFree=1113832/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=3640.67
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 18267 0 0 0 364054 13 0 0 25 0 1 0 33745299 93372416 18250 1992294400 134512640 135019032 4294956240 18446744073709551615 134541820 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 18250 72 123 0 22671 0
Current children cumulated CPU time (s) 3640.67
Current children cumulated vsize (KiB) 91184

[startup+3702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19761
/proc/meminfo: memFree=1112040/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=3700.64
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 18726 0 0 0 370051 13 0 0 25 0 1 0 33745299 93372416 18709 1992294400 134512640 135019032 4294956240 18446744073709551615 134587540 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 18709 72 123 0 22671 0
Current children cumulated CPU time (s) 3700.64
Current children cumulated vsize (KiB) 91184

[startup+3762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19761
/proc/meminfo: memFree=1110120/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=3760.61
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 19177 0 0 0 376048 13 0 0 25 0 1 0 33745299 93372416 19160 1992294400 134512640 135019032 4294956240 18446744073709551615 134526947 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 19160 72 123 0 22671 0
Current children cumulated CPU time (s) 3760.61
Current children cumulated vsize (KiB) 91184

[startup+3822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19761
/proc/meminfo: memFree=1108328/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=3820.59
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 19642 0 0 0 382046 13 0 0 25 0 1 0 33745299 93372416 19625 1992294400 134512640 135019032 4294956240 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 19625 72 123 0 22671 0
Current children cumulated CPU time (s) 3820.59
Current children cumulated vsize (KiB) 91184

[startup+3882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19761
/proc/meminfo: memFree=1106344/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=3880.57
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 20133 0 0 0 388043 14 0 0 25 0 1 0 33745299 93372416 20116 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 20116 72 123 0 22671 0
Current children cumulated CPU time (s) 3880.57
Current children cumulated vsize (KiB) 91184

[startup+3942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19761
/proc/meminfo: memFree=1104360/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=3940.55
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 20616 0 0 0 394041 14 0 0 25 0 1 0 33745299 93372416 20599 1992294400 134512640 135019032 4294956240 18446744073709551615 134537979 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 20599 72 123 0 22671 0
Current children cumulated CPU time (s) 3940.55
Current children cumulated vsize (KiB) 91184

[startup+4002.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 19761
/proc/meminfo: memFree=1102376/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=4000.52
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 21111 0 0 0 400038 14 0 0 25 0 1 0 33745299 93372416 21094 1992294400 134512640 135019032 4294956240 18446744073709551615 134526970 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 21094 72 123 0 22671 0
Current children cumulated CPU time (s) 4000.52
Current children cumulated vsize (KiB) 91184

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

[startup+4019.1 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 19761
/proc/meminfo: memFree=1101800/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=4017.32
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 21252 0 0 0 401717 15 0 0 25 0 1 0 33745299 93372416 21235 1992294400 134512640 135019032 4294956240 18446744073709551615 134527024 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 21235 72 123 0 22671 0
Current children cumulated CPU time (s) 4017.32
Current children cumulated vsize (KiB) 91184

[startup+4031.9 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 19761
/proc/meminfo: memFree=1101224/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=4030.11
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 21360 0 0 0 402996 15 0 0 25 0 1 0 33745299 93372416 21343 1992294400 134512640 135019032 4294956240 18446744073709551615 134527261 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 21343 72 123 0 22671 0
Current children cumulated CPU time (s) 4030.11
Current children cumulated vsize (KiB) 91184

[startup+4038.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 19761
/proc/meminfo: memFree=1100968/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=4036.51
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 21414 0 0 0 403636 15 0 0 25 0 1 0 33745299 93372416 21397 1992294400 134512640 135019032 4294956240 18446744073709551615 134628624 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 21397 72 123 0 22671 0
Current children cumulated CPU time (s) 4036.51
Current children cumulated vsize (KiB) 91184

[startup+4039.9 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 19761
/proc/meminfo: memFree=1100904/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=4038.11
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 21428 0 0 0 403796 15 0 0 25 0 1 0 33745299 93372416 21411 1992294400 134512640 135019032 4294956240 18446744073709551615 134537946 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 21411 72 123 0 22671 0
Current children cumulated CPU time (s) 4038.11
Current children cumulated vsize (KiB) 91184

[startup+4041.5 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 19761
/proc/meminfo: memFree=1100840/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=4039.71
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 21442 0 0 0 403956 15 0 0 25 0 1 0 33745299 93372416 21425 1992294400 134512640 135019032 4294956240 18446744073709551615 134526930 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 21425 72 123 0 22671 0
Current children cumulated CPU time (s) 4039.71
Current children cumulated vsize (KiB) 91184

[startup+4041.9 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 19761
/proc/meminfo: memFree=1100840/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=4040.11
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 21445 0 0 0 403996 15 0 0 25 0 1 0 33745299 93372416 21428 1992294400 134512640 135019032 4294956240 18446744073709551615 134585420 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 21428 72 123 0 22671 0
Current children cumulated CPU time (s) 4040.11
Current children cumulated vsize (KiB) 91184

[startup+4042.1 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 19761
/proc/meminfo: memFree=1100840/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=4040.31
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 21447 0 0 0 404016 15 0 0 25 0 1 0 33745299 93372416 21430 1992294400 134512640 135019032 4294956240 18446744073709551615 134541829 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 21430 72 123 0 22671 0
Current children cumulated CPU time (s) 4040.31
Current children cumulated vsize (KiB) 91184

[startup+4042.2 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 19761
/proc/meminfo: memFree=1100840/2055920 swapFree=4192956/4192956
[pid=19752] ppid=19750 vsize=91184 CPUtime=4040.41
/proc/19752/stat : 19752 (march_ks) R 19750 19752 19642 0 -1 4194304 21447 0 0 0 404026 15 0 0 25 0 1 0 33745299 93372416 21430 1992294400 134512640 135019032 4294956240 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 0 0 0
/proc/19752/statm: 22796 21430 72 123 0 22671 0
Current children cumulated CPU time (s) 4040.41
Current children cumulated vsize (KiB) 91184

Child status: 20
Real time (s): 4042.22
CPU time (s): 4040.43
CPU user time (s): 4040.26
CPU system time (s): 0.164974
CPU usage (%): 99.9558
Max. virtual memory (cumulated for all children) (KiB): 91184

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

runsolver used 4.33034 second user time and 10.3994 second system time

The end

Launcher Data

Begin job on node52 at 2009-04-18 14:19:38
IDJOB=1626281
IDBENCH=70375
IDSOLVER=582
FILE ID=node52/1626281-1240057178
PBS_JOBID= 9157523
Free space on /tmp= 66364 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/110/unif-k5-r21.3-v110-c2343-S1736056721-032.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626281-1240057178/watcher-1626281-1240057178 -o /tmp/evaluation-result-1626281-1240057178/solver-1626281-1240057178 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1626281-1240057178.cnf            

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

MD5SUM BENCH= d2ecc9d94f1ba393552dfdf11d60f816
RANDOM SEED=928361692

node52.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.214
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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1187912 kB
Buffers:         76776 kB
Cached:         715492 kB
SwapCached:          0 kB
Active:         373968 kB
Inactive:       432252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1187912 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2908 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            47772 kB
Committed_AS:   162804 kB
PageTables:       1480 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= 66360 MiB
End job on node52 at 2009-04-18 15:27:00