Trace number 370163

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, and are wall clock time (not CPU 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
March KS 2007-02-08UNSAT 1179.38 1179.91

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l4.sat05-521.reshuffled-07.cnf
MD5SUMff36f96f6b8096039d33a91da209fed4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1179.38
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

41.88/41.94	c main():: ***                                   [ march satisfiability solver ]                                   ***
41.88/41.94	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
41.88/41.94	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
41.88/41.94	c main()::
41.88/41.94	c initFormula():: searching for DIMACS p-line....
41.88/41.94	c initFormula():: the DIMACS p-line indicates a CNF of 4499 variables and 18603 clauses.
41.88/41.94	c parseCNF():: parsing....
41.88/41.94	c parseCNF():: the CNF contains 0 unary clauses.
41.88/41.94	c runParser():: parsing was successful, warming up engines...
41.88/41.94	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
41.88/41.94	c preprocessing fase I completed:: there are now 4499 free variables and 18603 clauses.
41.88/41.94	c stat :: sign balance is biased by 0.021
41.88/41.94	c find_equivalence():: found 4188 3-equivalences
41.88/41.94	c find_and_remove_tautogolies():: found and removed 18 tautologies
41.88/41.94	c find_and_remove_tautogolies():: found and removed 42 tautologies
41.88/41.94	c find_and_remove_tautogolies():: found and removed 25 tautologies
41.88/41.94	c find_and_remove_tautogolies():: found and removed 20 tautologies
41.88/41.94	c find_and_remove_tautogolies():: found and removed 12 tautologies
41.88/41.94	c find_and_remove_tautogolies():: found and removed 9 tautologies
41.88/41.94	c find_and_remove_tautogolies():: found and removed 5 tautologies
41.88/41.94	c find_and_remove_tautogolies():: found and removed 1 tautologies
41.88/41.94	c find_and_remove_tautogolies():: found and removed 3508 tautologies
41.88/41.94	c shorten_equivalence(): average equivalence length reduced from 30.520737 to 13.158986
41.88/41.94	c using 3-SAT heuristics (occurence based diff)
41.88/41.94	c longest clause has size 3
41.88/41.94	c simplify_formula():: removed 0 tautological, 16752 satisfied and 496 duplicate clauses
41.88/41.94	c lessRedundantTransformation():: nothing to be done.
41.88/41.94	c transformTo3SAT():: you gave me 4499 variables and 1851 clauses.
41.88/41.94	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
41.88/41.94	c transformTo3SAT():: I will add 0 variables and 0 clauses!
41.88/41.94	c transformTo3SAT():: the transformation yielded 4499 variabels and 1851 clauses.
41.88/41.94	c main():: clause / variable ratio: ( 1851 / 4499 ) = 0.41
41.88/41.94	c longest clause has size 3
41.88/41.94	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
41.88/41.94	c many dependent variables -> full lookahead
41.88/41.94	c dynamic_preselect_setsize :: on
41.88/41.94	c suggested doublelook initial :: 0
41.88/41.94	c main():: all systems go!
41.88/41.94	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 118 JD: 16
42.48/42.54	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: 821 JD: 16
43.47/43.53	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 5283 JD: 16
47.67/47.78	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 3 NC: 58523 JD: 16
71.77/71.86	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 237230 JD: 16
147.14/147.21	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 5 NC: 618873 JD: 16
302.59/302.75	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1180786 JD: 16
530.72/530.96	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 7 NC: 1774189 JD: 16
771.76/772.19	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2238413 JD: 16
962.24/962.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 |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2528471 JD: 16
1082.10/1082.64	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2678009 JD: 16
1144.38/1144.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 |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 11 NC: 2739081 JD: 16
1169.87/1170.46	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| 12 NC: 2756690 JD: 16
1177.57/1178.11	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| 13 NC: 2760264 JD: 16
1179.06/1179.69	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| 14 NC: 2760620 JD: 16
1179.26/1179.88	c |----------------------------------------------------------------|
c |********
c |*********
c |**********
c |************
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| 15 NC: 2760650 JD: 16
1179.36/1179.90	c |----------------------------------------------------------------|
c |
1179.36/1179.90	c
1179.36/1179.90	c main():: nodeCount: 2760650
1179.36/1179.90	c main():: dead ends in main: 851104
1179.36/1179.90	c main():: lookAheadCount: 55112431
1179.36/1179.90	c main():: unitResolveCount: 24170851
1179.36/1179.90	c main():: time=1179.540000
1179.36/1179.90	c main():: necessary_assignments: 268309
1179.36/1179.90	c main():: bin_sat: 0, bin_unsat 0
1179.36/1179.90	c main():: doublelook: #: 3882943, succes #: 1819428
1179.36/1179.90	c main():: doublelook: overall 7.242 of all possible doublelooks executed
1179.36/1179.90	c main():: doublelook: succesrate: 46.857, average DL_trigger: 201.011
1179.36/1179.90	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node58/watcher-370163-1177552141 -o ROOT/results/node58/solver-370163-1177552141 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/370163-1177552141/march_ks /tmp/evaluation/370163-1177552141/instance-370163-1177552141.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): 7500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 0.94 3/64 25898
/proc/meminfo: memFree=1668472/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=1084 CPUtime=0
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 203123759 1110016 170 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 271 170 47 123 0 146 0

