Trace number 371723

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
March KS 2007-02-08UNSAT 994.235 994.685

General information on the benchmark

Namerandom/OnTreshold/3SAT/v450/
unif-k3-r4.25-v450-c1912-S1858313411-09.UNSAT.shuffled.cnf
MD5SUM742af8c49b83baf589639ee213385309
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark884.721
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1912
Sum of the clauses size5736
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31912
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.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 450 variables and 1912 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, 0 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 450 free variables and 1912 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.463
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 185 duplicate clauses
0.00/0.01	c resolvent_look() :: found 82 resolvents
0.00/0.01	c lessRedundantTransformation():: nothing to be done.
0.00/0.01	c transformTo3SAT():: you gave me 450 variables and 1994 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 450 variabels and 1994 clauses.
0.00/0.01	c main():: clause / variable ratio: ( 1994 / 450 ) = 4.43
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: 143 JD: 23
0.08/0.09	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: 1593 JD: 23
0.79/0.83	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 8088 JD: 23
3.99/4.04	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 32402 JD: 23
16.49/16.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 |****************************************************************| 4 NC: 101837 JD: 23
52.97/53.06	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 5 NC: 251461 JD: 23
134.74/134.83	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
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 118297 UNSAT by parent!
270.89/271.05	
c |***************************************************************
c |****************************************************************| 6 NC: 499831 JD: 23
278.49/278.65	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
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 229282 UNSAT by parent!
416.74/417.00	
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 7 NC: 820141 JD: 23
476.42/476.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 right child 428970 UNSAT by parent!
613.08/613.45	
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************c right child 472072 UNSAT by parent!
648.17/648.52	
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************c right child 517005 UNSAT by parent!
677.06/677.45	
c |**************************************************************
c |***************************************************************
c |****************************************************************| 8 NC: 1136465 JD: 23
684.05/684.42	c |----------------------------------------------------------------|
c |*
c |**
c |***c right child 536954 UNSAT by parent!
689.05/689.49	
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1370962 JD: 23
845.60/846.01	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
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 979097 UNSAT by parent!
935.66/936.18	
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************c right child 992582 UNSAT by parent!
939.26/939.75	
c |****************************************************************| 10 NC: 1502380 JD: 23
939.26/939.75	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************c right child 1057575 UNSAT by parent!
962.96/963.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 right child 1105304 UNSAT by parent!
977.55/978.04	
c |*******************************************************
c |********************************************************c left child 1107058 UNSAT by parent!
978.15/978.64	
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 11 NC: 1556344 JD: 23
978.65/979.18	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************c right child 1156514 UNSAT by parent!
990.04/990.53	
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************c left child 1159135 UNSAT by parent!
990.65/991.12	
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 12 NC: 1572514 JD: 23
990.84/991.32	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
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 1168588 UNSAT by parent!
992.24/992.77	
c |****************************c right child 1169471 UNSAT by parent!
992.44/992.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 |****************************************************************| 13 NC: 1576135 JD: 23
993.64/994.14	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
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: 1576701 JD: 23
994.14/994.61	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |******
c |*******
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |****************************************************************| 15 NC: 1576768 JD: 23
994.14/994.66	c |----------------------------------------------------------------|
c |****************
c |********************
c |*********************
c |**********************
c |************************
c |****************************
c |*****************************
c |******************************
c |********************************
c |**********************************
c |***********************************
c |************************************
c |****************************************
c |************************************************
c |****************************************************************| 16 NC: 1576776 JD: 23
994.14/994.67	c |----------------------------------------------------------------|
c |
994.14/994.67	c
994.14/994.67	c main():: nodeCount: 1576776
994.14/994.67	c main():: dead ends in main: 25026
994.14/994.67	c main():: lookAheadCount: 129721836
994.14/994.67	c main():: unitResolveCount: 28723925
994.14/994.67	c main():: time=994.370000
994.14/994.67	c main():: necessary_assignments: 430290
994.14/994.67	c main():: bin_sat: 0, bin_unsat 0
994.14/994.67	c main():: doublelook: #: 7432407, succes #: 5624921
994.14/994.67	c main():: doublelook: overall 5.927 of all possible doublelooks executed
994.14/994.67	c main():: doublelook: succesrate: 75.681, average DL_trigger: 6787.332
994.14/994.67	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-371723-1177545111 -o ROOT/results/node40/solver-371723-1177545111 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/371723-1177545111/march_ks /tmp/evaluation/371723-1177545111/instance-371723-1177545111.cnf 

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


[startup+0 s]
/proc/loadavg: 0.00 0.17 0.43 3/77 3336
/proc/meminfo: memFree=1838456/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=800 CPUtime=0
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 83390663 819200 109 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134561792 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 200 109 50 123 0 75 0

