Trace number 1626745

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 985.298 985.801

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 benchmark705.79
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.23	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 2 NC: 11878 JD: 21
6.69/6.70	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 3 NC: 47033 JD: 21
26.68/26.79	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 4 NC: 143666 JD: 21
82.65/82.77	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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.30/194.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 |***************************************************************
c |****************************************************************| 6 NC: 610373 JD: 21
363.72/363.90	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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
566.01/566.39	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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
753.13/753.51	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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
884.36/884.88	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************c right child 568019 UNSAT by parent!
896.36/896.84	
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 10 NC: 1485583 JD: 21
952.72/953.24	c |----------------------------------------------------------------|
c |*c right child 679542 UNSAT by parent!
953.82/954.34	
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************c right child 715500 UNSAT by parent!
967.01/967.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 |****************************************************************| 11 NC: 1518516 JD: 21
977.30/977.86	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
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
983.69/984.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 left child 782127 UNSAT by parent!
984.69/985.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 |****************************************************************| 13 NC: 1528474 JD: 21
984.99/985.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 |****************************************************************| 14 NC: 1528708 JD: 21
985.19/985.76	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |********
c |****************
c |********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |****************************************************************| 15 NC: 1528731 JD: 21
985.19/985.78	c |----------------------------------------------------------------|
c |********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |************************************************
c |****************************************************************| 16 NC: 1528737 JD: 21
985.19/985.79	c |----------------------------------------------------------------|
c |********************************
c |************************************
c |*************************************
c |**************************************
c |****************************************
c |************************************************
c |****************************************************************| 17 NC: 1528738 JD: 21
985.19/985.79	c |----------------------------------------------------------------|
c |
985.19/985.79	c
985.19/985.79	c main():: nodeCount: 1528738
985.19/985.79	c main():: dead ends in main: 19821
985.19/985.79	c main():: lookAheadCount: 136557232
985.19/985.79	c main():: unitResolveCount: 23977639
985.19/985.79	c main():: time=985.430000
985.19/985.79	c main():: necessary_assignments: 398793
985.19/985.79	c main():: bin_sat: 0, bin_unsat 0
985.19/985.79	c main():: doublelook: #: 7596004, succes #: 5790411
985.19/985.79	c main():: doublelook: overall 5.745 of all possible doublelooks executed
985.19/985.79	c main():: doublelook: succesrate: 76.230, average DL_trigger: 7228.625
985.19/985.79	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-1626745-1240129257/watcher-1626745-1240129257 -o /tmp/evaluation-result-1626745-1240129257/solver-1626745-1240129257 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/march_ks HOME/instance-1626745-1240129257.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): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22014
/proc/meminfo: memFree=1390880/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=792 CPUtime=0
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 40958434 811008 112 1992294400 134512640 135019032 4294956240 18446744073709551615 134560426 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 198 112 50 123 0 73 0

