Trace number 371126

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 1806.2 1806.7

General information on the benchmark

Namerandom/2+p/p0.8/v2405/
unif2p-p0.8-v2405-c7479-S1151229574-11-UNSAT.cnf
MD5SUMbbb4149cc32eff7dd6676db03641b5a9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1806.2
Satisfiable
(Un)Satisfiability was proved
Number of variables2405
Number of clauses7478
Sum of the clauses size20939
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21495
Number of clauses of size 35983
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.01/0.08	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.01/0.08	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.01/0.08	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.01/0.08	c main()::
0.01/0.08	c initFormula():: searching for DIMACS p-line....
0.01/0.08	c initFormula():: the DIMACS p-line indicates a CNF of 2405 variables and 7478 clauses.
0.01/0.08	c parseCNF():: parsing....
0.01/0.08	c parseCNF():: the CNF contains 0 unary clauses.
0.01/0.08	c runParser():: parsing was successful, warming up engines...
0.01/0.08	c simplify_formula():: removed 0 tautological, 378 satisfied and 0 duplicate clauses
0.01/0.08	c preprocessing fase I completed:: there are now 2319 free variables and 7100 clauses.
0.01/0.08	c stat :: sign balance is biased by 0.642
0.01/0.08	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.01/0.08	c using 3-SAT heuristics (occurence based diff)
0.01/0.08	c longest clause has size 3
0.01/0.08	c simplify_formula():: removed 0 tautological, 0 satisfied and 43 duplicate clauses
0.01/0.08	c resolvent_look() :: found 21 resolvents
0.01/0.08	c lessRedundantTransformation():: nothing to be done.
0.01/0.08	c transformTo3SAT():: you gave me 2405 variables and 7121 clauses.
0.01/0.08	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.01/0.08	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.01/0.08	c transformTo3SAT():: the transformation yielded 2405 variabels and 7121 clauses.
0.01/0.08	c main():: clause / variable ratio: ( 7121 / 2405 ) = 2.96
0.01/0.08	c longest clause has size 3
0.01/0.08	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.01/0.08	c dynamic_preselect_setsize :: on
0.01/0.08	c suggested doublelook initial :: 0
0.01/0.08	c main():: all systems go!
0.01/0.08	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 125 JD: 20
1.49/1.56	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: 1482 JD: 20
9.59/9.61	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 2 NC: 20122 JD: 20
72.57/72.66	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 70873 JD: 20
218.43/218.60	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 4 NC: 163320 JD: 20
463.06/463.27	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 297257 JD: 20
804.56/804.88	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 6 NC: 438421 JD: 20
1163.66/1164.02	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 7 NC: 555091 JD: 20
1468.28/1468.70	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 8 NC: 626099 JD: 20
1659.44/1659.95	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 661076 JD: 20
1758.00/1758.54	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 673583 JD: 20
1794.39/1794.93	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |**************************************
c |***************************************
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: 676881 JD: 20
1804.29/1804.84	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |********************************
c |**********************************
c |***********************************
c |************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 12 NC: 677388 JD: 20
1805.89/1806.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 |****************************************************************| 13 NC: 677443 JD: 20
1806.09/1806.67	c |----------------------------------------------------------------|
c |********
c |************
c |*************
c |**************
c |****************
c |********************************
c |****************************************
c |******************************************
c |*******************************************
c |********************************************
c |************************************************
c |****************************************************************| 14 NC: 677446 JD: 20
1806.09/1806.69	c |----------------------------------------------------------------|
c |
1806.09/1806.69	c
1806.09/1806.69	c main():: nodeCount: 677446
1806.09/1806.69	c main():: dead ends in main: 2149
1806.09/1806.69	c main():: lookAheadCount: 93596647
1806.09/1806.69	c main():: unitResolveCount: 33625794
1806.09/1806.69	c main():: time=1806.460000
1806.09/1806.69	c main():: necessary_assignments: 392047
1806.09/1806.69	c main():: bin_sat: 0, bin_unsat 0
1806.09/1806.69	c main():: doublelook: #: 3487695, succes #: 2660245
1806.09/1806.69	c main():: doublelook: overall 3.829 of all possible doublelooks executed
1806.09/1806.69	c main():: doublelook: succesrate: 76.275, average DL_trigger: 14630.274
1806.09/1806.69	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-371126-1177218397 -o ROOT/results/node12/solver-371126-1177218397 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/371126-1177218397/march_ks /tmp/evaluation/371126-1177218397/instance-371126-1177218397.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.85 0.97 0.99 3/77 21108
/proc/meminfo: memFree=1742048/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=920 CPUtime=0
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 197877065 942080 123 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 230 125 47 123 0 105 0

