Trace number 43096

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 Heuristics? (exit code) 761.085 749.082

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-2.opb
MD5SUMf7a936a02ddf18c17dc27b7b53733ab1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-57
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints126163
Number of constraints which are clauses126163
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1534
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1534
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1534
Number of bits of the biggest sum of numbers11
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	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.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node46/43096-1149300156/instance-43096-1149300156.opb
0.21	c reading problem ... 
5.50	c ... done. Time 5.294 ms.
5.50	c #vars     1534
5.50	c #constraints  126163
5.59	c SATISFIABLE
5.59	c OPTIMIZING...
5.60	c Got one! Ellapsed CPU time (in seconds):5.385
5.66	o -39
5.99	c Got one! Ellapsed CPU time (in seconds):5.781
5.99	o -41
7.12	c Got one! Ellapsed CPU time (in seconds):6.913
7.13	o -43
64.15	c Got one! Ellapsed CPU time (in seconds):63.939
64.15	o -44
202.81	c Got one! Ellapsed CPU time (in seconds):202.605
202.82	o -45
742.94	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
748.82	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space

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/node46/watcher-43096-1149300156 -o ROOT/results/node46/solver-43096-1149300156 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node46/43096-1149300156/instance-43096-1149300156.opb 639598434 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.89 0.95 0.90 2/64 6038
/proc/meminfo: memFree=1421976/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1592 CPUtime=0
/proc/6038/stat : 6038 (java) R 6036 6038 5992 0 -1 0 131 0 0 0 0 0 0 0 19 0 1 0 110172447 1630208 103 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/6038/statm: 398 103 82 14 0 43 0

[startup+10.002 s]
/proc/loadavg: 0.91 0.95 0.90 2/76 6053
/proc/meminfo: memFree=1210296/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1712996 CPUtime=11.68
/proc/6038/stat : 6038 (java) R 6036 6038 5992 0 -1 0 58475 0 1 0 1139 29 0 0 25 0 13 0 110172447 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071654588 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6038/statm: 428249 54728 1910 14 0 414996 0
[pid=6038/tid=6039] ppid=6036 vsize=1712996 CPUtime=0.41
/proc/6038/task/6039/stat : 6039 (java) S 6036 6038 5992 0 -1 64 7279 0 0 0 38 3 0 0 16 0 13 0 110172451 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1712996 CPUtime=0.41
/proc/6038/task/6040/stat : 6040 (java) S 6036 6038 5992 0 -1 64 7252 0 0 0 39 2 0 0 18 0 13 0 110172451 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1712996 CPUtime=0
/proc/6038/task/6041/stat : 6041 (java) S 6036 6038 5992 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 110172453 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1712996 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1712996 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1712996 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6036 vsize=1712996 CPUtime=0.01
/proc/6038/task/6045/stat : 6045 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 110172458 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6046] ppid=6036 vsize=1712996 CPUtime=0.98
/proc/6038/task/6046/stat : 6046 (java) S 6036 6038 5992 0 -1 64 2245 0 0 0 97 1 0 0 16 0 13 0 110172458 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6047] ppid=6036 vsize=1712996 CPUtime=0.79
/proc/6038/task/6047/stat : 6047 (java) S 6036 6038 5992 0 -1 64 414 0 0 0 79 0 0 0 15 0 13 0 110172458 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6048] ppid=6036 vsize=1712996 CPUtime=0
/proc/6038/task/6048/stat : 6048 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110172458 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6049] ppid=6036 vsize=1712996 CPUtime=0
/proc/6038/task/6049/stat : 6049 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 110172458 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6053] ppid=6036 vsize=1712996 CPUtime=0
/proc/6038/task/6053/stat : 6053 (java) S 6036 6038 5992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 110173164 1754107904 54728 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (Kb) 1712996

