Trace number 1626633

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 3457.1 3458.25

General information on the benchmark

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

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.00/0.02	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 520 variables and 2210 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 7 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 519 free variables and 2203 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.515
0.00/0.02	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.00/0.02	c using 3-SAT heuristics (occurence based diff)
0.00/0.02	c longest clause has size 3
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 169 duplicate clauses
0.00/0.02	c resolvent_look() :: found 80 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 520 variables and 2283 clauses.
0.00/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.02	c transformTo3SAT():: the transformation yielded 520 variabels and 2283 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2283 / 520 ) = 4.39
0.00/0.02	c longest clause has size 3
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c dynamic_preselect_setsize :: off
0.00/0.02	c suggested doublelook initial :: 0
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 1717 JD: 19
1.17/1.22	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: 15122 JD: 19
10.12/10.29	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 66962 JD: 19
46.16/46.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 |****************************************************************| 3 NC: 239475 JD: 19
173.63/173.99	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 640422 JD: 19
470.54/470.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 |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 5 NC: 1306813 JD: 19
963.71/964.26	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2175294 JD: 19
1606.54/1607.26	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3057583 JD: 19
2263.07/2263.95	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3768799 JD: 19
2799.22/2800.20	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 9 NC: 4233236 JD: 19
3157.12/3158.28	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4469875 JD: 19
3344.67/3345.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 left child 547050 UNSAT by parent!
3398.56/3399.79	
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4565780 JD: 19
3423.16/3424.30	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 4596824 JD: 19
3449.25/3450.41	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
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: 4604333 JD: 19
3455.75/3456.92	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |****************************************************************| 14 NC: 4605637 JD: 19
3456.85/3458.08	c |----------------------------------------------------------------|
c |*
c |**
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: 4605806 JD: 19
3457.05/3458.23	c |----------------------------------------------------------------|
c |**
c |***
c |****
c |*****
c |******
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| 16 NC: 4605815 JD: 19
3457.05/3458.24	c |----------------------------------------------------------------|
c |
3457.05/3458.24	c
3457.05/3458.24	c main():: nodeCount: 4605815
3457.05/3458.24	c main():: dead ends in main: 46163
3457.05/3458.24	c main():: lookAheadCount: 448065371
3457.05/3458.24	c main():: unitResolveCount: 58917985
3457.05/3458.24	c main():: time=-837.347296
3457.05/3458.24	c main():: necessary_assignments: 1185372
3457.05/3458.24	c main():: bin_sat: 0, bin_unsat 0
3457.05/3458.24	c main():: doublelook: #: 23736325, succes #: 18187861
3457.05/3458.24	c main():: doublelook: overall 5.459 of all possible doublelooks executed
3457.05/3458.24	c main():: doublelook: succesrate: 76.625, average DL_trigger: 7024.961
3457.05/3458.24	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-1626633-1240107780/watcher-1626633-1240107780 -o /tmp/evaluation-result-1626633-1240107780/solver-1626633-1240107780 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626633-1240107780.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.65 1.19 1.06 3/73 8017
/proc/meminfo: memFree=1429280/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=656 CPUtime=0
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 89 0 0 0 0 0 0 0 18 0 1 0 38804213 671744 75 1992294400 134512640 135019032 4294956240 18446744073709551615 134557776 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 164 75 47 123 0 39 0

[startup+0.07189 s]
/proc/loadavg: 1.65 1.19 1.06 3/73 8017
/proc/meminfo: memFree=1429280/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1332 CPUtime=0.06
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 268 0 0 0 6 0 0 0 18 0 1 0 38804213 1363968 251 1992294400 134512640 135019032 4294956240 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 333 251 73 123 0 208 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1332

[startup+0.101891 s]
/proc/loadavg: 1.65 1.19 1.06 3/73 8017
/proc/meminfo: memFree=1429280/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1332 CPUtime=0.09
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 277 0 0 0 9 0 0 0 18 0 1 0 38804213 1363968 260 1992294400 134512640 135019032 4294956240 18446744073709551615 134677364 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 333 260 73 123 0 208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1332

