Trace number 368921

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 1261.1 1261.44

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l2.sat05-519.reshuffled-07.cnf
MD5SUM5344c68d1511d70cde59fef7dc46c3a5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1261.1
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

60.48/60.59	c main():: ***                                   [ march satisfiability solver ]                                   ***
60.48/60.59	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
60.48/60.59	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
60.48/60.59	c main()::
60.48/60.59	c initFormula():: searching for DIMACS p-line....
60.48/60.59	c initFormula():: the DIMACS p-line indicates a CNF of 4487 variables and 18555 clauses.
60.48/60.59	c parseCNF():: parsing....
60.48/60.59	c parseCNF():: the CNF contains 0 unary clauses.
60.48/60.59	c runParser():: parsing was successful, warming up engines...
60.48/60.59	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
60.48/60.59	c preprocessing fase I completed:: there are now 4487 free variables and 18555 clauses.
60.48/60.59	c stat :: sign balance is biased by 0.021
60.48/60.59	c find_equivalence():: found 4176 3-equivalences
60.48/60.59	c find_and_remove_tautogolies():: found and removed 29 tautologies
60.48/60.59	c find_and_remove_tautogolies():: found and removed 39 tautologies
60.48/60.59	c find_and_remove_tautogolies():: found and removed 29 tautologies
60.48/60.59	c find_and_remove_tautogolies():: found and removed 20 tautologies
60.48/60.59	c find_and_remove_tautogolies():: found and removed 8 tautologies
60.48/60.59	c find_and_remove_tautogolies():: found and removed 2 tautologies
60.48/60.59	c find_and_remove_tautogolies():: found and removed 3526 tautologies
60.48/60.59	c shorten_equivalence(): average equivalence length reduced from 30.629032 to 13.133641
60.48/60.59	c using 3-SAT heuristics (occurence based diff)
60.48/60.59	c longest clause has size 3
60.48/60.59	c simplify_formula():: removed 0 tautological, 16704 satisfied and 496 duplicate clauses
60.48/60.59	c lessRedundantTransformation():: nothing to be done.
60.48/60.59	c transformTo3SAT():: you gave me 4487 variables and 1851 clauses.
60.48/60.59	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
60.48/60.59	c transformTo3SAT():: I will add 0 variables and 0 clauses!
60.48/60.59	c transformTo3SAT():: the transformation yielded 4487 variabels and 1851 clauses.
60.48/60.59	c main():: clause / variable ratio: ( 1851 / 4487 ) = 0.41
60.48/60.59	c longest clause has size 3
60.48/60.59	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
60.48/60.59	c many dependent variables -> full lookahead
60.48/60.59	c dynamic_preselect_setsize :: on
60.48/60.59	c suggested doublelook initial :: 0
60.48/60.59	c main():: all systems go!
60.48/60.59	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 239 JD: 16
61.18/61.26	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: 1601 JD: 16
62.98/63.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 |****************************************************************| 2 NC: 18456 JD: 16
73.18/73.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 |****************************************************************| 3 NC: 103975 JD: 16
111.86/111.96	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 349817 JD: 16
216.14/216.26	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 5 NC: 795374 JD: 16
404.79/404.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 |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 6 NC: 1369543 JD: 16
646.83/647.09	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 7 NC: 1954799 JD: 16
892.17/892.47	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2403596 JD: 16
1079.11/1079.44	c |----------------------------------------------------------------|
c |*
c |**c right child 63397 UNSAT by parent!
1079.31/1079.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 |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 9 NC: 2660546 JD: 16
1186.18/1186.58	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2780725 JD: 16
1235.37/1235.79	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2824945 JD: 16
1253.96/1254.34	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |****************************************************************| 12 NC: 2837700 JD: 16
1259.46/1259.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 |****************************************************************| 13 NC: 2840698 JD: 16
1260.86/1261.23	c |----------------------------------------------------------------|
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
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: 2841049 JD: 16
1261.06/1261.42	c |----------------------------------------------------------------|
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |************
c |****************
c |********************************
c |****************************************************************| 15 NC: 2841051 JD: 16
1261.06/1261.42	c |----------------------------------------------------------------|
c |
1261.06/1261.42	c
1261.06/1261.42	c main():: nodeCount: 2841051
1261.06/1261.42	c main():: dead ends in main: 819423
1261.06/1261.42	c main():: lookAheadCount: 60006798
1261.06/1261.42	c main():: unitResolveCount: 23771438
1261.06/1261.42	c main():: time=1261.280000
1261.06/1261.42	c main():: necessary_assignments: 219246
1261.06/1261.42	c main():: bin_sat: 0, bin_unsat 0
1261.06/1261.42	c main():: doublelook: #: 4124366, succes #: 2037753
1261.06/1261.42	c main():: doublelook: overall 7.064 of all possible doublelooks executed
1261.06/1261.42	c main():: doublelook: succesrate: 49.408, average DL_trigger: 201.403
1261.06/1261.42	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/node14/watcher-368921-1177254177 -o ROOT/results/node14/solver-368921-1177254177 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368921-1177254177/march_ks /tmp/evaluation/368921-1177254177/instance-368921-1177254177.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 10219
/proc/meminfo: memFree=1712688/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=1080 CPUtime=0
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 173335451 1105920 171 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 270 171 47 123 0 145 0

