Trace number 44499

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? (exit code) 1688.05 1673.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-3.opb
MD5SUMc9380923d34e254cfa512f89027f1d42
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark1800.59
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41095
Number of constraints which are clauses41095
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 760
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 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node75/44499-1149614165/instance-44499-1149614165.opb
0.21	c reading problem ... 
2.01	c ... done. Time 1.803 ms.
2.01	c #vars     760
2.01	c #constraints  41095
2.03	c SATISFIABLE
2.03	c OPTIMIZING...
2.03	c Got one! Ellapsed CPU time (in seconds):1.824
2.05	o 0
2.06	c Got one! Ellapsed CPU time (in seconds):1.858
2.06	o -1
2.25	c Got one! Ellapsed CPU time (in seconds):2.048
2.25	o -2
2.85	c Got one! Ellapsed CPU time (in seconds):2.641
2.85	o -26
3.30	c Got one! Ellapsed CPU time (in seconds):3.099
3.30	o -28
3.92	c Got one! Ellapsed CPU time (in seconds):3.715
3.92	o -29
6.30	c Got one! Ellapsed CPU time (in seconds):6.091
6.30	o -30
9.77	c Got one! Ellapsed CPU time (in seconds):9.563
9.77	o -31
83.89	c Got one! Ellapsed CPU time (in seconds):83.68
83.89	o -32
1658.96	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1663.11	c starts		: 39
1663.11	c conflicts		: 35031
1672.99	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

runsolver version 3.0.1 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node75/watcher-44499-1149614165 -o ROOT/results/node75/solver-44499-1149614165 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node75/44499-1149614165/instance-44499-1149614165.opb 80938531 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.20 0.05 0.01 2/64 17084
/proc/meminfo: memFree=1557312/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1784 CPUtime=0
/proc/17084/stat : 17084 (java) R 17082 17084 17038 0 -1 0 153 0 0 0 0 0 0 0 18 0 1 0 227081681 1826816 125 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17084/statm: 446 132 97 14 0 91 0

[startup+10.0044 s]
/proc/loadavg: 0.40 0.09 0.03 3/76 17104
/proc/meminfo: memFree=1332320/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1716128 CPUtime=12.19
/proc/17084/stat : 17084 (java) S 17082 17084 17038 0 -1 0 63654 0 1 0 1187 32 0 0 25 0 13 0 227081681 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17084/statm: 429032 57981 1912 14 0 415779 0
[pid=17084/tid=17085] ppid=17082 vsize=1716128 CPUtime=0.44
/proc/17084/task/17085/stat : 17085 (java) R 17082 17084 17038 0 -1 64 10787 0 0 0 38 6 0 0 16 0 13 0 227081685 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152729349 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17086] ppid=17082 vsize=1716128 CPUtime=0.44
/proc/17084/task/17086/stat : 17086 (java) R 17082 17084 17038 0 -1 64 10867 0 0 0 39 5 0 0 16 0 13 0 227081685 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154976215 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17087] ppid=17082 vsize=1716128 CPUtime=0
/proc/17084/task/17087/stat : 17087 (java) S 17082 17084 17038 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 227081688 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1716128 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227081688 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1716128 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227081688 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1716128 CPUtime=0
/proc/17084/task/17090/stat : 17090 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 227081692 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17091] ppid=17082 vsize=1716128 CPUtime=0
/proc/17084/task/17091/stat : 17091 (java) S 17082 17084 17038 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 227081692 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17092] ppid=17082 vsize=1716128 CPUtime=1.02
/proc/17084/task/17092/stat : 17092 (java) S 17082 17084 17038 0 -1 64 2558 0 0 0 101 1 0 0 16 0 13 0 227081692 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17093] ppid=17082 vsize=1716128 CPUtime=1.05
/proc/17084/task/17093/stat : 17093 (java) S 17082 17084 17038 0 -1 64 2821 0 0 0 104 1 0 0 16 0 13 0 227081692 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17094] ppid=17082 vsize=1716128 CPUtime=0
/proc/17084/task/17094/stat : 17094 (java) S 17082 17084 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227081692 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17095] ppid=17082 vsize=1716128 CPUtime=0
/proc/17084/task/17095/stat : 17095 (java) S 17082 17084 17038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 227081692 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17104] ppid=17082 vsize=1716128 CPUtime=0
/proc/17084/task/17104/stat : 17104 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227082659 1757315072 57981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (Kb) 1716128

