Trace number 369035

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 1315.21 1315.58

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-hwb-n26-01-S1957858365.sat05-500.reshuffled-07.cnf
MD5SUM19ef5308d30d988d80538312a4c92391
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1230.59
Satisfiable
(Un)Satisfiability was proved
Number of variables172
Number of clauses832
Sum of the clauses size2818
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3482
Number of clauses of size 4336
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.00	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.00/0.00	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.00/0.00	c main()::
0.00/0.00	c initFormula():: searching for DIMACS p-line....
0.00/0.00	c initFormula():: the DIMACS p-line indicates a CNF of 172 variables and 832 clauses.
0.00/0.00	c parseCNF():: parsing....
0.00/0.00	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.00	c runParser():: parsing was successful, warming up engines...
0.00/0.00	c find_and_remove_tautogolies():: found and removed 1 tautologies
0.00/0.00	c simplify_formula():: removed 0 tautological, 2 satisfied and 0 duplicate clauses
0.00/0.00	c preprocessing fase I completed:: there are now 171 free variables and 830 clauses.
0.00/0.00	c stat :: sign balance is biased by 0.002
0.00/0.00	c find_equivalence():: found 4 3-equivalences
0.00/0.00	c find_equivalence():: found 42 4-equivalences
0.00/0.00	c shorten_equivalence(): average equivalence length reduced from 6.666667 to 4.888889
0.00/0.00	c find_and_remove_tautogolies():: found and removed 1 tautologies
0.00/0.00	c using 3-SAT heuristics (occurence based diff)
0.00/0.00	c longest clause has size 3
0.00/0.00	c simplify_formula():: removed 0 tautological, 352 satisfied and 762 duplicate clauses
0.00/0.00	c lessRedundantTransformation():: nothing to be done.
0.00/0.00	c transformTo3SAT():: you gave me 172 variables and 730 clauses.
0.00/0.00	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.00	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.00	c transformTo3SAT():: the transformation yielded 172 variabels and 730 clauses.
0.00/0.00	c main():: clause / variable ratio: ( 730 / 172 ) = 4.24
0.00/0.00	c longest clause has size 3
0.00/0.00	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.00	c dynamic_preselect_setsize :: off
0.00/0.00	c suggested doublelook initial :: 0
0.00/0.00	c main():: all systems go!
0.00/0.00	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 203 JD: 17
0.00/0.02	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: 3259 JD: 17
0.19/0.27	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 25058 JD: 17
1.99/2.07	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 3 NC: 129617 JD: 17
10.69/10.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 |****************************************************************| 4 NC: 469418 JD: 17
38.78/38.80	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1314554 JD: 17
108.65/108.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 |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 6 NC: 2923799 JD: 17
242.72/242.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 |***************************************************************
c |****************************************************************| 7 NC: 5350372 JD: 17
446.16/446.33	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 8 NC: 8272467 JD: 17
692.49/692.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 |****************************************************************| 9 NC: 11106704 JD: 17
932.33/932.63	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 13303114 JD: 17
1118.77/1119.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 |****************************************************************| 11 NC: 14642691 JD: 17
1232.95/1233.35	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 12 NC: 15286417 JD: 17
1288.03/1288.42	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
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: 15523557 JD: 17
1308.32/1308.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 |****************************************************************| 14 NC: 15588517 JD: 17
1313.92/1314.34	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |*******************
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: 15601149 JD: 17
1315.02/1315.44	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| 16 NC: 15602603 JD: 17
1315.12/1315.57	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 17 NC: 15602669 JD: 17
1315.12/1315.57	c |----------------------------------------------------------------|
c |
1315.12/1315.57	c
1315.12/1315.57	c main():: nodeCount: 15602669
1315.12/1315.57	c main():: dead ends in main: 2937736
1315.12/1315.57	c main():: lookAheadCount: 193121033
1315.12/1315.57	c main():: unitResolveCount: 284155957
1315.12/1315.57	c main():: time=1315.400000
1315.12/1315.57	c main():: necessary_assignments: 12224564
1315.12/1315.57	c main():: bin_sat: 0, bin_unsat 0
1315.12/1315.57	c main():: doublelook: #: 13859183, succes #: 5328714
1315.12/1315.57	c main():: doublelook: overall 7.923 of all possible doublelooks executed
1315.12/1315.57	c main():: doublelook: succesrate: 38.449, average DL_trigger: 27.287
1315.12/1315.57	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-369035-1177294683 -o ROOT/results/node18/solver-369035-1177294683 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/369035-1177294683/march_ks /tmp/evaluation/369035-1177294683/instance-369035-1177294683.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.79 0.96 0.98 3/77 1824
/proc/meminfo: memFree=1667072/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=660 CPUtime=0
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 177385684 675840 97 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134520831 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 165 97 63 123 0 40 0