[startup+0.017786 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 10219
/proc/meminfo: memFree=1712688/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=1344 CPUtime=0.01
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 234 0 0 0 1 0 0 0 18 0 1 0 173335451 1376256 219 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 336 219 47 123 0 211 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1344

[startup+0.102794 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 10219
/proc/meminfo: memFree=1712688/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=2900 CPUtime=0.09
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 1052 0 0 0 9 0 0 0 18 0 1 0 173335451 2969600 524 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134554747 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 725 524 63 123 0 600 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2900

[startup+0.302812 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 10219
/proc/meminfo: memFree=1712688/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=5144 CPUtime=0.29
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 1655 0 0 0 29 0 0 0 20 0 1 0 173335451 5267456 1085 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528871 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 1286 1085 63 123 0 1161 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5144

[startup+0.702858 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 10219
/proc/meminfo: memFree=1712688/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=7528 CPUtime=0.69
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 2244 0 0 0 69 0 0 0 23 0 1 0 173335451 7708672 1674 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528887 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 1882 1674 63 123 0 1757 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7528

[startup+1.50193 s]
/proc/loadavg: 0.85 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1705768/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=9124 CPUtime=1.49
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 2593 0 0 0 148 1 0 0 25 0 1 0 173335451 9342976 2023 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 2281 2023 63 123 0 2156 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9124

[startup+3.10108 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1703720/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=11932 CPUtime=3.09
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 3282 0 0 0 308 1 0 0 25 0 1 0 173335451 12218368 2712 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528871 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 2983 2712 63 123 0 2858 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11932

[startup+6.30138 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1698792/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=17300 CPUtime=6.29
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 4551 0 0 0 627 2 0 0 25 0 1 0 173335451 17715200 3981 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528865 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 4325 3981 63 123 0 4200 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17300

[startup+12.702 s]
/proc/loadavg: 0.88 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1693680/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=20904 CPUtime=12.69
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 5404 0 0 0 1266 3 0 0 25 0 1 0 173335451 21405696 4834 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134665768 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 5226 4834 63 123 0 5101 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20904

[startup+25.5012 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1687920/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=26580 CPUtime=25.48
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 6778 0 0 0 2545 3 0 0 25 0 1 0 173335451 27217920 6208 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528865 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 6645 6208 63 123 0 6520 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26580

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1684720/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=29748 CPUtime=51.07
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 7594 0 0 0 5103 4 0 0 25 0 1 0 173335451 30461952 7024 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 7437 7024 63 123 0 7312 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29748

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1681264/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=33380 CPUtime=102.27
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8483 0 0 0 10222 5 0 0 25 0 1 0 173335451 34181120 7883 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539090 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8345 7883 73 123 0 8220 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 33380

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1680944/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=33584 CPUtime=162.25
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8547 0 0 0 16220 5 0 0 25 0 1 0 173335451 34390016 7947 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539190 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8396 7947 73 123 0 8271 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 33584

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1680880/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=33684 CPUtime=222.24
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8568 0 0 0 22218 6 0 0 25 0 1 0 173335451 34492416 7968 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8421 7968 73 123 0 8296 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 33684

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1681008/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=33836 CPUtime=282.22
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8588 0 0 0 28216 6 0 0 25 0 1 0 173335451 34648064 7988 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526703 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8459 7988 73 123 0 8334 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 33836

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1680880/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=33836 CPUtime=342.21
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8618 0 0 0 34214 7 0 0 25 0 1 0 173335451 34648064 8018 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134563481 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8459 8018 73 123 0 8334 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 33836

[startup+402.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1680752/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=34064 CPUtime=402.19
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8634 0 0 0 40212 7 0 0 25 0 1 0 173335451 34881536 8034 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526670 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8516 8034 73 123 0 8391 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 34064

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1680560/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=34064 CPUtime=462.17
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8670 0 0 0 46210 7 0 0 25 0 1 0 173335451 34881536 8070 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134541047 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8516 8070 73 123 0 8391 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 34064

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1680432/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=34404 CPUtime=522.16
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8698 0 0 0 52208 8 0 0 25 0 1 0 173335451 35229696 8098 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8601 8098 73 123 0 8476 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 34404

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1680368/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=34404 CPUtime=582.14
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8727 0 0 0 58206 8 0 0 25 0 1 0 173335451 35229696 8127 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526697 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8601 8127 73 123 0 8476 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 34404

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1680432/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=34404 CPUtime=642.14
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8743 0 0 0 64205 9 0 0 25 0 1 0 173335451 35229696 8143 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526677 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8601 8143 73 123 0 8476 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 34404

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1680048/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=34916 CPUtime=702.11
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8795 0 0 0 70202 9 0 0 25 0 1 0 173335451 35753984 8195 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539184 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8729 8195 73 123 0 8604 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 34916

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1679920/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=34916 CPUtime=762.1
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8823 0 0 0 76200 10 0 0 25 0 1 0 173335451 35753984 8223 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8729 8223 73 123 0 8604 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 34916

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1679728/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=34916 CPUtime=822.08
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8866 0 0 0 82198 10 0 0 25 0 1 0 173335451 35753984 8266 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134534721 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8729 8266 73 123 0 8604 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 34916

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1679728/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=34916 CPUtime=882.07
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8880 0 0 0 88196 11 0 0 25 0 1 0 173335451 35753984 8280 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134585640 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8729 8280 73 123 0 8604 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 34916

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1679536/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=35680 CPUtime=942.05
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8935 0 0 0 94194 11 0 0 25 0 1 0 173335451 36536320 8335 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584621 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8920 8335 73 123 0 8795 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 35680

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1679408/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=35836 CPUtime=1002.04
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 8979 0 0 0 100192 12 0 0 25 0 1 0 173335451 36696064 8379 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134564808 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8959 8379 73 123 0 8834 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 35836

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1679344/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=35836 CPUtime=1062.02
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 9008 0 0 0 106190 12 0 0 25 0 1 0 173335451 36696064 8408 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526677 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8959 8408 73 123 0 8834 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 35836

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1679152/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=35836 CPUtime=1122
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 9062 0 0 0 112187 13 0 0 25 0 1 0 173335451 36696064 8462 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526670 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 8959 8462 73 123 0 8834 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 35836

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1678896/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=36988 CPUtime=1181.98
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 9107 0 0 0 118185 13 0 0 25 0 1 0 173335451 37875712 8507 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526737 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 9247 8507 73 123 0 9122 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 36988

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1678576/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=36988 CPUtime=1241.97
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 9168 0 0 0 124183 14 0 0 25 0 1 0 173335451 37875712 8568 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 9247 8568 73 123 0 9122 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 36988

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

[startup+1254.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1678512/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=36988 CPUtime=1253.96
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 9183 0 0 0 125382 14 0 0 25 0 1 0 173335451 37875712 8583 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134548001 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 9247 8583 73 123 0 9122 0
Current children cumulated CPU time (s) 1253.96
Current children cumulated vsize (KiB) 36988

[startup+1257.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1678512/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=36988 CPUtime=1257.16
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 9186 0 0 0 125702 14 0 0 25 0 1 0 173335451 37875712 8586 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134584621 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 9247 8586 73 123 0 9122 0
Current children cumulated CPU time (s) 1257.16
Current children cumulated vsize (KiB) 36988

[startup+1259.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1678512/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=36988 CPUtime=1258.76
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 9189 0 0 0 125862 14 0 0 25 0 1 0 173335451 37875712 8589 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134538578 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 9247 8589 73 123 0 9122 0
Current children cumulated CPU time (s) 1258.76
Current children cumulated vsize (KiB) 36988

[startup+1260.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1678512/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=36988 CPUtime=1260.36
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 9191 0 0 0 126022 14 0 0 25 0 1 0 173335451 37875712 8591 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134580870 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 9247 8591 73 123 0 9122 0
Current children cumulated CPU time (s) 1260.36
Current children cumulated vsize (KiB) 36988

[startup+1261.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1678512/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=36988 CPUtime=1260.76
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 9191 0 0 0 126062 14 0 0 25 0 1 0 173335451 37875712 8591 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134589843 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 9247 8591 73 123 0 9122 0
Current children cumulated CPU time (s) 1260.76
Current children cumulated vsize (KiB) 36988

[startup+1261.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1678512/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=36988 CPUtime=1260.96
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 9191 0 0 0 126082 14 0 0 25 0 1 0 173335451 37875712 8591 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 9247 8591 73 123 0 9122 0
Current children cumulated CPU time (s) 1260.96
Current children cumulated vsize (KiB) 36988

[startup+1261.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 10220
/proc/meminfo: memFree=1678512/2055920 swapFree=4148744/4192956
[pid=10219] ppid=10217 vsize=36988 CPUtime=1261.06
/proc/10219/stat : 10219 (march_ks) R 10217 10219 10163 0 -1 4194304 9192 0 0 0 126092 14 0 0 25 0 1 0 173335451 37875712 8592 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134577471 0 0 4096 0 0 0 0 17 1 0 0
/proc/10219/statm: 9247 8592 73 123 0 9122 0
Current children cumulated CPU time (s) 1261.06
Current children cumulated vsize (KiB) 36988

Child status: 20
Real time (s): 1261.44
CPU time (s): 1261.1
CPU user time (s): 1260.95
CPU system time (s): 0.151976
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 36988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1260.95
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 25826

runsolver used 1.62875 second user time and 2.85457 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Apr 22 15:02:57 UTC 2007

IDJOB= 368921
IDBENCH= 24625
IDSOLVER= 180
FILE ID= node14/368921-1177254177

PBS_JOBID= 4650610

Free space on /tmp= 66207 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/equilarge_l2.sat05-519.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368921-1177254177/march_ks /tmp/evaluation/368921-1177254177/instance-368921-1177254177.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-368921-1177254177 -o ROOT/results/node14/solver-368921-1177254177 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368921-1177254177/march_ks /tmp/evaluation/368921-1177254177/instance-368921-1177254177.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  5344c68d1511d70cde59fef7dc46c3a5

RANDOM SEED= 874203993

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1713168 kB
Buffers:         68240 kB
Cached:         205148 kB
SwapCached:      11464 kB
Active:         191024 kB
Inactive:       105300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713168 kB
SwapTotal:     4192956 kB
SwapFree:      4148744 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          29656 kB
Slab:            31944 kB
Committed_AS:  7735316 kB
PageTables:       1784 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= 66207 MiB

End job on node14 on Sun Apr 22 15:23:59 UTC 2007