[startup+0.013902 s]
/proc/loadavg: 0.92 0.99 0.94 3/64 25898
/proc/meminfo: memFree=1668472/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=1216 CPUtime=0.01
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 219 0 0 0 1 0 0 0 18 0 1 0 203123759 1245184 205 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134684029 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 304 205 47 123 0 179 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1216

[startup+0.102916 s]
/proc/loadavg: 0.92 0.99 0.94 3/64 25898
/proc/meminfo: memFree=1668472/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=2912 CPUtime=0.09
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 1047 0 0 0 9 0 0 0 18 0 1 0 203123759 2981888 527 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 728 527 63 123 0 603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2912

[startup+0.302948 s]
/proc/loadavg: 0.92 0.99 0.94 3/64 25898
/proc/meminfo: memFree=1668472/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=5156 CPUtime=0.29
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 1735 0 0 0 29 0 0 0 19 0 1 0 203123759 5279744 1089 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528816 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 1289 1089 63 123 0 1164 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5156

[startup+0.702017 s]
/proc/loadavg: 0.92 0.99 0.94 3/64 25898
/proc/meminfo: memFree=1668472/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=7672 CPUtime=0.69
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 2343 0 0 0 69 0 0 0 22 0 1 0 203123759 7856128 1697 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134665768 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 1918 1697 63 123 0 1793 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7672

[startup+1.50115 s]
/proc/loadavg: 0.92 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1660912/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=9788 CPUtime=1.49
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 2896 0 0 0 148 1 0 0 25 0 1 0 203123759 10022912 2250 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528643 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 2447 2250 63 123 0 2322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9788

[startup+3.10142 s]
/proc/loadavg: 0.92 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1658416/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=13780 CPUtime=3.08
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 3817 0 0 0 307 1 0 0 25 0 1 0 203123759 14110720 3171 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528879 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 3445 3171 63 123 0 3320 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13780

[startup+6.30195 s]
/proc/loadavg: 0.93 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1652656/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=18168 CPUtime=6.29
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 4791 0 0 0 627 2 0 0 25 0 1 0 203123759 18604032 4145 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528805 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 4542 4145 63 123 0 4417 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18168

[startup+12.702 s]
/proc/loadavg: 0.93 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1649264/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=20976 CPUtime=12.68
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 5467 0 0 0 1266 2 0 0 25 0 1 0 203123759 21479424 4821 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 5244 4821 63 123 0 5119 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20976

[startup+25.5012 s]
/proc/loadavg: 0.95 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1644656/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=25464 CPUtime=25.48
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 6595 0 0 0 2545 3 0 0 25 0 1 0 203123759 26075136 5949 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 6366 5949 63 123 0 6241 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25464

[startup+51.1024 s]
/proc/loadavg: 0.96 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1639344/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=30792 CPUtime=51.07
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8059 0 0 0 5104 3 0 0 25 0 1 0 203123759 31531008 7261 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539184 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 7698 7261 73 123 0 7573 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30792