[startup+20.0091 s]
/proc/loadavg: 0.92 0.96 0.91 3/76 6053
/proc/meminfo: memFree=1154360/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1713072 CPUtime=22.17
/proc/6038/stat : 6038 (java) S 6036 6038 5992 0 -1 0 75455 0 1 0 2180 37 0 0 25 0 13 0 110172447 1754185728 68734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6038/statm: 428268 68739 1911 14 0 415015 0
[pid=6038/tid=6039] ppid=6036 vsize=1713072 CPUtime=0.79
/proc/6038/task/6039/stat : 6039 (java) R 6036 6038 5992 0 -1 64 15634 0 0 0 71 8 0 0 17 0 13 0 110172451 1754185728 68744 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729395 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1713072 CPUtime=0.79
/proc/6038/task/6040/stat : 6040 (java) R 6036 6038 5992 0 -1 64 15461 0 0 0 73 6 0 0 17 0 13 0 110172451 1754185728 68747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154975950 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6041/stat : 6041 (java) S 6036 6038 5992 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 110172453 1754185728 68750 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1754185728 68753 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1754185728 68755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1754185728 68755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6036 vsize=1713072 CPUtime=0.01
/proc/6038/task/6045/stat : 6045 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 110172458 1754185728 68756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6046] ppid=6036 vsize=1713072 CPUtime=1.02
/proc/6038/task/6046/stat : 6046 (java) S 6036 6038 5992 0 -1 64 2325 0 0 0 101 1 0 0 17 0 13 0 110172458 1754185728 68757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6047] ppid=6036 vsize=1713072 CPUtime=0.87
/proc/6038/task/6047/stat : 6047 (java) S 6036 6038 5992 0 -1 64 756 0 0 0 87 0 0 0 17 0 13 0 110172458 1754185728 68757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6048] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6048/stat : 6048 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110172458 1754185728 68758 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6049] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6049/stat : 6049 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 110172458 1754185728 68759 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6053] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6053/stat : 6053 (java) S 6036 6038 5992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 110173164 1754185728 68760 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.17
Current children cumulated vsize (Kb) 1713072

[startup+30.0271 s]
/proc/loadavg: 0.93 0.96 0.91 2/76 6053
/proc/meminfo: memFree=1083832/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1713072 CPUtime=32.66
/proc/6038/stat : 6038 (java) R 6036 6038 5992 0 -1 0 97648 0 1 0 3216 50 0 0 23 0 13 0 110172447 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071519109 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6038/statm: 428268 86298 1911 14 0 415015 0
[pid=6038/tid=6039] ppid=6036 vsize=1713072 CPUtime=1.27
/proc/6038/task/6039/stat : 6039 (java) S 6036 6038 5992 0 -1 64 27142 0 0 0 112 15 0 0 17 0 13 0 110172451 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1713072 CPUtime=1.28
/proc/6038/task/6040/stat : 6040 (java) S 6036 6038 5992 0 -1 64 26128 0 0 0 116 12 0 0 17 0 13 0 110172451 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6041/stat : 6041 (java) S 6036 6038 5992 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 110172453 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6036 vsize=1713072 CPUtime=0.01
/proc/6038/task/6045/stat : 6045 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 110172458 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6046] ppid=6036 vsize=1713072 CPUtime=1.02
/proc/6038/task/6046/stat : 6046 (java) S 6036 6038 5992 0 -1 64 2325 0 0 0 101 1 0 0 16 0 13 0 110172458 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6047] ppid=6036 vsize=1713072 CPUtime=0.87
/proc/6038/task/6047/stat : 6047 (java) S 6036 6038 5992 0 -1 64 756 0 0 0 87 0 0 0 17 0 13 0 110172458 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6048] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6048/stat : 6048 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110172458 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6049] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6049/stat : 6049 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 110172458 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6053] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6053/stat : 6053 (java) S 6036 6038 5992 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 110173164 1754185728 86298 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.66
Current children cumulated vsize (Kb) 1713072