[startup+0.052693 s]
/proc/loadavg: 0.79 0.96 0.98 3/77 1824
/proc/meminfo: memFree=1667072/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=924 CPUtime=0.05
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 172 0 0 0 5 0 0 0 18 0 1 0 177385684 946176 154 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538602 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 231 154 73 123 0 106 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 924

[startup+0.101696 s]
/proc/loadavg: 0.79 0.96 0.98 3/77 1824
/proc/meminfo: memFree=1667072/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=924 CPUtime=0.09
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 173 0 0 0 9 0 0 0 18 0 1 0 177385684 946176 155 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564367 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 231 155 73 123 0 106 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 924

[startup+0.301716 s]
/proc/loadavg: 0.79 0.96 0.98 3/77 1824
/proc/meminfo: memFree=1667072/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=924 CPUtime=0.29
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 177 0 0 0 29 0 0 0 20 0 1 0 177385684 946176 159 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526499 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 231 159 73 123 0 106 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 924

[startup+0.701754 s]
/proc/loadavg: 0.79 0.96 0.98 3/77 1824
/proc/meminfo: memFree=1667072/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=924 CPUtime=0.69
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 183 0 0 0 69 0 0 0 24 0 1 0 177385684 946176 165 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584638 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 231 165 73 123 0 106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 924

[startup+1.50183 s]
/proc/loadavg: 0.79 0.96 0.98 2/78 1825
/proc/meminfo: memFree=1666680/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=924 CPUtime=1.49
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 185 0 0 0 149 0 0 0 25 0 1 0 177385684 946176 167 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134548045 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 231 167 73 123 0 106 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 924

[startup+3.10199 s]
/proc/loadavg: 0.79 0.96 0.98 2/78 1825
/proc/meminfo: memFree=1666552/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=924 CPUtime=3.09
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 191 0 0 0 309 0 0 0 25 0 1 0 177385684 946176 173 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 231 173 73 123 0 106 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 924

[startup+6.30129 s]
/proc/loadavg: 0.80 0.96 0.98 2/78 1825
/proc/meminfo: memFree=1666296/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=1092 CPUtime=6.29
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 209 0 0 0 629 0 0 0 25 0 1 0 177385684 1118208 191 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538585 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 273 191 73 123 0 148 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1092

[startup+12.7019 s]
/proc/loadavg: 0.82 0.96 0.98 2/78 1825
/proc/meminfo: memFree=1666168/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=1092 CPUtime=12.69
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 221 0 0 0 1269 0 0 0 25 0 1 0 177385684 1118208 203 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538617 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 273 203 73 123 0 148 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1092

[startup+25.5011 s]
/proc/loadavg: 0.86 0.96 0.98 2/78 1825
/proc/meminfo: memFree=1665976/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=1332 CPUtime=25.49
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 279 0 0 0 2549 0 0 0 25 0 1 0 177385684 1363968 259 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539075 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 333 259 73 123 0 208 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1332

[startup+51.1016 s]
/proc/loadavg: 0.91 0.96 0.98 2/78 1825
/proc/meminfo: memFree=1665784/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=1484 CPUtime=51.08
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 321 0 0 0 5108 0 0 0 25 0 1 0 177385684 1519616 301 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584966 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 371 301 73 123 0 246 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1484

[startup+102.306 s]
/proc/loadavg: 0.96 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1665528/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=2052 CPUtime=102.26
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 402 0 0 0 10226 0 0 0 25 0 1 0 177385684 2101248 382 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564720 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 513 382 73 123 0 388 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2052

