Trace number 42557

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 HeuristicsUNSAT 238.187 235.395

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-misc05.opb
MD5SUMbada111af8c03eca9b9736a7d2e9e703
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.159974
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1940
Total number of constraints300
Number of constraints which are clauses155
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints137
Minimum length of a constraint2
Maximum length of a constraint451
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524652
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c no version file found!!!
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_06
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 1548419056
0.16	c Max memory 1551040512
0.16	c Total memory 1551040512
0.16	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node70/42557-1149345748/instance-42557-1149345748.opb
0.22	c reading problem ... 
0.80	c ... done. Time 0.58 ms.
0.80	c #vars     1940
0.80	c #constraints  328
235.31	c starts		: 7
235.31	c conflicts		: 2811
235.31	c decisions		: 25259
235.31	c propagations		: 251212
235.31	c inspects		: 9314019
235.31	c learnt literals	: 0
235.31	c learnt binary clauses	: 6
235.31	c learnt ternary clauses	: 0
235.31	c learnt clauses	: 2810
235.31	c root simplifications	: 0
235.31	c removed literals (reason simplification)	: 0
235.31	c reason swapping (by a shorter reason)	: 0
235.31	c Calls to reduceDB	: 0
235.31	c speed (decisions/second)	: 107.712907723995
235.31	c non guided choices	10
235.31	s UNSATISFIABLE
235.31	c Total wall clock time (ms): 235.094

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node70/watcher-42557-1149345748 -o ROOT/results/node70/solver-42557-1149345748 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node70/42557-1149345748/instance-42557-1149345748.opb 575578412 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.95 2/64 14098
/proc/meminfo: memFree=1757928/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=308 CPUtime=0
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 57 0 0 0 0 0 0 0 18 0 1 0 200244420 315392 40 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 8413988 0 0 4096 0 0 0 0 17 1 0 0
/proc/14098/statm: 374 43 33 14 0 7 0

[startup+10.002 s]
/proc/loadavg: 0.93 0.98 0.95 2/76 14110
/proc/meminfo: memFree=1568784/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=1716440 CPUtime=11.42
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 53590 0 1 0 1120 22 0 0 25 0 13 0 200244420 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071431970 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14098/statm: 429110 49011 1905 14 0 415857 0
[pid=14098/tid=14099] ppid=14096 vsize=1716440 CPUtime=0.07
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 1983 0 0 0 6 1 0 0 16 0 13 0 200244424 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1716440 CPUtime=0.06
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 1916 0 0 0 5 1 0 0 16 0 13 0 200244424 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 200244427 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14105] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14105/stat : 14105 (java) S 14096 14098 14052 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 200244431 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14106] ppid=14096 vsize=1716440 CPUtime=0.95
/proc/14098/task/14106/stat : 14106 (java) S 14096 14098 14052 0 -1 64 2119 0 0 0 94 1 0 0 16 0 13 0 200244431 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14107] ppid=14096 vsize=1716440 CPUtime=0.99
/proc/14098/task/14107/stat : 14107 (java) S 14096 14098 14052 0 -1 64 3429 0 0 0 98 1 0 0 16 0 13 0 200244431 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14108] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14108/stat : 14108 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200244431 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14109] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14109/stat : 14109 (java) S 14096 14098 14052 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 200244431 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14110] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14110/stat : 14110 (java) S 14096 14098 14052 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 200244504 1757634560 49011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (Kb) 1716440

[startup+20.0089 s]
/proc/loadavg: 0.94 0.98 0.95 2/76 14110
/proc/meminfo: memFree=1574224/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=1716440 CPUtime=21.45
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 55052 0 1 0 2121 24 0 0 20 0 13 0 200244420 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071410529 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14098/statm: 429110 47668 1905 14 0 415857 0
[pid=14098/tid=14099] ppid=14096 vsize=1716440 CPUtime=0.09
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 2638 0 0 0 8 1 0 0 16 0 13 0 200244424 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1716440 CPUtime=0.08
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 2711 0 0 0 7 1 0 0 16 0 13 0 200244424 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 200244427 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14105] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14105/stat : 14105 (java) S 14096 14098 14052 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 200244431 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14106] ppid=14096 vsize=1716440 CPUtime=0.95
/proc/14098/task/14106/stat : 14106 (java) S 14096 14098 14052 0 -1 64 2119 0 0 0 94 1 0 0 16 0 13 0 200244431 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14107] ppid=14096 vsize=1716440 CPUtime=0.99
/proc/14098/task/14107/stat : 14107 (java) S 14096 14098 14052 0 -1 64 3429 0 0 0 98 1 0 0 16 0 13 0 200244431 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14108] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14108/stat : 14108 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200244431 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14109] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14109/stat : 14109 (java) S 14096 14098 14052 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 200244431 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14110] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14110/stat : 14110 (java) S 14096 14098 14052 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 200244504 1757634560 47668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.45
Current children cumulated vsize (Kb) 1716440

