Trace number 1555041

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
march_nn nnSignal 104.151 104.179

General information on the benchmark

NameAPPLICATIONS/bitverif/
icbrt/icbrt1_32.cnf
MD5SUM157e258753171ede0eac48b41cfa7b1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.2104
Satisfiable
(Un)Satisfiability was proved
Number of variables11309
Number of clauses33833
Sum of the clauses size78941
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 222554
Number of clauses of size 311277
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.35	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.29/0.35	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.29/0.35	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.29/0.35	c main()::
0.29/0.35	c initFormula():: searching for DIMACS p-line....
0.29/0.35	c initFormula():: the DIMACS p-line indicates a CNF of 11309 variables and 33833 clauses.
0.29/0.35	c parseCNF():: parsing....
0.29/0.35	c parseCNF():: the CNF contains 2 unary clauses.
0.29/0.35	c runParser():: parsing was successful, warming up engines...
0.29/0.35	c simplify_formula():: removed 0 tautological, 9 satisfied and 0 duplicate clauses
0.29/0.35	c preprocessing fase I completed:: there are now 11305 free variables and 33824 clauses.
0.29/0.35	c stat :: sign balance is biased by 0.107
0.29/0.35	c using 3-SAT heuristics (occurence based diff)
0.29/0.35	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.35	c simplify_formula():: removed 0 tautological, 0 satisfied and 65 duplicate clauses
0.29/0.35	c resolvent_look() :: found 65 resolvents
0.29/0.35	c lessRedundantTransformation():: nothing to be done.
0.29/0.35	c transformTo3SAT():: you gave me 11309 variables and 33889 clauses.
0.29/0.35	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.29/0.35	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.29/0.35	c transformTo3SAT():: the transformation yielded 11309 variabels and 33889 clauses.
0.29/0.35	c main():: clause / variable ratio: ( 33889 / 11309 ) = 3.00
0.29/0.35	c longest clause has size 3
0.29/0.35	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.29/0.35	c number of free variables = 11305
0.29/0.35	c dynamic_preselect_setsize :: off
0.29/0.35	c main():: all systems go!
0.29/0.35	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 19
0.79/0.82	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 161
3.09/3.19	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
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/999) NodeCount: 756
10.89/10.95	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 2573
25.59/25.60	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 6629
46.28/46.34	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 13665
69.88/69.92	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |****************************************
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/999) NodeCount: 23840
93.27/93.33	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1555041-1238736461/watcher-1555041-1238736461 -o /tmp/evaluation-result-1555041-1238736461/solver-1555041-1238736461 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/march_nn HOME/instance-1555041-1238736461.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.26 1.65 1.41 3/64 19602
/proc/meminfo: memFree=1737672/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=1948 CPUtime=0
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 1146308476 1994752 320 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 487 320 58 167 0 318 0

[startup+0.0333211 s]
/proc/loadavg: 1.26 1.65 1.41 3/64 19602
/proc/meminfo: memFree=1737672/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=2344 CPUtime=0.03
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 449 0 0 0 3 0 0 0 18 0 1 0 1146308476 2400256 434 1992294400 134512640 135197250 4294956224 18446744073709551615 134697286 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 586 434 58 167 0 417 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2344

[startup+0.101326 s]
/proc/loadavg: 1.26 1.65 1.41 3/64 19602
/proc/meminfo: memFree=1737672/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=4608 CPUtime=0.09
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 1550 0 0 0 9 0 0 0 18 0 1 0 1146308476 4718592 787 1992294400 134512640 135197250 4294956224 18446744073709551615 134694819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 1152 787 67 167 0 983 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4608

[startup+0.301344 s]
/proc/loadavg: 1.26 1.65 1.41 3/64 19602
/proc/meminfo: memFree=1737672/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=17672 CPUtime=0.29
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 5576 0 0 0 27 2 0 0 19 0 1 0 1146308476 18096128 1702 1992294400 134512640 135197250 4294956224 18446744073709551615 134612965 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 4418 1708 87 167 0 4249 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17672

[startup+0.701382 s]
/proc/loadavg: 1.26 1.65 1.41 3/64 19602
/proc/meminfo: memFree=1737672/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=20776 CPUtime=0.69
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 6985 0 0 0 66 3 0 0 22 0 1 0 1146308476 21274624 2547 1992294400 134512640 135197250 4294956224 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 5194 2547 93 167 0 5025 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20776

[startup+1.50146 s]
/proc/loadavg: 1.26 1.65 1.41 2/65 19603
/proc/meminfo: memFree=1726272/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=22572 CPUtime=1.49
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 7564 0 0 0 146 3 0 0 25 0 1 0 1146308476 23113728 3126 1992294400 134512640 135197250 4294956224 18446744073709551615 134552479 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 5643 3126 93 167 0 5474 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22572

[startup+3.1016 s]
/proc/loadavg: 1.26 1.65 1.41 2/65 19603
/proc/meminfo: memFree=1724800/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=23760 CPUtime=3.09
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 7906 0 0 0 306 3 0 0 25 0 1 0 1146308476 24330240 3468 1992294400 134512640 135197250 4294956224 18446744073709551615 134548478 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 5940 3468 93 167 0 5771 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23760

