Trace number 1727195

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: March KS 2007-02-08UNSAT 1179.17 1179.49

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l4.sat05-521.reshuffled-07.cnf
MD5SUMff36f96f6b8096039d33a91da209fed4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1179.17
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

41.68/41.73	c main():: ***                                   [ march satisfiability solver ]                                   ***
41.68/41.73	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
41.68/41.73	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
41.68/41.73	c main()::
41.68/41.73	c initFormula():: searching for DIMACS p-line....
41.68/41.73	c initFormula():: the DIMACS p-line indicates a CNF of 4499 variables and 18603 clauses.
41.68/41.73	c parseCNF():: parsing....
41.68/41.73	c parseCNF():: the CNF contains 0 unary clauses.
41.68/41.73	c runParser():: parsing was successful, warming up engines...
41.68/41.73	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
41.68/41.73	c preprocessing fase I completed:: there are now 4499 free variables and 18603 clauses.
41.68/41.73	c stat :: sign balance is biased by 0.021
41.68/41.73	c find_equivalence():: found 4188 3-equivalences
41.68/41.73	c find_and_remove_tautogolies():: found and removed 18 tautologies
41.68/41.73	c find_and_remove_tautogolies():: found and removed 42 tautologies
41.68/41.73	c find_and_remove_tautogolies():: found and removed 25 tautologies
41.68/41.73	c find_and_remove_tautogolies():: found and removed 20 tautologies
41.68/41.73	c find_and_remove_tautogolies():: found and removed 12 tautologies
41.68/41.73	c find_and_remove_tautogolies():: found and removed 9 tautologies
41.68/41.73	c find_and_remove_tautogolies():: found and removed 5 tautologies
41.68/41.73	c find_and_remove_tautogolies():: found and removed 1 tautologies
41.68/41.73	c find_and_remove_tautogolies():: found and removed 3508 tautologies
41.68/41.73	c shorten_equivalence(): average equivalence length reduced from 30.520737 to 13.158986
41.68/41.73	c using 3-SAT heuristics (occurence based diff)
41.68/41.73	c longest clause has size 3
41.68/41.73	c simplify_formula():: removed 0 tautological, 16752 satisfied and 496 duplicate clauses
41.68/41.73	c lessRedundantTransformation():: nothing to be done.
41.68/41.73	c transformTo3SAT():: you gave me 4499 variables and 1851 clauses.
41.68/41.73	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
41.68/41.73	c transformTo3SAT():: I will add 0 variables and 0 clauses!
41.68/41.73	c transformTo3SAT():: the transformation yielded 4499 variabels and 1851 clauses.
41.68/41.73	c main():: clause / variable ratio: ( 1851 / 4499 ) = 0.41
41.68/41.73	c longest clause has size 3
41.68/41.73	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
41.68/41.73	c many dependent variables -> full lookahead
41.68/41.73	c dynamic_preselect_setsize :: on
41.68/41.73	c suggested doublelook initial :: 0
41.68/41.73	c main():: all systems go!
41.68/41.73	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 118 JD: 16
42.28/42.32	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.28/43.31	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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.47/47.55	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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.48/71.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 |****************************************************************| 4 NC: 237230 JD: 16
146.75/146.88	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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.11/302.28	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 6 NC: 1180786 JD: 16
530.15/530.39	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 7 NC: 1774189 JD: 16
771.29/771.50	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 8 NC: 2238413 JD: 16
962.03/962.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 |****************************************************************| 9 NC: 2528471 JD: 16
1081.90/1082.24	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 10 NC: 2678009 JD: 16
1144.18/1144.52	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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.67/1170.05	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| 12 NC: 2756690 JD: 16
1177.27/1177.69	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| 13 NC: 2760264 JD: 16
1178.87/1179.26	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |****************************************************************| 14 NC: 2760620 JD: 16
1179.07/1179.46	c |----------------------------------------------------------------|
c |********
c |*********
c |**********
c |************
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| 15 NC: 2760650 JD: 16
1179.07/1179.48	c |----------------------------------------------------------------|
c |
1179.07/1179.48	c
1179.07/1179.48	c main():: nodeCount: 2760650
1179.07/1179.48	c main():: dead ends in main: 851104
1179.07/1179.48	c main():: lookAheadCount: 55112431
1179.07/1179.48	c main():: unitResolveCount: 24170851
1179.07/1179.48	c main():: time=1179.330000
1179.07/1179.48	c main():: necessary_assignments: 268309
1179.07/1179.48	c main():: bin_sat: 0, bin_unsat 0
1179.07/1179.48	c main():: doublelook: #: 3882943, succes #: 1819428
1179.07/1179.48	c main():: doublelook: overall 7.242 of all possible doublelooks executed
1179.07/1179.48	c main():: doublelook: succesrate: 46.857, average DL_trigger: 201.011
1179.07/1179.48	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1727195-1240722099/watcher-1727195-1240722099 -o /tmp/evaluation-result-1727195-1240722099/solver-1727195-1240722099 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1727195-1240722099.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): 1800 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 1.00 0.99 3/64 26604
/proc/meminfo: memFree=1584624/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=1084 CPUtime=0
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 100243156 1110016 170 1992294400 134512640 135019032 4294956224 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 271 170 47 123 0 146 0

