Trace number 1626741

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 1269.07 1269.68

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/480/
unif-k3-r4.25-v480-c2040-S1175850950-017.cnf
MD5SUM7e1d47339fe7e93ea029abb348893d97
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark998.292
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of clauses2040
Sum of the clauses size6120
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32040
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.00/0.01	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 480 variables and 2040 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 8 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 479 free variables and 2032 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.404
0.00/0.01	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.00/0.01	c using 3-SAT heuristics (occurence based diff)
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 173 duplicate clauses
0.00/0.01	c resolvent_look() :: found 87 resolvents
0.00/0.01	c lessRedundantTransformation():: nothing to be done.
0.00/0.01	c transformTo3SAT():: you gave me 480 variables and 2119 clauses.
0.00/0.01	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.01	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.01	c transformTo3SAT():: the transformation yielded 480 variabels and 2119 clauses.
0.00/0.01	c main():: clause / variable ratio: ( 2119 / 480 ) = 4.41
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c dynamic_preselect_setsize :: off
0.00/0.01	c suggested doublelook initial :: 0
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 223 JD: 25
0.10/0.12	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: 1963 JD: 25
1.00/1.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 2 NC: 10817 JD: 25
5.50/5.53	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 3 NC: 44375 JD: 25
22.68/22.71	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 133331 JD: 25
68.76/68.82	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 321890 JD: 25
172.12/172.21	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 6 NC: 638743 JD: 25
358.23/358.42	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************c right child 376961 UNSAT by parent!
559.14/559.49	
c |*************************************************************
c |**************************************************************c right child 402771 UNSAT by parent!
592.32/592.64	
c |***************************************************************
c |****************************************************************| 7 NC: 1048443 JD: 25
617.71/618.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 right child 515226 UNSAT by parent!
691.17/691.53	
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************c right child 748525 UNSAT by parent!
870.79/871.29	
c |***************************************************************
c |****************************************************************| 8 NC: 1448363 JD: 25
888.08/888.53	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************c right child 922173 UNSAT by parent!
976.64/977.11	
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************c right child 1044528 UNSAT by parent!
1051.50/1052.03	
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 9 NC: 1739430 JD: 25
1093.88/1094.44	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************c left child 1216388 UNSAT by parent!
1130.36/1130.98	
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1894745 JD: 25
1207.13/1207.77	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************c left child 1470087 UNSAT by parent!
1227.02/1227.67	
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************c right child 1487909 UNSAT by parent!
1231.21/1231.89	
c |********************************
c |*********************************
c |**********************************
c |***********************************c right child 1490612 UNSAT by parent!
1231.51/1232.12	
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1955463 JD: 25
1252.60/1253.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 |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************c right child 1601462 UNSAT by parent!
1261.79/1262.42	
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 12 NC: 1972604 JD: 25
1265.79/1266.45	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1976056 JD: 25
1268.48/1269.19	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 14 NC: 1976552 JD: 25
1268.99/1269.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 |****************************************************************| 15 NC: 1976610 JD: 25
1268.99/1269.66	c |----------------------------------------------------------------|
c |****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |************************
c |********************************
c |****************************************
c |******************************************
c |*******************************************
c |********************************************
c |************************************************
c |****************************************************************| 16 NC: 1976619 JD: 25
1268.99/1269.67	c |----------------------------------------------------------------|
c |
1268.99/1269.67	c
1268.99/1269.67	c main():: nodeCount: 1976619
1268.99/1269.67	c main():: dead ends in main: 24012
1268.99/1269.67	c main():: lookAheadCount: 176343973
1268.99/1269.67	c main():: unitResolveCount: 36570172
1268.99/1269.67	c main():: time=1269.250000
1268.99/1269.67	c main():: necessary_assignments: 513997
1268.99/1269.67	c main():: bin_sat: 0, bin_unsat 0
1268.99/1269.67	c main():: doublelook: #: 9750804, succes #: 7412664
1268.99/1269.67	c main():: doublelook: overall 5.707 of all possible doublelooks executed
1268.99/1269.67	c main():: doublelook: succesrate: 76.021, average DL_trigger: 7054.626
1268.99/1269.67	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-1626741-1240127983/watcher-1626741-1240127983 -o /tmp/evaluation-result-1626741-1240127983/solver-1626741-1240127983 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626741-1240127983.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.99 0.98 0.99 3/65 21948
/proc/meminfo: memFree=1391280/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=792 CPUtime=0
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 40830954 811008 112 1992294400 134512640 135019032 4294956240 18446744073709551615 134628602 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 198 112 50 123 0 73 0

