Trace number 368918

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 1448.55 1448.9

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l3.sat05-520.reshuffled-07.cnf
MD5SUM8fc368e9f6ea136e0b6522b198a7a916
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1391.12
Satisfiable
(Un)Satisfiability was proved
Number of variables4496
Number of clauses18591
Sum of the clauses size54418
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317236
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

49.58/49.68	c main():: ***                                   [ march satisfiability solver ]                                   ***
49.58/49.68	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
49.58/49.68	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
49.58/49.68	c main()::
49.58/49.68	c initFormula():: searching for DIMACS p-line....
49.58/49.68	c initFormula():: the DIMACS p-line indicates a CNF of 4496 variables and 18591 clauses.
49.58/49.68	c parseCNF():: parsing....
49.58/49.68	c parseCNF():: the CNF contains 0 unary clauses.
49.58/49.68	c runParser():: parsing was successful, warming up engines...
49.58/49.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
49.58/49.68	c preprocessing fase I completed:: there are now 4496 free variables and 18591 clauses.
49.58/49.68	c stat :: sign balance is biased by 0.021
49.58/49.68	c find_equivalence():: found 4185 3-equivalences
49.58/49.68	c find_and_remove_tautogolies():: found and removed 30 tautologies
49.58/49.68	c find_and_remove_tautogolies():: found and removed 35 tautologies
49.58/49.68	c find_and_remove_tautogolies():: found and removed 34 tautologies
49.58/49.68	c find_and_remove_tautogolies():: found and removed 23 tautologies
49.58/49.68	c find_and_remove_tautogolies():: found and removed 9 tautologies
49.58/49.68	c find_and_remove_tautogolies():: found and removed 5 tautologies
49.58/49.68	c find_and_remove_tautogolies():: found and removed 2 tautologies
49.58/49.68	c find_and_remove_tautogolies():: found and removed 1 tautologies
49.58/49.68	c find_and_remove_tautogolies():: found and removed 3503 tautologies
49.58/49.68	c shorten_equivalence(): average equivalence length reduced from 31.092166 to 13.456221
49.58/49.68	c using 3-SAT heuristics (occurence based diff)
49.58/49.68	c longest clause has size 3
49.58/49.68	c simplify_formula():: removed 0 tautological, 16740 satisfied and 496 duplicate clauses
49.58/49.68	c lessRedundantTransformation():: nothing to be done.
49.58/49.68	c transformTo3SAT():: you gave me 4496 variables and 1851 clauses.
49.58/49.68	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
49.58/49.68	c transformTo3SAT():: I will add 0 variables and 0 clauses!
49.58/49.68	c transformTo3SAT():: the transformation yielded 4496 variabels and 1851 clauses.
49.58/49.68	c main():: clause / variable ratio: ( 1851 / 4496 ) = 0.41
49.58/49.68	c longest clause has size 3
49.58/49.68	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
49.58/49.68	c many dependent variables -> full lookahead
49.58/49.68	c dynamic_preselect_setsize :: on
49.58/49.68	c suggested doublelook initial :: 0
49.58/49.68	c main():: all systems go!
49.58/49.68	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 148 JD: 14
50.38/50.46	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: 2266 JD: 14
53.48/53.52	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 2 NC: 33093 JD: 14
73.87/73.98	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 3 NC: 218603 JD: 14
155.95/156.03	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 668319 JD: 14
338.91/339.06	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 5 NC: 1375273 JD: 14
621.34/621.57	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2189132 JD: 14
949.16/949.41	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 2828056 JD: 14
1209.09/1209.44	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
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: 3200198 JD: 14
1361.27/1361.67	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
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: 3354470 JD: 14
1425.55/1425.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 |****************************************************************| 10 NC: 3399680 JD: 14
1444.85/1445.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 |****************************************************************| 11 NC: 3407261 JD: 14
1448.15/1448.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 |****************************************************************| 12 NC: 3407940 JD: 14
1448.45/1448.87	c |----------------------------------------------------------------|
c |********
c |*********
c |**********
c |************
c |****************
c |*****************
c |******************
c |********************
c |************************
c |********************************
c |****************************************************************| 13 NC: 3407966 JD: 14
1448.45/1448.89	c |----------------------------------------------------------------|
c |
1448.45/1448.89	c
1448.45/1448.89	c main():: nodeCount: 3407966
1448.45/1448.89	c main():: dead ends in main: 1056257
1448.45/1448.89	c main():: lookAheadCount: 69129387
1448.45/1448.89	c main():: unitResolveCount: 26720893
1448.45/1448.89	c main():: time=1448.760000
1448.45/1448.89	c main():: necessary_assignments: 173389
1448.45/1448.89	c main():: bin_sat: 0, bin_unsat 0
1448.45/1448.89	c main():: doublelook: #: 4727337, succes #: 2201987
1448.45/1448.89	c main():: doublelook: overall 7.021 of all possible doublelooks executed
1448.45/1448.89	c main():: doublelook: succesrate: 46.580, average DL_trigger: 204.713
1448.45/1448.89	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/node57/watcher-368918-1177252555 -o ROOT/results/node57/solver-368918-1177252555 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368918-1177252555/march_ks /tmp/evaluation/368918-1177252555/instance-368918-1177252555.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: 1.00 1.00 1.00 3/64 29043
/proc/meminfo: memFree=1684536/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=1084 CPUtime=0
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 166391429 1110016 170 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 271 170 47 123 0 146 0