[startup+30.0157 s]
/proc/loadavg: 0.95 0.98 0.95 2/76 14110
/proc/meminfo: memFree=1576208/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=1716440 CPUtime=31.48
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 56597 0 1 0 3123 25 0 0 23 0 13 0 200244420 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071707484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14098/statm: 429110 47169 1905 14 0 415857 0
[pid=14098/tid=14099] ppid=14096 vsize=1716440 CPUtime=0.11
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 3428 0 0 0 10 1 0 0 16 0 13 0 200244424 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1716440 CPUtime=0.1
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 3457 0 0 0 9 1 0 0 16 0 13 0 200244424 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1716440 CPUtime=0.01
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 30 0 0 0 1 0 0 0 15 0 13 0 200244427 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14105] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14105/stat : 14105 (java) S 14096 14098 14052 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 200244431 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14106] ppid=14096 vsize=1716440 CPUtime=0.95
/proc/14098/task/14106/stat : 14106 (java) S 14096 14098 14052 0 -1 64 2119 0 0 0 94 1 0 0 16 0 13 0 200244431 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14107] ppid=14096 vsize=1716440 CPUtime=0.99
/proc/14098/task/14107/stat : 14107 (java) S 14096 14098 14052 0 -1 64 3429 0 0 0 98 1 0 0 16 0 13 0 200244431 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14108] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14108/stat : 14108 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200244431 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14109] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14109/stat : 14109 (java) S 14096 14098 14052 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 200244431 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14110] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14110/stat : 14110 (java) S 14096 14098 14052 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 200244504 1757634560 47169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (Kb) 1716440

[startup+40.0225 s]
/proc/loadavg: 0.96 0.98 0.95 2/76 14110
/proc/meminfo: memFree=1578192/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=1716440 CPUtime=41.48
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 57974 0 1 0 4122 26 0 0 21 0 13 0 200244420 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071581666 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14098/statm: 429110 46675 1905 14 0 415857 0
[pid=14098/tid=14099] ppid=14096 vsize=1716440 CPUtime=0.12
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 4178 0 0 0 10 2 0 0 16 0 13 0 200244424 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1716440 CPUtime=0.11
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 4075 0 0 0 9 2 0 0 16 0 13 0 200244424 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1716440 CPUtime=0.01
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 30 0 0 0 1 0 0 0 16 0 13 0 200244427 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14105] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14105/stat : 14105 (java) S 14096 14098 14052 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 200244431 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14106] ppid=14096 vsize=1716440 CPUtime=0.95
/proc/14098/task/14106/stat : 14106 (java) S 14096 14098 14052 0 -1 64 2119 0 0 0 94 1 0 0 16 0 13 0 200244431 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14107] ppid=14096 vsize=1716440 CPUtime=0.99
/proc/14098/task/14107/stat : 14107 (java) S 14096 14098 14052 0 -1 64 3429 0 0 0 98 1 0 0 16 0 13 0 200244431 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14108] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14108/stat : 14108 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200244431 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14109] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14109/stat : 14109 (java) S 14096 14098 14052 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 200244431 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14110] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14110/stat : 14110 (java) S 14096 14098 14052 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200244504 1757634560 46675 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.48
Current children cumulated vsize (Kb) 1716440