[startup+6.3019 s]
/proc/loadavg: 1.24 1.64 1.41 2/65 19603
/proc/meminfo: memFree=1722688/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=25592 CPUtime=6.29
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 8319 0 0 0 626 3 0 0 25 0 1 0 1146308476 26206208 3877 1992294400 134512640 135197250 4294956224 18446744073709551615 134552440 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 6398 3877 93 167 0 6229 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25592

[startup+12.7015 s]
/proc/loadavg: 1.22 1.63 1.41 2/65 19603
/proc/meminfo: memFree=1720384/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=27564 CPUtime=12.69
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 8795 0 0 0 1265 4 0 0 25 0 1 0 1146308476 28225536 4353 1992294400 134512640 135197250 4294956224 18446744073709551615 134552458 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 6891 4353 93 167 0 6722 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27564

[startup+25.5017 s]
/proc/loadavg: 1.17 1.59 1.40 2/65 19603
/proc/meminfo: memFree=1716800/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=30716 CPUtime=25.49
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 9677 0 0 0 2544 5 0 0 25 0 1 0 1146308476 31453184 5235 1992294400 134512640 135197250 4294956224 18446744073709551615 134592434 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 7679 5235 93 167 0 7510 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30716

[startup+51.1011 s]
/proc/loadavg: 1.11 1.55 1.39 2/65 19603
/proc/meminfo: memFree=1711808/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=35468 CPUtime=51.08
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 10947 0 0 0 5101 7 0 0 25 0 1 0 1146308476 36319232 6505 1992294400 134512640 135197250 4294956224 18446744073709551615 134597237 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 8867 6505 93 167 0 8698 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 35468

[startup+102.306 s]
/proc/loadavg: 1.05 1.46 1.36 2/65 19603
/proc/meminfo: memFree=1704640/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=42028 CPUtime=102.27
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 12686 0 0 0 10218 9 0 0 25 0 1 0 1146308476 43036672 8244 1992294400 134512640 135197250 4294956224 18446744073709551615 134542006 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 10507 8244 93 167 0 10338 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42028

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

[startup+103.102 s]
/proc/loadavg: 1.05 1.46 1.36 2/65 19603
/proc/meminfo: memFree=1704640/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=42368 CPUtime=103.07
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 12698 0 0 0 10298 9 0 0 25 0 1 0 1146308476 43384832 8256 1992294400 134512640 135197250 4294956224 18446744073709551615 134597019 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 10592 8256 93 167 0 10423 0
Current children cumulated CPU time (s) 103.07
Current children cumulated vsize (KiB) 42368

[startup+103.902 s]
/proc/loadavg: 1.05 1.46 1.36 2/65 19603
/proc/meminfo: memFree=1704512/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=42368 CPUtime=103.87
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4194304 12717 0 0 0 10378 9 0 0 25 0 1 0 1146308476 43384832 8275 1992294400 134512640 135197250 4294956224 18446744073709551615 134539282 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 10592 8275 93 167 0 10423 0
Current children cumulated CPU time (s) 103.87
Current children cumulated vsize (KiB) 42368

[startup+104.102 s]
/proc/loadavg: 1.05 1.46 1.36 2/65 19603
/proc/meminfo: memFree=1704512/2055920 swapFree=4176872/4192956
[pid=19602] ppid=19600 vsize=42368 CPUtime=104.06
/proc/19602/stat : 19602 (march_nn) R 19600 19602 19001 0 -1 4195840 12831 0 0 0 10391 15 0 0 25 0 1 0 1146308476 43384832 8280 1992294400 134512640 135197250 4294956224 18446744073709551615 134523574 0 0 4096 0 0 0 0 17 1 0 0
/proc/19602/statm: 10592 8280 93 167 0 10423 0
Current children cumulated CPU time (s) 104.06
Current children cumulated vsize (KiB) 42368

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 104.179
CPU time (s): 104.151
CPU user time (s): 103.919
CPU system time (s): 0.231964
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 42368

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

runsolver used 0.091986 second user time and 0.240963 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-03 07:27:41
IDJOB=1555041
IDBENCH=70792
IDSOLVER=522
FILE ID=node48/1555041-1238736461
PBS_JOBID= 9085347
Free space on /tmp= 66548 MiB

SOLVER NAME= march_nn nn
BENCH NAME= SAT09/APPLICATIONS/bitverif/icbrt/icbrt1_32.cnf
COMMAND LINE= HOME/march_nn BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555041-1238736461/watcher-1555041-1238736461 -o /tmp/evaluation-result-1555041-1238736461/solver-1555041-1238736461 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/march_nn HOME/instance-1555041-1238736461.cnf

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

MD5SUM BENCH= 157e258753171ede0eac48b41cfa7b1d
RANDOM SEED=1028957977

node48.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.236
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.236
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:       1738088 kB
Buffers:         48952 kB
Cached:         182672 kB
SwapCached:      10184 kB
Active:          79688 kB
Inactive:       163744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738088 kB
SwapTotal:     4192956 kB
SwapFree:      4176872 kB
Dirty:            1408 kB
Writeback:           0 kB
Mapped:          17532 kB
Slab:            60376 kB
Committed_AS:  2904572 kB
PageTables:       1376 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= 66512 MiB
End job on node48 at 2009-04-03 07:29:25