Trace number 1626601

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 1653.82 1654.76

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/500/
unif-k3-r4.25-v500-c2125-S1339364096-048.cnf
MD5SUM2cbf25bf3c1a8a645c8c658cff25ce06
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1180.83
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2125
Sum of the clauses size6375
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.01/0.01	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.01/0.01	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.01/0.01	c main()::
0.01/0.01	c initFormula():: searching for DIMACS p-line....
0.01/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 500 variables and 2125 clauses.
0.01/0.01	c parseCNF():: parsing....
0.01/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.01/0.01	c runParser():: parsing was successful, warming up engines...
0.01/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.01/0.01	c preprocessing fase I completed:: there are now 500 free variables and 2125 clauses.
0.01/0.01	c stat :: sign balance is biased by 0.391
0.01/0.01	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.01/0.01	c using 3-SAT heuristics (occurence based diff)
0.01/0.01	c longest clause has size 3
0.01/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 134 duplicate clauses
0.01/0.01	c resolvent_look() :: found 59 resolvents
0.01/0.01	c lessRedundantTransformation():: nothing to be done.
0.01/0.01	c transformTo3SAT():: you gave me 500 variables and 2184 clauses.
0.01/0.01	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.01/0.01	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.01/0.01	c transformTo3SAT():: the transformation yielded 500 variabels and 2184 clauses.
0.01/0.01	c main():: clause / variable ratio: ( 2184 / 500 ) = 4.37
0.01/0.01	c longest clause has size 3
0.01/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.01/0.01	c dynamic_preselect_setsize :: off
0.01/0.01	c suggested doublelook initial :: 0
0.01/0.01	c main():: all systems go!
0.01/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 149 JD: 22
0.01/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: 1645 JD: 22
0.89/0.93	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 12561 JD: 22
7.29/7.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 |****************************************************************| 3 NC: 59673 JD: 22
35.48/35.57	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 186837 JD: 22
111.95/112.05	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 451960 JD: 22
276.15/276.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 right child 96194 UNSAT by parent!
464.87/465.26	
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 6 NC: 858017 JD: 22
530.64/531.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 |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 7 NC: 1353625 JD: 22
853.59/854.16	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************c right child 323632 UNSAT by parent!
895.38/895.90	
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************c right child 400645 UNSAT by parent!
1011.02/1011.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 |****************************************************************| 8 NC: 1825471 JD: 22
1177.55/1178.24	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
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 806126 UNSAT by parent!
1415.46/1416.38	
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 9 NC: 2170528 JD: 22
1428.15/1429.09	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************c right child 1012288 UNSAT by parent!
1540.20/1541.16	
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 10 NC: 2361092 JD: 22
1571.40/1572.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 |****************************************************************| 11 NC: 2438238 JD: 22
1631.37/1632.33	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2460817 JD: 22
1649.36/1650.35	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
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: 2465445 JD: 22
1653.15/1654.16	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |**********************************
c |***********************************
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: 2466051 JD: 22
1653.75/1654.70	c |----------------------------------------------------------------|
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |************
c |*************
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: 2466087 JD: 22
1653.75/1654.74	c |----------------------------------------------------------------|
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| 16 NC: 2466096 JD: 22
1653.75/1654.75	c |----------------------------------------------------------------|
c |
1653.75/1654.75	c
1653.75/1654.75	c main():: nodeCount: 2466096
1653.75/1654.75	c main():: dead ends in main: 24021
1653.75/1654.75	c main():: lookAheadCount: 232179037
1653.75/1654.75	c main():: unitResolveCount: 37706620
1653.75/1654.75	c main():: time=1654.060000
1653.75/1654.75	c main():: necessary_assignments: 624485
1653.75/1654.75	c main():: bin_sat: 0, bin_unsat 0
1653.75/1654.75	c main():: doublelook: #: 12490791, succes #: 9528256
1653.75/1654.75	c main():: doublelook: overall 5.544 of all possible doublelooks executed
1653.75/1654.75	c main():: doublelook: succesrate: 76.282, average DL_trigger: 7591.121
1653.75/1654.75	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-1626601-1240100357/watcher-1626601-1240100357 -o /tmp/evaluation-result-1626601-1240100357/solver-1626601-1240100357 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626601-1240100357.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.06 1.06 1.01 3/64 22065
/proc/meminfo: memFree=899960/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=800 CPUtime=0
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 130 0 0 0 0 0 0 0 18 0 1 0 38063289 819200 113 1992294400 134512640 135019032 4294956240 18446744073709551615 134677364 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 200 113 50 123 0 75 0