[startup+40.0342 s]
/proc/loadavg: 0.94 0.96 0.91 2/76 6053
/proc/meminfo: memFree=1038072/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1713072 CPUtime=43
/proc/6038/stat : 6038 (java) R 6036 6038 5992 0 -1 0 110982 0 1 0 4245 55 0 0 19 0 13 0 110172447 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071519219 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6038/statm: 428268 97743 1911 14 0 415015 0
[pid=6038/tid=6039] ppid=6036 vsize=1713072 CPUtime=1.62
/proc/6038/task/6039/stat : 6039 (java) S 6036 6038 5992 0 -1 64 34025 0 0 0 144 18 0 0 17 0 13 0 110172451 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1713072 CPUtime=1.62
/proc/6038/task/6040/stat : 6040 (java) S 6036 6038 5992 0 -1 64 32574 0 0 0 148 14 0 0 17 0 13 0 110172451 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6041/stat : 6041 (java) S 6036 6038 5992 0 -1 64 33 0 0 0 0 0 0 0 15 0 13 0 110172453 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6036 vsize=1713072 CPUtime=0.01
/proc/6038/task/6045/stat : 6045 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 110172458 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6046] ppid=6036 vsize=1713072 CPUtime=1.02
/proc/6038/task/6046/stat : 6046 (java) S 6036 6038 5992 0 -1 64 2325 0 0 0 101 1 0 0 16 0 13 0 110172458 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6047] ppid=6036 vsize=1713072 CPUtime=0.87
/proc/6038/task/6047/stat : 6047 (java) S 6036 6038 5992 0 -1 64 756 0 0 0 87 0 0 0 16 0 13 0 110172458 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6048] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6048/stat : 6048 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110172458 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6049] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6049/stat : 6049 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 110172458 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6053] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6053/stat : 6053 (java) S 6036 6038 5992 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 110173164 1754185728 97743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43
Current children cumulated vsize (Kb) 1713072

[startup+50.0422 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 6053
/proc/meminfo: memFree=988984/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1713072 CPUtime=53.37
/proc/6038/stat : 6038 (java) R 6036 6038 5992 0 -1 0 125585 0 1 0 5273 64 0 0 25 0 13 0 110172447 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071519115 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6038/statm: 428268 110011 1911 14 0 415015 0
[pid=6038/tid=6039] ppid=6036 vsize=1713072 CPUtime=1.98
/proc/6038/task/6039/stat : 6039 (java) S 6036 6038 5992 0 -1 64 40761 0 0 0 176 22 0 0 16 0 13 0 110172451 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1713072 CPUtime=1.98
/proc/6038/task/6040/stat : 6040 (java) S 6036 6038 5992 0 -1 64 40438 0 0 0 179 19 0 0 17 0 13 0 110172451 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6041/stat : 6041 (java) S 6036 6038 5992 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 110172453 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6036 vsize=1713072 CPUtime=0.01
/proc/6038/task/6045/stat : 6045 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 110172458 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6046] ppid=6036 vsize=1713072 CPUtime=1.02
/proc/6038/task/6046/stat : 6046 (java) S 6036 6038 5992 0 -1 64 2325 0 0 0 101 1 0 0 16 0 13 0 110172458 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6047] ppid=6036 vsize=1713072 CPUtime=0.87
/proc/6038/task/6047/stat : 6047 (java) S 6036 6038 5992 0 -1 64 756 0 0 0 87 0 0 0 16 0 13 0 110172458 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6048] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6048/stat : 6048 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110172458 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6049] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6049/stat : 6049 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 110172458 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6053] ppid=6036 vsize=1713072 CPUtime=0
/proc/6038/task/6053/stat : 6053 (java) S 6036 6038 5992 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 110173164 1754185728 110011 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.37
Current children cumulated vsize (Kb) 1713072