[startup+50.0293 s]
/proc/loadavg: 0.96 0.98 0.95 2/76 14110
/proc/meminfo: memFree=1581968/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=1716440 CPUtime=51.49
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 58664 0 1 0 5123 26 0 0 19 0 13 0 200244420 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071410573 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14098/statm: 429110 45728 1905 14 0 415857 0
[pid=14098/tid=14099] ppid=14096 vsize=1716440 CPUtime=0.13
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 4517 0 0 0 11 2 0 0 16 0 13 0 200244424 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1716440 CPUtime=0.12
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 4418 0 0 0 10 2 0 0 16 0 13 0 200244424 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1716440 CPUtime=0.01
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 30 0 0 0 1 0 0 0 15 0 13 0 200244427 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14105] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14105/stat : 14105 (java) S 14096 14098 14052 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 200244431 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14106] ppid=14096 vsize=1716440 CPUtime=0.95
/proc/14098/task/14106/stat : 14106 (java) S 14096 14098 14052 0 -1 64 2119 0 0 0 94 1 0 0 16 0 13 0 200244431 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14107] ppid=14096 vsize=1716440 CPUtime=0.99
/proc/14098/task/14107/stat : 14107 (java) S 14096 14098 14052 0 -1 64 3429 0 0 0 98 1 0 0 16 0 13 0 200244431 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14108] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14108/stat : 14108 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200244431 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14109] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14109/stat : 14109 (java) S 14096 14098 14052 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 200244431 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14110] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14110/stat : 14110 (java) S 14096 14098 14052 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200244504 1757634560 45728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.49
Current children cumulated vsize (Kb) 1716440

[startup+60.0361 s]
/proc/loadavg: 0.97 0.98 0.95 2/76 14110
/proc/meminfo: memFree=1585104/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=1716440 CPUtime=61.5
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 59448 0 1 0 6123 27 0 0 20 0 13 0 200244420 1757634560 44942 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071707484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14098/statm: 429110 44942 1905 14 0 415857 0
[pid=14098/tid=14099] ppid=14096 vsize=1716440 CPUtime=0.13
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 4911 0 0 0 11 2 0 0 16 0 13 0 200244424 1757634560 44942 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1716440 CPUtime=0.12
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 4799 0 0 0 10 2 0 0 16 0 13 0 200244424 1757634560 44942 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1716440 CPUtime=0.02
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 31 0 0 0 1 1 0 0 15 0 13 0 200244427 1757634560 44942 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 44942 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1757634560 44942 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1716440 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1757634560 44942 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/14098/statm: 428368 74174 1908 14 0 415115 0
[pid=14098/tid=14099] ppid=14096 vsize=1713472 CPUtime=1
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 19238 0 0 0 92 8 0 0 17 0 13 0 200244424 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1713472 CPUtime=0.99
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 18364 0 0 0 91 8 0 0 16 0 13 0 200244424 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1713472 CPUtime=0.05
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 81 0 0 0 2 3 0 0 16 0 13 0 200244427 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14105] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14105/stat : 14105 (java) S 14096 14098 14052 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200244431 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14106] ppid=14096 vsize=1713472 CPUtime=0.99
/proc/14098/task/14106/stat : 14106 (java) S 14096 14098 14052 0 -1 64 2124 0 0 0 98 1 0 0 16 0 13 0 200244431 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14107] ppid=14096 vsize=1713472 CPUtime=1.06
/proc/14098/task/14107/stat : 14107 (java) S 14096 14098 14052 0 -1 64 3433 0 0 0 105 1 0 0 16 0 13 0 200244431 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14108] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14108/stat : 14108 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200244431 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14109] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14109/stat : 14109 (java) S 14096 14098 14052 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 200244431 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14110] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14110/stat : 14110 (java) S 14096 14098 14052 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200244504 1754595328 74174 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 182.49
Current children cumulated vsize (Kb) 1713472

[startup+190.128 s]
/proc/loadavg: 0.99 0.98 0.95 2/76 14110
/proc/meminfo: memFree=1469456/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=1713472 CPUtime=192.58
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 108921 0 1 0 19208 50 0 0 25 0 13 0 200244420 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071507792 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14098/statm: 428368 73785 1908 14 0 415115 0
[pid=14098/tid=14099] ppid=14096 vsize=1713472 CPUtime=1.09
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 19997 0 0 0 101 8 0 0 16 0 13 0 200244424 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1713472 CPUtime=1.07
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 19218 0 0 0 99 8 0 0 16 0 13 0 200244424 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1713472 CPUtime=0.06
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 81 0 0 0 2 4 0 0 16 0 13 0 200244427 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14105] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14105/stat : 14105 (java) S 14096 14098 14052 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200244431 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14106] ppid=14096 vsize=1713472 CPUtime=0.99
/proc/14098/task/14106/stat : 14106 (java) S 14096 14098 14052 0 -1 64 2124 0 0 0 98 1 0 0 16 0 13 0 200244431 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14107] ppid=14096 vsize=1713472 CPUtime=1.06
/proc/14098/task/14107/stat : 14107 (java) S 14096 14098 14052 0 -1 64 3433 0 0 0 105 1 0 0 16 0 13 0 200244431 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14108] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14108/stat : 14108 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200244431 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14109] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14109/stat : 14109 (java) S 14096 14098 14052 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 200244431 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14110] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14110/stat : 14110 (java) S 14096 14098 14052 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200244504 1754595328 73785 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.58
Current children cumulated vsize (Kb) 1713472