[startup+20.0214 s]
/proc/loadavg: 0.49 0.12 0.04 2/76 17104
/proc/meminfo: memFree=1261088/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1714444 CPUtime=22.93
/proc/17084/stat : 17084 (java) R 17082 17084 17038 0 -1 0 85738 0 1 0 2250 43 0 0 25 0 13 0 227081681 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071499646 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17084/statm: 428611 75761 1912 14 0 415358 0
[pid=17084/tid=17085] ppid=17082 vsize=1714444 CPUtime=1.11
/proc/17084/task/17085/stat : 17085 (java) S 17082 17084 17038 0 -1 64 22295 0 0 0 100 11 0 0 17 0 13 0 227081685 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17086] ppid=17082 vsize=1714444 CPUtime=1.1
/proc/17084/task/17086/stat : 17086 (java) S 17082 17084 17038 0 -1 64 21413 0 0 0 100 10 0 0 17 0 13 0 227081685 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17087] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17087/stat : 17087 (java) S 17082 17084 17038 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17090/stat : 17090 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 227081692 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17091] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17091/stat : 17091 (java) S 17082 17084 17038 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17092] ppid=17082 vsize=1714444 CPUtime=1.06
/proc/17084/task/17092/stat : 17092 (java) S 17082 17084 17038 0 -1 64 2565 0 0 0 105 1 0 0 17 0 13 0 227081692 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17093] ppid=17082 vsize=1714444 CPUtime=1.09
/proc/17084/task/17093/stat : 17093 (java) S 17082 17084 17038 0 -1 64 2831 0 0 0 108 1 0 0 17 0 13 0 227081692 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17094] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17094/stat : 17094 (java) S 17082 17084 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227081692 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17095] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17095/stat : 17095 (java) S 17082 17084 17038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17104] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17104/stat : 17104 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227082659 1755590656 75761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.93
Current children cumulated vsize (Kb) 1714444

[startup+30.0292 s]
/proc/loadavg: 0.57 0.15 0.05 2/76 17104
/proc/meminfo: memFree=1220640/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1714444 CPUtime=33.22
/proc/17084/stat : 17084 (java) R 17082 17084 17038 0 -1 0 97075 0 1 0 3273 49 0 0 25 0 13 0 227081681 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071591714 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17084/statm: 428611 85862 1912 14 0 415358 0
[pid=17084/tid=17085] ppid=17082 vsize=1714444 CPUtime=1.4
/proc/17084/task/17085/stat : 17085 (java) S 17082 17084 17038 0 -1 64 28128 0 0 0 125 15 0 0 16 0 13 0 227081685 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17086] ppid=17082 vsize=1714444 CPUtime=1.39
/proc/17084/task/17086/stat : 17086 (java) S 17082 17084 17038 0 -1 64 26909 0 0 0 126 13 0 0 17 0 13 0 227081685 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17087] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17087/stat : 17087 (java) S 17082 17084 17038 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17090/stat : 17090 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 227081692 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17091] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17091/stat : 17091 (java) S 17082 17084 17038 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17092] ppid=17082 vsize=1714444 CPUtime=1.06
/proc/17084/task/17092/stat : 17092 (java) S 17082 17084 17038 0 -1 64 2565 0 0 0 105 1 0 0 17 0 13 0 227081692 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17093] ppid=17082 vsize=1714444 CPUtime=1.09
/proc/17084/task/17093/stat : 17093 (java) S 17082 17084 17038 0 -1 64 2831 0 0 0 108 1 0 0 17 0 13 0 227081692 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17094] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17094/stat : 17094 (java) S 17082 17084 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227081692 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17095] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17095/stat : 17095 (java) S 17082 17084 17038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17104] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17104/stat : 17104 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227082659 1755590656 85862 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.22
Current children cumulated vsize (Kb) 1714444