[startup+0.301908 s]
/proc/loadavg: 1.65 1.19 1.06 3/73 8017
/proc/meminfo: memFree=1429280/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1472 CPUtime=0.28
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 287 0 0 0 28 0 0 0 19 0 1 0 38804213 1507328 270 1992294400 134512640 135019032 4294956240 18446744073709551615 134579016 0 0 4096 0 0 0 0 17 0 0 0
/proc/8017/statm: 368 270 73 123 0 243 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1472

[startup+0.701939 s]
/proc/loadavg: 1.65 1.19 1.06 3/73 8017
/proc/meminfo: memFree=1429280/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1472 CPUtime=0.68
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 300 0 0 0 68 0 0 0 23 0 1 0 38804213 1507328 283 1992294400 134512640 135019032 4294956240 18446744073709551615 134538690 0 0 4096 0 0 0 0 17 0 0 0
/proc/8017/statm: 368 283 73 123 0 243 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1472

[startup+1.50201 s]
/proc/loadavg: 1.65 1.19 1.06 4/75 8314
/proc/meminfo: memFree=1427088/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1604 CPUtime=1.47
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 317 0 0 0 147 0 0 0 25 0 1 0 38804213 1642496 300 1992294400 134512640 135019032 4294956240 18446744073709551615 134628825 0 0 4096 0 0 0 0 17 0 0 0
/proc/8017/statm: 401 300 73 123 0 276 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 1604

[startup+3.10116 s]
/proc/loadavg: 1.65 1.19 1.06 3/75 8611
/proc/meminfo: memFree=1426832/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1604 CPUtime=3.06
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 325 0 0 0 306 0 0 0 25 0 1 0 38804213 1642496 308 1992294400 134512640 135019032 4294956240 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 0 0 0
/proc/8017/statm: 401 308 73 123 0 276 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 1604

[startup+6.30244 s]
/proc/loadavg: 1.68 1.21 1.07 2/75 9678
/proc/meminfo: memFree=1426000/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1604 CPUtime=6.25
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 336 0 0 0 625 0 0 0 25 0 1 0 38804213 1642496 319 1992294400 134512640 135019032 4294956240 18446744073709551615 134538617 0 0 4096 0 0 0 0 17 0 0 0
/proc/8017/statm: 401 319 73 123 0 276 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 1604

[startup+12.702 s]
/proc/loadavg: 1.70 1.22 1.07 4/75 11921
/proc/meminfo: memFree=1422680/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1604 CPUtime=12.6
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 345 0 0 0 1259 1 0 0 25 0 1 0 38804213 1642496 328 1992294400 134512640 135019032 4294956240 18446744073709551615 134548904 0 0 4096 0 0 0 0 17 0 0 0
/proc/8017/statm: 401 328 73 123 0 276 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1604

[startup+25.5012 s]
/proc/loadavg: 1.77 1.26 1.09 3/75 16455
/proc/meminfo: memFree=1414752/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1736 CPUtime=25.33
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 357 0 0 0 2528 5 0 0 25 0 1 0 38804213 1777664 340 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/8017/statm: 434 340 73 123 0 309 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 1736

[startup+51.1015 s]
/proc/loadavg: 1.75 1.30 1.11 2/68 23360
/proc/meminfo: memFree=1410368/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1736 CPUtime=50.86
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 380 0 0 0 5080 6 0 0 25 0 1 0 38804213 1777664 363 1992294400 134512640 135019032 4294956240 18446744073709551615 134526489 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 434 363 73 123 0 309 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 1736

[startup+102.305 s]
/proc/loadavg: 1.30 1.25 1.10 2/68 23360
/proc/meminfo: memFree=1410688/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1940 CPUtime=102.05
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 416 0 0 0 10198 7 0 0 25 0 1 0 38804213 1986560 399 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 485 399 73 123 0 360 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 1940