[startup+0.0496729 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22014
/proc/meminfo: memFree=1390880/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=1236 CPUtime=0.04
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 253 0 0 0 4 0 0 0 18 0 1 0 40958434 1265664 236 1992294400 134512640 135019032 4294956240 18446744073709551615 134538053 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 309 237 73 123 0 184 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1236

[startup+0.101678 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22014
/proc/meminfo: memFree=1390880/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=1388 CPUtime=0.09
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 266 0 0 0 9 0 0 0 18 0 1 0 40958434 1421312 249 1992294400 134512640 135019032 4294956240 18446744073709551615 134526451 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 347 249 73 123 0 222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1388

[startup+0.3017 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22014
/proc/meminfo: memFree=1390880/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=1388 CPUtime=0.29
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 283 0 0 0 29 0 0 0 19 0 1 0 40958434 1421312 266 1992294400 134512640 135019032 4294956240 18446744073709551615 134542537 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 347 266 73 123 0 222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1388

[startup+0.701746 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 22014
/proc/meminfo: memFree=1390880/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=1388 CPUtime=0.69
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 289 0 0 0 69 0 0 0 23 0 1 0 40958434 1421312 272 1992294400 134512640 135019032 4294956240 18446744073709551615 134542355 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 347 272 73 123 0 222 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1388

[startup+1.50184 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22015
/proc/meminfo: memFree=1390040/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=1520 CPUtime=1.49
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 299 0 0 0 149 0 0 0 25 0 1 0 40958434 1556480 282 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 380 282 73 123 0 255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1520

[startup+3.10202 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22015
/proc/meminfo: memFree=1389848/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=1520 CPUtime=3.09
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 310 0 0 0 309 0 0 0 25 0 1 0 40958434 1556480 293 1992294400 134512640 135019032 4294956240 18446744073709551615 134542363 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 380 293 73 123 0 255 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1520

[startup+6.30139 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1389656/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=1520 CPUtime=6.29
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 326 0 0 0 629 0 0 0 25 0 1 0 40958434 1556480 309 1992294400 134512640 135019032 4294956240 18446744073709551615 134677364 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 380 309 73 123 0 255 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1520

[startup+12.7011 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1389552/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=1672 CPUtime=12.69
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 344 0 0 0 1269 0 0 0 25 0 1 0 40958434 1712128 327 1992294400 134512640 135019032 4294956240 18446744073709551615 134526443 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 418 327 73 123 0 293 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1672

[startup+25.5016 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1389424/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=1976 CPUtime=25.48
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 405 0 0 0 2548 0 0 0 25 0 1 0 40958434 2023424 388 1992294400 134512640 135019032 4294956240 18446744073709551615 134538162 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 494 388 73 123 0 369 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1976

[startup+51.1016 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1389232/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=2356 CPUtime=51.06
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 476 0 0 0 5106 0 0 0 25 0 1 0 40958434 2412544 459 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 589 459 73 123 0 464 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 2356

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1388336/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=3372 CPUtime=102.24
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 662 0 0 0 10224 0 0 0 25 0 1 0 40958434 3452928 645 1992294400 134512640 135019032 4294956240 18446744073709551615 134526441 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 843 645 73 123 0 718 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 3372

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1387440/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=4136 CPUtime=162.2
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 874 0 0 0 16220 0 0 0 25 0 1 0 40958434 4235264 857 1992294400 134512640 135019032 4294956240 18446744073709551615 134540967 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 1034 857 73 123 0 909 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 4136

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1386096/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=5736 CPUtime=222.18
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 1224 0 0 0 22217 1 0 0 25 0 1 0 40958434 5873664 1207 1992294400 134512640 135019032 4294956240 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 1434 1207 73 123 0 1309 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 5736

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1385072/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=7908 CPUtime=282.16
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 1470 0 0 0 28215 1 0 0 25 0 1 0 40958434 8097792 1453 1992294400 134512640 135019032 4294956240 18446744073709551615 134564744 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 1977 1453 73 123 0 1852 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 7908

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1383920/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=7908 CPUtime=342.13
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 1749 0 0 0 34212 1 0 0 25 0 1 0 40958434 8097792 1732 1992294400 134512640 135019032 4294956240 18446744073709551615 134526499 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 1977 1732 73 123 0 1852 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 7908

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1382384/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=11388 CPUtime=402.09
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 2137 0 0 0 40208 1 0 0 25 0 1 0 40958434 11661312 2120 1992294400 134512640 135019032 4294956240 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 2847 2120 73 123 0 2722 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 11388

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1380912/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=11388 CPUtime=462.06
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 2490 0 0 0 46205 1 0 0 25 0 1 0 40958434 11661312 2473 1992294400 134512640 135019032 4294956240 18446744073709551615 134526454 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 2847 2473 73 123 0 2722 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 11388

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1379632/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=15268 CPUtime=522.04
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 2806 0 0 0 52202 2 0 0 25 0 1 0 40958434 15634432 2789 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/22014/statm: 3817 2789 73 123 0 3692 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 15268

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1378224/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=17056 CPUtime=582
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 3187 0 0 0 58198 2 0 0 25 0 1 0 40958434 17465344 3170 1992294400 134512640 135019032 4294956240 18446744073709551615 134542659 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 4264 3170 73 123 0 4139 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 17056

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1376368/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=17056 CPUtime=641.98
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 3652 0 0 0 64195 3 0 0 25 0 1 0 40958434 17465344 3635 1992294400 134512640 135019032 4294956240 18446744073709551615 134538248 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 4264 3635 73 123 0 4139 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 17056

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1374768/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=22876 CPUtime=701.95
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 4007 0 0 0 70192 3 0 0 25 0 1 0 40958434 23425024 3990 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 5719 3990 73 123 0 5594 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 22876

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1373040/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=22876 CPUtime=761.92
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 4419 0 0 0 76189 3 0 0 25 0 1 0 40958434 23425024 4402 1992294400 134512640 135019032 4294956240 18446744073709551615 134542391 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 5719 4402 73 123 0 5594 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 22876

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1371056/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=22876 CPUtime=821.9
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 4913 0 0 0 82186 4 0 0 25 0 1 0 40958434 23425024 4896 1992294400 134512640 135019032 4294956240 18446744073709551615 134526476 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 5719 4896 73 123 0 5594 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 22876

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22015
/proc/meminfo: memFree=1369392/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=26456 CPUtime=881.86
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 5320 0 0 0 88182 4 0 0 25 0 1 0 40958434 27090944 5303 1992294400 134512640 135019032 4294956240 18446744073709551615 134538160 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 6614 5303 73 123 0 6489 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 26456

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22017
/proc/meminfo: memFree=1367280/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=26456 CPUtime=941.82
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 5803 0 0 0 94178 4 0 0 25 0 1 0 40958434 27090944 5786 1992294400 134512640 135019032 4294956240 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/22014/statm: 6614 5786 73 123 0 6489 0
Current children cumulated CPU time (s) 941.82
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 1.00 2/66 22017
/proc/meminfo: memFree=1367216/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=26456 CPUtime=946.61
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 5840 0 0 0 94657 4 0 0 25 0 1 0 40958434 27090944 5823 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 6614 5823 73 123 0 6489 0
Current children cumulated CPU time (s) 946.61
Current children cumulated vsize (KiB) 26456

[startup+972.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22017
/proc/meminfo: memFree=1366448/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=35188 CPUtime=972.2
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 6045 0 0 0 97215 5 0 0 25 0 1 0 40958434 36032512 6028 1992294400 134512640 135019032 4294956240 18446744073709551615 134526436 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 8797 6028 73 123 0 8672 0
Current children cumulated CPU time (s) 972.2
Current children cumulated vsize (KiB) 35188

[startup+979.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22017
/proc/meminfo: memFree=1366192/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=35188 CPUtime=978.6
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 6097 0 0 0 97855 5 0 0 25 0 1 0 40958434 36032512 6080 1992294400 134512640 135019032 4294956240 18446744073709551615 134538186 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 8797 6080 73 123 0 8672 0
Current children cumulated CPU time (s) 978.6
Current children cumulated vsize (KiB) 35188

[startup+982.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22017
/proc/meminfo: memFree=1366128/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=35188 CPUtime=981.8
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 6123 0 0 0 98175 5 0 0 25 0 1 0 40958434 36032512 6106 1992294400 134512640 135019032 4294956240 18446744073709551615 134548942 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 8797 6106 73 123 0 8672 0
Current children cumulated CPU time (s) 981.8
Current children cumulated vsize (KiB) 35188

[startup+983.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22017
/proc/meminfo: memFree=1366064/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=35188 CPUtime=983.4
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 6135 0 0 0 98335 5 0 0 25 0 1 0 40958434 36032512 6118 1992294400 134512640 135019032 4294956240 18446744073709551615 134584614 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 8797 6118 73 123 0 8672 0
Current children cumulated CPU time (s) 983.4
Current children cumulated vsize (KiB) 35188

[startup+984.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22017
/proc/meminfo: memFree=1366064/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=35188 CPUtime=984.19
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 6141 0 0 0 98414 5 0 0 25 0 1 0 40958434 36032512 6124 1992294400 134512640 135019032 4294956240 18446744073709551615 134577639 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 8797 6124 73 123 0 8672 0
Current children cumulated CPU time (s) 984.19
Current children cumulated vsize (KiB) 35188

[startup+985.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22017
/proc/meminfo: memFree=1366000/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=35188 CPUtime=984.99
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 6147 0 0 0 98494 5 0 0 25 0 1 0 40958434 36032512 6130 1992294400 134512640 135019032 4294956240 18446744073709551615 134538131 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 8797 6130 73 123 0 8672 0
Current children cumulated CPU time (s) 984.99
Current children cumulated vsize (KiB) 35188

[startup+985.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22017
/proc/meminfo: memFree=1366000/2055920 swapFree=4192956/4192956
[pid=22014] ppid=22012 vsize=35188 CPUtime=985.19
/proc/22014/stat : 22014 (march_ks) R 22012 22014 21977 0 -1 4194304 6149 0 0 0 98514 5 0 0 25 0 1 0 40958434 36032512 6132 1992294400 134512640 135019032 4294956240 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 0 0 0
/proc/22014/statm: 8797 6132 73 123 0 8672 0
Current children cumulated CPU time (s) 985.19
Current children cumulated vsize (KiB) 35188

Child status: 20
Real time (s): 985.801
CPU time (s): 985.298
CPU user time (s): 985.236
CPU system time (s): 0.06199
CPU usage (%): 99.949
Max. virtual memory (cumulated for all children) (KiB): 35188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 985.236
system time used= 0.06199
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= 3728

runsolver used 1.10183 second user time and 2.52362 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-19 10:20:57
IDJOB=1626745
IDBENCH=70607
IDSOLVER=582
FILE ID=node74/1626745-1240129257
PBS_JOBID= 9157842
Free space on /tmp= 103232 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-1626745-1240129257/watcher-1626745-1240129257 -o /tmp/evaluation-result-1626745-1240129257/solver-1626745-1240129257 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/march_ks HOME/instance-1626745-1240129257.cnf            

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

MD5SUM BENCH= f27b62ac5d581ce44726630650722106
RANDOM SEED=1939074529

node74.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.233
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.233
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:       1391432 kB
Buffers:         78048 kB
Cached:         492132 kB
SwapCached:          0 kB
Active:         192976 kB
Inactive:       391936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3196 kB
Writeback:           0 kB
Mapped:          24456 kB
Slab:            65516 kB
Committed_AS:   149664 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103228 MiB
End job on node74 at 2009-04-19 10:37:23