Trace number 368876

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 1992.35 1992.82

General information on the benchmark

Namecrafted/spence/
medium/s93-100.cnf
MD5SUMcb4f09f5b8ab5c8da265c9ab7b857cb1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark65.668
Satisfiable
(Un)Satisfiability was proved
Number of variables93
Number of clauses196
Sum of the clauses size588
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3196
Number of clauses of size 40
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 93 variables and 196 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 simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.00	c preprocessing fase I completed:: there are now 93 free variables and 196 clauses.
0.00/0.00	c stat :: sign balance is biased by 0.053
0.00/0.00	c shorten_equivalence(): average equivalence length reduced from nan to nan
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, 0 satisfied and 648 duplicate clauses
0.00/0.00	c lessRedundantTransformation():: nothing to be done.
0.00/0.00	c transformTo3SAT():: you gave me 93 variables and 196 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 93 variabels and 196 clauses.
0.00/0.00	c main():: clause / variable ratio: ( 196 / 93 ) = 2.11
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 :: on
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: 240 JD: 19
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: 2682 JD: 19
0.10/0.18	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 2 NC: 26764 JD: 19
1.70/1.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 |****************************************************************| 3 NC: 150087 JD: 19
9.69/9.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 |****************************************************************| 4 NC: 573233 JD: 19
37.48/37.59	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1651379 JD: 19
108.26/108.37	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 3830817 JD: 19
251.74/251.87	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 7426340 JD: 19
488.87/489.02	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 12262795 JD: 19
808.40/808.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 |****************************************************************| 9 NC: 17631203 JD: 19
1163.52/1163.89	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 22527908 JD: 19
1487.95/1488.37	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 26197861 JD: 19
1732.58/1733.06	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 28360006 JD: 19
1881.95/1882.47	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 29415754 JD: 19
1954.94/1955.44	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 14 NC: 29813662 JD: 19
1982.53/1983.03	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
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: 29927599 JD: 19
1990.32/1990.89	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |****************************************************************| 16 NC: 29951605 JD: 19
1992.02/1992.56	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| 17 NC: 29954849 JD: 19
1992.22/1992.79	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| 18 NC: 29955086 JD: 19
1992.33/1992.80	c |----------------------------------------------------------------|
c |
1992.33/1992.81	c
1992.33/1992.81	c main():: nodeCount: 29955086
1992.33/1992.81	c main():: dead ends in main: 874588
1992.33/1992.81	c main():: lookAheadCount: 1143297418
1992.33/1992.81	c main():: unitResolveCount: 142597229
1992.33/1992.81	c main():: time=1992.640000
1992.33/1992.81	c main():: necessary_assignments: 3356069
1992.33/1992.81	c main():: bin_sat: 0, bin_unsat 0
1992.33/1992.81	c main():: doublelook: #: 51508254, succes #: 33959607
1992.33/1992.81	c main():: doublelook: overall 4.708 of all possible doublelooks executed
1992.33/1992.81	c main():: doublelook: succesrate: 65.930, average DL_trigger: 372.229
1992.33/1992.81	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/node34/watcher-368876-1177230339 -o ROOT/results/node34/solver-368876-1177230339 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368876-1177230339/march_ks /tmp/evaluation/368876-1177230339/instance-368876-1177230339.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.93 1.01 0.99 3/77 22743
/proc/meminfo: memFree=1725904/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=660 CPUtime=0
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 170949334 675840 108 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134628856 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 165 108 73 123 0 40 0