[startup+200.136 s]
/proc/loadavg: 0.99 0.98 0.95 2/76 14110
/proc/meminfo: memFree=1469200/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=1713472 CPUtime=202.68
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 110675 0 1 0 20216 52 0 0 25 0 13 0 200244420 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071507704 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14098/statm: 428368 73867 1908 14 0 415115 0
[pid=14098/tid=14099] ppid=14096 vsize=1713472 CPUtime=1.19
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 20796 0 0 0 110 9 0 0 16 0 13 0 200244424 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1713472 CPUtime=1.17
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 20164 0 0 0 108 9 0 0 16 0 13 0 200244424 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1713472 CPUtime=0.06
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 81 0 0 0 2 4 0 0 16 0 13 0 200244427 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14105] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14105/stat : 14105 (java) S 14096 14098 14052 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200244431 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14106] ppid=14096 vsize=1713472 CPUtime=0.99
/proc/14098/task/14106/stat : 14106 (java) S 14096 14098 14052 0 -1 64 2124 0 0 0 98 1 0 0 16 0 13 0 200244431 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14107] ppid=14096 vsize=1713472 CPUtime=1.06
/proc/14098/task/14107/stat : 14107 (java) S 14096 14098 14052 0 -1 64 3433 0 0 0 105 1 0 0 16 0 13 0 200244431 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14108] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14108/stat : 14108 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200244431 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14109] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14109/stat : 14109 (java) S 14096 14098 14052 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 200244431 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14110] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14110/stat : 14110 (java) S 14096 14098 14052 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200244504 1754595328 73867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.68
Current children cumulated vsize (Kb) 1713472

[startup+210.142 s]
/proc/loadavg: 0.99 0.98 0.95 2/76 14110
/proc/meminfo: memFree=1451536/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=1713472 CPUtime=212.77
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 116318 0 1 0 21223 54 0 0 25 0 13 0 200244420 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071519417 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14098/statm: 428368 78263 1908 14 0 415115 0
[pid=14098/tid=14099] ppid=14096 vsize=1713472 CPUtime=1.28
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 21828 0 0 0 119 9 0 0 17 0 13 0 200244424 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1713472 CPUtime=1.27
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 21300 0 0 0 117 10 0 0 16 0 13 0 200244424 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1713472 CPUtime=0.07
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 89 0 0 0 3 4 0 0 17 0 13 0 200244427 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14105] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14105/stat : 14105 (java) S 14096 14098 14052 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200244431 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14106] ppid=14096 vsize=1713472 CPUtime=0.99
/proc/14098/task/14106/stat : 14106 (java) S 14096 14098 14052 0 -1 64 2124 0 0 0 98 1 0 0 16 0 13 0 200244431 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14107] ppid=14096 vsize=1713472 CPUtime=1.06
/proc/14098/task/14107/stat : 14107 (java) S 14096 14098 14052 0 -1 64 3433 0 0 0 105 1 0 0 16 0 13 0 200244431 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14108] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14108/stat : 14108 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200244431 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14109] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14109/stat : 14109 (java) S 14096 14098 14052 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 200244431 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14110] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14110/stat : 14110 (java) S 14096 14098 14052 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200244504 1754595328 78263 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 212.77
Current children cumulated vsize (Kb) 1713472

[startup+220.15 s]
/proc/loadavg: 0.99 0.98 0.95 3/76 14110
/proc/meminfo: memFree=1450512/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=1713472 CPUtime=222.85
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 117995 0 1 0 22230 55 0 0 24 0 13 0 200244420 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071510351 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14098/statm: 428368 78527 1908 14 0 415115 0
[pid=14098/tid=14099] ppid=14096 vsize=1713472 CPUtime=1.35
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 22695 0 0 0 126 9 0 0 16 0 13 0 200244424 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1713472 CPUtime=1.34
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 22103 0 0 0 124 10 0 0 16 0 13 0 200244424 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1713472 CPUtime=0.07
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 89 0 0 0 3 4 0 0 15 0 13 0 200244427 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14105] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14105/stat : 14105 (java) S 14096 14098 14052 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200244431 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14106] ppid=14096 vsize=1713472 CPUtime=0.99
/proc/14098/task/14106/stat : 14106 (java) S 14096 14098 14052 0 -1 64 2124 0 0 0 98 1 0 0 16 0 13 0 200244431 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14107] ppid=14096 vsize=1713472 CPUtime=1.06
/proc/14098/task/14107/stat : 14107 (java) S 14096 14098 14052 0 -1 64 3433 0 0 0 105 1 0 0 16 0 13 0 200244431 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14108] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14108/stat : 14108 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200244431 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14109] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14109/stat : 14109 (java) S 14096 14098 14052 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 200244431 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14110] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14110/stat : 14110 (java) S 14096 14098 14052 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200244504 1754595328 78527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.85
Current children cumulated vsize (Kb) 1713472

