Trace number 1544760

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: March KS 2007-02-08UNSAT 983.973 984.227

General information on the benchmark

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

Solver Data

0.00/0.02	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.02	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.00/0.02	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.00/0.02	c main()::
0.00/0.02	c initFormula():: searching for DIMACS p-line....
0.00/0.02	c initFormula():: the DIMACS p-line indicates a CNF of 480 variables and 2040 clauses.
0.00/0.02	c parseCNF():: parsing....
0.00/0.02	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.02	c runParser():: parsing was successful, warming up engines...
0.00/0.02	c simplify_formula():: removed 0 tautological, 12 satisfied and 0 duplicate clauses
0.00/0.02	c preprocessing fase I completed:: there are now 478 free variables and 2028 clauses.
0.00/0.02	c stat :: sign balance is biased by 0.478
0.00/0.02	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.00/0.02	c using 3-SAT heuristics (occurence based diff)
0.00/0.02	c longest clause has size 3
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 153 duplicate clauses
0.00/0.02	c resolvent_look() :: found 96 resolvents
0.00/0.02	c lessRedundantTransformation():: nothing to be done.
0.00/0.02	c transformTo3SAT():: you gave me 480 variables and 2124 clauses.
0.00/0.02	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.02	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.02	c transformTo3SAT():: the transformation yielded 480 variabels and 2124 clauses.
0.00/0.02	c main():: clause / variable ratio: ( 2124 / 480 ) = 4.42
0.00/0.02	c longest clause has size 3
0.00/0.02	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.02	c dynamic_preselect_setsize :: off
0.00/0.02	c suggested doublelook initial :: 0
0.00/0.02	c main():: all systems go!
0.00/0.02	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| 0 NC: 146 JD: 21
0.04/0.09	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 1 NC: 2142 JD: 21
1.19/1.24	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
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: 11878 JD: 21
6.69/6.74	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 47033 JD: 21
26.79/26.81	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 143666 JD: 21
82.57/82.69	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 5 NC: 332225 JD: 21
194.14/194.28	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 610373 JD: 21
363.41/363.56	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 927603 JD: 21
565.26/565.46	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1206575 JD: 21
752.21/752.46	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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: 1392874 JD: 21
883.38/883.63	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************c right child 568019 UNSAT by parent!
895.27/895.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 |****************************************************************| 10 NC: 1485583 JD: 21
951.36/951.60	c |----------------------------------------------------------------|
c |*c right child 679542 UNSAT by parent!
952.46/952.70	
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************c right child 715500 UNSAT by parent!
965.56/965.89	
c |**************************************
c |***************************************
c |****************************************
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: 1518516 JD: 21
975.94/976.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 |****************************************************************| 12 NC: 1526855 JD: 21
982.44/982.70	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************c left child 782127 UNSAT by parent!
983.44/983.71	
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 13 NC: 1528474 JD: 21
983.64/983.99	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |********
c |*********
c |**********
c |***********
c |************
c |****************
c |********************
c |**********************
c |***********************
c |************************
c |*************************
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: 1528708 JD: 21
983.84/984.19	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |********
c |****************
c |********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |****************************************************************| 15 NC: 1528731 JD: 21
983.93/984.21	c |----------------------------------------------------------------|
c |********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |****************************************************************| 16 NC: 1528737 JD: 21
983.93/984.22	c |----------------------------------------------------------------|
c |********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |************************************************
c |****************************************************************| 17 NC: 1528738 JD: 21
983.93/984.22	c |----------------------------------------------------------------|
c |
983.93/984.22	c
983.93/984.22	c main():: nodeCount: 1528738
983.93/984.22	c main():: dead ends in main: 19821
983.93/984.22	c main():: lookAheadCount: 136557232
983.93/984.22	c main():: unitResolveCount: 23977639
983.93/984.22	c main():: time=984.110000
983.93/984.22	c main():: necessary_assignments: 398793
983.93/984.22	c main():: bin_sat: 0, bin_unsat 0
983.93/984.22	c main():: doublelook: #: 7596004, succes #: 5790411
983.93/984.22	c main():: doublelook: overall 5.745 of all possible doublelooks executed
983.93/984.22	c main():: doublelook: succesrate: 76.230, average DL_trigger: 7228.625
983.93/984.22	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1544760-1238613892/watcher-1544760-1238613892 -o /tmp/evaluation-result-1544760-1238613892/solver-1544760-1238613892 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1544760-1238613892.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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 0.93 3/64 23021
/proc/meminfo: memFree=1360688/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=792 CPUtime=0
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 1134054442 811008 112 1992294400 134512640 135019032 4294956240 18446744073709551615 134560438 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 198 112 50 123 0 73 0