[startup+162.301 s]
/proc/loadavg: 1.12 1.20 1.09 2/68 23360
/proc/meminfo: memFree=1410624/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=1940 CPUtime=162.03
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 427 0 0 0 16196 7 0 0 25 0 1 0 38804213 1986560 410 1992294400 134512640 135019032 4294956240 18446744073709551615 134577639 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 485 410 73 123 0 360 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 1940

[startup+222.302 s]
/proc/loadavg: 1.04 1.16 1.08 2/68 23360
/proc/meminfo: memFree=1410560/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=2040 CPUtime=222.02
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 449 0 0 0 22195 7 0 0 25 0 1 0 38804213 2088960 432 1992294400 134512640 135019032 4294956240 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 510 432 73 123 0 385 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 2040

[startup+282.301 s]
/proc/loadavg: 1.01 1.13 1.08 2/68 23360
/proc/meminfo: memFree=1410432/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=2324 CPUtime=282
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 478 0 0 0 28193 7 0 0 25 0 1 0 38804213 2379776 461 1992294400 134512640 135019032 4294956240 18446744073709551615 134542782 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 581 461 73 123 0 456 0
Current children cumulated CPU time (s) 282
Current children cumulated vsize (KiB) 2324

[startup+342.302 s]
/proc/loadavg: 1.00 1.10 1.07 2/68 23360
/proc/meminfo: memFree=1410304/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=2324 CPUtime=341.98
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 497 0 0 0 34191 7 0 0 25 0 1 0 38804213 2379776 480 1992294400 134512640 135019032 4294956240 18446744073709551615 134542609 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 581 480 73 123 0 456 0
Current children cumulated CPU time (s) 341.98
Current children cumulated vsize (KiB) 2324

[startup+402.302 s]
/proc/loadavg: 1.00 1.08 1.06 2/68 23360
/proc/meminfo: memFree=1410176/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=2552 CPUtime=401.96
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 518 0 0 0 40189 7 0 0 25 0 1 0 38804213 2613248 501 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 638 501 73 123 0 513 0
Current children cumulated CPU time (s) 401.96
Current children cumulated vsize (KiB) 2552

[startup+462.301 s]
/proc/loadavg: 1.00 1.06 1.06 2/68 23360
/proc/meminfo: memFree=1410112/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=2552 CPUtime=461.94
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 538 0 0 0 46187 7 0 0 25 0 1 0 38804213 2613248 521 1992294400 134512640 135019032 4294956240 18446744073709551615 134547683 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 638 521 73 123 0 513 0
Current children cumulated CPU time (s) 461.94
Current children cumulated vsize (KiB) 2552

[startup+522.302 s]
/proc/loadavg: 1.00 1.05 1.05 2/68 23360
/proc/meminfo: memFree=1409920/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=2892 CPUtime=521.93
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 581 0 0 0 52186 7 0 0 25 0 1 0 38804213 2961408 564 1992294400 134512640 135019032 4294956240 18446744073709551615 134526499 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 723 564 73 123 0 598 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 2892

[startup+582.302 s]
/proc/loadavg: 1.00 1.04 1.05 2/68 23360
/proc/meminfo: memFree=1409792/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=2892 CPUtime=581.92
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 608 0 0 0 58184 8 0 0 25 0 1 0 38804213 2961408 591 1992294400 134512640 135019032 4294956240 18446744073709551615 134542609 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 723 591 73 123 0 598 0
Current children cumulated CPU time (s) 581.92
Current children cumulated vsize (KiB) 2892

[startup+642.301 s]
/proc/loadavg: 1.00 1.03 1.04 2/68 23360
/proc/meminfo: memFree=1409600/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=2892 CPUtime=641.91
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 651 0 0 0 64183 8 0 0 25 0 1 0 38804213 2961408 634 1992294400 134512640 135019032 4294956240 18446744073709551615 134564838 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 723 634 73 123 0 598 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 2892


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