[startup+40.0362 s]
/proc/loadavg: 0.63 0.18 0.06 2/76 17104
/proc/meminfo: memFree=1169568/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1714444 CPUtime=43.56
/proc/17084/stat : 17084 (java) R 17082 17084 17038 0 -1 0 111605 0 1 0 4300 56 0 0 25 0 13 0 227081681 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071506585 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17084/statm: 428611 98602 1912 14 0 415358 0
[pid=17084/tid=17085] ppid=17082 vsize=1714444 CPUtime=1.75
/proc/17084/task/17085/stat : 17085 (java) S 17082 17084 17038 0 -1 64 34893 0 0 0 156 19 0 0 16 0 13 0 227081685 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17086] ppid=17082 vsize=1714444 CPUtime=1.73
/proc/17084/task/17086/stat : 17086 (java) S 17082 17084 17038 0 -1 64 34665 0 0 0 157 16 0 0 17 0 13 0 227081685 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17087] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17087/stat : 17087 (java) S 17082 17084 17038 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17090/stat : 17090 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 227081692 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17091] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17091/stat : 17091 (java) S 17082 17084 17038 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17092] ppid=17082 vsize=1714444 CPUtime=1.06
/proc/17084/task/17092/stat : 17092 (java) S 17082 17084 17038 0 -1 64 2565 0 0 0 105 1 0 0 17 0 13 0 227081692 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17093] ppid=17082 vsize=1714444 CPUtime=1.09
/proc/17084/task/17093/stat : 17093 (java) S 17082 17084 17038 0 -1 64 2831 0 0 0 108 1 0 0 17 0 13 0 227081692 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17094] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17094/stat : 17094 (java) S 17082 17084 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227081692 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17095] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17095/stat : 17095 (java) S 17082 17084 17038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17104] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17104/stat : 17104 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 227082659 1755590656 98602 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.56
Current children cumulated vsize (Kb) 1714444

[startup+50.0442 s]
/proc/loadavg: 0.69 0.21 0.07 2/76 17104
/proc/meminfo: memFree=1137184/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1714444 CPUtime=53.82
/proc/17084/stat : 17084 (java) R 17082 17084 17038 0 -1 0 120770 0 1 0 5322 60 0 0 25 0 13 0 227081681 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071529925 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17084/statm: 428611 106700 1912 14 0 415358 0
[pid=17084/tid=17085] ppid=17082 vsize=1714444 CPUtime=2
/proc/17084/task/17085/stat : 17085 (java) S 17082 17084 17038 0 -1 64 39587 0 0 0 180 20 0 0 17 0 13 0 227081685 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17086] ppid=17082 vsize=1714444 CPUtime=1.98
/proc/17084/task/17086/stat : 17086 (java) S 17082 17084 17038 0 -1 64 39129 0 0 0 180 18 0 0 17 0 13 0 227081685 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17087] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17087/stat : 17087 (java) S 17082 17084 17038 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17090/stat : 17090 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 227081692 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17091] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17091/stat : 17091 (java) S 17082 17084 17038 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17092] ppid=17082 vsize=1714444 CPUtime=1.06
/proc/17084/task/17092/stat : 17092 (java) S 17082 17084 17038 0 -1 64 2565 0 0 0 105 1 0 0 17 0 13 0 227081692 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17093] ppid=17082 vsize=1714444 CPUtime=1.09
/proc/17084/task/17093/stat : 17093 (java) S 17082 17084 17038 0 -1 64 2831 0 0 0 108 1 0 0 16 0 13 0 227081692 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17094] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17094/stat : 17094 (java) S 17082 17084 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227081692 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17095] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17095/stat : 17095 (java) S 17082 17084 17038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17104] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17104/stat : 17104 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 227082659 1755590656 106700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.82
Current children cumulated vsize (Kb) 1714444

[startup+60.0512 s]
/proc/loadavg: 0.74 0.23 0.08 2/76 17104
/proc/meminfo: memFree=1111008/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1714444 CPUtime=64.03
/proc/17084/stat : 17084 (java) R 17082 17084 17038 0 -1 0 127946 0 1 0 6340 63 0 0 25 0 13 0 227081681 1755590656 113206 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071529887 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17084/statm: 428611 113206 1912 14 0 415358 0
[pid=17084/tid=17085] ppid=17082 vsize=1714444 CPUtime=2.19
/proc/17084/task/17085/stat : 17085 (java) S 17082 17084 17038 0 -1 64 42907 0 0 0 198 21 0 0 16 0 13 0 227081685 1755590656 113206 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17086] ppid=17082 vsize=1714444 CPUtime=2.17
/proc/17084/task/17086/stat : 17086 (java) S 17082 17084 17038 0 -1 64 42981 0 0 0 198 19 0 0 17 0 13 0 227081685 1755590656 113206 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17087] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17087/stat : 17087 (java) S 17082 17084 17038 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 113206 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 113206 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 113206 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1714444 CPUtime=0

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