[startup+0.0908361 s]
/proc/loadavg: 0.00 0.17 0.43 3/77 3336
/proc/meminfo: memFree=1838456/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=1200 CPUtime=0.08
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 253 0 0 0 8 0 0 0 18 0 1 0 83390663 1228800 236 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526471 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 300 236 73 123 0 175 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1200

[startup+0.102838 s]
/proc/loadavg: 0.00 0.17 0.43 3/77 3336
/proc/meminfo: memFree=1838456/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=1332 CPUtime=0.1
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 256 0 0 0 10 0 0 0 18 0 1 0 83390663 1363968 239 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 333 239 73 123 0 208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1332

[startup+0.30188 s]
/proc/loadavg: 0.00 0.17 0.43 3/77 3336
/proc/meminfo: memFree=1838456/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=1332 CPUtime=0.29
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 267 0 0 0 29 0 0 0 19 0 1 0 83390663 1363968 250 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538030 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 333 250 73 123 0 208 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1332

[startup+0.702965 s]
/proc/loadavg: 0.00 0.17 0.43 3/77 3336
/proc/meminfo: memFree=1838456/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=1332 CPUtime=0.7
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 277 0 0 0 70 0 0 0 23 0 1 0 83390663 1363968 260 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 333 260 73 123 0 208 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1332

[startup+1.50113 s]
/proc/loadavg: 0.00 0.17 0.43 2/78 3337
/proc/meminfo: memFree=1837680/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=1464 CPUtime=1.49
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 288 0 0 0 149 0 0 0 21 0 1 0 83390663 1499136 271 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542609 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 366 271 73 123 0 241 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1464

[startup+3.10146 s]
/proc/loadavg: 0.00 0.17 0.43 2/78 3337
/proc/meminfo: memFree=1837488/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=1464 CPUtime=3.09
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 301 0 0 0 309 0 0 0 25 0 1 0 83390663 1499136 284 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564774 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 366 284 73 123 0 241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1464

[startup+6.30113 s]
/proc/loadavg: 0.08 0.18 0.43 2/78 3337
/proc/meminfo: memFree=1837232/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=1636 CPUtime=6.29
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 329 0 0 0 629 0 0 0 25 0 1 0 83390663 1675264 312 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542388 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 409 312 73 123 0 284 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1636

[startup+12.7015 s]
/proc/loadavg: 0.15 0.20 0.43 2/78 3337
/proc/meminfo: memFree=1836784/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=2076 CPUtime=12.69
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 419 0 0 0 1269 0 0 0 25 0 1 0 83390663 2125824 402 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538202 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 519 402 73 123 0 394 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2076

[startup+25.5011 s]
/proc/loadavg: 0.34 0.24 0.44 2/78 3337
/proc/meminfo: memFree=1836592/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=2228 CPUtime=25.48
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 474 0 0 0 2548 0 0 0 25 0 1 0 83390663 2281472 457 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134598487 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 557 457 73 123 0 432 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2228

[startup+51.1015 s]
/proc/loadavg: 0.56 0.30 0.45 2/78 3337
/proc/meminfo: memFree=1835888/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=2824 CPUtime=51.07
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 675 0 0 0 5107 0 0 0 25 0 1 0 83390663 2891776 625 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542600 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 706 625 73 123 0 581 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2824

[startup+102.305 s]
/proc/loadavg: 0.81 0.40 0.48 2/78 3337
/proc/meminfo: memFree=1834416/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=4312 CPUtime=102.25
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 1037 0 0 0 10225 0 0 0 25 0 1 0 83390663 4415488 987 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134563386 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 1078 987 73 123 0 953 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 4312

[startup+162.302 s]
/proc/loadavg: 0.93 0.51 0.51 2/78 3337
/proc/meminfo: memFree=1832368/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=7604 CPUtime=162.23
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 1542 0 0 0 16222 1 0 0 25 0 1 0 83390663 7786496 1492 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526505 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 1901 1492 73 123 0 1776 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 7604

[startup+222.301 s]
/proc/loadavg: 0.97 0.59 0.54 2/78 3337
/proc/meminfo: memFree=1830448/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=11032 CPUtime=222.2
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 2016 0 0 0 22219 1 0 0 25 0 1 0 83390663 11296768 1966 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134579701 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 2758 1966 73 123 0 2633 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 11032

[startup+282.302 s]
/proc/loadavg: 0.99 0.67 0.56 2/78 3337
/proc/meminfo: memFree=1828272/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=12704 CPUtime=282.19
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 2560 0 0 0 28217 2 0 0 25 0 1 0 83390663 13008896 2510 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134577512 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 3176 2510 73 123 0 3051 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 12704