[startup+0.016677 s]
/proc/loadavg: 1.06 1.06 1.01 3/64 22065
/proc/meminfo: memFree=899960/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=1260 CPUtime=0.01
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 247 0 0 0 1 0 0 0 18 0 1 0 38063289 1290240 230 1992294400 134512640 135019032 4294956240 18446744073709551615 134582865 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 315 233 69 123 0 190 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1260

[startup+0.101687 s]
/proc/loadavg: 1.06 1.06 1.01 3/64 22065
/proc/meminfo: memFree=899960/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=1392 CPUtime=0.09
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 271 0 0 0 9 0 0 0 18 0 1 0 38063289 1425408 254 1992294400 134512640 135019032 4294956240 18446744073709551615 134564384 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 348 254 73 123 0 223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1392

[startup+0.301708 s]
/proc/loadavg: 1.06 1.06 1.01 3/64 22065
/proc/meminfo: memFree=899960/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=1392 CPUtime=0.29
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 279 0 0 0 29 0 0 0 19 0 1 0 38063289 1425408 262 1992294400 134512640 135019032 4294956240 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 348 262 73 123 0 223 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1392

[startup+0.701753 s]
/proc/loadavg: 1.06 1.06 1.01 3/64 22065
/proc/meminfo: memFree=899960/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=1392 CPUtime=0.69
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 291 0 0 0 69 0 0 0 23 0 1 0 38063289 1425408 274 1992294400 134512640 135019032 4294956240 18446744073709551615 134579724 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 348 274 73 123 0 223 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1392

[startup+1.50185 s]
/proc/loadavg: 1.05 1.06 1.01 2/65 22066
/proc/meminfo: memFree=899120/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=1536 CPUtime=1.49
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 302 0 0 0 149 0 0 0 25 0 1 0 38063289 1572864 285 1992294400 134512640 135019032 4294956240 18446744073709551615 134526481 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 384 285 73 123 0 259 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1536

[startup+3.10103 s]
/proc/loadavg: 1.05 1.06 1.01 2/65 22066
/proc/meminfo: memFree=898928/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=1536 CPUtime=3.09
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 311 0 0 0 309 0 0 0 25 0 1 0 38063289 1572864 294 1992294400 134512640 135019032 4294956240 18446744073709551615 134526505 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 384 294 73 123 0 259 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1536

[startup+6.30139 s]
/proc/loadavg: 1.05 1.06 1.01 2/65 22066
/proc/meminfo: memFree=898808/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=1680 CPUtime=6.29
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 335 0 0 0 629 0 0 0 25 0 1 0 38063289 1720320 318 1992294400 134512640 135019032 4294956240 18446744073709551615 134548006 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 420 318 73 123 0 295 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1680

[startup+12.7011 s]
/proc/loadavg: 1.04 1.06 1.00 2/65 22066
/proc/meminfo: memFree=898624/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=1680 CPUtime=12.69
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 347 0 0 0 1269 0 0 0 25 0 1 0 38063289 1720320 330 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 420 330 73 123 0 295 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1680

[startup+25.5016 s]
/proc/loadavg: 1.04 1.05 1.00 2/65 22066
/proc/meminfo: memFree=898496/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=1884 CPUtime=25.48
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 408 0 0 0 2548 0 0 0 25 0 1 0 38063289 1929216 391 1992294400 134512640 135019032 4294956240 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 471 391 73 123 0 346 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1884