[startup+0.0169849 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 21108
/proc/meminfo: memFree=1742048/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=1520 CPUtime=0.01
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 267 0 0 0 1 0 0 0 18 0 1 0 197877065 1556480 249 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134561699 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 380 249 50 123 0 255 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1520

[startup+0.101993 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 21108
/proc/meminfo: memFree=1742048/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=3504 CPUtime=0.09
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 784 0 0 0 9 0 0 0 18 0 1 0 197877065 3588096 747 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526441 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 876 747 72 123 0 751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3504

[startup+0.302013 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 21108
/proc/meminfo: memFree=1742048/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=3456 CPUtime=0.29
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 786 0 0 0 29 0 0 0 19 0 1 0 197877065 3538944 747 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 864 747 73 123 0 739 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3456

[startup+0.701053 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 21108
/proc/meminfo: memFree=1742048/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=3456 CPUtime=0.69
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 786 0 0 0 69 0 0 0 23 0 1 0 197877065 3538944 747 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 864 747 73 123 0 739 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3456

[startup+1.50113 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1739224/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=3584 CPUtime=1.49
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 813 0 0 0 149 0 0 0 25 0 1 0 197877065 3670016 774 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526460 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 896 774 73 123 0 771 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3584

[startup+3.10129 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1738968/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=3724 CPUtime=3.09
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 847 0 0 0 309 0 0 0 25 0 1 0 197877065 3813376 808 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538568 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 931 808 73 123 0 806 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3724

[startup+6.30161 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1738712/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=3856 CPUtime=6.29
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 876 0 0 0 629 0 0 0 25 0 1 0 197877065 3948544 837 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538202 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 964 837 73 123 0 839 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3856

[startup+12.7013 s]
/proc/loadavg: 0.88 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1738528/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=4120 CPUtime=12.69
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 916 0 0 0 1269 0 0 0 25 0 1 0 197877065 4218880 877 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538160 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1030 877 73 123 0 905 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4120

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1738336/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=4252 CPUtime=25.48
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 963 0 0 0 2548 0 0 0 25 0 1 0 197877065 4354048 924 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538234 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1063 924 73 123 0 938 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4252

[startup+51.1011 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1738144/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=4516 CPUtime=51.08
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 1010 0 0 0 5107 1 0 0 25 0 1 0 197877065 4624384 971 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1129 971 73 123 0 1004 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4516

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1737824/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=4796 CPUtime=102.26
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 1088 0 0 0 10225 1 0 0 25 0 1 0 197877065 4911104 1048 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1199 1048 73 123 0 1074 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4796

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1737632/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=4932 CPUtime=162.25
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 1129 0 0 0 16223 2 0 0 25 0 1 0 197877065 5050368 1089 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538202 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1233 1089 73 123 0 1108 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 4932

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1737376/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=5340 CPUtime=222.23
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 1182 0 0 0 22221 2 0 0 25 0 1 0 197877065 5468160 1141 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542609 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1335 1141 73 123 0 1210 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 5340

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1737184/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=5440 CPUtime=282.21
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 1227 0 0 0 28219 2 0 0 25 0 1 0 197877065 5570560 1186 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1360 1186 73 123 0 1235 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 5440

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1736864/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=5852 CPUtime=342.19
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 1301 0 0 0 34216 3 0 0 25 0 1 0 197877065 5992448 1259 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1463 1259 73 123 0 1338 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 5852

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1736864/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=5852 CPUtime=402.17
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 1306 0 0 0 40214 3 0 0 25 0 1 0 197877065 5992448 1264 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1463 1264 73 123 0 1338 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 5852

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 21109
/proc/meminfo: memFree=1736736/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=5852 CPUtime=462.16
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 1337 0 0 0 46212 4 0 0 25 0 1 0 197877065 5992448 1295 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1463 1295 73 123 0 1338 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 5852

[startup+522.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 21109
/proc/meminfo: memFree=1736352/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=6348 CPUtime=522.14
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 1434 0 0 0 52210 4 0 0 25 0 1 0 197877065 6500352 1392 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564845 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1587 1392 73 123 0 1462 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 6348

[startup+582.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/78 21109
/proc/meminfo: memFree=1736160/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=6820 CPUtime=582.13
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 1477 0 0 0 58208 5 0 0 25 0 1 0 197877065 6983680 1435 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542659 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1705 1435 73 123 0 1580 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 6820

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 3/78 21109
/proc/meminfo: memFree=1735904/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=7352 CPUtime=642.12
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 1556 0 0 0 64206 6 0 0 25 0 1 0 197877065 7528448 1514 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 1838 1514 73 123 0 1713 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 7352


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

/proc/meminfo: memFree=1733984/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=9828 CPUtime=1121.98
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 2036 0 0 0 112188 10 0 0 25 0 1 0 197877065 10063872 1994 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 2457 1994 73 123 0 2332 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 9828

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21109
/proc/meminfo: memFree=1733600/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=9960 CPUtime=1181.96
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 2123 0 0 0 118185 11 0 0 25 0 1 0 197877065 10199040 2081 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 2490 2081 73 123 0 2365 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 9960

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21109
/proc/meminfo: memFree=1733152/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=9960 CPUtime=1241.94
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 2237 0 0 0 124183 11 0 0 25 0 1 0 197877065 10199040 2195 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 2490 2195 73 123 0 2365 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 9960

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21109
/proc/meminfo: memFree=1732704/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=11112 CPUtime=1301.93
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 2347 0 0 0 130181 12 0 0 25 0 1 0 197877065 11378688 2305 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526501 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 2778 2305 73 123 0 2653 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 11112

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21109
/proc/meminfo: memFree=1732512/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=11112 CPUtime=1361.91
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 2411 0 0 0 136178 13 0 0 25 0 1 0 197877065 11378688 2369 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 2778 2369 73 123 0 2653 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 11112

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21109
/proc/meminfo: memFree=1732192/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=13244 CPUtime=1421.9
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 2497 0 0 0 142177 13 0 0 25 0 1 0 197877065 13561856 2455 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134548886 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3311 2455 73 123 0 3186 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 13244

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.99 3/78 21109
/proc/meminfo: memFree=1731808/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=13244 CPUtime=1481.87
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 2586 0 0 0 148174 13 0 0 25 0 1 0 197877065 13561856 2544 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3311 2544 73 123 0 3186 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 13244

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21109
/proc/meminfo: memFree=1731360/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=13244 CPUtime=1541.86
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 2715 0 0 0 154172 14 0 0 25 0 1 0 197877065 13561856 2673 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3311 2673 73 123 0 3186 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 13244

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21111
/proc/meminfo: memFree=1730976/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=13244 CPUtime=1601.84
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 2817 0 0 0 160170 14 0 0 25 0 1 0 197877065 13561856 2775 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3311 2775 73 123 0 3186 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 13244

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21111
/proc/meminfo: memFree=1730528/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=14968 CPUtime=1661.83
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 2919 0 0 0 166168 15 0 0 25 0 1 0 197877065 15327232 2877 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538131 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3742 2877 73 123 0 3617 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 14968

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21111
/proc/meminfo: memFree=1730016/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=14968 CPUtime=1721.81
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 3042 0 0 0 172166 15 0 0 25 0 1 0 197877065 15327232 3000 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134542565 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3742 3000 73 123 0 3617 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 14968

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21111
/proc/meminfo: memFree=1729632/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=15100 CPUtime=1781.8
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 3149 0 0 0 178164 16 0 0 25 0 1 0 197877065 15462400 3107 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538176 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3775 3107 73 123 0 3650 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 15100

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

[startup+1791.91 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21111
/proc/meminfo: memFree=1729504/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=15100 CPUtime=1791.4
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 3165 0 0 0 179124 16 0 0 25 0 1 0 197877065 15462400 3123 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538197 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3775 3123 73 123 0 3650 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 15100

[startup+1798.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21111
/proc/meminfo: memFree=1729504/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=15100 CPUtime=1797.79
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 3177 0 0 0 179763 16 0 0 25 0 1 0 197877065 15462400 3135 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3775 3135 73 123 0 3650 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 15100

[startup+1801.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21111
/proc/meminfo: memFree=1729440/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=15100 CPUtime=1800.99
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 3183 0 0 0 180083 16 0 0 25 0 1 0 197877065 15462400 3141 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3775 3141 73 123 0 3650 0
Current children cumulated CPU time (s) 1800.99
Current children cumulated vsize (KiB) 15100

[startup+1804.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21111
/proc/meminfo: memFree=1729440/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=15100 CPUtime=1804.19
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 3187 0 0 0 180403 16 0 0 25 0 1 0 197877065 15462400 3145 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538257 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3775 3145 73 123 0 3650 0
Current children cumulated CPU time (s) 1804.19
Current children cumulated vsize (KiB) 15100

[startup+1805.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21111
/proc/meminfo: memFree=1729440/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=15100 CPUtime=1804.99
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 3189 0 0 0 180483 16 0 0 25 0 1 0 197877065 15462400 3147 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564805 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3775 3147 73 123 0 3650 0
Current children cumulated CPU time (s) 1804.99
Current children cumulated vsize (KiB) 15100

[startup+1806.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21111
/proc/meminfo: memFree=1729440/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=15100 CPUtime=1805.79
/proc/21108/stat : 21108 (march_ks) R 21106 21108 21054 0 -1 4194304 3191 0 0 0 180563 16 0 0 25 0 1 0 197877065 15462400 3149 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134578778 0 0 4096 0 0 0 0 17 1 0 0
/proc/21108/statm: 3775 3149 73 123 0 3650 0
Current children cumulated CPU time (s) 1805.79
Current children cumulated vsize (KiB) 15100

[startup+1806.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 21111
/proc/meminfo: memFree=1729440/2055920 swapFree=4159980/4192956
[pid=21108] ppid=21106 vsize=0 CPUtime=1806.19
/proc/21108/stat : 21108 (march_ks) D 21106 21108 21054 0 -1 4194308 3192 0 0 0 180603 16 0 0 24 0 1 0 197877065 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100051646 0 0 17 0 0 0
/proc/21108/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1806.19
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1806.7
CPU time (s): 1806.2
CPU user time (s): 1806.03
CPU system time (s): 0.167974
CPU usage (%): 99.9721
Max. virtual memory (cumulated for all children) (KiB): 15100

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

runsolver used 1.91471 second user time and 4.16837 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Apr 22 05:06:37 UTC 2007

IDJOB= 371126
IDBENCH= 20319
IDSOLVER= 180
FILE ID= node12/371126-1177218397

PBS_JOBID= 4650394

Free space on /tmp= 66380 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v2405/unif2p-p0.8-v2405-c7479-S1151229574-11-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/371126-1177218397/march_ks /tmp/evaluation/371126-1177218397/instance-371126-1177218397.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-371126-1177218397 -o ROOT/results/node12/solver-371126-1177218397 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/371126-1177218397/march_ks /tmp/evaluation/371126-1177218397/instance-371126-1177218397.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  bbb4149cc32eff7dd6676db03641b5a9

RANDOM SEED= 496830580

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1742456 kB
Buffers:         73192 kB
Cached:         160108 kB
SwapCached:      11568 kB
Active:         184536 kB
Inactive:        72148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742456 kB
SwapTotal:     4192956 kB
SwapFree:      4159980 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:          29592 kB
Slab:            42296 kB
Committed_AS:  6062308 kB
PageTables:       1792 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= 66380 MiB

End job on node12 on Sun Apr 22 05:36:44 UTC 2007