[pid=17084/tid=17087] ppid=17082 vsize=1714444 CPUtime=548.4
/proc/17084/task/17087/stat : 17087 (java) R 17082 17084 17038 0 -1 64 390 0 0 0 54838 2 0 0 16 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152716198 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17090/stat : 17090 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17091] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17091/stat : 17091 (java) S 17082 17084 17038 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17092] ppid=17082 vsize=1714444 CPUtime=1.08
/proc/17084/task/17092/stat : 17092 (java) S 17082 17084 17038 0 -1 64 2565 0 0 0 107 1 0 0 17 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17093] ppid=17082 vsize=1714444 CPUtime=1.14
/proc/17084/task/17093/stat : 17093 (java) S 17082 17084 17038 0 -1 64 2832 0 0 0 113 1 0 0 16 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17094] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17094/stat : 17094 (java) S 17082 17084 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17095] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17095/stat : 17095 (java) S 17082 17084 17038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17105] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17105/stat : 17105 (java) S 17082 17084 17038 0 -1 64 83 0 0 0 0 0 0 0 16 0 13 0 227090070 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1636.02
Current children cumulated vsize (Kb) 1714444

[startup+1631.2 s]
/proc/loadavg: 1.00 1.00 0.81 2/76 17107
/proc/meminfo: memFree=16536/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1714444 CPUtime=1646.03
/proc/17084/stat : 17084 (java) S 17082 17084 17038 0 -1 0 439644 0 1 0 164392 211 0 0 17 0 13 0 227081681 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17084/statm: 428611 390096 1914 14 0 415358 0
[pid=17084/tid=17085] ppid=17082 vsize=1714444 CPUtime=13.87
/proc/17084/task/17085/stat : 17085 (java) S 17082 17084 17038 0 -1 64 199260 0 0 0 1293 94 0 0 16 0 13 0 227081685 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17086] ppid=17082 vsize=1714444 CPUtime=13.85
/proc/17084/task/17086/stat : 17086 (java) S 17082 17084 17038 0 -1 64 197652 0 0 0 1294 91 0 0 17 0 13 0 227081685 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17087] ppid=17082 vsize=1714444 CPUtime=558.19
/proc/17084/task/17087/stat : 17087 (java) R 17082 17084 17038 0 -1 64 390 0 0 0 55817 2 0 0 18 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154938841 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17090/stat : 17090 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17091] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17091/stat : 17091 (java) S 17082 17084 17038 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17092] ppid=17082 vsize=1714444 CPUtime=1.08
/proc/17084/task/17092/stat : 17092 (java) S 17082 17084 17038 0 -1 64 2565 0 0 0 107 1 0 0 17 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17093] ppid=17082 vsize=1714444 CPUtime=1.14
/proc/17084/task/17093/stat : 17093 (java) S 17082 17084 17038 0 -1 64 2832 0 0 0 113 1 0 0 16 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17094] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17094/stat : 17094 (java) S 17082 17084 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17095] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17095/stat : 17095 (java) S 17082 17084 17038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17105] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17105/stat : 17105 (java) S 17082 17084 17038 0 -1 64 84 0 0 0 0 0 0 0 16 0 13 0 227090070 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.03
Current children cumulated vsize (Kb) 1714444

[startup+1641.2 s]
/proc/loadavg: 1.00 1.00 0.81 2/76 17107
/proc/meminfo: memFree=16536/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1714444 CPUtime=1656.03
/proc/17084/stat : 17084 (java) S 17082 17084 17038 0 -1 0 439646 0 1 0 165392 211 0 0 19 0 13 0 227081681 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17084/statm: 428611 390096 1914 14 0 415358 0
[pid=17084/tid=17085] ppid=17082 vsize=1714444 CPUtime=13.87
/proc/17084/task/17085/stat : 17085 (java) S 17082 17084 17038 0 -1 64 199260 0 0 0 1293 94 0 0 16 0 13 0 227081685 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17086] ppid=17082 vsize=1714444 CPUtime=13.85
/proc/17084/task/17086/stat : 17086 (java) S 17082 17084 17038 0 -1 64 197652 0 0 0 1294 91 0 0 17 0 13 0 227081685 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17087] ppid=17082 vsize=1714444 CPUtime=567.78
/proc/17084/task/17087/stat : 17087 (java) R 17082 17084 17038 0 -1 64 390 0 0 0 56776 2 0 0 23 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4155453121 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17090/stat : 17090 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17091] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17091/stat : 17091 (java) S 17082 17084 17038 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17092] ppid=17082 vsize=1714444 CPUtime=1.08
/proc/17084/task/17092/stat : 17092 (java) S 17082 17084 17038 0 -1 64 2565 0 0 0 107 1 0 0 17 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17093] ppid=17082 vsize=1714444 CPUtime=1.14
/proc/17084/task/17093/stat : 17093 (java) S 17082 17084 17038 0 -1 64 2832 0 0 0 113 1 0 0 16 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17094] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17094/stat : 17094 (java) S 17082 17084 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17095] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17095/stat : 17095 (java) S 17082 17084 17038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17105] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17105/stat : 17105 (java) S 17082 17084 17038 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 227090070 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.03
Current children cumulated vsize (Kb) 1714444

