Trace number 334583

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 1178.58 1178.81

General information on the benchmark

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

Solver Data (download as text)

41.99/42.04	c main():: ***                                   [ march satisfiability solver ]                                   ***
41.99/42.04	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
41.99/42.04	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
41.99/42.04	c main()::
41.99/42.04	c initFormula():: searching for DIMACS p-line....
41.99/42.04	c initFormula():: the DIMACS p-line indicates a CNF of 4499 variables and 18603 clauses.
41.99/42.04	c parseCNF():: parsing....
41.99/42.04	c parseCNF():: the CNF contains 0 unary clauses.
41.99/42.04	c runParser():: parsing was successful, warming up engines...
41.99/42.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
41.99/42.04	c preprocessing fase I completed:: there are now 4499 free variables and 18603 clauses.
41.99/42.04	c stat :: sign balance is biased by 0.021
41.99/42.04	c find_equivalence():: found 4188 3-equivalences
41.99/42.04	c find_and_remove_tautogolies():: found and removed 18 tautologies
41.99/42.04	c find_and_remove_tautogolies():: found and removed 42 tautologies
41.99/42.04	c find_and_remove_tautogolies():: found and removed 25 tautologies
41.99/42.04	c find_and_remove_tautogolies():: found and removed 20 tautologies
41.99/42.04	c find_and_remove_tautogolies():: found and removed 12 tautologies
41.99/42.04	c find_and_remove_tautogolies():: found and removed 9 tautologies
41.99/42.04	c find_and_remove_tautogolies():: found and removed 5 tautologies
41.99/42.04	c find_and_remove_tautogolies():: found and removed 1 tautologies
41.99/42.04	c find_and_remove_tautogolies():: found and removed 3508 tautologies
41.99/42.04	c shorten_equivalence(): average equivalence length reduced from 30.520737 to 13.158986
41.99/42.04	c using 3-SAT heuristics (occurence based diff)
41.99/42.04	c longest clause has size 3
41.99/42.04	c simplify_formula():: removed 0 tautological, 16752 satisfied and 496 duplicate clauses
41.99/42.04	c lessRedundantTransformation():: nothing to be done.
41.99/42.04	c transformTo3SAT():: you gave me 4499 variables and 1851 clauses.
41.99/42.04	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
41.99/42.04	c transformTo3SAT():: I will add 0 variables and 0 clauses!
41.99/42.04	c transformTo3SAT():: the transformation yielded 4499 variabels and 1851 clauses.
41.99/42.04	c main():: clause / variable ratio: ( 1851 / 4499 ) = 0.41
41.99/42.04	c longest clause has size 3
41.99/42.04	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
41.99/42.04	c many dependent variables -> full lookahead
41.99/42.04	c dynamic_preselect_setsize :: on
41.99/42.04	c suggested doublelook initial :: 0
41.99/42.04	c main():: all systems go!
41.99/42.04	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 118 JD: 16
42.59/42.62	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 1 NC: 821 JD: 16
43.59/43.61	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 2 NC: 5283 JD: 16
47.78/47.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 |****************************************************************| 3 NC: 58523 JD: 16
71.88/71.92	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 4 NC: 237230 JD: 16
146.98/147.09	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 5 NC: 618873 JD: 16
302.27/302.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 |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 6 NC: 1180786 JD: 16
530.11/530.25	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 7 NC: 1774189 JD: 16
770.79/771.09	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 8 NC: 2238413 JD: 16
961.48/961.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: 2528471 JD: 16
1081.37/1081.60	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 10 NC: 2678009 JD: 16
1143.56/1143.84	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 11 NC: 2739081 JD: 16
1169.16/1169.40	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| 12 NC: 2756690 JD: 16
1176.76/1177.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 |****************************************************************| 13 NC: 2760264 JD: 16
1178.25/1178.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 |****************************************************************| 14 NC: 2760620 JD: 16
1178.45/1178.78	c |----------------------------------------------------------------|
c |********
c |*********
c |**********
c |************
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| 15 NC: 2760650 JD: 16
1178.55/1178.80	c |----------------------------------------------------------------|
c |
1178.55/1178.80	c
1178.55/1178.80	c main():: nodeCount: 2760650
1178.55/1178.80	c main():: dead ends in main: 851104
1178.55/1178.80	c main():: lookAheadCount: 55112431
1178.55/1178.80	c main():: unitResolveCount: 24170851
1178.55/1178.80	c main():: time=1178.740000
1178.55/1178.80	c main():: necessary_assignments: 268309
1178.55/1178.80	c main():: bin_sat: 0, bin_unsat 0
1178.55/1178.80	c main():: doublelook: #: 3882943, succes #: 1819428
1178.55/1178.80	c main():: doublelook: overall 7.242 of all possible doublelooks executed
1178.55/1178.80	c main():: doublelook: succesrate: 46.857, average DL_trigger: 201.011
1178.55/1178.80	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-334583-1173581568 -o ROOT/results/node16/solver-334583-1173581568 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334583-1173581568/march_ks /tmp/evaluation/334583-1173581568/instance-334583-1173581568.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23471
/proc/meminfo: memFree=1856800/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=1084 CPUtime=0
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 378111148 1110016 171 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 271 171 47 123 0 146 0