[startup+102.305 s]
/proc/loadavg: 0.98 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1638960/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=31192 CPUtime=102.26
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8147 0 0 0 10222 4 0 0 25 0 1 0 203123759 31940608 7349 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134544102 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 7798 7349 73 123 0 7673 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 31192

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1638832/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=31360 CPUtime=162.24
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8181 0 0 0 16220 4 0 0 25 0 1 0 203123759 32112640 7383 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584614 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 7840 7383 73 123 0 7715 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 31360

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1638704/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=31512 CPUtime=222.22
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8200 0 0 0 22218 4 0 0 25 0 1 0 203123759 32268288 7402 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526644 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 7878 7402 73 123 0 7753 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 31512

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1638576/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=31512 CPUtime=282.2
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8240 0 0 0 28216 4 0 0 25 0 1 0 203123759 32268288 7442 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584627 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 7878 7442 73 123 0 7753 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 31512

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1638448/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=31888 CPUtime=342.18
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8274 0 0 0 34214 4 0 0 25 0 1 0 203123759 32653312 7476 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 7972 7476 73 123 0 7847 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 31888

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1638320/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=31888 CPUtime=402.16
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8301 0 0 0 40212 4 0 0 25 0 1 0 203123759 32653312 7503 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526703 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 7972 7503 73 123 0 7847 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 31888

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1638192/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=32228 CPUtime=462.14
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8323 0 0 0 46210 4 0 0 25 0 1 0 203123759 33001472 7525 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134587389 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8057 7525 73 123 0 7932 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 32228

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1637936/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=32228 CPUtime=522.12
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8375 0 0 0 52208 4 0 0 25 0 1 0 203123759 33001472 7577 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134534676 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8057 7577 73 123 0 7932 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 32228

[startup+582.301 s]
/proc/loadavg: 0.99 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1637872/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=32740 CPUtime=582.1
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8406 0 0 0 58206 4 0 0 25 0 1 0 203123759 33525760 7608 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134534721 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8185 7608 73 123 0 8060 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 32740

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1637680/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=32740 CPUtime=642.08
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8440 0 0 0 64204 4 0 0 25 0 1 0 203123759 33525760 7642 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134547646 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8185 7642 73 123 0 8060 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 32740

[startup+702.301 s]
/proc/loadavg: 0.99 0.99 0.94 2/65 25899
/proc/meminfo: memFree=1637616/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=32740 CPUtime=702.07
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8462 0 0 0 70202 5 0 0 25 0 1 0 203123759 33525760 7664 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526701 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8185 7664 73 123 0 8060 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 32740

[startup+762.306 s]
/proc/loadavg: 0.99 0.99 0.94 2/71 26069
/proc/meminfo: memFree=1636024/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=32740 CPUtime=761.97
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8507 0 0 0 76192 5 0 0 25 0 1 0 203123759 33525760 7709 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539130 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8185 7709 73 123 0 8060 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 32740

[startup+822.301 s]
/proc/loadavg: 1.09 1.02 0.95 2/65 26573
/proc/meminfo: memFree=1633456/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=33640 CPUtime=821.88
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8556 0 0 0 82182 6 0 0 25 0 1 0 203123759 34447360 7758 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539184 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8410 7758 73 123 0 8285 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 33640

[startup+882.302 s]
/proc/loadavg: 1.03 1.01 0.95 2/65 26573
/proc/meminfo: memFree=1633584/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=33640 CPUtime=881.86
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8593 0 0 0 88180 6 0 0 25 0 1 0 203123759 34447360 7795 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134543712 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8410 7795 73 123 0 8285 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 33640

[startup+942.302 s]
/proc/loadavg: 1.01 1.01 0.95 2/65 26573
/proc/meminfo: memFree=1633392/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=33640 CPUtime=941.84
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8630 0 0 0 94178 6 0 0 25 0 1 0 203123759 34447360 7832 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8410 7832 73 123 0 8285 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 33640

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1633136/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=33640 CPUtime=1001.82
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8684 0 0 0 100176 6 0 0 25 0 1 0 203123759 34447360 7886 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526703 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8410 7886 73 123 0 8285 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 33640

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1633072/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=33640 CPUtime=1061.8
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8735 0 0 0 106174 6 0 0 25 0 1 0 203123759 34447360 7937 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564747 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8410 7937 73 123 0 8285 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 33640

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1632880/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=34792 CPUtime=1121.79
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8792 0 0 0 112172 7 0 0 25 0 1 0 203123759 35627008 7994 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526677 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8698 7994 73 123 0 8573 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 34792

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