[startup+162.301 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1665144/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=2564 CPUtime=162.25
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 482 0 0 0 16224 1 0 0 25 0 1 0 177385684 2625536 462 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564372 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 641 462 73 123 0 516 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2564

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1664760/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=2564 CPUtime=222.23
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 571 0 0 0 22222 1 0 0 25 0 1 0 177385684 2625536 551 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134534732 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 641 551 73 123 0 516 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 2564

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1664440/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=3328 CPUtime=282.22
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 645 0 0 0 28220 2 0 0 25 0 1 0 177385684 3407872 625 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134580094 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 832 625 73 123 0 707 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 3328

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1664056/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=3328 CPUtime=342.19
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 719 0 0 0 34217 2 0 0 25 0 1 0 177385684 3407872 699 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584614 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 832 699 73 123 0 707 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 3328

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1663736/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=4480 CPUtime=402.17
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 801 0 0 0 40215 2 0 0 25 0 1 0 177385684 4587520 781 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134587745 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1120 781 73 123 0 995 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 4480

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1663480/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=4480 CPUtime=462.16
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 871 0 0 0 46214 2 0 0 25 0 1 0 177385684 4587520 851 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134565479 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1120 851 73 123 0 995 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 4480

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1663288/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=4480 CPUtime=522.15
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 937 0 0 0 52212 3 0 0 25 0 1 0 177385684 4587520 917 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539354 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1120 917 73 123 0 995 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 4480

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1662968/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=4480 CPUtime=582.13
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1004 0 0 0 58210 3 0 0 25 0 1 0 177385684 4587520 984 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1120 984 73 123 0 995 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 4480

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1662584/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=4616 CPUtime=642.11
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1095 0 0 0 64208 3 0 0 25 0 1 0 177385684 4726784 1075 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564816 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1154 1075 73 123 0 1029 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 4616

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1662328/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=6340 CPUtime=702.09
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1165 0 0 0 70206 3 0 0 25 0 1 0 177385684 6492160 1145 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134525487 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1585 1145 73 123 0 1460 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 6340

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1662072/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=6340 CPUtime=762.08
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1227 0 0 0 76204 4 0 0 25 0 1 0 177385684 6492160 1207 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134579071 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1585 1207 73 123 0 1460 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 6340

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1661880/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=6340 CPUtime=822.06
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1289 0 0 0 82202 4 0 0 25 0 1 0 177385684 6492160 1269 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1585 1269 73 123 0 1460 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 6340

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1661560/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=6340 CPUtime=882.04
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1359 0 0 0 88200 4 0 0 25 0 1 0 177385684 6492160 1339 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539040 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1585 1339 73 123 0 1460 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 6340

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1661304/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=6340 CPUtime=942.02
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1425 0 0 0 94198 4 0 0 25 0 1 0 177385684 6492160 1405 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134598365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1585 1405 73 123 0 1460 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 6340

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1661112/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=6340 CPUtime=1002
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1482 0 0 0 100196 4 0 0 25 0 1 0 177385684 6492160 1462 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134565537 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1585 1462 73 123 0 1460 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 6340

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1660856/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=6340 CPUtime=1062
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1541 0 0 0 106195 5 0 0 25 0 1 0 177385684 6492160 1521 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538248 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 1585 1521 73 123 0 1460 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 6340

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1660600/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=8928 CPUtime=1121.97
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1607 0 0 0 112192 5 0 0 25 0 1 0 177385684 9142272 1587 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 2232 1587 73 123 0 2107 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 8928

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1825
/proc/meminfo: memFree=1660344/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=8928 CPUtime=1181.96
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1661 0 0 0 118191 5 0 0 25 0 1 0 177385684 9142272 1641 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134579085 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 2232 1641 73 123 0 2107 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 8928

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1827
/proc/meminfo: memFree=1660088/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=8928 CPUtime=1241.95
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1722 0 0 0 124189 6 0 0 25 0 1 0 177385684 9142272 1702 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134543715 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 2232 1702 73 123 0 2107 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 8928

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1827
/proc/meminfo: memFree=1659896/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=8928 CPUtime=1301.93
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1775 0 0 0 130187 6 0 0 25 0 1 0 177385684 9142272 1755 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134578746 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 2232 1755 73 123 0 2107 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 8928

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

[startup+1305.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1827
/proc/meminfo: memFree=1659896/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=8928 CPUtime=1305.12
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1779 0 0 0 130506 6 0 0 25 0 1 0 177385684 9142272 1759 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526682 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 2232 1759 73 123 0 2107 0
Current children cumulated CPU time (s) 1305.12
Current children cumulated vsize (KiB) 8928

[startup+1311.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1827
/proc/meminfo: memFree=1659896/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=8928 CPUtime=1311.52
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1785 0 0 0 131146 6 0 0 25 0 1 0 177385684 9142272 1765 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539040 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 2232 1765 73 123 0 2107 0
Current children cumulated CPU time (s) 1311.52
Current children cumulated vsize (KiB) 8928

[startup+1313.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1827
/proc/meminfo: memFree=1659896/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=8928 CPUtime=1313.12
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1787 0 0 0 131306 6 0 0 25 0 1 0 177385684 9142272 1767 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134547902 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 2232 1767 73 123 0 2107 0
Current children cumulated CPU time (s) 1313.12
Current children cumulated vsize (KiB) 8928

[startup+1314.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1827
/proc/meminfo: memFree=1659896/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=8928 CPUtime=1313.92
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1788 0 0 0 131386 6 0 0 25 0 1 0 177385684 9142272 1768 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 2232 1768 73 123 0 2107 0
Current children cumulated CPU time (s) 1313.92
Current children cumulated vsize (KiB) 8928

[startup+1315.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1827
/proc/meminfo: memFree=1659832/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=8928 CPUtime=1314.72
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1788 0 0 0 131466 6 0 0 25 0 1 0 177385684 9142272 1768 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134587867 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 2232 1768 73 123 0 2107 0
Current children cumulated CPU time (s) 1314.72
Current children cumulated vsize (KiB) 8928

[startup+1315.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 1827
/proc/meminfo: memFree=1659832/2055920 swapFree=4147132/4192956
[pid=1824] ppid=1822 vsize=8928 CPUtime=1315.12
/proc/1824/stat : 1824 (march_ks) R 1822 1824 1761 0 -1 4194304 1788 0 0 0 131506 6 0 0 25 0 1 0 177385684 9142272 1768 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134581160 0 0 4096 0 0 0 0 17 1 0 0
/proc/1824/statm: 2232 1768 73 123 0 2107 0
Current children cumulated CPU time (s) 1315.12
Current children cumulated vsize (KiB) 8928

Child status: 20
Real time (s): 1315.58
CPU time (s): 1315.21
CPU user time (s): 1315.14
CPU system time (s): 0.066989
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 8928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1315.14
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1790
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= 8
involuntary context switches= 28195

runsolver used 1.67374 second user time and 3.03654 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Apr 23 02:18:03 UTC 2007

IDJOB= 369035
IDBENCH= 24748
IDSOLVER= 180
FILE ID= node18/369035-1177294683

PBS_JOBID= 4650869

Free space on /tmp= 66485 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest03-hwb-n26-01-S1957858365.sat05-500.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/369035-1177294683/march_ks /tmp/evaluation/369035-1177294683/instance-369035-1177294683.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-369035-1177294683 -o ROOT/results/node18/solver-369035-1177294683 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/369035-1177294683/march_ks /tmp/evaluation/369035-1177294683/instance-369035-1177294683.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  19ef5308d30d988d80538312a4c92391

RANDOM SEED= 840726278

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.234
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.234
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:       1667480 kB
Buffers:         53064 kB
Cached:         233656 kB
SwapCached:      14384 kB
Active:         197996 kB
Inactive:       128936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667480 kB
SwapTotal:     4192956 kB
SwapFree:      4147132 kB
Dirty:            2436 kB
Writeback:           0 kB
Mapped:          29608 kB
Slab:            47028 kB
Committed_AS:  5362336 kB
PageTables:       1776 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= 66485 MiB

End job on node18 on Mon Apr 23 02:39:59 UTC 2007