[startup+0.096111 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23471
/proc/meminfo: memFree=1856800/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=2912 CPUtime=0.09
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 1006 0 0 0 9 0 0 0 18 0 1 0 378111148 2981888 526 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 728 526 63 123 0 603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2912

[startup+0.10111 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23471
/proc/meminfo: memFree=1856800/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=2780 CPUtime=0.09
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 1027 0 0 0 9 0 0 0 18 0 1 0 378111148 2846720 506 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134533629 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 695 506 63 123 0 570 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2780

[startup+0.301086 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23471
/proc/meminfo: memFree=1856800/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=5156 CPUtime=0.29
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 1728 0 0 0 29 0 0 0 19 0 1 0 378111148 5279744 1081 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 1289 1081 63 123 0 1164 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5156

[startup+0.701038 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23471
/proc/meminfo: memFree=1856800/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=7672 CPUtime=0.69
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 2344 0 0 0 69 0 0 0 22 0 1 0 378111148 7856128 1697 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 1918 1697 63 123 0 1793 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7672

[startup+1.50194 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1849240/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=9788 CPUtime=1.49
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 2897 0 0 0 149 0 0 0 25 0 1 0 378111148 10022912 2250 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 2447 2250 63 123 0 2322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9788

[startup+3.10175 s]
/proc/loadavg: 0.92 0.98 0.99 3/78 23472
/proc/meminfo: memFree=1846744/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=13780 CPUtime=3.09
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 3823 0 0 0 309 0 0 0 25 0 1 0 378111148 14110720 3176 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134528871 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 3445 3176 63 123 0 3320 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13780

[startup+6.30136 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1841048/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=18168 CPUtime=6.29
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 4792 0 0 0 628 1 0 0 25 0 1 0 378111148 18604032 4145 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 4542 4145 63 123 0 4417 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18168

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1837592/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=20976 CPUtime=12.69
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 5468 0 0 0 1268 1 0 0 25 0 1 0 378111148 21479424 4821 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 5244 4821 63 123 0 5119 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20976

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1832984/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=25464 CPUtime=25.48
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 6596 0 0 0 2547 1 0 0 25 0 1 0 378111148 26075136 5949 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134528865 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 6366 5949 63 123 0 6241 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25464

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1827672/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=30792 CPUtime=51.09
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8059 0 0 0 5106 3 0 0 25 0 1 0 378111148 31531008 7260 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134544279 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 7698 7260 73 123 0 7573 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30792

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1827288/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=31192 CPUtime=102.29
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8148 0 0 0 10225 4 0 0 25 0 1 0 378111148 31940608 7349 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526697 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 7798 7349 73 123 0 7673 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 31192

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1827160/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=31360 CPUtime=162.28
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8182 0 0 0 16224 4 0 0 25 0 1 0 378111148 32112640 7383 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539170 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 7840 7383 73 123 0 7715 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 31360

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1827032/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=31512 CPUtime=222.28
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8201 0 0 0 22223 5 0 0 25 0 1 0 378111148 32268288 7402 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539166 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 7878 7402 73 123 0 7753 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 31512

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1826840/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=31512 CPUtime=282.27
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8241 0 0 0 28222 5 0 0 25 0 1 0 378111148 32268288 7442 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 7878 7442 73 123 0 7753 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 31512

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1826648/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=31888 CPUtime=342.26
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8276 0 0 0 34221 5 0 0 25 0 1 0 378111148 32653312 7477 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134598763 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 7972 7477 73 123 0 7847 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 31888

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1826520/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=31888 CPUtime=402.27
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8302 0 0 0 40221 6 0 0 25 0 1 0 378111148 32653312 7503 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134589843 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 7972 7503 73 123 0 7847 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 31888

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 23472
/proc/meminfo: memFree=1826328/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=32228 CPUtime=462.26
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8324 0 0 0 46220 6 0 0 25 0 1 0 378111148 33001472 7525 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564766 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8057 7525 73 123 0 7932 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 32228

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 3/84 23582
/proc/meminfo: memFree=1824600/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=32228 CPUtime=522.21
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8376 0 0 0 52215 6 0 0 25 0 1 0 378111148 33001472 7577 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526677 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8057 7577 73 123 0 7932 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 32228

[startup+582.301 s]
/proc/loadavg: 1.21 1.04 1.01 2/78 24150
/proc/meminfo: memFree=1798448/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=32740 CPUtime=582.1
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8407 0 0 0 58199 11 0 0 25 0 1 0 378111148 33525760 7608 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134525432 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8185 7608 73 123 0 8060 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 32740

[startup+642.302 s]
/proc/loadavg: 1.08 1.03 1.01 2/78 24150
/proc/meminfo: memFree=1798480/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=32740 CPUtime=642.11
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8441 0 0 0 64200 11 0 0 25 0 1 0 378111148 33525760 7642 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526703 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8185 7642 73 123 0 8060 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 32740

[startup+702.302 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 24150
/proc/meminfo: memFree=1798352/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=32740 CPUtime=702.1
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8464 0 0 0 70199 11 0 0 25 0 1 0 378111148 33525760 7665 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8185 7665 73 123 0 8060 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 32740

[startup+762.305 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 24150
/proc/meminfo: memFree=1798032/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=32876 CPUtime=762.09
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8522 0 0 0 76198 11 0 0 25 0 1 0 378111148 33665024 7723 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134584638 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8219 7723 73 123 0 8094 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 32876

[startup+822.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 24150
/proc/meminfo: memFree=1797904/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=33640 CPUtime=822.09
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8558 0 0 0 82197 12 0 0 25 0 1 0 378111148 34447360 7759 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134580870 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8410 7759 73 123 0 8285 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 33640

[startup+882.301 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 24150
/proc/meminfo: memFree=1797784/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=33640 CPUtime=882.08
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8595 0 0 0 88196 12 0 0 25 0 1 0 378111148 34447360 7796 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134584614 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8410 7796 73 123 0 8285 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 33640

[startup+942.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 24150
/proc/meminfo: memFree=1797656/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=33640 CPUtime=942.07
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8632 0 0 0 94195 12 0 0 25 0 1 0 378111148 34447360 7833 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526697 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8410 7833 73 123 0 8285 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 33640

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 24150
/proc/meminfo: memFree=1797528/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=33640 CPUtime=1002.08
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8685 0 0 0 100195 13 0 0 25 0 1 0 378111148 34447360 7886 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526703 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8410 7886 73 123 0 8285 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 33640

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 24150
/proc/meminfo: memFree=1797336/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=33640 CPUtime=1062.06
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8737 0 0 0 106193 13 0 0 25 0 1 0 378111148 34447360 7938 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134564766 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8410 7938 73 123 0 8285 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 33640

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24150
/proc/meminfo: memFree=1797080/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=34792 CPUtime=1122.06
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8794 0 0 0 112192 14 0 0 25 0 1 0 378111148 35627008 7995 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134534676 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8698 7995 73 123 0 8573 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 34792

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

[startup+1126.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24150
/proc/meminfo: memFree=1797080/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=34792 CPUtime=1126.07
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8798 0 0 0 112593 14 0 0 25 0 1 0 378111148 35627008 7999 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8698 7999 73 123 0 8573 0
Current children cumulated CPU time (s) 1126.07
Current children cumulated vsize (KiB) 34792

[startup+1151.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24150
/proc/meminfo: memFree=1796952/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=34792 CPUtime=1151.66
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8821 0 0 0 115152 14 0 0 25 0 1 0 378111148 35627008 8022 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539195 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8698 8022 73 123 0 8573 0
Current children cumulated CPU time (s) 1151.66
Current children cumulated vsize (KiB) 34792

[startup+1164.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24150
/proc/meminfo: memFree=1796888/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=34792 CPUtime=1164.45
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8835 0 0 0 116431 14 0 0 25 0 1 0 378111148 35627008 8036 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526645 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8698 8036 73 123 0 8573 0
Current children cumulated CPU time (s) 1164.45
Current children cumulated vsize (KiB) 34792

[startup+1171.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24150
/proc/meminfo: memFree=1796888/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=34792 CPUtime=1170.86
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8841 0 0 0 117072 14 0 0 25 0 1 0 378111148 35627008 8042 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539364 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8698 8042 73 123 0 8573 0
Current children cumulated CPU time (s) 1170.86
Current children cumulated vsize (KiB) 34792

[startup+1174.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24150
/proc/meminfo: memFree=1796824/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=34792 CPUtime=1174.05
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8845 0 0 0 117391 14 0 0 25 0 1 0 378111148 35627008 8046 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539195 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8698 8046 73 123 0 8573 0
Current children cumulated CPU time (s) 1174.05
Current children cumulated vsize (KiB) 34792

[startup+1175.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24150
/proc/meminfo: memFree=1796824/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=34792 CPUtime=1175.66
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8847 0 0 0 117552 14 0 0 25 0 1 0 378111148 35627008 8048 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134587377 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8698 8048 73 123 0 8573 0
Current children cumulated CPU time (s) 1175.66
Current children cumulated vsize (KiB) 34792

[startup+1177.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24150
/proc/meminfo: memFree=1796824/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=34792 CPUtime=1177.25
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8848 0 0 0 117711 14 0 0 25 0 1 0 378111148 35627008 8049 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134544108 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8698 8049 73 123 0 8573 0
Current children cumulated CPU time (s) 1177.25
Current children cumulated vsize (KiB) 34792

[startup+1178.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24150
/proc/meminfo: memFree=1796824/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=34792 CPUtime=1178.05
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8849 0 0 0 117791 14 0 0 25 0 1 0 378111148 35627008 8050 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134580883 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8698 8050 73 123 0 8573 0
Current children cumulated CPU time (s) 1178.05
Current children cumulated vsize (KiB) 34792

[startup+1178.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24150
/proc/meminfo: memFree=1796824/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=34792 CPUtime=1178.45
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8850 0 0 0 117831 14 0 0 25 0 1 0 378111148 35627008 8051 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134584635 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8698 8051 73 123 0 8573 0
Current children cumulated CPU time (s) 1178.45
Current children cumulated vsize (KiB) 34792

[startup+1178.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24150
/proc/meminfo: memFree=1796824/2055920 swapFree=4159664/4192956
[pid=23471] ppid=23469 vsize=34792 CPUtime=1178.55
/proc/23471/stat : 23471 (march_ks) R 23469 23471 22622 0 -1 4194304 8850 0 0 0 117841 14 0 0 25 0 1 0 378111148 35627008 8051 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134539523 0 0 4096 0 0 0 0 17 1 0 0
/proc/23471/statm: 8698 8051 73 123 0 8573 0
Current children cumulated CPU time (s) 1178.55
Current children cumulated vsize (KiB) 34792

Child status: 20
Real time (s): 1178.81
CPU time (s): 1178.58
CPU user time (s): 1178.42
CPU system time (s): 0.156976
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 34792

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

runsolver used 1.44178 second user time and 2.78158 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sun Mar 11 02:52:48 UTC 2007

IDJOB= 334583
IDBENCH= 24631
IDSOLVER= 111
FILE ID= node16/334583-1173581568

PBS_JOBID= 4101206

Free space on /tmp= 66462 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  ff36f96f6b8096039d33a91da209fed4

RANDOM SEED= 297549523

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.281
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.281
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:       1857272 kB
Buffers:         17308 kB
Cached:         108516 kB
SwapCached:       2084 kB
Active:          71668 kB
Inactive:        76848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857272 kB
SwapTotal:     4192956 kB
SwapFree:      4159664 kB
Dirty:            2676 kB
Writeback:           0 kB
Mapped:          30780 kB
Slab:            35796 kB
Committed_AS:  1405664 kB
PageTables:       1720 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= 66492 MiB

End job on node16 on Sun Mar 11 03:12:27 UTC 2007