[startup+342.301 s]
/proc/loadavg: 0.99 0.72 0.59 2/78 3337
/proc/meminfo: memFree=1825968/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=16716 CPUtime=342.16
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 3121 0 0 0 34214 2 0 0 25 0 1 0 83390663 17117184 3071 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 4179 3071 73 123 0 4054 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 16716

[startup+402.302 s]
/proc/loadavg: 0.99 0.77 0.61 2/78 3337
/proc/meminfo: memFree=1823856/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=16716 CPUtime=402.14
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 3661 0 0 0 40211 3 0 0 25 0 1 0 83390663 17117184 3611 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134628830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 4179 3611 73 123 0 4054 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 16716

[startup+462.301 s]
/proc/loadavg: 0.99 0.81 0.63 2/78 3337
/proc/meminfo: memFree=1821488/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=22536 CPUtime=462.12
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 4251 0 0 0 46208 4 0 0 25 0 1 0 83390663 23076864 4201 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538022 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 5634 4201 73 123 0 5509 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 22536

[startup+522.302 s]
/proc/loadavg: 0.99 0.84 0.65 2/78 3337
/proc/meminfo: memFree=1819056/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=25888 CPUtime=522.1
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 4868 0 0 0 52206 4 0 0 25 0 1 0 83390663 26509312 4818 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134597951 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 6472 4818 73 123 0 6347 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 25888

[startup+582.301 s]
/proc/loadavg: 0.99 0.87 0.67 2/84 3501
/proc/meminfo: memFree=1815664/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=25888 CPUtime=582.01
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 5381 0 0 0 58194 7 0 0 25 0 1 0 83390663 26509312 5331 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 6472 5331 73 123 0 6347 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 25888

[startup+642.302 s]
/proc/loadavg: 0.99 0.89 0.69 3/78 3535
/proc/meminfo: memFree=1814320/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=25888 CPUtime=641.97
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 6007 0 0 0 64190 7 0 0 25 0 1 0 83390663 26509312 5957 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 6472 5957 73 123 0 6347 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 25888

[startup+702.301 s]
/proc/loadavg: 0.99 0.91 0.70 2/78 3535
/proc/meminfo: memFree=1811888/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=34620 CPUtime=701.94
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 6606 0 0 0 70186 8 0 0 25 0 1 0 83390663 35450880 6556 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 8655 6556 73 123 0 8530 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 34620

[startup+762.306 s]
/proc/loadavg: 0.99 0.92 0.72 2/78 3535
/proc/meminfo: memFree=1809584/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=34620 CPUtime=761.93
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 7186 0 0 0 76184 9 0 0 25 0 1 0 83390663 35450880 7136 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 8655 7136 73 123 0 8530 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 34620

[startup+822.301 s]
/proc/loadavg: 0.99 0.93 0.74 2/78 3535
/proc/meminfo: memFree=1807216/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=41316 CPUtime=821.91
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 7787 0 0 0 82181 10 0 0 25 0 1 0 83390663 42307584 7737 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542767 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 10329 7737 73 123 0 10204 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 41316

[startup+882.302 s]
/proc/loadavg: 0.99 0.94 0.75 2/78 3535
/proc/meminfo: memFree=1804784/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=41316 CPUtime=881.88
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 8387 0 0 0 88178 10 0 0 25 0 1 0 83390663 42307584 8337 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134577566 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 10329 8337 73 123 0 10204 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 41316

[startup+942.301 s]
/proc/loadavg: 0.99 0.95 0.76 2/78 3535
/proc/meminfo: memFree=1802480/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=41316 CPUtime=941.86
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 8967 0 0 0 94175 11 0 0 25 0 1 0 83390663 42307584 8917 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134541571 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 10329 8917 73 123 0 10204 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 41316

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

[startup+947.105 s]
/proc/loadavg: 0.99 0.95 0.76 2/78 3535
/proc/meminfo: memFree=1802288/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=54412 CPUtime=946.67
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 9015 0 0 0 94655 12 0 0 25 0 1 0 83390663 55717888 8965 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 13603 8965 73 123 0 13478 0
Current children cumulated CPU time (s) 946.67
Current children cumulated vsize (KiB) 54412

[startup+972.702 s]
/proc/loadavg: 0.99 0.95 0.77 2/78 3535
/proc/meminfo: memFree=1801264/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=54412 CPUtime=972.25
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 9259 0 0 0 97213 12 0 0 25 0 1 0 83390663 55717888 9209 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 13603 9209 73 123 0 13478 0
Current children cumulated CPU time (s) 972.25
Current children cumulated vsize (KiB) 54412