[startup+0.038876 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29043
/proc/meminfo: memFree=1684536/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=2512 CPUtime=0.03
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 467 0 0 0 3 0 0 0 18 0 1 0 166391429 2572288 388 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134628916 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 628 388 50 123 0 503 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2512

[startup+0.101882 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29043
/proc/meminfo: memFree=1684536/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=2784 CPUtime=0.1
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 1028 0 0 0 10 0 0 0 18 0 1 0 166391429 2850816 506 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134838346 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 696 506 63 123 0 571 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2784

[startup+0.301899 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29043
/proc/meminfo: memFree=1684536/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=4764 CPUtime=0.29
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 1643 0 0 0 29 0 0 0 19 0 1 0 166391429 4878336 1001 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 1191 1001 63 123 0 1066 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4764

[startup+0.701933 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29043
/proc/meminfo: memFree=1684536/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=7280 CPUtime=0.69
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 2257 0 0 0 69 0 0 0 23 0 1 0 166391429 7454720 1615 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 1820 1615 63 123 0 1695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7280

[startup+1.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1677232/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=9928 CPUtime=1.49
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 2915 0 0 0 148 1 0 0 25 0 1 0 166391429 10166272 2273 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528817 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 2482 2273 63 123 0 2357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9928

[startup+3.10114 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1674224/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=12576 CPUtime=3.09
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 3569 0 0 0 308 1 0 0 25 0 1 0 166391429 12877824 2927 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528871 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 3144 2927 63 123 0 3019 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12576

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1668336/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=18028 CPUtime=6.29
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 4925 0 0 0 627 2 0 0 25 0 1 0 166391429 18460672 4283 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528823 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 4507 4283 63 123 0 4382 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18028

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1664432/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=21488 CPUtime=12.68
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 5739 0 0 0 1266 2 0 0 25 0 1 0 166391429 22003712 5097 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 5372 5097 63 123 0 5247 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21488

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1660848/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=25604 CPUtime=25.48
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 6558 0 0 0 2545 3 0 0 25 0 1 0 166391429 26218496 5916 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134528865 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 6401 5916 63 123 0 6276 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25604

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1655408/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=31136 CPUtime=51.08
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8019 0 0 0 5104 4 0 0 25 0 1 0 166391429 31883264 7276 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539124 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 7784 7276 73 123 0 7659 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31136

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1655024/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=31544 CPUtime=102.27
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8115 0 0 0 10223 4 0 0 25 0 1 0 166391429 32301056 7372 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 7886 7372 73 123 0 7761 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31544

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654832/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=31544 CPUtime=162.25
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8143 0 0 0 16221 4 0 0 25 0 1 0 166391429 32301056 7400 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134677364 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 7886 7400 73 123 0 7761 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 31544

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654768/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=31756 CPUtime=222.24
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8168 0 0 0 22220 4 0 0 25 0 1 0 166391429 32518144 7425 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526661 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 7939 7425 73 123 0 7814 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 31756

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654704/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=31756 CPUtime=282.22
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8170 0 0 0 28218 4 0 0 25 0 1 0 166391429 32518144 7427 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526670 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 7939 7427 73 123 0 7814 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 31756

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654704/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=31756 CPUtime=342.21
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8179 0 0 0 34217 4 0 0 25 0 1 0 166391429 32518144 7436 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 7939 7436 73 123 0 7814 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 31756

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654704/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=31756 CPUtime=402.19
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8183 0 0 0 40215 4 0 0 25 0 1 0 166391429 32518144 7440 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 7939 7440 73 123 0 7814 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 31756

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654640/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=31756 CPUtime=462.18
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8193 0 0 0 46214 4 0 0 25 0 1 0 166391429 32518144 7450 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 7939 7450 73 123 0 7814 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 31756

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654640/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=31756 CPUtime=522.16
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8195 0 0 0 52212 4 0 0 25 0 1 0 166391429 32518144 7452 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539520 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 7939 7452 73 123 0 7814 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 31756

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654384/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32060 CPUtime=582.15
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8252 0 0 0 58211 4 0 0 25 0 1 0 166391429 32829440 7509 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8015 7509 73 123 0 7890 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 32060

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654320/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32060 CPUtime=642.14
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8261 0 0 0 64210 4 0 0 25 0 1 0 166391429 32829440 7518 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134563455 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8015 7518 73 123 0 7890 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 32060


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

/proc/meminfo: memFree=1654320/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32212 CPUtime=762.11
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8277 0 0 0 76207 4 0 0 25 0 1 0 166391429 32985088 7534 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526779 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8053 7534 73 123 0 7928 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 32212

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654256/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32212 CPUtime=822.09
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8279 0 0 0 82205 4 0 0 25 0 1 0 166391429 32985088 7536 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8053 7536 73 123 0 7928 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 32212

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654320/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32212 CPUtime=882.08
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8281 0 0 0 88204 4 0 0 25 0 1 0 166391429 32985088 7538 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526683 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8053 7538 73 123 0 7928 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 32212

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654320/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32212 CPUtime=942.06
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8289 0 0 0 94202 4 0 0 25 0 1 0 166391429 32985088 7546 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8053 7546 73 123 0 7928 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 32212

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654256/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32212 CPUtime=1002.05
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8298 0 0 0 100201 4 0 0 25 0 1 0 166391429 32985088 7555 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539076 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8053 7555 73 123 0 7928 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 32212

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654256/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32212 CPUtime=1062.03
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8301 0 0 0 106199 4 0 0 25 0 1 0 166391429 32985088 7558 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134563519 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8053 7558 73 123 0 7928 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 32212

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654128/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32212 CPUtime=1122.02
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8313 0 0 0 112198 4 0 0 25 0 1 0 166391429 32985088 7570 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526682 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8053 7570 73 123 0 7928 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 32212

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654128/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32440 CPUtime=1182
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8317 0 0 0 118196 4 0 0 25 0 1 0 166391429 33218560 7574 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8110 7574 73 123 0 7985 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 32440

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29044
/proc/meminfo: memFree=1654064/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32440 CPUtime=1241.99
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8327 0 0 0 124195 4 0 0 25 0 1 0 166391429 33218560 7584 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526694 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8110 7584 73 123 0 7985 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 32440

[startup+1302.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 29044
/proc/meminfo: memFree=1654000/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32440 CPUtime=1301.98
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8336 0 0 0 130194 4 0 0 25 0 1 0 166391429 33218560 7593 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526677 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8110 7593 73 123 0 7985 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 32440

[startup+1362.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 29044
/proc/meminfo: memFree=1653936/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32440 CPUtime=1361.97
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8344 0 0 0 136192 5 0 0 25 0 1 0 166391429 33218560 7601 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526699 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8110 7601 73 123 0 7985 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 32440

[startup+1422.31 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 29044
/proc/meminfo: memFree=1654000/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32440 CPUtime=1421.96
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8354 0 0 0 142191 5 0 0 25 0 1 0 166391429 33218560 7611 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526691 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8110 7611 73 123 0 7985 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 32440

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

[startup+1433.5 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 29044
/proc/meminfo: memFree=1654000/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32440 CPUtime=1433.15
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8356 0 0 0 143310 5 0 0 25 0 1 0 166391429 33218560 7613 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539158 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8110 7613 73 123 0 7985 0
Current children cumulated CPU time (s) 1433.15
Current children cumulated vsize (KiB) 32440

[startup+1439.91 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 29044
/proc/meminfo: memFree=1654000/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32440 CPUtime=1439.55
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8357 0 0 0 143950 5 0 0 25 0 1 0 166391429 33218560 7614 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134580857 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8110 7614 73 123 0 7985 0
Current children cumulated CPU time (s) 1439.55
Current children cumulated vsize (KiB) 32440

[startup+1443.1 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 29044
/proc/meminfo: memFree=1654000/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32440 CPUtime=1442.75
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8358 0 0 0 144270 5 0 0 25 0 1 0 166391429 33218560 7615 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134534666 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8110 7615 73 123 0 7985 0
Current children cumulated CPU time (s) 1442.75
Current children cumulated vsize (KiB) 32440

[startup+1446.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 29044
/proc/meminfo: memFree=1654000/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32440 CPUtime=1445.95
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8359 0 0 0 144590 5 0 0 25 0 1 0 166391429 33218560 7616 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134526705 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8110 7616 73 123 0 7985 0
Current children cumulated CPU time (s) 1445.95
Current children cumulated vsize (KiB) 32440

[startup+1447.9 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 29044
/proc/meminfo: memFree=1653936/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32440 CPUtime=1447.55
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8359 0 0 0 144750 5 0 0 25 0 1 0 166391429 33218560 7616 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134539181 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8110 7616 73 123 0 7985 0
Current children cumulated CPU time (s) 1447.55
Current children cumulated vsize (KiB) 32440

[startup+1448.71 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 29044
/proc/meminfo: memFree=1653936/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=32440 CPUtime=1448.35
/proc/29043/stat : 29043 (march_ks) R 29041 29043 28746 0 -1 4194304 8359 0 0 0 144830 5 0 0 25 0 1 0 166391429 33218560 7616 18446744073709551615 134512640 135019032 4294956672 18446744073709551615 134684125 0 0 4096 0 0 0 0 17 1 0 0
/proc/29043/statm: 8110 7616 73 123 0 7985 0
Current children cumulated CPU time (s) 1448.35
Current children cumulated vsize (KiB) 32440

[startup+1448.9 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 29044
/proc/meminfo: memFree=1653936/2055920 swapFree=4183112/4192956
[pid=29043] ppid=29041 vsize=0 CPUtime=1448.54
/proc/29043/stat : 29043 (march_ks) D 29041 29043 28746 0 -1 4194308 8361 0 0 0 144849 5 0 0 25 0 1 0 166391429 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100051646 0 0 17 1 0 0
/proc/29043/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1448.54
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1448.9
CPU time (s): 1448.55
CPU user time (s): 1448.5
CPU system time (s): 0.055991
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 32440

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

runsolver used 0.927858 second user time and 3.04954 second system time

The end

Launcher Data (download as text)

Begin job on node57 on Sun Apr 22 14:35:55 UTC 2007

IDJOB= 368918
IDBENCH= 24622
IDSOLVER= 180
FILE ID= node57/368918-1177252555

PBS_JOBID= 4650568

Free space on /tmp= 66454 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  8fc368e9f6ea136e0b6522b198a7a916

RANDOM SEED= 179496210

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node57.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:       1685008 kB
Buffers:         71568 kB
Cached:         223676 kB
SwapCached:       3684 kB
Active:         130856 kB
Inactive:       173920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685008 kB
SwapTotal:     4192956 kB
SwapFree:      4183112 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:          15600 kB
Slab:            52252 kB
Committed_AS:  2568768 kB
PageTables:       1408 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= 66454 MiB

End job on node57 on Sun Apr 22 15:00:04 UTC 2007