[startup+230.157 s]
/proc/loadavg: 0.99 0.98 0.95 2/76 14110
/proc/meminfo: memFree=1451408/2055920 swapFree=4182220/4192956
[pid=14098] ppid=14096 vsize=1713472 CPUtime=232.94
/proc/14098/stat : 14098 (java) R 14096 14098 14052 0 -1 0 119378 0 1 0 23238 56 0 0 24 0 13 0 200244420 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071579855 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14098/statm: 428368 78292 1908 14 0 415115 0
[pid=14098/tid=14099] ppid=14096 vsize=1713472 CPUtime=1.44
/proc/14098/task/14099/stat : 14099 (java) S 14096 14098 14052 0 -1 64 23251 0 0 0 134 10 0 0 17 0 13 0 200244424 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14100] ppid=14096 vsize=1713472 CPUtime=1.43
/proc/14098/task/14100/stat : 14100 (java) S 14096 14098 14052 0 -1 64 22923 0 0 0 132 11 0 0 16 0 13 0 200244424 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14101] ppid=14096 vsize=1713472 CPUtime=0.07
/proc/14098/task/14101/stat : 14101 (java) S 14096 14098 14052 0 -1 64 89 0 0 0 3 4 0 0 16 0 13 0 200244427 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14102] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14102/stat : 14102 (java) S 14096 14098 14052 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14103] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14103/stat : 14103 (java) S 14096 14098 14052 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200244428 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14104] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14104/stat : 14104 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 200244431 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14105] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14105/stat : 14105 (java) S 14096 14098 14052 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 200244431 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14106] ppid=14096 vsize=1713472 CPUtime=0.99
/proc/14098/task/14106/stat : 14106 (java) S 14096 14098 14052 0 -1 64 2124 0 0 0 98 1 0 0 16 0 13 0 200244431 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14107] ppid=14096 vsize=1713472 CPUtime=1.06
/proc/14098/task/14107/stat : 14107 (java) S 14096 14098 14052 0 -1 64 3433 0 0 0 105 1 0 0 16 0 13 0 200244431 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14108] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14108/stat : 14108 (java) S 14096 14098 14052 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 200244431 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14098/tid=14109] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14109/stat : 14109 (java) S 14096 14098 14052 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 200244431 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14098/tid=14110] ppid=14096 vsize=1713472 CPUtime=0
/proc/14098/task/14110/stat : 14110 (java) S 14096 14098 14052 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 200244504 1754595328 78292 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 232.94
Current children cumulated vsize (Kb) 1713472

Child status: 20
Real time (s): 235.395
CPU time (s): 238.187
CPU user time (s): 237.573
CPU system time (s): 0.613906
CPU usage (%): 101.186
Max. virtual memory (cumulated for all children) (Kb): 1716440

Launcher Data (download as text)

Begin job on node70 on Sat Jun  3 14:42:28 UTC 2006


FILE ID= 42557-1149345748

PBS_JOBID= 310656

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-misc05.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node70/42557-1149345748/instance-42557-1149345748.opb 575578412
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-42557-1149345748 -o ROOT/results/node70/solver-42557-1149345748 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node70/42557-1149345748/instance-42557-1149345748.opb 575578412

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  bada111af8c03eca9b9736a7d2e9e703

RANDOM SEED= 575578412


/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.265
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.265
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:       1758136 kB
Buffers:         21588 kB
Cached:         205044 kB
SwapCached:       2324 kB
Active:          42064 kB
Inactive:       193144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758136 kB
SwapTotal:     4192956 kB
SwapFree:      4182220 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          15348 kB
Slab:            48632 kB
Committed_AS:   262904 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node70 on Sat Jun  3 14:46:24 UTC 2006