[startup+60.0493 s]
/proc/loadavg: 0.96 0.96 0.91 2/76 6053
/proc/meminfo: memFree=936184/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1712504 CPUtime=63.74
/proc/6038/stat : 6038 (java) R 6036 6038 5992 0 -1 0 141741 0 1 0 6301 73 0 0 24 0 13 0 110172447 1753604096 123190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071599678 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6038/statm: 428126 123190 1911 14 0 414873 0
[pid=6038/tid=6039] ppid=6036 vsize=1712504 CPUtime=2.32
/proc/6038/task/6039/stat : 6039 (java) S 6036 6038 5992 0 -1 64 47844 0 0 0 206 26 0 0 17 0 13 0 110172451 1753604096 123190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1712504 CPUtime=2.32
/proc/6038/task/6040/stat : 6040 (java) S 6036 6038 5992 0 -1 64 49504 0 0 0 208 24 0 0 16 0 13 0 110172451 1753604096 123190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6041/stat : 6041 (java) S 6036 6038 5992 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 110172453 1753604096 123190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 123190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 123190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1753604096 123190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/6038/statm: 428126 389157 1913 14 0 414873 0
[pid=6038/tid=6039] ppid=6036 vsize=1712504 CPUtime=10.88
/proc/6038/task/6039/stat : 6039 (java) S 6036 6038 5992 0 -1 64 193177 0 0 0 993 95 0 0 16 0 13 0 110172451 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1712504 CPUtime=10.93
/proc/6038/task/6040/stat : 6040 (java) S 6036 6038 5992 0 -1 64 206201 0 0 0 1001 92 0 0 16 0 13 0 110172451 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1712504 CPUtime=141.94
/proc/6038/task/6041/stat : 6041 (java) R 6036 6038 5992 0 -1 64 3999 0 0 0 14192 2 0 0 23 0 13 0 110172453 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154940103 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6036 vsize=1712504 CPUtime=0.01
/proc/6038/task/6045/stat : 6045 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6046] ppid=6036 vsize=1712504 CPUtime=1.05
/proc/6038/task/6046/stat : 6046 (java) S 6036 6038 5992 0 -1 64 2328 0 0 0 104 1 0 0 16 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6047] ppid=6036 vsize=1712504 CPUtime=0.91
/proc/6038/task/6047/stat : 6047 (java) S 6036 6038 5992 0 -1 64 759 0 0 0 91 0 0 0 16 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6048] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6048/stat : 6048 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6049] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6049/stat : 6049 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6057] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6057/stat : 6057 (java) S 6036 6038 5992 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 110192731 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 702.54
Current children cumulated vsize (Kb) 1712504

[startup+700.506 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 6057
/proc/meminfo: memFree=15656/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1712504 CPUtime=712.54
/proc/6038/stat : 6038 (java) S 6036 6038 5992 0 -1 0 447867 0 1 0 71040 214 0 0 19 0 13 0 110172447 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6038/statm: 428126 389157 1913 14 0 414873 0
[pid=6038/tid=6039] ppid=6036 vsize=1712504 CPUtime=10.88
/proc/6038/task/6039/stat : 6039 (java) S 6036 6038 5992 0 -1 64 193177 0 0 0 993 95 0 0 16 0 13 0 110172451 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1712504 CPUtime=10.93
/proc/6038/task/6040/stat : 6040 (java) S 6036 6038 5992 0 -1 64 206201 0 0 0 1001 92 0 0 16 0 13 0 110172451 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1712504 CPUtime=151.1
/proc/6038/task/6041/stat : 6041 (java) R 6036 6038 5992 0 -1 64 3999 0 0 0 15108 2 0 0 21 0 13 0 110172453 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649000 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6036 vsize=1712504 CPUtime=0.01
/proc/6038/task/6045/stat : 6045 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6046] ppid=6036 vsize=1712504 CPUtime=1.05
/proc/6038/task/6046/stat : 6046 (java) S 6036 6038 5992 0 -1 64 2328 0 0 0 104 1 0 0 16 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6047] ppid=6036 vsize=1712504 CPUtime=0.91
/proc/6038/task/6047/stat : 6047 (java) S 6036 6038 5992 0 -1 64 759 0 0 0 91 0 0 0 16 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6048] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6048/stat : 6048 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6049] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6049/stat : 6049 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6057] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6057/stat : 6057 (java) S 6036 6038 5992 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 110192731 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 712.54
Current children cumulated vsize (Kb) 1712504