[startup+51.1015 s]
/proc/loadavg: 1.02 1.05 1.00 2/65 22066
/proc/meminfo: memFree=898368/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=2136 CPUtime=51.07
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 464 0 0 0 5107 0 0 0 25 0 1 0 38063289 2187264 447 1992294400 134512640 135019032 4294956240 18446744073709551615 134538575 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 534 447 73 123 0 409 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2136

[startup+102.305 s]
/proc/loadavg: 1.01 1.04 1.00 2/65 22066
/proc/meminfo: memFree=897728/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=2848 CPUtime=102.26
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 597 0 0 0 10226 0 0 0 25 0 1 0 38063289 2916352 580 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 712 580 73 123 0 587 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2848

[startup+162.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 22066
/proc/meminfo: memFree=896768/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=4304 CPUtime=162.22
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 833 0 0 0 16222 0 0 0 25 0 1 0 38063289 4407296 816 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 1076 816 73 123 0 951 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 4304

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 22066
/proc/meminfo: memFree=896000/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=5456 CPUtime=222.12
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 1034 0 0 0 22212 0 0 0 25 0 1 0 38063289 5586944 1017 1992294400 134512640 135019032 4294956240 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 1364 1017 73 123 0 1239 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 5456

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 22066
/proc/meminfo: memFree=895104/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=5688 CPUtime=282.04
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 1246 0 0 0 28204 0 0 0 25 0 1 0 38063289 5824512 1229 1992294400 134512640 135019032 4294956240 18446744073709551615 134548886 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 1422 1229 73 123 0 1297 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 5688

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 22066
/proc/meminfo: memFree=894144/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=7884 CPUtime=342.03
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 1497 0 0 0 34202 1 0 0 25 0 1 0 38063289 8073216 1480 1992294400 134512640 135019032 4294956240 18446744073709551615 134542380 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 1971 1480 73 123 0 1846 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 7884

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22066
/proc/meminfo: memFree=892672/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=7884 CPUtime=402
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 1845 0 0 0 40199 1 0 0 25 0 1 0 38063289 8073216 1828 1992294400 134512640 135019032 4294956240 18446744073709551615 134538016 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 1971 1828 73 123 0 1846 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 7884

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22066
/proc/meminfo: memFree=891904/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=10472 CPUtime=461.96
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 2043 0 0 0 46195 1 0 0 25 0 1 0 38063289 10723328 2026 1992294400 134512640 135019032 4294956240 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 2618 2026 73 123 0 2493 0
Current children cumulated CPU time (s) 461.96
Current children cumulated vsize (KiB) 10472

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22066
/proc/meminfo: memFree=890816/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=11408 CPUtime=521.94
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 2313 0 0 0 52192 2 0 0 25 0 1 0 38063289 11681792 2296 1992294400 134512640 135019032 4294956240 18446744073709551615 134538128 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 2852 2296 73 123 0 2727 0
Current children cumulated CPU time (s) 521.94
Current children cumulated vsize (KiB) 11408

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22066
/proc/meminfo: memFree=889024/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=15288 CPUtime=581.91
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 2744 0 0 0 58189 2 0 0 25 0 1 0 38063289 15654912 2727 1992294400 134512640 135019032 4294956240 18446744073709551615 134542401 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 3822 2727 73 123 0 3697 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 15288

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22066
/proc/meminfo: memFree=888064/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=15288 CPUtime=641.88
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 2994 0 0 0 64186 2 0 0 25 0 1 0 38063289 15654912 2977 1992294400 134512640 135019032 4294956240 18446744073709551615 134526406 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 3822 2977 73 123 0 3697 0
Current children cumulated CPU time (s) 641.88
Current children cumulated vsize (KiB) 15288


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

/proc/meminfo: memFree=879232/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=23116 CPUtime=1001.73
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 5221 0 0 0 100170 3 0 0 25 0 1 0 38063289 23670784 5204 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 5779 5204 73 123 0 5654 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 23116

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22066
/proc/meminfo: memFree=877440/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=31848 CPUtime=1061.71
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 5658 0 0 0 106167 4 0 0 25 0 1 0 38063289 32612352 5641 1992294400 134512640 135019032 4294956240 18446744073709551615 134526400 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 7962 5641 73 123 0 7837 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 31848

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=876032/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=35600 CPUtime=1121.68
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 5959 0 0 0 112164 4 0 0 25 0 1 0 38063289 36454400 5942 1992294400 134512640 135019032 4294956240 18446744073709551615 134526481 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 8900 5942 73 123 0 8775 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 35600

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=874560/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=35600 CPUtime=1181.65
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 6364 0 0 0 118161 4 0 0 25 0 1 0 38063289 36454400 6347 1992294400 134512640 135019032 4294956240 18446744073709551615 134538160 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 8900 6347 73 123 0 8775 0
Current children cumulated CPU time (s) 1181.65
Current children cumulated vsize (KiB) 35600

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=872320/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=35600 CPUtime=1241.61
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 6874 0 0 0 124156 5 0 0 25 0 1 0 38063289 36454400 6857 1992294400 134512640 135019032 4294956240 18446744073709551615 134542401 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 8900 6857 73 123 0 8775 0
Current children cumulated CPU time (s) 1241.61
Current children cumulated vsize (KiB) 35600

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=870784/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=35600 CPUtime=1301.55
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 7266 0 0 0 130150 5 0 0 25 0 1 0 38063289 36454400 7249 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 8900 7249 73 123 0 8775 0
Current children cumulated CPU time (s) 1301.55
Current children cumulated vsize (KiB) 35600

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=868992/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=35600 CPUtime=1361.48
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 7718 0 0 0 136143 5 0 0 25 0 1 0 38063289 36454400 7701 1992294400 134512640 135019032 4294956240 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 8900 7701 73 123 0 8775 0
Current children cumulated CPU time (s) 1361.48
Current children cumulated vsize (KiB) 35600

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=867520/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=35600 CPUtime=1421.46
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 8092 0 0 0 142140 6 0 0 25 0 1 0 38063289 36454400 8075 1992294400 134512640 135019032 4294956240 18446744073709551615 134538155 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 8900 8075 73 123 0 8775 0
Current children cumulated CPU time (s) 1421.46
Current children cumulated vsize (KiB) 35600

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=865408/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=48696 CPUtime=1481.42
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 8584 0 0 0 148136 6 0 0 25 0 1 0 38063289 49864704 8567 1992294400 134512640 135019032 4294956240 18446744073709551615 134538126 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 12174 8567 73 123 0 12049 0
Current children cumulated CPU time (s) 1481.42
Current children cumulated vsize (KiB) 48696

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=863616/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=48696 CPUtime=1541.4
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 9030 0 0 0 154134 6 0 0 25 0 1 0 38063289 49864704 9013 1992294400 134512640 135019032 4294956240 18446744073709551615 134564571 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 12174 9013 73 123 0 12049 0
Current children cumulated CPU time (s) 1541.4
Current children cumulated vsize (KiB) 48696

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=861888/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=48696 CPUtime=1601.38
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 9471 0 0 0 160131 7 0 0 25 0 1 0 38063289 49864704 9454 1992294400 134512640 135019032 4294956240 18446744073709551615 134538181 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 12174 9454 73 123 0 12049 0
Current children cumulated CPU time (s) 1601.38
Current children cumulated vsize (KiB) 48696

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

[startup+1612.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=861504/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=48696 CPUtime=1611.78
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 9552 0 0 0 161171 7 0 0 25 0 1 0 38063289 49864704 9535 1992294400 134512640 135019032 4294956240 18446744073709551615 134542537 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 12174 9535 73 123 0 12049 0
Current children cumulated CPU time (s) 1611.78
Current children cumulated vsize (KiB) 48696

[startup+1638.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=860800/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=48696 CPUtime=1637.36
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 9745 0 0 0 163729 7 0 0 25 0 1 0 38063289 49864704 9728 1992294400 134512640 135019032 4294956240 18446744073709551615 134526476 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 12174 9728 73 123 0 12049 0
Current children cumulated CPU time (s) 1637.36
Current children cumulated vsize (KiB) 48696

[startup+1644.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=860608/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=48696 CPUtime=1643.76
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 9792 0 0 0 164369 7 0 0 25 0 1 0 38063289 49864704 9775 1992294400 134512640 135019032 4294956240 18446744073709551615 134538155 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 12174 9775 73 123 0 12049 0
Current children cumulated CPU time (s) 1643.76
Current children cumulated vsize (KiB) 48696

[startup+1651.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=860416/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=48696 CPUtime=1650.16
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 9841 0 0 0 165009 7 0 0 25 0 1 0 38063289 49864704 9824 1992294400 134512640 135019032 4294956240 18446744073709551615 134578691 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 12174 9824 73 123 0 12049 0
Current children cumulated CPU time (s) 1650.16
Current children cumulated vsize (KiB) 48696

[startup+1652.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=860352/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=48696 CPUtime=1651.75
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 9853 0 0 0 165168 7 0 0 25 0 1 0 38063289 49864704 9836 1992294400 134512640 135019032 4294956240 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 12174 9836 73 123 0 12049 0
Current children cumulated CPU time (s) 1651.75
Current children cumulated vsize (KiB) 48696

[startup+1653.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22068
/proc/meminfo: memFree=860352/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=48696 CPUtime=1652.55
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 9859 0 0 0 165248 7 0 0 25 0 1 0 38063289 49864704 9842 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 12174 9842 73 123 0 12049 0
Current children cumulated CPU time (s) 1652.55
Current children cumulated vsize (KiB) 48696

[startup+1654.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22068
/proc/meminfo: memFree=860288/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=48696 CPUtime=1653.35
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 9864 0 0 0 165328 7 0 0 25 0 1 0 38063289 49864704 9847 1992294400 134512640 135019032 4294956240 18446744073709551615 134538176 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 12174 9847 73 123 0 12049 0
Current children cumulated CPU time (s) 1653.35
Current children cumulated vsize (KiB) 48696

[startup+1654.7 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 22068
/proc/meminfo: memFree=860288/2055920 swapFree=4192956/4192956
[pid=22065] ppid=22063 vsize=48696 CPUtime=1653.75
/proc/22065/stat : 22065 (march_ks) R 22063 22065 21968 0 -1 4194304 9866 0 0 0 165368 7 0 0 25 0 1 0 38063289 49864704 9849 1992294400 134512640 135019032 4294956240 18446744073709551615 134584635 0 0 4096 0 0 0 0 17 0 0 0
/proc/22065/statm: 12174 9849 73 123 0 12049 0
Current children cumulated CPU time (s) 1653.75
Current children cumulated vsize (KiB) 48696

Child status: 20
Real time (s): 1654.76
CPU time (s): 1653.82
CPU user time (s): 1653.73
CPU system time (s): 0.085986
CPU usage (%): 99.943
Max. virtual memory (cumulated for all children) (KiB): 48696

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

runsolver used 1.41478 second user time and 4.64129 second system time

The end

Launcher Data

Begin job on node62 at 2009-04-19 02:19:17
IDJOB=1626601
IDBENCH=70535
IDSOLVER=582
FILE ID=node62/1626601-1240100357
PBS_JOBID= 9157708
Free space on /tmp= 66324 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/500/unif-k3-r4.25-v500-c2125-S1339364096-048.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626601-1240100357/watcher-1626601-1240100357 -o /tmp/evaluation-result-1626601-1240100357/solver-1626601-1240100357 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1626601-1240100357.cnf            

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

MD5SUM BENCH= 2cbf25bf3c1a8a645c8c658cff25ce06
RANDOM SEED=376825314

node62.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.220
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.220
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:        900512 kB
Buffers:         87728 kB
Cached:         968720 kB
SwapCached:          0 kB
Active:         341652 kB
Inactive:       729656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        900512 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2896 kB
Writeback:           0 kB
Mapped:          24660 kB
Slab:            69968 kB
Committed_AS:   185764 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66324 MiB
End job on node62 at 2009-04-19 02:46:52