[startup+1651.21 s]
/proc/loadavg: 1.00 1.00 0.82 2/76 17107
/proc/meminfo: memFree=16536/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1714444 CPUtime=1666.04
/proc/17084/stat : 17084 (java) S 17082 17084 17038 0 -1 0 439650 0 1 0 166393 211 0 0 17 0 13 0 227081681 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17084/statm: 428611 390096 1914 14 0 415358 0
[pid=17084/tid=17085] ppid=17082 vsize=1714444 CPUtime=13.87
/proc/17084/task/17085/stat : 17085 (java) S 17082 17084 17038 0 -1 64 199260 0 0 0 1293 94 0 0 16 0 13 0 227081685 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17086] ppid=17082 vsize=1714444 CPUtime=13.85
/proc/17084/task/17086/stat : 17086 (java) S 17082 17084 17038 0 -1 64 197652 0 0 0 1294 91 0 0 17 0 13 0 227081685 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17087] ppid=17082 vsize=1714444 CPUtime=577.56
/proc/17084/task/17087/stat : 17087 (java) R 17082 17084 17038 0 -1 64 390 0 0 0 57753 3 0 0 17 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152716273 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227081688 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17090/stat : 17090 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17091] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17091/stat : 17091 (java) S 17082 17084 17038 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17092] ppid=17082 vsize=1714444 CPUtime=1.08
/proc/17084/task/17092/stat : 17092 (java) S 17082 17084 17038 0 -1 64 2565 0 0 0 107 1 0 0 17 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17093] ppid=17082 vsize=1714444 CPUtime=1.14
/proc/17084/task/17093/stat : 17093 (java) S 17082 17084 17038 0 -1 64 2832 0 0 0 113 1 0 0 16 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17094] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17094/stat : 17094 (java) S 17082 17084 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17095] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17095/stat : 17095 (java) S 17082 17084 17038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 227081692 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17105] ppid=17082 vsize=1714444 CPUtime=0
/proc/17084/task/17105/stat : 17105 (java) S 17082 17084 17038 0 -1 64 87 0 0 0 0 0 0 0 16 0 13 0 227090070 1755590656 390096 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.04
Current children cumulated vsize (Kb) 1714444

[startup+1661.22 s]
/proc/loadavg: 1.00 1.00 0.82 2/77 17108
/proc/meminfo: memFree=16528/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1714960 CPUtime=1676.04
/proc/17084/stat : 17084 (java) S 17082 17084 17038 0 -1 0 439660 0 1 0 167393 211 0 0 18 0 14 0 227081681 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17084/statm: 428740 390103 1916 14 0 415487 0
[pid=17084/tid=17085] ppid=17082 vsize=1714960 CPUtime=13.87
/proc/17084/task/17085/stat : 17085 (java) S 17082 17084 17038 0 -1 64 199260 0 0 0 1293 94 0 0 16 0 14 0 227081685 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17086] ppid=17082 vsize=1714960 CPUtime=13.85
/proc/17084/task/17086/stat : 17086 (java) S 17082 17084 17038 0 -1 64 197652 0 0 0 1294 91 0 0 17 0 14 0 227081685 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17087] ppid=17082 vsize=1714960 CPUtime=587.29
/proc/17084/task/17087/stat : 17087 (java) R 17082 17084 17038 0 -1 64 390 0 0 0 58726 3 0 0 25 0 14 0 227081688 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154938534 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 227081688 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 227081688 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17090/stat : 17090 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17091] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17091/stat : 17091 (java) S 17082 17084 17038 0 -1 64 13 0 0 0 0 0 0 0 16 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17092] ppid=17082 vsize=1714960 CPUtime=1.08
/proc/17084/task/17092/stat : 17092 (java) S 17082 17084 17038 0 -1 64 2565 0 0 0 107 1 0 0 17 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17093] ppid=17082 vsize=1714960 CPUtime=1.14
/proc/17084/task/17093/stat : 17093 (java) S 17082 17084 17038 0 -1 64 2832 0 0 0 113 1 0 0 16 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17094] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17094/stat : 17094 (java) S 17082 17084 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17095] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17095/stat : 17095 (java) S 17082 17084 17038 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17105] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17105/stat : 17105 (java) S 17082 17084 17038 0 -1 64 88 0 0 0 0 0 0 0 15 0 14 0 227090070 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17108] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17108/stat : 17108 (java) S 17082 17084 17038 0 -1 64 4 0 0 0 0 0 0 0 18 0 14 0 227247578 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1676.04
Current children cumulated vsize (Kb) 1714960