[startup+710.513 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 6057
/proc/meminfo: memFree=15336/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1713008 CPUtime=722.55
/proc/6038/stat : 6038 (java) S 6036 6038 5992 0 -1 0 447994 0 1 0 72041 214 0 0 18 0 13 0 110172447 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6038/statm: 428252 389281 1913 14 0 414999 0
[pid=6038/tid=6039] ppid=6036 vsize=1713008 CPUtime=10.88
/proc/6038/task/6039/stat : 6039 (java) S 6036 6038 5992 0 -1 64 193177 0 0 0 993 95 0 0 16 0 13 0 110172451 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1713008 CPUtime=10.93
/proc/6038/task/6040/stat : 6040 (java) S 6036 6038 5992 0 -1 64 206201 0 0 0 1001 92 0 0 16 0 13 0 110172451 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1713008 CPUtime=160.69
/proc/6038/task/6041/stat : 6041 (java) R 6036 6038 5992 0 -1 64 4123 0 0 0 16067 2 0 0 25 0 13 0 110172453 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154940053 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1713008 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1713008 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1713008 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6036 vsize=1713008 CPUtime=0.01
/proc/6038/task/6045/stat : 6045 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 110172458 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6046] ppid=6036 vsize=1713008 CPUtime=1.05
/proc/6038/task/6046/stat : 6046 (java) S 6036 6038 5992 0 -1 64 2328 0 0 0 104 1 0 0 16 0 13 0 110172458 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6047] ppid=6036 vsize=1713008 CPUtime=0.91
/proc/6038/task/6047/stat : 6047 (java) S 6036 6038 5992 0 -1 64 759 0 0 0 91 0 0 0 16 0 13 0 110172458 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6048] ppid=6036 vsize=1713008 CPUtime=0
/proc/6038/task/6048/stat : 6048 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110172458 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6049] ppid=6036 vsize=1713008 CPUtime=0
/proc/6038/task/6049/stat : 6049 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 110172458 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6057] ppid=6036 vsize=1713008 CPUtime=0
/proc/6038/task/6057/stat : 6057 (java) S 6036 6038 5992 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 110192731 1754120192 389281 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 722.55
Current children cumulated vsize (Kb) 1713008

[startup+720.52 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 6057
/proc/meminfo: memFree=15592/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1712504 CPUtime=732.56
/proc/6038/stat : 6038 (java) S 6036 6038 5992 0 -1 0 448120 0 1 0 73041 215 0 0 17 0 13 0 110172447 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6038/statm: 428126 389157 1913 14 0 414873 0
[pid=6038/tid=6039] ppid=6036 vsize=1712504 CPUtime=10.88
/proc/6038/task/6039/stat : 6039 (java) S 6036 6038 5992 0 -1 64 193177 0 0 0 993 95 0 0 16 0 13 0 110172451 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1712504 CPUtime=10.93
/proc/6038/task/6040/stat : 6040 (java) S 6036 6038 5992 0 -1 64 206201 0 0 0 1001 92 0 0 16 0 13 0 110172451 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1712504 CPUtime=170.12
/proc/6038/task/6041/stat : 6041 (java) R 6036 6038 5992 0 -1 64 4247 0 0 0 17010 2 0 0 17 0 13 0 110172453 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472705 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6036 vsize=1712504 CPUtime=0.01
/proc/6038/task/6045/stat : 6045 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6046] ppid=6036 vsize=1712504 CPUtime=1.05
/proc/6038/task/6046/stat : 6046 (java) S 6036 6038 5992 0 -1 64 2328 0 0 0 104 1 0 0 16 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6047] ppid=6036 vsize=1712504 CPUtime=0.91
/proc/6038/task/6047/stat : 6047 (java) S 6036 6038 5992 0 -1 64 759 0 0 0 91 0 0 0 16 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6048] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6048/stat : 6048 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6049] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6049/stat : 6049 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6057] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6057/stat : 6057 (java) S 6036 6038 5992 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 110192731 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 732.56
Current children cumulated vsize (Kb) 1712504

[startup+730.528 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 6057
/proc/meminfo: memFree=15656/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1712504 CPUtime=742.56
/proc/6038/stat : 6038 (java) S 6036 6038 5992 0 -1 0 448122 0 1 0 74041 215 0 0 19 0 13 0 110172447 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6038/statm: 428126 389157 1913 14 0 414873 0
[pid=6038/tid=6039] ppid=6036 vsize=1712504 CPUtime=10.88
/proc/6038/task/6039/stat : 6039 (java) S 6036 6038 5992 0 -1 64 193177 0 0 0 993 95 0 0 16 0 13 0 110172451 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1712504 CPUtime=10.93
/proc/6038/task/6040/stat : 6040 (java) S 6036 6038 5992 0 -1 64 206201 0 0 0 1001 92 0 0 16 0 13 0 110172451 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1712504 CPUtime=179.69
/proc/6038/task/6041/stat : 6041 (java) R 6036 6038 5992 0 -1 64 4247 0 0 0 17967 2 0 0 17 0 13 0 110172453 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154642354 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6036 vsize=1712504 CPUtime=0.01
/proc/6038/task/6045/stat : 6045 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6046] ppid=6036 vsize=1712504 CPUtime=1.05
/proc/6038/task/6046/stat : 6046 (java) S 6036 6038 5992 0 -1 64 2328 0 0 0 104 1 0 0 16 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6047] ppid=6036 vsize=1712504 CPUtime=0.91
/proc/6038/task/6047/stat : 6047 (java) S 6036 6038 5992 0 -1 64 759 0 0 0 91 0 0 0 16 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6048] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6048/stat : 6048 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6049] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6049/stat : 6049 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 110172458 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6057] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6057/stat : 6057 (java) S 6036 6038 5992 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 110192731 1753604096 389157 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 742.56
Current children cumulated vsize (Kb) 1712504