[startup+985.501 s]
/proc/loadavg: 0.99 0.95 0.77 2/78 3535
/proc/meminfo: memFree=1800816/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=54412 CPUtime=985.05
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 9378 0 0 0 98493 12 0 0 25 0 1 0 83390663 55717888 9328 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526496 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 13603 9328 73 123 0 13478 0
Current children cumulated CPU time (s) 985.05
Current children cumulated vsize (KiB) 54412

[startup+988.701 s]
/proc/loadavg: 0.99 0.95 0.77 2/78 3535
/proc/meminfo: memFree=1800688/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=54412 CPUtime=988.24
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 9407 0 0 0 98812 12 0 0 25 0 1 0 83390663 55717888 9357 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134548927 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 13603 9357 73 123 0 13478 0
Current children cumulated CPU time (s) 988.24
Current children cumulated vsize (KiB) 54412

[startup+991.902 s]
/proc/loadavg: 0.99 0.95 0.77 2/78 3535
/proc/meminfo: memFree=1800624/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=54412 CPUtime=991.44
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 9435 0 0 0 99132 12 0 0 25 0 1 0 83390663 55717888 9385 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564760 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 13603 9385 73 123 0 13478 0
Current children cumulated CPU time (s) 991.44
Current children cumulated vsize (KiB) 54412

[startup+993.501 s]
/proc/loadavg: 0.99 0.95 0.77 2/78 3535
/proc/meminfo: memFree=1800496/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=54412 CPUtime=993.04
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 9451 0 0 0 99292 12 0 0 25 0 1 0 83390663 55717888 9401 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538160 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 13603 9401 73 123 0 13478 0
Current children cumulated CPU time (s) 993.04
Current children cumulated vsize (KiB) 54412

[startup+994.301 s]
/proc/loadavg: 0.99 0.95 0.77 2/78 3535
/proc/meminfo: memFree=1800496/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=54412 CPUtime=993.84
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 9457 0 0 0 99372 12 0 0 25 0 1 0 83390663 55717888 9407 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134577512 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 13603 9407 73 123 0 13478 0
Current children cumulated CPU time (s) 993.84
Current children cumulated vsize (KiB) 54412

[startup+994.501 s]
/proc/loadavg: 0.99 0.95 0.77 2/78 3535
/proc/meminfo: memFree=1800496/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=54412 CPUtime=994.04
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 9459 0 0 0 99392 12 0 0 25 0 1 0 83390663 55717888 9409 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134579138 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 13603 9409 73 123 0 13478 0
Current children cumulated CPU time (s) 994.04
Current children cumulated vsize (KiB) 54412

[startup+994.601 s]
/proc/loadavg: 0.99 0.95 0.77 2/78 3535
/proc/meminfo: memFree=1800496/2055920 swapFree=4157396/4192956
[pid=3336] ppid=3334 vsize=54412 CPUtime=994.14
/proc/3336/stat : 3336 (march_ks) R 3334 3336 3246 0 -1 4194304 9459 0 0 0 99402 12 0 0 25 0 1 0 83390663 55717888 9409 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/3336/statm: 13603 9409 73 123 0 13478 0
Current children cumulated CPU time (s) 994.14
Current children cumulated vsize (KiB) 54412

Child status: 20
Real time (s): 994.685
CPU time (s): 994.235
CPU user time (s): 994.102
CPU system time (s): 0.132979
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 54412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 994.102
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 1977

runsolver used 0.796878 second user time and 2.12768 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Wed Apr 25 23:51:51 UTC 2007

IDJOB= 371723
IDBENCH= 19967
IDSOLVER= 180
FILE ID= node40/371723-1177545111

PBS_JOBID= 4696299

Free space on /tmp= 66507 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v450/unif-k3-r4.25-v450-c1912-S1858313411-09.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/371723-1177545111/march_ks /tmp/evaluation/371723-1177545111/instance-371723-1177545111.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-371723-1177545111 -o ROOT/results/node40/solver-371723-1177545111 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/371723-1177545111/march_ks /tmp/evaluation/371723-1177545111/instance-371723-1177545111.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  742af8c49b83baf589639ee213385309

RANDOM SEED= 16791859

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.283
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.283
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:       1838928 kB
Buffers:         38324 kB
Cached:         111816 kB
SwapCached:      16528 kB
Active:          71928 kB
Inactive:       102456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838928 kB
SwapTotal:     4192956 kB
SwapFree:      4157396 kB
Dirty:            2308 kB
Writeback:           0 kB
Mapped:          29724 kB
Slab:            28020 kB
Committed_AS:  1006504 kB
PageTables:       1932 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= 66507 MiB

End job on node40 on Thu Apr 26 00:08:26 UTC 2007