[startup+0.0448819 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 22743
/proc/meminfo: memFree=1725904/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=792 CPUtime=0.04
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 134 0 0 0 4 0 0 0 18 0 1 0 170949334 811008 116 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134527205 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 198 116 73 123 0 73 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 792

[startup+0.101886 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 22743
/proc/meminfo: memFree=1725904/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=792 CPUtime=0.1
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 137 0 0 0 10 0 0 0 18 0 1 0 170949334 811008 119 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542548 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 198 119 73 123 0 73 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 792

[startup+0.301902 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 22743
/proc/meminfo: memFree=1725904/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=792 CPUtime=0.3
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 142 0 0 0 30 0 0 0 19 0 1 0 170949334 811008 124 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538594 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 198 124 73 123 0 73 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 792

[startup+0.701934 s]
/proc/loadavg: 0.93 1.01 0.99 3/77 22743
/proc/meminfo: memFree=1725904/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=792 CPUtime=0.7
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 153 0 0 0 70 0 0 0 22 0 1 0 170949334 811008 135 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542401 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 198 135 73 123 0 73 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 792

[startup+1.502 s]
/proc/loadavg: 0.93 1.01 0.99 2/78 22744
/proc/meminfo: memFree=1725576/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=792 CPUtime=1.5
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 155 0 0 0 150 0 0 0 25 0 1 0 170949334 811008 137 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134677346 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 198 137 73 123 0 73 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 792

[startup+3.10112 s]
/proc/loadavg: 0.93 1.01 0.99 2/78 22744
/proc/meminfo: memFree=1725448/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=792 CPUtime=3.09
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 160 0 0 0 309 0 0 0 25 0 1 0 170949334 811008 142 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134677370 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 198 142 73 123 0 73 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 792

[startup+6.30138 s]
/proc/loadavg: 0.93 1.01 0.99 2/78 22744
/proc/meminfo: memFree=1725256/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=928 CPUtime=6.29
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 179 0 0 0 629 0 0 0 25 0 1 0 170949334 950272 161 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134565592 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 232 161 73 123 0 107 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 928

[startup+12.7019 s]
/proc/loadavg: 0.94 1.01 0.99 2/78 22744
/proc/meminfo: memFree=1725128/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=1232 CPUtime=12.69
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 249 0 0 0 1269 0 0 0 25 0 1 0 170949334 1261568 231 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134598370 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 308 231 73 123 0 183 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1232

[startup+25.5019 s]
/proc/loadavg: 0.95 1.01 0.99 2/78 22744
/proc/meminfo: memFree=1724680/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=1384 CPUtime=25.48
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 303 0 0 0 2548 0 0 0 25 0 1 0 170949334 1417216 285 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134677346 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 346 285 73 123 0 221 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1384

[startup+51.1029 s]
/proc/loadavg: 0.97 1.00 0.99 2/78 22744
/proc/meminfo: memFree=1724360/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=1952 CPUtime=51.08
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 380 0 0 0 5108 0 0 0 25 0 1 0 170949334 1998848 362 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 488 362 73 123 0 363 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1952

[startup+102.306 s]
/proc/loadavg: 0.98 1.00 0.99 2/78 22744
/proc/meminfo: memFree=1723656/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=2464 CPUtime=102.27
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 546 0 0 0 10227 0 0 0 25 0 1 0 170949334 2523136 528 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538701 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 616 528 73 123 0 491 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2464

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 22744
/proc/meminfo: memFree=1722888/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=3228 CPUtime=162.25
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 737 0 0 0 16225 0 0 0 25 0 1 0 170949334 3305472 719 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538659 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 807 719 73 123 0 682 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3228

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 22744
/proc/meminfo: memFree=1722120/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=4380 CPUtime=222.24
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 954 0 0 0 22223 1 0 0 25 0 1 0 170949334 4485120 936 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134597206 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 1095 936 73 123 0 970 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 4380

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 22744
/proc/meminfo: memFree=1721352/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=6104 CPUtime=282.22
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 1143 0 0 0 28221 1 0 0 25 0 1 0 170949334 6250496 1125 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134598342 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 1526 1125 73 123 0 1401 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 6104

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 22744
/proc/meminfo: memFree=1720712/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=6104 CPUtime=342.21
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 1297 0 0 0 34220 1 0 0 25 0 1 0 170949334 6250496 1279 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 1526 1279 73 123 0 1401 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 6104

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 22744
/proc/meminfo: memFree=1719624/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=8692 CPUtime=402.2
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 1556 0 0 0 40218 2 0 0 25 0 1 0 170949334 8900608 1538 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134587895 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 2173 1538 73 123 0 2048 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 8692

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 22744
/proc/meminfo: memFree=1719048/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=8692 CPUtime=462.18
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 1698 0 0 0 46216 2 0 0 25 0 1 0 170949334 8900608 1680 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 2173 1680 73 123 0 2048 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 8692

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 22744
/proc/meminfo: memFree=1718216/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=8692 CPUtime=522.17
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 1915 0 0 0 52215 2 0 0 25 0 1 0 170949334 8900608 1897 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134527192 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 2173 1897 73 123 0 2048 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 8692

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 22744
/proc/meminfo: memFree=1717576/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=8692 CPUtime=582.15
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 2083 0 0 0 58213 2 0 0 25 0 1 0 170949334 8900608 2065 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134598577 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 2173 2065 73 123 0 2048 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 8692

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/78 22744
/proc/meminfo: memFree=1716872/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=12572 CPUtime=642.15
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 2241 0 0 0 64212 3 0 0 25 0 1 0 170949334 12873728 2223 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538137 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 3143 2223 73 123 0 3018 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 12572


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

/proc/meminfo: memFree=1708104/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=18392 CPUtime=1361.98
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 4431 0 0 0 136192 6 0 0 25 0 1 0 170949334 18833408 4413 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134548056 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 4598 4413 73 123 0 4473 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 18392

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1707272/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1421.96
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 4648 0 0 0 142190 6 0 0 25 0 1 0 170949334 27774976 4630 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134599108 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 4630 73 123 0 6656 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 27124

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1706696/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1481.95
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 4778 0 0 0 148188 7 0 0 25 0 1 0 170949334 27774976 4760 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134598148 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 4760 73 123 0 6656 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 27124

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1705736/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1541.93
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 5021 0 0 0 154186 7 0 0 25 0 1 0 170949334 27774976 5003 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134597206 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 5003 73 123 0 6656 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 27124

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1705160/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1601.92
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 5160 0 0 0 160185 7 0 0 25 0 1 0 170949334 27774976 5142 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584635 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 5142 73 123 0 6656 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 27124

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1704456/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1661.9
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 5330 0 0 0 166183 7 0 0 25 0 1 0 170949334 27774976 5312 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538617 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 5312 73 123 0 6656 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 27124

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1703752/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1721.89
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 5503 0 0 0 172182 7 0 0 25 0 1 0 170949334 27774976 5485 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134596435 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 5485 73 123 0 6656 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 27124

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1702920/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1781.88
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 5716 0 0 0 178180 8 0 0 25 0 1 0 170949334 27774976 5698 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526496 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 5698 73 123 0 6656 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 27124

[startup+1842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1702344/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1841.86
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 5860 0 0 0 184178 8 0 0 25 0 1 0 170949334 27774976 5842 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134628861 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 5842 73 123 0 6656 0
Current children cumulated CPU time (s) 1841.86
Current children cumulated vsize (KiB) 27124

[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1701576/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1901.84
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 6061 0 0 0 190176 8 0 0 25 0 1 0 170949334 27774976 6043 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542580 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 6043 73 123 0 6656 0
Current children cumulated CPU time (s) 1901.84
Current children cumulated vsize (KiB) 27124

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1700872/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1961.84
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 6231 0 0 0 196175 9 0 0 25 0 1 0 170949334 27774976 6213 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134579877 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 6213 73 123 0 6656 0
Current children cumulated CPU time (s) 1961.84
Current children cumulated vsize (KiB) 27124

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

[startup+1971.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1700744/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1970.64
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 6256 0 0 0 197055 9 0 0 25 0 1 0 170949334 27774976 6238 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134596748 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 6238 73 123 0 6656 0
Current children cumulated CPU time (s) 1970.64
Current children cumulated vsize (KiB) 27124

[startup+1983.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1700616/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1983.43
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 6294 0 0 0 198334 9 0 0 25 0 1 0 170949334 27774976 6276 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 6276 73 123 0 6656 0
Current children cumulated CPU time (s) 1983.43
Current children cumulated vsize (KiB) 27124

[startup+1987.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1700552/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1986.63
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 6305 0 0 0 198654 9 0 0 25 0 1 0 170949334 27774976 6287 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134596763 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 6287 73 123 0 6656 0
Current children cumulated CPU time (s) 1986.63
Current children cumulated vsize (KiB) 27124

[startup+1990.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1700552/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1989.82
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 6314 0 0 0 198973 9 0 0 25 0 1 0 170949334 27774976 6296 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538555 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 6296 73 123 0 6656 0
Current children cumulated CPU time (s) 1989.82
Current children cumulated vsize (KiB) 27124

[startup+1991.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1700488/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1991.42
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 6320 0 0 0 199133 9 0 0 25 0 1 0 170949334 27774976 6302 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526499 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 6302 73 123 0 6656 0
Current children cumulated CPU time (s) 1991.42
Current children cumulated vsize (KiB) 27124

[startup+1992.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1700488/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1991.82
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 6321 0 0 0 199173 9 0 0 25 0 1 0 170949334 27774976 6303 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538609 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 6303 73 123 0 6656 0
Current children cumulated CPU time (s) 1991.82
Current children cumulated vsize (KiB) 27124

[startup+1992.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1700488/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1992.22
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 6322 0 0 0 199213 9 0 0 25 0 1 0 170949334 27774976 6304 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134677344 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 6304 73 123 0 6656 0
Current children cumulated CPU time (s) 1992.22
Current children cumulated vsize (KiB) 27124

[startup+1992.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22746
/proc/meminfo: memFree=1700488/2055920 swapFree=4159644/4192956
[pid=22743] ppid=22741 vsize=27124 CPUtime=1992.33
/proc/22743/stat : 22743 (march_ks) R 22741 22743 22130 0 -1 4194304 6323 0 0 0 199224 9 0 0 25 0 1 0 170949334 27774976 6305 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134597206 0 0 4096 0 0 0 0 17 1 0 0
/proc/22743/statm: 6781 6305 73 123 0 6656 0
Current children cumulated CPU time (s) 1992.33
Current children cumulated vsize (KiB) 27124

Child status: 20
Real time (s): 1992.82
CPU time (s): 1992.35
CPU user time (s): 1992.25
CPU system time (s): 0.098984
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 27124

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

runsolver used 2.34364 second user time and 4.54431 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Sun Apr 22 08:25:39 UTC 2007

IDJOB= 368876
IDBENCH= 20436
IDSOLVER= 180
FILE ID= node34/368876-1177230339

PBS_JOBID= 4650427

Free space on /tmp= 66411 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/medium/s93-100.cnf
COMMAND LINE= /tmp/evaluation/368876-1177230339/march_ks /tmp/evaluation/368876-1177230339/instance-368876-1177230339.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-368876-1177230339 -o ROOT/results/node34/solver-368876-1177230339 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368876-1177230339/march_ks /tmp/evaluation/368876-1177230339/instance-368876-1177230339.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  cb4f09f5b8ab5c8da265c9ab7b857cb1

RANDOM SEED= 968244326

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
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.236
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:       1726312 kB
Buffers:         48320 kB
Cached:         190308 kB
SwapCached:       2976 kB
Active:         210556 kB
Inactive:        51952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726312 kB
SwapTotal:     4192956 kB
SwapFree:      4159644 kB
Dirty:            2276 kB
Writeback:           0 kB
Mapped:          30776 kB
Slab:            52452 kB
Committed_AS:  1561132 kB
PageTables:       1976 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= 66411 MiB

End job on node34 on Sun Apr 22 08:58:52 UTC 2007