[startup+1126.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1632816/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=34792 CPUtime=1125.79
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8795 0 0 0 112572 7 0 0 25 0 1 0 203123759 35627008 7997 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8698 7997 73 123 0 8573 0
Current children cumulated CPU time (s) 1125.79
Current children cumulated vsize (KiB) 34792

[startup+1151.9 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1632752/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=34792 CPUtime=1151.38
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8819 0 0 0 115131 7 0 0 25 0 1 0 203123759 35627008 8021 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8698 8021 73 123 0 8573 0
Current children cumulated CPU time (s) 1151.38
Current children cumulated vsize (KiB) 34792

[startup+1164.7 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1632688/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=34792 CPUtime=1164.17
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8833 0 0 0 116410 7 0 0 25 0 1 0 203123759 35627008 8035 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134543665 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8698 8035 73 123 0 8573 0
Current children cumulated CPU time (s) 1164.17
Current children cumulated vsize (KiB) 34792

[startup+1171.1 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1632624/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=34792 CPUtime=1170.57
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8839 0 0 0 117050 7 0 0 25 0 1 0 203123759 35627008 8041 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526682 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8698 8041 73 123 0 8573 0
Current children cumulated CPU time (s) 1170.57
Current children cumulated vsize (KiB) 34792

[startup+1174.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1632624/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=34792 CPUtime=1173.76
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8843 0 0 0 117369 7 0 0 25 0 1 0 203123759 35627008 8045 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584614 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8698 8045 73 123 0 8573 0
Current children cumulated CPU time (s) 1173.76
Current children cumulated vsize (KiB) 34792

[startup+1177.5 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1632624/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=34792 CPUtime=1176.96
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8846 0 0 0 117689 7 0 0 25 0 1 0 203123759 35627008 8048 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526703 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8698 8048 73 123 0 8573 0
Current children cumulated CPU time (s) 1176.96
Current children cumulated vsize (KiB) 34792

[startup+1179.1 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1632560/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=34792 CPUtime=1178.56
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8848 0 0 0 117849 7 0 0 25 0 1 0 203123759 35627008 8050 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8698 8050 73 123 0 8573 0
Current children cumulated CPU time (s) 1178.56
Current children cumulated vsize (KiB) 34792

[startup+1179.5 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1632560/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=34792 CPUtime=1178.96
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8849 0 0 0 117889 7 0 0 25 0 1 0 203123759 35627008 8051 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538146 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8698 8051 73 123 0 8573 0
Current children cumulated CPU time (s) 1178.96
Current children cumulated vsize (KiB) 34792

[startup+1179.9 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 26573
/proc/meminfo: memFree=1632560/2055920 swapFree=4184532/4192956
[pid=25898] ppid=25896 vsize=34792 CPUtime=1179.36
/proc/25898/stat : 25898 (march_ks) R 25896 25898 25021 0 -1 4194304 8849 0 0 0 117929 7 0 0 25 0 1 0 203123759 35627008 8051 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539539 0 0 4096 0 0 0 0 17 1 0 0
/proc/25898/statm: 8698 8051 73 123 0 8573 0
Current children cumulated CPU time (s) 1179.36
Current children cumulated vsize (KiB) 34792

Child status: 20
Real time (s): 1179.91
CPU time (s): 1179.38
CPU user time (s): 1179.3
CPU system time (s): 0.079987
CPU usage (%): 99.9548
Max. virtual memory (cumulated for all children) (KiB): 34792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1179.3
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8850
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= 6
involuntary context switches= 2442

runsolver used 0.924859 second user time and 2.38064 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Thu Apr 26 01:49:01 UTC 2007

IDJOB= 370163
IDBENCH= 24631
IDSOLVER= 180
FILE ID= node58/370163-1177552141

PBS_JOBID= 4696635

Free space on /tmp= 66462 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/equilarge_l4.sat05-521.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/370163-1177552141/march_ks /tmp/evaluation/370163-1177552141/instance-370163-1177552141.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-370163-1177552141 -o ROOT/results/node58/solver-370163-1177552141 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/370163-1177552141/march_ks /tmp/evaluation/370163-1177552141/instance-370163-1177552141.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  ff36f96f6b8096039d33a91da209fed4

RANDOM SEED= 654166194

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.265
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.265
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:       1668880 kB
Buffers:         25288 kB
Cached:         249140 kB
SwapCached:       2604 kB
Active:         185428 kB
Inactive:       136612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668880 kB
SwapTotal:     4192956 kB
SwapFree:      4184532 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:          53936 kB
Slab:            50936 kB
Committed_AS:  1183380 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB

End job on node58 on Thu Apr 26 02:08:41 UTC 2007