[startup+1671.23 s]
/proc/loadavg: 1.00 1.00 0.82 2/77 17108
/proc/meminfo: memFree=16528/2055920 swapFree=4182500/4192956
[pid=17084] ppid=17082 vsize=1714960 CPUtime=1686.05
/proc/17084/stat : 17084 (java) S 17082 17084 17038 0 -1 0 439662 0 1 0 168394 211 0 0 18 0 14 0 227081681 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17084/statm: 428740 390103 1916 14 0 415487 0
[pid=17084/tid=17085] ppid=17082 vsize=1714960 CPUtime=13.87
/proc/17084/task/17085/stat : 17085 (java) S 17082 17084 17038 0 -1 64 199260 0 0 0 1293 94 0 0 16 0 14 0 227081685 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17086] ppid=17082 vsize=1714960 CPUtime=13.85
/proc/17084/task/17086/stat : 17086 (java) S 17082 17084 17038 0 -1 64 197652 0 0 0 1294 91 0 0 17 0 14 0 227081685 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17087] ppid=17082 vsize=1714960 CPUtime=597.29
/proc/17084/task/17087/stat : 17087 (java) R 17082 17084 17038 0 -1 64 390 0 0 0 59726 3 0 0 25 0 14 0 227081688 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154939714 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17088] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17088/stat : 17088 (java) S 17082 17084 17038 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 227081688 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17089] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17089/stat : 17089 (java) S 17082 17084 17038 0 -1 64 6 0 0 0 0 0 0 0 17 0 14 0 227081688 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17090] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17090/stat : 17090 (java) S 17082 17084 17038 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17091] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17091/stat : 17091 (java) S 17082 17084 17038 0 -1 64 13 0 0 0 0 0 0 0 16 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17092] ppid=17082 vsize=1714960 CPUtime=1.08
/proc/17084/task/17092/stat : 17092 (java) S 17082 17084 17038 0 -1 64 2565 0 0 0 107 1 0 0 17 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17093] ppid=17082 vsize=1714960 CPUtime=1.14
/proc/17084/task/17093/stat : 17093 (java) S 17082 17084 17038 0 -1 64 2832 0 0 0 113 1 0 0 16 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17094] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17094/stat : 17094 (java) S 17082 17084 17038 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17095] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17095/stat : 17095 (java) S 17082 17084 17038 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 227081692 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17084/tid=17105] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17105/stat : 17105 (java) S 17082 17084 17038 0 -1 64 89 0 0 0 0 0 0 0 16 0 14 0 227090070 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17084/tid=17108] ppid=17082 vsize=1714960 CPUtime=0
/proc/17084/task/17108/stat : 17108 (java) S 17082 17084 17038 0 -1 64 4 0 0 0 0 0 0 0 16 0 14 0 227247578 1756119040 390103 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1686.05
Current children cumulated vsize (Kb) 1714960

Child status: 1
Real time (s): 1673.25
CPU time (s): 1688.05
CPU user time (s): 1685.71
CPU system time (s): 2.34564
CPU usage (%): 100.885
Max. virtual memory (cumulated for all children) (Kb): 1716128
The end

Launcher Data (download as text)

Begin job on node75 on Tue Jun  6 17:16:20 UTC 2006


FILE ID= 44499-1149614165

PBS_JOBID= 322177

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-3.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node75/44499-1149614165/instance-44499-1149614165.opb 80938531
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-44499-1149614165 -o ROOT/results/node75/solver-44499-1149614165 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node75/44499-1149614165/instance-44499-1149614165.opb 80938531

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  c9380923d34e254cfa512f89027f1d42

RANDOM SEED= 80938531


/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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1557520 kB
Buffers:         33936 kB
Cached:         395080 kB
SwapCached:       2240 kB
Active:         123592 kB
Inactive:       314264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557520 kB
SwapTotal:     4192956 kB
SwapFree:      4182500 kB
Dirty:             240 kB
Writeback:           0 kB
Mapped:          16036 kB
Slab:            46520 kB
Committed_AS:   439244 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node75 on Tue Jun  6 17:44:16 UTC 2006