/proc/meminfo: memFree=1399552/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=14776 CPUtime=2861.3
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 3073 0 0 0 286119 11 0 0 25 0 1 0 38804213 15130624 3056 1992294400 134512640 135019032 4294956240 18446744073709551615 134564384 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 3694 3056 73 123 0 3569 0
Current children cumulated CPU time (s) 2861.3
Current children cumulated vsize (KiB) 14776

[startup+2922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1398976/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=14776 CPUtime=2921.28
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 3203 0 0 0 292117 11 0 0 25 0 1 0 38804213 15130624 3186 1992294400 134512640 135019032 4294956240 18446744073709551615 134538181 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 3694 3186 73 123 0 3569 0
Current children cumulated CPU time (s) 2921.28
Current children cumulated vsize (KiB) 14776

[startup+2982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1398400/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=15768 CPUtime=2981.27
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 3342 0 0 0 298115 12 0 0 25 0 1 0 38804213 16146432 3325 1992294400 134512640 135019032 4294956240 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 3942 3325 73 123 0 3817 0
Current children cumulated CPU time (s) 2981.27
Current children cumulated vsize (KiB) 15768

[startup+3042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1397760/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=15768 CPUtime=3041.26
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 3504 0 0 0 304114 12 0 0 25 0 1 0 38804213 16146432 3487 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 3942 3487 73 123 0 3817 0
Current children cumulated CPU time (s) 3041.26
Current children cumulated vsize (KiB) 15768

[startup+3102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1397440/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=15768 CPUtime=3101.24
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 3598 0 0 0 310112 12 0 0 25 0 1 0 38804213 16146432 3581 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 3942 3581 73 123 0 3817 0
Current children cumulated CPU time (s) 3101.24
Current children cumulated vsize (KiB) 15768

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1396928/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3161.22
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 3706 0 0 0 316110 12 0 0 25 0 1 0 38804213 22106112 3689 1992294400 134512640 135019032 4294956240 18446744073709551615 134542380 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 3689 73 123 0 5272 0
Current children cumulated CPU time (s) 3161.22
Current children cumulated vsize (KiB) 21588

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1396096/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3221.21
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 3904 0 0 0 322108 13 0 0 25 0 1 0 38804213 22106112 3887 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 3887 73 123 0 5272 0
Current children cumulated CPU time (s) 3221.21
Current children cumulated vsize (KiB) 21588

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1395328/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3281.2
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4088 0 0 0 328107 13 0 0 25 0 1 0 38804213 22106112 4071 1992294400 134512640 135019032 4294956240 18446744073709551615 134538181 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4071 73 123 0 5272 0
Current children cumulated CPU time (s) 3281.2
Current children cumulated vsize (KiB) 21588

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1394752/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3341.17
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4233 0 0 0 334104 13 0 0 25 0 1 0 38804213 22106112 4216 1992294400 134512640 135019032 4294956240 18446744073709551615 134526441 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4216 73 123 0 5272 0
Current children cumulated CPU time (s) 3341.17
Current children cumulated vsize (KiB) 21588

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1393792/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3401.17
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4452 0 0 0 340103 14 0 0 25 0 1 0 38804213 22106112 4435 1992294400 134512640 135019032 4294956240 18446744073709551615 134564571 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4435 73 123 0 5272 0
Current children cumulated CPU time (s) 3401.17
Current children cumulated vsize (KiB) 21588

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

[startup+3430.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1393408/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3429.15
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4551 0 0 0 342901 14 0 0 25 0 1 0 38804213 22106112 4534 1992294400 134512640 135019032 4294956240 18446744073709551615 134578754 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4534 73 123 0 5272 0
Current children cumulated CPU time (s) 3429.15
Current children cumulated vsize (KiB) 21588

[startup+3443.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1393216/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3441.95
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4603 0 0 0 344181 14 0 0 25 0 1 0 38804213 22106112 4586 1992294400 134512640 135019032 4294956240 18446744073709551615 134526400 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4586 73 123 0 5272 0
Current children cumulated CPU time (s) 3441.95
Current children cumulated vsize (KiB) 21588

[startup+3449.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1393088/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3448.35
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4628 0 0 0 344821 14 0 0 25 0 1 0 38804213 22106112 4611 1992294400 134512640 135019032 4294956240 18446744073709551615 134526476 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4611 73 123 0 5272 0
Current children cumulated CPU time (s) 3448.35
Current children cumulated vsize (KiB) 21588

[startup+3452.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1393088/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3451.55
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4642 0 0 0 345141 14 0 0 25 0 1 0 38804213 22106112 4625 1992294400 134512640 135019032 4294956240 18446744073709551615 134542335 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4625 73 123 0 5272 0
Current children cumulated CPU time (s) 3451.55
Current children cumulated vsize (KiB) 21588

[startup+3455.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1393024/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3454.75
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4656 0 0 0 345461 14 0 0 25 0 1 0 38804213 22106112 4639 1992294400 134512640 135019032 4294956240 18446744073709551615 134538568 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4639 73 123 0 5272 0
Current children cumulated CPU time (s) 3454.75
Current children cumulated vsize (KiB) 21588

[startup+3457.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1392960/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3456.35
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4664 0 0 0 345621 14 0 0 25 0 1 0 38804213 22106112 4647 1992294400 134512640 135019032 4294956240 18446744073709551615 134538131 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4647 73 123 0 5272 0
Current children cumulated CPU time (s) 3456.35
Current children cumulated vsize (KiB) 21588

[startup+3457.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1392960/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3456.75
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4665 0 0 0 345661 14 0 0 25 0 1 0 38804213 22106112 4648 1992294400 134512640 135019032 4294956240 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4648 73 123 0 5272 0
Current children cumulated CPU time (s) 3456.75
Current children cumulated vsize (KiB) 21588

[startup+3458.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1392960/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3456.95
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4666 0 0 0 345681 14 0 0 25 0 1 0 38804213 22106112 4649 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4649 73 123 0 5272 0
Current children cumulated CPU time (s) 3456.95
Current children cumulated vsize (KiB) 21588

[startup+3458.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 23368
/proc/meminfo: memFree=1392960/2055920 swapFree=4192956/4192956
[pid=8017] ppid=8013 vsize=21588 CPUtime=3457.05
/proc/8017/stat : 8017 (march_ks) R 8013 8017 7770 0 -1 4194304 4666 0 0 0 345691 14 0 0 25 0 1 0 38804213 22106112 4649 1992294400 134512640 135019032 4294956240 18446744073709551615 134538208 0 0 4096 0 0 0 0 17 1 0 0
/proc/8017/statm: 5397 4649 73 123 0 5272 0
Current children cumulated CPU time (s) 3457.05
Current children cumulated vsize (KiB) 21588

Child status: 20
Real time (s): 3458.25
CPU time (s): 3457.1
CPU user time (s): 3456.96
CPU system time (s): 0.144977
CPU usage (%): 99.9668
Max. virtual memory (cumulated for all children) (KiB): 21588

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

runsolver used 3.08953 second user time and 9.52655 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-19 04:23:01
IDJOB=1626633
IDBENCH=70551
IDSOLVER=582
FILE ID=node68/1626633-1240107780
PBS_JOBID= 9157745
Free space on /tmp= 66556 MiB

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

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

MD5SUM BENCH= 49dc86fbfdf68b8af633e3ee1aa2a9e7
RANDOM SEED=2102477204

node68.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.223
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.223
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:       1429624 kB
Buffers:         69600 kB
Cached:         480180 kB
SwapCached:          0 kB
Active:         151184 kB
Inactive:       416264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1429624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3792 kB
Writeback:           0 kB
Mapped:          28052 kB
Slab:            43908 kB
Committed_AS:   167820 kB
PageTables:       1836 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= 66556 MiB
End job on node68 at 2009-04-19 05:20:39