[startup+0.0501741 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 23021
/proc/meminfo: memFree=1360688/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=1236 CPUtime=0.04
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 254 0 0 0 4 0 0 0 18 0 1 0 1134054442 1265664 237 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 309 237 73 123 0 184 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1236

[startup+0.101177 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 23021
/proc/meminfo: memFree=1360688/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=1388 CPUtime=0.09
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 266 0 0 0 9 0 0 0 18 0 1 0 1134054442 1421312 249 1992294400 134512640 135019032 4294956240 18446744073709551615 134542767 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 347 249 73 123 0 222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1388

[startup+0.301189 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 23021
/proc/meminfo: memFree=1360688/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=1388 CPUtime=0.29
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 283 0 0 0 29 0 0 0 19 0 1 0 1134054442 1421312 266 1992294400 134512640 135019032 4294956240 18446744073709551615 134579085 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 347 266 73 123 0 222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1388

[startup+0.701214 s]
/proc/loadavg: 1.00 1.00 0.93 3/64 23021
/proc/meminfo: memFree=1360688/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=1388 CPUtime=0.69
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 289 0 0 0 69 0 0 0 23 0 1 0 1134054442 1421312 272 1992294400 134512640 135019032 4294956240 18446744073709551615 134526528 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 347 272 73 123 0 222 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1388

[startup+1.50226 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 23022
/proc/meminfo: memFree=1359848/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=1520 CPUtime=1.49
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 299 0 0 0 149 0 0 0 25 0 1 0 1134054442 1556480 282 1992294400 134512640 135019032 4294956240 18446744073709551615 134526471 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 380 282 73 123 0 255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1520

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 23022
/proc/meminfo: memFree=1359720/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=1520 CPUtime=3.09
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 310 0 0 0 309 0 0 0 25 0 1 0 1134054442 1556480 293 1992294400 134512640 135019032 4294956240 18446744073709551615 134548907 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 380 293 73 123 0 255 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1520

[startup+6.30156 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 23022
/proc/meminfo: memFree=1359464/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=1520 CPUtime=6.29
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 326 0 0 0 629 0 0 0 25 0 1 0 1134054442 1556480 309 1992294400 134512640 135019032 4294956240 18446744073709551615 134563349 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 380 309 73 123 0 255 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1520

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 23022
/proc/meminfo: memFree=1359344/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=1672 CPUtime=12.69
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 344 0 0 0 1269 0 0 0 25 0 1 0 1134054442 1712128 327 1992294400 134512640 135019032 4294956240 18446744073709551615 134585637 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 418 327 73 123 0 293 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1672

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 23022
/proc/meminfo: memFree=1359216/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=1976 CPUtime=25.49
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 405 0 0 0 2549 0 0 0 25 0 1 0 1134054442 2023424 388 1992294400 134512640 135019032 4294956240 18446744073709551615 134526441 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 494 388 73 123 0 369 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1976

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 23022
/proc/meminfo: memFree=1359024/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=2356 CPUtime=51.08
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 476 0 0 0 5108 0 0 0 25 0 1 0 1134054442 2412544 459 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 589 459 73 123 0 464 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2356

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 23022
/proc/meminfo: memFree=1358192/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=3372 CPUtime=102.27
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 662 0 0 0 10227 0 0 0 25 0 1 0 1134054442 3452928 645 1992294400 134512640 135019032 4294956240 18446744073709551615 134564754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 843 645 73 123 0 718 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3372

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 23022
/proc/meminfo: memFree=1357296/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=4136 CPUtime=162.25
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 875 0 0 0 16225 0 0 0 25 0 1 0 1134054442 4235264 858 1992294400 134512640 135019032 4294956240 18446744073709551615 134526510 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 1034 858 73 123 0 909 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 4136

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 23022
/proc/meminfo: memFree=1355888/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=5736 CPUtime=222.23
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 1224 0 0 0 22223 0 0 0 25 0 1 0 1134054442 5873664 1207 1992294400 134512640 135019032 4294956240 18446744073709551615 134564838 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 1434 1207 73 123 0 1309 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 5736

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 23022
/proc/meminfo: memFree=1354928/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=7908 CPUtime=282.22
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 1472 0 0 0 28222 0 0 0 25 0 1 0 1134054442 8097792 1455 1992294400 134512640 135019032 4294956240 18446744073709551615 134526448 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 1977 1455 73 123 0 1852 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 7908

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/65 23022
/proc/meminfo: memFree=1353840/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=7908 CPUtime=342.21
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 1752 0 0 0 34220 1 0 0 25 0 1 0 1134054442 8097792 1735 1992294400 134512640 135019032 4294956240 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 1977 1735 73 123 0 1852 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 7908

[startup+402.301 s]
/proc/loadavg: 1.03 1.01 0.93 2/65 23022
/proc/meminfo: memFree=1352368/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=11388 CPUtime=402.19
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 2142 0 0 0 40218 1 0 0 25 0 1 0 1134054442 11661312 2125 1992294400 134512640 135019032 4294956240 18446744073709551615 134538194 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 2847 2125 73 123 0 2722 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 11388

[startup+462.302 s]
/proc/loadavg: 1.04 1.02 0.94 2/65 23022
/proc/meminfo: memFree=1350896/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=11388 CPUtime=462.18
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 2494 0 0 0 46216 2 0 0 25 0 1 0 1134054442 11661312 2477 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 2847 2477 73 123 0 2722 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 11388

[startup+522.301 s]
/proc/loadavg: 1.01 1.02 0.94 2/65 23022
/proc/meminfo: memFree=1349616/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=15268 CPUtime=522.16
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 2810 0 0 0 52214 2 0 0 25 0 1 0 1134054442 15634432 2793 1992294400 134512640 135019032 4294956240 18446744073709551615 134538160 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 3817 2793 73 123 0 3692 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 15268

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 0.94 2/65 23022
/proc/meminfo: memFree=1348080/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=17056 CPUtime=582.14
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 3193 0 0 0 58212 2 0 0 25 0 1 0 1134054442 17465344 3176 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 4264 3176 73 123 0 4139 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 17056

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23022
/proc/meminfo: memFree=1346224/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=17056 CPUtime=642.14
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 3662 0 0 0 64211 3 0 0 25 0 1 0 1134054442 17465344 3645 1992294400 134512640 135019032 4294956240 18446744073709551615 134597188 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 4264 3645 73 123 0 4139 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 17056

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1344624/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=22876 CPUtime=702.12
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 4013 0 0 0 70209 3 0 0 25 0 1 0 1134054442 23425024 3996 1992294400 134512640 135019032 4294956240 18446744073709551615 134527192 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 5719 3996 73 123 0 5594 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 22876

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1343024/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=22876 CPUtime=762.11
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 4429 0 0 0 76208 3 0 0 25 0 1 0 1134054442 23425024 4412 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 5719 4412 73 123 0 5594 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 22876

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1341104/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=22876 CPUtime=822.09
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 4920 0 0 0 82205 4 0 0 25 0 1 0 1134054442 23425024 4903 1992294400 134512640 135019032 4294956240 18446744073709551615 134527219 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 5719 4903 73 123 0 5594 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 22876

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1339440/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=26456 CPUtime=882.08
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 5326 0 0 0 88204 4 0 0 25 0 1 0 1134054442 27090944 5309 1992294400 134512640 135019032 4294956240 18446744073709551615 134526501 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 6614 5309 73 123 0 6489 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 26456

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1337520/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=26456 CPUtime=942.06
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 5815 0 0 0 94202 4 0 0 25 0 1 0 1134054442 27090944 5798 1992294400 134512640 135019032 4294956240 18446744073709551615 134584628 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 6614 5798 73 123 0 6489 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 26456

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

[startup+947.106 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1337392/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=35188 CPUtime=946.86
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 5853 0 0 0 94682 4 0 0 25 0 1 0 1134054442 36032512 5836 1992294400 134512640 135019032 4294956240 18446744073709551615 134526476 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 8797 5836 73 123 0 8672 0
Current children cumulated CPU time (s) 946.86
Current children cumulated vsize (KiB) 35188

[startup+959.903 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1337008/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=35188 CPUtime=959.65
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 5957 0 0 0 95961 4 0 0 25 0 1 0 1134054442 36032512 5940 1992294400 134512640 135019032 4294956240 18446744073709551615 134542776 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 8797 5940 73 123 0 8672 0
Current children cumulated CPU time (s) 959.65
Current children cumulated vsize (KiB) 35188

[startup+972.701 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1336624/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=35188 CPUtime=972.45
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 6059 0 0 0 97241 4 0 0 25 0 1 0 1134054442 36032512 6042 1992294400 134512640 135019032 4294956240 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 8797 6042 73 123 0 8672 0
Current children cumulated CPU time (s) 972.45
Current children cumulated vsize (KiB) 35188

[startup+979.102 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1336368/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=35188 CPUtime=978.84
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 6110 0 0 0 97880 4 0 0 25 0 1 0 1134054442 36032512 6093 1992294400 134512640 135019032 4294956240 18446744073709551615 134526432 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 8797 6093 73 123 0 8672 0
Current children cumulated CPU time (s) 978.84
Current children cumulated vsize (KiB) 35188

[startup+982.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1336304/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=35188 CPUtime=982.05
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 6135 0 0 0 98201 4 0 0 25 0 1 0 1134054442 36032512 6118 1992294400 134512640 135019032 4294956240 18446744073709551615 134526017 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 8797 6118 73 123 0 8672 0
Current children cumulated CPU time (s) 982.05
Current children cumulated vsize (KiB) 35188

[startup+983.102 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1336304/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=35188 CPUtime=982.84
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 6140 0 0 0 98280 4 0 0 25 0 1 0 1134054442 36032512 6123 1992294400 134512640 135019032 4294956240 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 8797 6123 73 123 0 8672 0
Current children cumulated CPU time (s) 982.84
Current children cumulated vsize (KiB) 35188

[startup+983.902 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1336240/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=35188 CPUtime=983.64
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 6147 0 0 0 98360 4 0 0 25 0 1 0 1134054442 36032512 6130 1992294400 134512640 135019032 4294956240 18446744073709551615 134564838 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 8797 6130 73 123 0 8672 0
Current children cumulated CPU time (s) 983.64
Current children cumulated vsize (KiB) 35188

[startup+984.102 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1336240/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=35188 CPUtime=983.84
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 6149 0 0 0 98380 4 0 0 25 0 1 0 1134054442 36032512 6132 1992294400 134512640 135019032 4294956240 18446744073709551615 134542776 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 8797 6132 73 123 0 8672 0
Current children cumulated CPU time (s) 983.84
Current children cumulated vsize (KiB) 35188

[startup+984.201 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 23023
/proc/meminfo: memFree=1336240/2055920 swapFree=4177944/4192956
[pid=23021] ppid=23019 vsize=35188 CPUtime=983.93
/proc/23021/stat : 23021 (march_ks) R 23019 23021 22836 0 -1 4194304 6150 0 0 0 98389 4 0 0 25 0 1 0 1134054442 36032512 6133 1992294400 134512640 135019032 4294956240 18446744073709551615 134579994 0 0 4096 0 0 0 0 17 0 0 0
/proc/23021/statm: 8797 6133 73 123 0 8672 0
Current children cumulated CPU time (s) 983.93
Current children cumulated vsize (KiB) 35188

Child status: 20
Real time (s): 984.227
CPU time (s): 983.973
CPU user time (s): 983.919
CPU system time (s): 0.053991
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 35188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 983.919
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1732

runsolver used 0.966853 second user time and 2.6486 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-01 21:24:52
IDJOB=1544760
IDBENCH=70607
IDSOLVER=559
FILE ID=node29/1544760-1238613892
PBS_JOBID= 9073613
Free space on /tmp= 66472 MiB

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

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

MD5SUM BENCH= f27b62ac5d581ce44726630650722106
RANDOM SEED=733949530

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
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.234
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:       1361232 kB
Buffers:        103048 kB
Cached:         487652 kB
SwapCached:       8856 kB
Active:         228288 kB
Inactive:       372968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361232 kB
SwapTotal:     4192956 kB
SwapFree:      4177944 kB
Dirty:            2900 kB
Writeback:           0 kB
Mapped:          16224 kB
Slab:            79396 kB
Committed_AS:  3189756 kB
PageTables:       1476 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= 66468 MiB
End job on node29 at 2009-04-01 21:41:16