[startup+0.0449679 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21948
/proc/meminfo: memFree=1391280/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=1236 CPUtime=0.04
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 257 0 0 0 4 0 0 0 18 0 1 0 40830954 1265664 240 1992294400 134512640 135019032 4294956240 18446744073709551615 134577603 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 309 240 73 123 0 184 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1236

[startup+0.101974 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21948
/proc/meminfo: memFree=1391280/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=1380 CPUtime=0.1
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 265 0 0 0 10 0 0 0 18 0 1 0 40830954 1413120 248 1992294400 134512640 135019032 4294956240 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 345 248 73 123 0 220 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1380

[startup+0.301998 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21948
/proc/meminfo: memFree=1391280/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=1380 CPUtime=0.3
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 276 0 0 0 30 0 0 0 19 0 1 0 40830954 1413120 259 1992294400 134512640 135019032 4294956240 18446744073709551615 134577584 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 345 259 73 123 0 220 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1380

[startup+0.701043 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 21948
/proc/meminfo: memFree=1391280/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=1380 CPUtime=0.69
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 289 0 0 0 69 0 0 0 23 0 1 0 40830954 1413120 272 1992294400 134512640 135019032 4294956240 18446744073709551615 134538555 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 345 272 73 123 0 220 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1380

[startup+1.50113 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21949
/proc/meminfo: memFree=1390504/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=1516 CPUtime=1.49
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 300 0 0 0 149 0 0 0 25 0 1 0 40830954 1552384 283 1992294400 134512640 135019032 4294956240 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 379 283 73 123 0 254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1516

[startup+3.10132 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21949
/proc/meminfo: memFree=1390184/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=1516 CPUtime=3.09
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 311 0 0 0 309 0 0 0 25 0 1 0 40830954 1552384 294 1992294400 134512640 135019032 4294956240 18446744073709551615 134525460 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 379 294 73 123 0 254 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1516

[startup+6.30169 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21949
/proc/meminfo: memFree=1390120/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=1660 CPUtime=6.29
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 337 0 0 0 629 0 0 0 25 0 1 0 40830954 1699840 320 1992294400 134512640 135019032 4294956240 18446744073709551615 134542966 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 415 320 73 123 0 290 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1660

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21949
/proc/meminfo: memFree=1389608/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=2104 CPUtime=12.69
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 438 0 0 0 1269 0 0 0 25 0 1 0 40830954 2154496 421 1992294400 134512640 135019032 4294956240 18446744073709551615 134577659 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 526 421 73 123 0 401 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2104

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21949
/proc/meminfo: memFree=1389544/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=2484 CPUtime=25.48
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 490 0 0 0 2548 0 0 0 25 0 1 0 40830954 2543616 473 1992294400 134512640 135019032 4294956240 18446744073709551615 134598377 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 621 473 73 123 0 496 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2484

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21949
/proc/meminfo: memFree=1388648/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=3384 CPUtime=51.07
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 745 0 0 0 5107 0 0 0 25 0 1 0 40830954 3465216 695 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 846 695 73 123 0 721 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3384

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1386848/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=5968 CPUtime=102.26
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 1169 0 0 0 10225 1 0 0 25 0 1 0 40830954 6111232 1119 1992294400 134512640 135019032 4294956240 18446744073709551615 134677363 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 1492 1119 73 123 0 1367 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5968

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1384736/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=7692 CPUtime=162.22
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 1694 0 0 0 16221 1 0 0 25 0 1 0 40830954 7876608 1644 1992294400 134512640 135019032 4294956240 18446744073709551615 134579701 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 1923 1644 73 123 0 1798 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 7692

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1382432/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=11168 CPUtime=222.19
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 2272 0 0 0 22218 1 0 0 25 0 1 0 40830954 11436032 2222 1992294400 134512640 135019032 4294956240 18446744073709551615 134527184 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 2792 2222 73 123 0 2667 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 11168

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1379808/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=16964 CPUtime=282.17
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 2919 0 0 0 28215 2 0 0 25 0 1 0 40830954 17371136 2869 1992294400 134512640 135019032 4294956240 18446744073709551615 134522556 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 4241 2869 73 123 0 4116 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 16964

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1377568/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=16964 CPUtime=342.14
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 3478 0 0 0 34212 2 0 0 25 0 1 0 40830954 17371136 3428 1992294400 134512640 135019032 4294956240 18446744073709551615 134538211 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 4241 3428 73 123 0 4116 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 16964

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1375080/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=22784 CPUtime=402.1
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 4080 0 0 0 40208 2 0 0 25 0 1 0 40830954 23330816 4030 1992294400 134512640 135019032 4294956240 18446744073709551615 134542782 0 0 4096 0 0 0 0 17 1 0 0
/proc/21948/statm: 5696 4030 73 123 0 5571 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 22784

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1372392/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=22784 CPUtime=462.08
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 4731 0 0 0 46205 3 0 0 25 0 1 0 40830954 23330816 4681 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 5696 4681 73 123 0 5571 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 22784

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1369832/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=26348 CPUtime=522.05
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 5381 0 0 0 52202 3 0 0 25 0 1 0 40830954 26980352 5331 1992294400 134512640 135019032 4294956240 18446744073709551615 134548936 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 6587 5331 73 123 0 6462 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 26348

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1367400/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=35080 CPUtime=582.03
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 5986 0 0 0 58199 4 0 0 25 0 1 0 40830954 35921920 5936 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 8770 5936 73 123 0 8645 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 35080

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1365096/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=35080 CPUtime=642
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 6565 0 0 0 64196 4 0 0 25 0 1 0 40830954 35921920 6515 1992294400 134512640 135019032 4294956240 18446744073709551615 134526427 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 8770 6515 73 123 0 8645 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 35080

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1362408/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=35080 CPUtime=701.97
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 7207 0 0 0 70192 5 0 0 25 0 1 0 40830954 35921920 7157 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 8770 7157 73 123 0 8645 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 35080

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1359848/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=35080 CPUtime=761.94
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 7838 0 0 0 76189 5 0 0 25 0 1 0 40830954 35921920 7788 1992294400 134512640 135019032 4294956240 18446744073709551615 134526418 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 8770 7788 73 123 0 8645 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 35080

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1357352/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=42204 CPUtime=821.91
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 8469 0 0 0 82186 5 0 0 25 0 1 0 40830954 43216896 8419 1992294400 134512640 135019032 4294956240 18446744073709551615 134538016 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 10551 8419 73 123 0 10426 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 42204

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1354984/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55300 CPUtime=881.88
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 9046 0 0 0 88182 6 0 0 25 0 1 0 40830954 56627200 8996 1992294400 134512640 135019032 4294956240 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13825 8996 73 123 0 13700 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 55300

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1352424/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55300 CPUtime=941.84
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 9680 0 0 0 94178 6 0 0 25 0 1 0 40830954 56627200 9630 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13825 9630 73 123 0 13700 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 55300

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1349928/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55300 CPUtime=1001.82
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 10292 0 0 0 100175 7 0 0 25 0 1 0 40830954 56627200 10242 1992294400 134512640 135019032 4294956240 18446744073709551615 134542609 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13825 10242 73 123 0 13700 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 55300

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1347432/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1061.79
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 10896 0 0 0 106172 7 0 0 25 0 1 0 40830954 56762368 10846 1992294400 134512640 135019032 4294956240 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 10846 73 123 0 13733 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 55432

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1345128/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1121.76
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 11485 0 0 0 112169 7 0 0 25 0 1 0 40830954 56762368 11435 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 11435 73 123 0 13733 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 55432

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1342696/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1181.73
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 12082 0 0 0 118166 7 0 0 25 0 1 0 40830954 56762368 12032 1992294400 134512640 135019032 4294956240 18446744073709551615 134577543 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 12032 73 123 0 13733 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 55432

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1340392/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1241.71
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 12652 0 0 0 124163 8 0 0 25 0 1 0 40830954 56762368 12602 1992294400 134512640 135019032 4294956240 18446744073709551615 134577694 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 12602 73 123 0 13733 0
Current children cumulated CPU time (s) 1241.71
Current children cumulated vsize (KiB) 55432

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

[startup+1254.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1339944/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1253.7
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 12761 0 0 0 125362 8 0 0 25 0 1 0 40830954 56762368 12711 1992294400 134512640 135019032 4294956240 18446744073709551615 134577543 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 12711 73 123 0 13733 0
Current children cumulated CPU time (s) 1253.7
Current children cumulated vsize (KiB) 55432

[startup+1260.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1339688/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1260.09
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 12820 0 0 0 126001 8 0 0 25 0 1 0 40830954 56762368 12770 1992294400 134512640 135019032 4294956240 18446744073709551615 134538139 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 12770 73 123 0 13733 0
Current children cumulated CPU time (s) 1260.09
Current children cumulated vsize (KiB) 55432

[startup+1263.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1339560/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1263.29
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 12849 0 0 0 126321 8 0 0 25 0 1 0 40830954 56762368 12799 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 12799 73 123 0 13733 0
Current children cumulated CPU time (s) 1263.29
Current children cumulated vsize (KiB) 55432

[startup+1267.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1339432/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1266.49
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 12877 0 0 0 126641 8 0 0 25 0 1 0 40830954 56762368 12827 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 12827 73 123 0 13733 0
Current children cumulated CPU time (s) 1266.49
Current children cumulated vsize (KiB) 55432

[startup+1268.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1339432/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1268.09
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 12890 0 0 0 126801 8 0 0 25 0 1 0 40830954 56762368 12840 1992294400 134512640 135019032 4294956240 18446744073709551615 134526476 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 12840 73 123 0 13733 0
Current children cumulated CPU time (s) 1268.09
Current children cumulated vsize (KiB) 55432

[startup+1269.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1339432/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1268.48
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 12893 0 0 0 126840 8 0 0 25 0 1 0 40830954 56762368 12843 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 12843 73 123 0 13733 0
Current children cumulated CPU time (s) 1268.48
Current children cumulated vsize (KiB) 55432

[startup+1269.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1339368/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1268.89
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 12897 0 0 0 126880 9 0 0 25 0 1 0 40830954 56762368 12847 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 12847 73 123 0 13733 0
Current children cumulated CPU time (s) 1268.89
Current children cumulated vsize (KiB) 55432

[startup+1269.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 21955
/proc/meminfo: memFree=1339368/2055920 swapFree=4192956/4192956
[pid=21948] ppid=21946 vsize=55432 CPUtime=1268.99
/proc/21948/stat : 21948 (march_ks) R 21946 21948 21837 0 -1 4194304 12897 0 0 0 126890 9 0 0 25 0 1 0 40830954 56762368 12847 1992294400 134512640 135019032 4294956240 18446744073709551615 134579992 0 0 4096 0 0 0 0 17 0 0 0
/proc/21948/statm: 13858 12847 73 123 0 13733 0
Current children cumulated CPU time (s) 1268.99
Current children cumulated vsize (KiB) 55432

Child status: 20
Real time (s): 1269.68
CPU time (s): 1269.07
CPU user time (s): 1268.97
CPU system time (s): 0.098984
CPU usage (%): 99.9521
Max. virtual memory (cumulated for all children) (KiB): 55432

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

runsolver used 1.14183 second user time and 3.51647 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-19 09:59:43
IDJOB=1626741
IDBENCH=70605
IDSOLVER=582
FILE ID=node74/1626741-1240127983
PBS_JOBID= 9157789
Free space on /tmp= 103232 MiB

SOLVER NAME= SAT07 reference solver: March KS 2007-02-08
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/480/unif-k3-r4.25-v480-c2040-S1175850950-017.cnf
COMMAND LINE= HOME/march_ks BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1626741-1240127983/watcher-1626741-1240127983 -o /tmp/evaluation-result-1626741-1240127983/solver-1626741-1240127983 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1626741-1240127983.cnf            

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

MD5SUM BENCH= 7e1d47339fe7e93ea029abb348893d97
RANDOM SEED=1489935854

node74.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.233
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.233
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:       1391832 kB
Buffers:         77584 kB
Cached:         492052 kB
SwapCached:          0 kB
Active:         192372 kB
Inactive:       392160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391832 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2892 kB
Writeback:           0 kB
Mapped:          24592 kB
Slab:            65428 kB
Committed_AS:   149664 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103228 MiB
End job on node74 at 2009-04-19 10:20:52