[startup+740.535 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 6057
/proc/meminfo: memFree=15656/2055920 swapFree=4183160/4192956
[pid=6038] ppid=6036 vsize=1712504 CPUtime=752.57
/proc/6038/stat : 6038 (java) S 6036 6038 5992 0 -1 0 448126 0 1 0 75042 215 0 0 16 0 13 0 110172447 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6038/statm: 428126 389158 1913 14 0 414873 0
[pid=6038/tid=6039] ppid=6036 vsize=1712504 CPUtime=10.88
/proc/6038/task/6039/stat : 6039 (java) S 6036 6038 5992 0 -1 64 193177 0 0 0 993 95 0 0 16 0 13 0 110172451 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6040] ppid=6036 vsize=1712504 CPUtime=10.93
/proc/6038/task/6040/stat : 6040 (java) S 6036 6038 5992 0 -1 64 206201 0 0 0 1001 92 0 0 16 0 13 0 110172451 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6041] ppid=6036 vsize=1712504 CPUtime=189.62
/proc/6038/task/6041/stat : 6041 (java) R 6036 6038 5992 0 -1 64 4248 0 0 0 18960 2 0 0 19 0 13 0 110172453 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938505 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6042] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6042/stat : 6042 (java) S 6036 6038 5992 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6043] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6043/stat : 6043 (java) S 6036 6038 5992 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110172454 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6044] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6044/stat : 6044 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 110172458 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6045] ppid=6036 vsize=1712504 CPUtime=0.01
/proc/6038/task/6045/stat : 6045 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 110172458 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6038/tid=6046] ppid=6036 vsize=1712504 CPUtime=1.05
/proc/6038/task/6046/stat : 6046 (java) S 6036 6038 5992 0 -1 64 2328 0 0 0 104 1 0 0 16 0 13 0 110172458 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6047] ppid=6036 vsize=1712504 CPUtime=0.91
/proc/6038/task/6047/stat : 6047 (java) S 6036 6038 5992 0 -1 64 759 0 0 0 91 0 0 0 16 0 13 0 110172458 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6048] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6048/stat : 6048 (java) S 6036 6038 5992 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 110172458 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6049] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6049/stat : 6049 (java) S 6036 6038 5992 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 110172458 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6038/tid=6057] ppid=6036 vsize=1712504 CPUtime=0
/proc/6038/task/6057/stat : 6057 (java) S 6036 6038 5992 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 110192731 1753604096 389158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 752.57
Current children cumulated vsize (Kb) 1712504

Child status: 1
Real time (s): 749.082
CPU time (s): 761.085
CPU user time (s): 758.705
CPU system time (s): 2.38064
CPU usage (%): 101.602
Max. virtual memory (cumulated for all children) (Kb): 1713072

Launcher Data (download as text)

Begin job on node46 on Sat Jun  3 02:02:36 UTC 2006


FILE ID= 43096-1149300156

PBS_JOBID= 307320

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node46/43096-1149300156/instance-43096-1149300156.opb 639598434
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-43096-1149300156 -o ROOT/results/node46/solver-43096-1149300156 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node46/43096-1149300156/instance-43096-1149300156.opb 639598434

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  f7a936a02ddf18c17dc27b7b53733ab1

RANDOM SEED= 639598434


/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.223
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.223
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:       1422184 kB
Buffers:         28724 kB
Cached:         534196 kB
SwapCached:       4064 kB
Active:          80932 kB
Inactive:       490904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1422184 kB
SwapTotal:     4192956 kB
SwapFree:      4183160 kB
Dirty:            1588 kB
Writeback:           0 kB
Mapped:          15064 kB
Slab:            47952 kB
Committed_AS:   287804 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node46 on Sat Jun  3 02:15:05 UTC 2006