[startup+0.0343111 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 26604
/proc/meminfo: memFree=1584624/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=2512 CPUtime=0.03
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 466 0 0 0 3 0 0 0 18 0 1 0 100243156 2572288 388 1992294400 134512640 135019032 4294956224 18446744073709551615 134561792 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 628 388 50 123 0 503 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2512

[startup+0.102317 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 26604
/proc/meminfo: memFree=1584624/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=2780 CPUtime=0.09
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 1028 0 0 0 9 0 0 0 18 0 1 0 100243156 2846720 506 1992294400 134512640 135019032 4294956224 18446744073709551615 134838346 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 695 506 63 123 0 570 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2780

[startup+0.301337 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 26604
/proc/meminfo: memFree=1584624/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=5024 CPUtime=0.29
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 1713 0 0 0 29 0 0 0 19 0 1 0 100243156 5144576 1065 1992294400 134512640 135019032 4294956224 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 1256 1066 63 123 0 1131 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5024

[startup+0.702381 s]
/proc/loadavg: 0.92 1.00 0.99 3/64 26604
/proc/meminfo: memFree=1584624/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=7560 CPUtime=0.69
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 2318 0 0 0 68 1 0 0 22 0 1 0 100243156 7741440 1670 1992294400 134512640 135019032 4294956224 18446744073709551615 134665768 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 1890 1670 63 123 0 1765 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7560

[startup+1.50147 s]
/proc/loadavg: 0.92 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1577064/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=9808 CPUtime=1.49
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 2882 0 0 0 148 1 0 0 25 0 1 0 100243156 10043392 2234 1992294400 134512640 135019032 4294956224 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 2452 2234 63 123 0 2327 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9808

[startup+3.10164 s]
/proc/loadavg: 0.92 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1574696/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=13668 CPUtime=3.1
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 3780 0 0 0 308 2 0 0 25 0 1 0 100243156 13996032 3132 1992294400 134512640 135019032 4294956224 18446744073709551615 134528865 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 3417 3132 63 123 0 3292 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 13668

[startup+6.30198 s]
/proc/loadavg: 0.93 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1568808/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=18184 CPUtime=6.29
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 4882 0 0 0 627 2 0 0 25 0 1 0 100243156 18620416 4234 1992294400 134512640 135019032 4294956224 18446744073709551615 134665768 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 4546 4234 63 123 0 4421 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18184

[startup+12.7017 s]
/proc/loadavg: 0.93 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1565040/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=20988 CPUtime=12.69
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 5582 0 0 0 1267 2 0 0 25 0 1 0 100243156 21491712 4934 1992294400 134512640 135019032 4294956224 18446744073709551615 134528876 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 5247 4934 63 123 0 5122 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20988

[startup+25.501 s]
/proc/loadavg: 0.95 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1560496/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=25484 CPUtime=25.48
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 6688 0 0 0 2546 2 0 0 25 0 1 0 100243156 26095616 6040 1992294400 134512640 135019032 4294956224 18446744073709551615 134528901 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 6371 6040 63 123 0 6246 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25484

[startup+51.1018 s]
/proc/loadavg: 0.96 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1555312/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=30792 CPUtime=51.08
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8145 0 0 0 5104 4 0 0 25 0 1 0 100243156 31531008 7345 1992294400 134512640 135019032 4294956224 18446744073709551615 134539166 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 7698 7345 73 123 0 7573 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30792

[startup+102.305 s]
/proc/loadavg: 0.98 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1555056/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=31144 CPUtime=102.27
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8213 0 0 0 10223 4 0 0 25 0 1 0 100243156 31891456 7413 1992294400 134512640 135019032 4294956224 18446744073709551615 134539090 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 7786 7413 73 123 0 7661 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31144

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1554736/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=31448 CPUtime=162.25
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8283 0 0 0 16221 4 0 0 25 0 1 0 100243156 32202752 7483 1992294400 134512640 135019032 4294956224 18446744073709551615 134526747 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 7862 7483 73 123 0 7737 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 31448

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1554672/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=31600 CPUtime=222.23
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8299 0 0 0 22219 4 0 0 25 0 1 0 100243156 32358400 7499 1992294400 134512640 135019032 4294956224 18446744073709551615 134539081 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 7900 7499 73 123 0 7775 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 31600

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1554544/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=31600 CPUtime=282.22
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8334 0 0 0 28217 5 0 0 25 0 1 0 100243156 32358400 7534 1992294400 134512640 135019032 4294956224 18446744073709551615 134563418 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 7900 7534 73 123 0 7775 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 31600

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1554352/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=31828 CPUtime=342.2
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8364 0 0 0 34215 5 0 0 25 0 1 0 100243156 32591872 7564 1992294400 134512640 135019032 4294956224 18446744073709551615 134526699 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 7957 7564 73 123 0 7832 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 31828

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1554288/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=31828 CPUtime=402.18
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8387 0 0 0 40213 5 0 0 25 0 1 0 100243156 32591872 7587 1992294400 134512640 135019032 4294956224 18446744073709551615 134581028 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 7957 7587 73 123 0 7832 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 31828

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1554160/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=32168 CPUtime=462.17
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8408 0 0 0 46212 5 0 0 25 0 1 0 100243156 32940032 7608 1992294400 134512640 135019032 4294956224 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8042 7608 73 123 0 7917 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 32168

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1553968/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=32168 CPUtime=522.16
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8458 0 0 0 52210 6 0 0 25 0 1 0 100243156 32940032 7658 1992294400 134512640 135019032 4294956224 18446744073709551615 134526645 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8042 7658 73 123 0 7917 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 32168

[startup+582.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1553840/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=32680 CPUtime=582.14
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8488 0 0 0 58208 6 0 0 25 0 1 0 100243156 33464320 7688 1992294400 134512640 135019032 4294956224 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8170 7688 73 123 0 8045 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 32680

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1553648/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=32680 CPUtime=642.12
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8522 0 0 0 64206 6 0 0 25 0 1 0 100243156 33464320 7722 1992294400 134512640 135019032 4294956224 18446744073709551615 134564206 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8170 7722 73 123 0 8045 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 32680

[startup+702.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1553520/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=32680 CPUtime=702.1
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8545 0 0 0 70204 6 0 0 25 0 1 0 100243156 33464320 7745 1992294400 134512640 135019032 4294956224 18446744073709551615 134526706 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8170 7745 73 123 0 8045 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 32680

[startup+762.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1553264/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=32832 CPUtime=762.09
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8592 0 0 0 76203 6 0 0 25 0 1 0 100243156 33619968 7792 1992294400 134512640 135019032 4294956224 18446744073709551615 134539133 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8208 7792 73 123 0 8083 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 32832

[startup+822.303 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1553136/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=33596 CPUtime=822.08
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8629 0 0 0 82201 7 0 0 25 0 1 0 100243156 34402304 7829 1992294400 134512640 135019032 4294956224 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8399 7829 73 123 0 8274 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 33596

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1552944/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=33596 CPUtime=882.06
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8667 0 0 0 88199 7 0 0 25 0 1 0 100243156 34402304 7867 1992294400 134512640 135019032 4294956224 18446744073709551615 134584966 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8399 7867 73 123 0 8274 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 33596

[startup+942.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1552752/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=33596 CPUtime=942.04
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8704 0 0 0 94197 7 0 0 25 0 1 0 100243156 34402304 7904 1992294400 134512640 135019032 4294956224 18446744073709551615 134563445 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8399 7904 73 123 0 8274 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 33596

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1552496/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=33596 CPUtime=1002.02
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8758 0 0 0 100195 7 0 0 25 0 1 0 100243156 34402304 7958 1992294400 134512640 135019032 4294956224 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8399 7958 73 123 0 8274 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 33596

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1552304/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=33596 CPUtime=1062
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8811 0 0 0 106193 7 0 0 25 0 1 0 100243156 34402304 8011 1992294400 134512640 135019032 4294956224 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8399 8011 73 123 0 8274 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 33596

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1552048/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=34748 CPUtime=1121.98
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8869 0 0 0 112191 7 0 0 25 0 1 0 100243156 35581952 8069 1992294400 134512640 135019032 4294956224 18446744073709551615 134584635 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8687 8069 73 123 0 8562 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 34748

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

[startup+1126.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1552048/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=34748 CPUtime=1125.99
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8872 0 0 0 112592 7 0 0 25 0 1 0 100243156 35581952 8072 1992294400 134512640 135019032 4294956224 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8687 8072 73 123 0 8562 0
Current children cumulated CPU time (s) 1125.99
Current children cumulated vsize (KiB) 34748

[startup+1151.9 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1551856/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=34748 CPUtime=1151.58
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8897 0 0 0 115150 8 0 0 25 0 1 0 100243156 35581952 8097 1992294400 134512640 135019032 4294956224 18446744073709551615 134580873 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8687 8097 73 123 0 8562 0
Current children cumulated CPU time (s) 1151.58
Current children cumulated vsize (KiB) 34748

[startup+1164.7 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1551728/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=34900 CPUtime=1164.38
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8928 0 0 0 116430 8 0 0 25 0 1 0 100243156 35737600 8128 1992294400 134512640 135019032 4294956224 18446744073709551615 134534676 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8725 8128 73 123 0 8600 0
Current children cumulated CPU time (s) 1164.38
Current children cumulated vsize (KiB) 34900

[startup+1171.1 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1551664/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=34900 CPUtime=1170.77
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8935 0 0 0 117069 8 0 0 25 0 1 0 100243156 35737600 8135 1992294400 134512640 135019032 4294956224 18446744073709551615 134526706 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8725 8135 73 123 0 8600 0
Current children cumulated CPU time (s) 1170.77
Current children cumulated vsize (KiB) 34900

[startup+1174.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1551664/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=34900 CPUtime=1173.97
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8939 0 0 0 117389 8 0 0 25 0 1 0 100243156 35737600 8139 1992294400 134512640 135019032 4294956224 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8725 8139 73 123 0 8600 0
Current children cumulated CPU time (s) 1173.97
Current children cumulated vsize (KiB) 34900

[startup+1177.5 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1551664/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=34900 CPUtime=1177.17
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8941 0 0 0 117709 8 0 0 25 0 1 0 100243156 35737600 8141 1992294400 134512640 135019032 4294956224 18446744073709551615 134526481 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8725 8141 73 123 0 8600 0
Current children cumulated CPU time (s) 1177.17
Current children cumulated vsize (KiB) 34900

[startup+1178.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1551664/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=34900 CPUtime=1177.97
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8943 0 0 0 117789 8 0 0 25 0 1 0 100243156 35737600 8143 1992294400 134512640 135019032 4294956224 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8725 8143 73 123 0 8600 0
Current children cumulated CPU time (s) 1177.97
Current children cumulated vsize (KiB) 34900

[startup+1179.1 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1551664/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=34900 CPUtime=1178.77
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8944 0 0 0 117869 8 0 0 25 0 1 0 100243156 35737600 8144 1992294400 134512640 135019032 4294956224 18446744073709551615 134539186 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8725 8144 73 123 0 8600 0
Current children cumulated CPU time (s) 1178.77
Current children cumulated vsize (KiB) 34900

[startup+1179.3 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1551664/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=34900 CPUtime=1178.97
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8944 0 0 0 117889 8 0 0 25 0 1 0 100243156 35737600 8144 1992294400 134512640 135019032 4294956224 18446744073709551615 134526677 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8725 8144 73 123 0 8600 0
Current children cumulated CPU time (s) 1178.97
Current children cumulated vsize (KiB) 34900

[startup+1179.4 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 26605
/proc/meminfo: memFree=1551664/2055920 swapFree=4181324/4192956
[pid=26604] ppid=26602 vsize=34900 CPUtime=1179.07
/proc/26604/stat : 26604 (march_ks) R 26602 26604 23153 0 -1 4194304 8944 0 0 0 117899 8 0 0 25 0 1 0 100243156 35737600 8144 1992294400 134512640 135019032 4294956224 18446744073709551615 134584638 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 8725 8144 73 123 0 8600 0
Current children cumulated CPU time (s) 1179.07
Current children cumulated vsize (KiB) 34900

Child status: 20
Real time (s): 1179.49
CPU time (s): 1179.17
CPU user time (s): 1179.07
CPU system time (s): 0.090986
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 34900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1179.07
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8945
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2465

runsolver used 0.85387 second user time and 2.44863 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-26 07:01:39
IDJOB=1727195
IDBENCH=24631
IDSOLVER=559
FILE ID=node19/1727195-1240722099
PBS_JOBID= 9186863
Free space on /tmp= 66308 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l4.sat05-521.reshuffled-07.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727195-1240722099/watcher-1727195-1240722099 -o /tmp/evaluation-result-1727195-1240722099/solver-1727195-1240722099 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1727195-1240722099.cnf            

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

MD5SUM BENCH= ff36f96f6b8096039d33a91da209fed4
RANDOM SEED=1641246816

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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:       1585104 kB
Buffers:         62432 kB
Cached:         328576 kB
SwapCached:       5500 kB
Active:         171080 kB
Inactive:       227892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585104 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            3280 kB
Writeback:           0 kB
Mapped:          13556 kB
Slab:            57876 kB
Committed_AS:   362904 kB
PageTables:       1452 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= 66308 MiB
End job on node19 at 2009-04-26 07:21:18