Trace number 43087

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? (TO) 1802.85 1790.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-1.opb
MD5SUM604c6b786f56b09c749bc0d6b7c8f76d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94227
Number of constraints which are clauses94227
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 1272
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 1272
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 1272
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.32	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.32	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.33	c no version file found!!!
0.33	c sun.arch.data.model	32
0.33	c java.version	1.5.0_06
0.33	c os.name	Linux
0.33	c os.version	2.6.9-22.EL.rootsmp
0.33	c os.arch	i386
0.33	c Free memory 1548419056
0.33	c Max memory 1551040512
0.33	c Total memory 1551040512
0.33	c Number of processors 2
0.41	c Cutting planes based inference
0.41	c --- Begin Solver configuration ---
0.41	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.41	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.41	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.41	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.41	c VSIDS like heuristics from MiniSAT using a heap
0.41	c No reason simplification
0.41	c --- End Solver configuration ---
0.41	c solving ROOT/tmp/node46/43087-1154051997/instance-43087-1154051997.opb
0.41	c reading problem ... 
4.23	c ... done. Time 3.827 ms.
4.24	c #vars     1272
4.24	c #constraints  94227
4.30	c SATISFIABLE
4.30	c OPTIMIZING...
4.30	c Got one! Ellapsed CPU time (in seconds):3.894
4.33	o -37
4.69	c Got one! Ellapsed CPU time (in seconds):4.28
4.69	o -38
5.55	c Got one! Ellapsed CPU time (in seconds):5.145
5.55	o -39
8.03	c Got one! Ellapsed CPU time (in seconds):7.621
8.03	o -40
90.43	c Got one! Ellapsed CPU time (in seconds):90.022
90.43	o -41

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.98 3/64 8230
/proc/meminfo: memFree=503344/2055920 swapFree=4172932/4192956
[pid=8230] ppid=8228 vsize=292 CPUtime=0
/proc/8230/stat : 8230 (java) D 8228 8230 8181 0 -1 0 55 0 0 0 0 0 0 0 19 0 1 0 152070958 299008 37 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 11711396 0 0 4096 0 0 0 0 17 1 0 0
/proc/8230/statm: 73 37 29 14 0 5 0

[startup+10.0022 s]
/proc/loadavg: 0.93 0.97 0.98 2/76 8246
/proc/meminfo: memFree=267048/2055920 swapFree=4172932/4192956
[pid=8230] ppid=8228 vsize=1713224 CPUtime=11.53
/proc/8230/stat : 8230 (java) R 8228 8230 8181 0 -1 0 61888 0 56 0 1117 36 0 0 22 0 13 0 152070958 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071400049 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8230/statm: 428306 56987 1911 14 0 415053 0
[pid=8230/tid=8231] ppid=8228 vsize=1713224 CPUtime=0.41
/proc/8230/task/8231/stat : 8231 (java) S 8228 8230 8181 0 -1 64 9034 0 0 0 37 4 0 0 17 0 13 0 152070974 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8232] ppid=8228 vsize=1713224 CPUtime=0.4
/proc/8230/task/8232/stat : 8232 (java) S 8228 8230 8181 0 -1 64 9096 0 0 0 36 4 0 0 17 0 13 0 152070974 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8233] ppid=8228 vsize=1713224 CPUtime=0
/proc/8230/task/8233/stat : 8233 (java) S 8228 8230 8181 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 152070977 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8234] ppid=8228 vsize=1713224 CPUtime=0
/proc/8230/task/8234/stat : 8234 (java) S 8228 8230 8181 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152070978 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8235] ppid=8228 vsize=1713224 CPUtime=0
/proc/8230/task/8235/stat : 8235 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152070978 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8236] ppid=8228 vsize=1713224 CPUtime=0
/proc/8230/task/8236/stat : 8236 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152070983 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8237] ppid=8228 vsize=1713224 CPUtime=0
/proc/8230/task/8237/stat : 8237 (java) S 8228 8230 8181 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 152070983 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8238] ppid=8228 vsize=1713224 CPUtime=0.71
/proc/8230/task/8238/stat : 8238 (java) S 8228 8230 8181 0 -1 64 580 0 0 0 71 0 0 0 16 0 13 0 152070983 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8239] ppid=8228 vsize=1713224 CPUtime=1.07
/proc/8230/task/8239/stat : 8239 (java) S 8228 8230 8181 0 -1 64 2887 0 0 0 106 1 0 0 16 0 13 0 152070983 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8240] ppid=8228 vsize=1713224 CPUtime=0
/proc/8230/task/8240/stat : 8240 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152070983 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8241] ppid=8228 vsize=1713224 CPUtime=0
/proc/8230/task/8241/stat : 8241 (java) S 8228 8230 8181 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152070983 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8246] ppid=8228 vsize=1713224 CPUtime=0
/proc/8230/task/8246/stat : 8246 (java) S 8228 8230 8181 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 152071763 1754341376 56987 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.53
Current children cumulated vsize (Kb) 1713224

[startup+20.0092 s]
/proc/loadavg: 0.94 0.97 0.98 2/76 8246
/proc/meminfo: memFree=213224/2055920 swapFree=4172932/4192956
[pid=8230] ppid=8228 vsize=1713056 CPUtime=21.95
/proc/8230/stat : 8230 (java) R 8228 8230 8181 0 -1 0 77741 0 56 0 2151 44 0 0 25 0 13 0 152070958 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071520715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8230/statm: 428264 70435 1911 14 0 415011 0
[pid=8230/tid=8231] ppid=8228 vsize=1713056 CPUtime=0.79
/proc/8230/task/8231/stat : 8231 (java) S 8228 8230 8181 0 -1 64 16729 0 0 0 71 8 0 0 16 0 13 0 152070974 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8232] ppid=8228 vsize=1713056 CPUtime=0.78
/proc/8230/task/8232/stat : 8232 (java) S 8228 8230 8181 0 -1 64 17184 0 0 0 71 7 0 0 16 0 13 0 152070974 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8233] ppid=8228 vsize=1713056 CPUtime=0
/proc/8230/task/8233/stat : 8233 (java) S 8228 8230 8181 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 152070977 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8234] ppid=8228 vsize=1713056 CPUtime=0
/proc/8230/task/8234/stat : 8234 (java) S 8228 8230 8181 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152070978 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8235] ppid=8228 vsize=1713056 CPUtime=0
/proc/8230/task/8235/stat : 8235 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152070978 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8236] ppid=8228 vsize=1713056 CPUtime=0
/proc/8230/task/8236/stat : 8236 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152070983 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8237] ppid=8228 vsize=1713056 CPUtime=0
/proc/8230/task/8237/stat : 8237 (java) S 8228 8230 8181 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 152070983 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8238] ppid=8228 vsize=1713056 CPUtime=0.75
/proc/8230/task/8238/stat : 8238 (java) S 8228 8230 8181 0 -1 64 643 0 0 0 75 0 0 0 17 0 13 0 152070983 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8239] ppid=8228 vsize=1713056 CPUtime=1.08
/proc/8230/task/8239/stat : 8239 (java) S 8228 8230 8181 0 -1 64 2888 0 0 0 107 1 0 0 16 0 13 0 152070983 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8240] ppid=8228 vsize=1713056 CPUtime=0
/proc/8230/task/8240/stat : 8240 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152070983 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8241] ppid=8228 vsize=1713056 CPUtime=0
/proc/8230/task/8241/stat : 8241 (java) S 8228 8230 8181 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152070983 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8246] ppid=8228 vsize=1713056 CPUtime=0
/proc/8230/task/8246/stat : 8246 (java) S 8228 8230 8181 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 152071763 1754169344 70435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.95
Current children cumulated vsize (Kb) 1713056

[startup+30.0163 s]
/proc/loadavg: 0.95 0.97 0.98 2/76 8246
/proc/meminfo: memFree=158312/2055920 swapFree=4172932/4192956
[pid=8230] ppid=8228 vsize=1712840 CPUtime=32.35
/proc/8230/stat : 8230 (java) R 8228 8230 8181 0 -1 0 94229 0 56 0 3183 52 0 0 18 0 13 0 152070958 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071552039 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8230/statm: 428210 84146 1911 14 0 414957 0
[pid=8230/tid=8231] ppid=8228 vsize=1712840 CPUtime=1.19
/proc/8230/task/8231/stat : 8231 (java) S 8228 8230 8181 0 -1 64 24930 0 0 0 107 12 0 0 16 0 13 0 152070974 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8232] ppid=8228 vsize=1712840 CPUtime=1.18
/proc/8230/task/8232/stat : 8232 (java) S 8228 8230 8181 0 -1 64 25467 0 0 0 107 11 0 0 16 0 13 0 152070974 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8233] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8233/stat : 8233 (java) S 8228 8230 8181 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 152070977 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8234] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8234/stat : 8234 (java) S 8228 8230 8181 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8235] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8235/stat : 8235 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8236] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8236/stat : 8236 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152070983 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8237] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8237/stat : 8237 (java) S 8228 8230 8181 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 152070983 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8238] ppid=8228 vsize=1712840 CPUtime=0.75
/proc/8230/task/8238/stat : 8238 (java) S 8228 8230 8181 0 -1 64 643 0 0 0 75 0 0 0 17 0 13 0 152070983 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8239] ppid=8228 vsize=1712840 CPUtime=1.09
/proc/8230/task/8239/stat : 8239 (java) S 8228 8230 8181 0 -1 64 2888 0 0 0 108 1 0 0 16 0 13 0 152070983 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8240] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8240/stat : 8240 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152070983 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8241] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8241/stat : 8241 (java) S 8228 8230 8181 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152070983 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8246] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8246/stat : 8246 (java) S 8228 8230 8181 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 152071763 1753948160 84146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.35
Current children cumulated vsize (Kb) 1712840

[startup+40.0234 s]
/proc/loadavg: 0.96 0.97 0.98 2/76 8246
/proc/meminfo: memFree=119016/2055920 swapFree=4172932/4192956
[pid=8230] ppid=8228 vsize=1712840 CPUtime=42.64
/proc/8230/stat : 8230 (java) R 8228 8230 8181 0 -1 0 105810 0 56 0 4207 57 0 0 25 0 13 0 152070958 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071650645 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8230/statm: 428210 93904 1911 14 0 414957 0
[pid=8230/tid=8231] ppid=8228 vsize=1712840 CPUtime=1.48
/proc/8230/task/8231/stat : 8231 (java) S 8228 8230 8181 0 -1 64 30319 0 0 0 133 15 0 0 17 0 13 0 152070974 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8232] ppid=8228 vsize=1712840 CPUtime=1.47
/proc/8230/task/8232/stat : 8232 (java) S 8228 8230 8181 0 -1 64 31656 0 0 0 134 13 0 0 16 0 13 0 152070974 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8233] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8233/stat : 8233 (java) S 8228 8230 8181 0 -1 64 31 0 0 0 0 0 0 0 17 0 13 0 152070977 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8234] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8234/stat : 8234 (java) S 8228 8230 8181 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8235] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8235/stat : 8235 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8236] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8236/stat : 8236 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152070983 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8237] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8237/stat : 8237 (java) S 8228 8230 8181 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 152070983 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8238] ppid=8228 vsize=1712840 CPUtime=0.75
/proc/8230/task/8238/stat : 8238 (java) S 8228 8230 8181 0 -1 64 643 0 0 0 75 0 0 0 17 0 13 0 152070983 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8239] ppid=8228 vsize=1712840 CPUtime=1.09
/proc/8230/task/8239/stat : 8239 (java) S 8228 8230 8181 0 -1 64 2888 0 0 0 108 1 0 0 16 0 13 0 152070983 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8240] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8240/stat : 8240 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152070983 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8241] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8241/stat : 8241 (java) S 8228 8230 8181 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152070983 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8246] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8246/stat : 8246 (java) S 8228 8230 8181 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 152071763 1753948160 93904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.64
Current children cumulated vsize (Kb) 1712840

[startup+50.0314 s]
/proc/loadavg: 0.96 0.97 0.98 2/76 8246
/proc/meminfo: memFree=76904/2055920 swapFree=4172932/4192956
[pid=8230] ppid=8228 vsize=1712840 CPUtime=52.98
/proc/8230/stat : 8230 (java) R 8228 8230 8181 0 -1 0 118220 0 56 0 5236 62 0 0 25 0 13 0 152070958 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071561375 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8230/statm: 428210 104471 1911 14 0 414957 0
[pid=8230/tid=8231] ppid=8228 vsize=1712840 CPUtime=1.79
/proc/8230/task/8231/stat : 8231 (java) S 8228 8230 8181 0 -1 64 36275 0 0 0 162 17 0 0 16 0 13 0 152070974 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8232] ppid=8228 vsize=1712840 CPUtime=1.78
/proc/8230/task/8232/stat : 8232 (java) S 8228 8230 8181 0 -1 64 38104 0 0 0 162 16 0 0 17 0 13 0 152070974 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8233] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8233/stat : 8233 (java) S 8228 8230 8181 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 152070977 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8234] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8234/stat : 8234 (java) S 8228 8230 8181 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8235] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8235/stat : 8235 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8236] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8236/stat : 8236 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152070983 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8237] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8237/stat : 8237 (java) S 8228 8230 8181 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 152070983 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8238] ppid=8228 vsize=1712840 CPUtime=0.75
/proc/8230/task/8238/stat : 8238 (java) S 8228 8230 8181 0 -1 64 643 0 0 0 75 0 0 0 17 0 13 0 152070983 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8239] ppid=8228 vsize=1712840 CPUtime=1.11
/proc/8230/task/8239/stat : 8239 (java) S 8228 8230 8181 0 -1 64 2890 0 0 0 110 1 0 0 16 0 13 0 152070983 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8240] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8240/stat : 8240 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152070983 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8241] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8241/stat : 8241 (java) S 8228 8230 8181 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152070983 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8246] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8246/stat : 8246 (java) S 8228 8230 8181 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 152071763 1753948160 104471 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.98
Current children cumulated vsize (Kb) 1712840

[startup+60.0375 s]
/proc/loadavg: 0.97 0.97 0.98 2/76 8246
/proc/meminfo: memFree=39080/2055920 swapFree=4172932/4192956
[pid=8230] ppid=8228 vsize=1712840 CPUtime=63.23
/proc/8230/stat : 8230 (java) R 8228 8230 8181 0 -1 0 129522 0 56 0 6257 66 0 0 25 0 13 0 152070958 1753948160 113867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071520717 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8230/statm: 428210 113867 1911 14 0 414957 0
[pid=8230/tid=8231] ppid=8228 vsize=1712840 CPUtime=2.04
/proc/8230/task/8231/stat : 8231 (java) S 8228 8230 8181 0 -1 64 42006 0 0 0 185 19 0 0 16 0 13 0 152070974 1753948160 113867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8232] ppid=8228 vsize=1712840 CPUtime=2.03
/proc/8230/task/8232/stat : 8232 (java) S 8228 8230 8181 0 -1 64 43671 0 0 0 185 18 0 0 17 0 13 0 152070974 1753948160 113867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8233] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8233/stat : 8233 (java) S 8228 8230 8181 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 152070977 1753948160 113867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8234] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8234/stat : 8234 (java) S 8228 8230 8181 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 113867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8235] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8235/stat : 8235 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 113867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8236] ppid=8228 vsize=1712840 CPUtime=0

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

/proc/8230/task/8237/stat : 8237 (java) S 8228 8230 8181 0 -1 64 13 0 0 0 1 0 0 0 17 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8238] ppid=8228 vsize=1712840 CPUtime=0.75
/proc/8230/task/8238/stat : 8238 (java) S 8228 8230 8181 0 -1 64 643 0 0 0 75 0 0 0 17 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8239] ppid=8228 vsize=1712840 CPUtime=1.19
/proc/8230/task/8239/stat : 8239 (java) S 8228 8230 8181 0 -1 64 3340 0 0 0 118 1 0 0 16 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8240] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8240/stat : 8240 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8241] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8241/stat : 8241 (java) S 8228 8230 8181 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8429] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8429/stat : 8429 (java) S 8228 8230 8181 0 -1 64 116 0 0 0 0 0 0 0 16 0 13 0 152080003 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (Kb) 1712840

[startup+1787.36 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 8921
/proc/meminfo: memFree=15144/2055920 swapFree=4181624/4192956
[pid=8230] ppid=8228 vsize=1712840 CPUtime=1799.56
/proc/8230/stat : 8230 (java) S 8228 8230 8181 0 -1 0 444029 0 56 0 179733 223 0 0 17 0 13 0 152070958 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8230/statm: 428210 388805 1913 14 0 414957 0
[pid=8230/tid=8231] ppid=8228 vsize=1712840 CPUtime=11.91
/proc/8230/task/8231/stat : 8231 (java) S 8228 8230 8181 0 -1 64 185810 0 0 0 1103 88 0 0 17 0 13 0 152070974 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8232] ppid=8228 vsize=1712840 CPUtime=11.97
/proc/8230/task/8232/stat : 8232 (java) S 8228 8230 8181 0 -1 64 210098 0 0 0 1098 99 0 0 17 0 13 0 152070974 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8233] ppid=8228 vsize=1712840 CPUtime=989.39
/proc/8230/task/8233/stat : 8233 (java) R 8228 8230 8181 0 -1 64 3558 0 0 0 98935 4 0 0 25 0 13 0 152070977 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938702 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8234] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8234/stat : 8234 (java) S 8228 8230 8181 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8235] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8235/stat : 8235 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8236] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8236/stat : 8236 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8237] ppid=8228 vsize=1712840 CPUtime=0.01
/proc/8230/task/8237/stat : 8237 (java) S 8228 8230 8181 0 -1 64 13 0 0 0 1 0 0 0 17 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8238] ppid=8228 vsize=1712840 CPUtime=0.75
/proc/8230/task/8238/stat : 8238 (java) S 8228 8230 8181 0 -1 64 643 0 0 0 75 0 0 0 17 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8239] ppid=8228 vsize=1712840 CPUtime=1.19
/proc/8230/task/8239/stat : 8239 (java) S 8228 8230 8181 0 -1 64 3340 0 0 0 118 1 0 0 16 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8240] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8240/stat : 8240 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8241] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8241/stat : 8241 (java) S 8228 8230 8181 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8429] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8429/stat : 8429 (java) S 8228 8230 8181 0 -1 64 116 0 0 0 0 0 0 0 16 0 13 0 152080003 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (Kb) 1712840

[startup+1788.36 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 8921
/proc/meminfo: memFree=15144/2055920 swapFree=4181624/4192956
[pid=8230] ppid=8228 vsize=1712840 CPUtime=1800.56
/proc/8230/stat : 8230 (java) S 8228 8230 8181 0 -1 0 444029 0 56 0 179833 223 0 0 17 0 13 0 152070958 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8230/statm: 428210 388805 1913 14 0 414957 0
[pid=8230/tid=8231] ppid=8228 vsize=1712840 CPUtime=11.91
/proc/8230/task/8231/stat : 8231 (java) S 8228 8230 8181 0 -1 64 185810 0 0 0 1103 88 0 0 17 0 13 0 152070974 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8232] ppid=8228 vsize=1712840 CPUtime=11.97
/proc/8230/task/8232/stat : 8232 (java) S 8228 8230 8181 0 -1 64 210098 0 0 0 1098 99 0 0 17 0 13 0 152070974 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8233] ppid=8228 vsize=1712840 CPUtime=990.39
/proc/8230/task/8233/stat : 8233 (java) R 8228 8230 8181 0 -1 64 3558 0 0 0 99035 4 0 0 25 0 13 0 152070977 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729256 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8234] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8234/stat : 8234 (java) S 8228 8230 8181 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8235] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8235/stat : 8235 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8236] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8236/stat : 8236 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8237] ppid=8228 vsize=1712840 CPUtime=0.01
/proc/8230/task/8237/stat : 8237 (java) S 8228 8230 8181 0 -1 64 13 0 0 0 1 0 0 0 17 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8238] ppid=8228 vsize=1712840 CPUtime=0.75
/proc/8230/task/8238/stat : 8238 (java) S 8228 8230 8181 0 -1 64 643 0 0 0 75 0 0 0 17 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8239] ppid=8228 vsize=1712840 CPUtime=1.19
/proc/8230/task/8239/stat : 8239 (java) S 8228 8230 8181 0 -1 64 3340 0 0 0 118 1 0 0 16 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8240] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8240/stat : 8240 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8241] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8241/stat : 8241 (java) S 8228 8230 8181 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8429] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8429/stat : 8429 (java) S 8228 8230 8181 0 -1 64 116 0 0 0 0 0 0 0 16 0 13 0 152080003 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 1712840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.37 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 8921
/proc/meminfo: memFree=15144/2055920 swapFree=4181624/4192956
[pid=8230] ppid=8228 vsize=1712840 CPUtime=1800.57
/proc/8230/stat : 8230 (java) S 8228 8230 8181 0 -1 0 444029 0 56 0 179834 223 0 0 17 0 13 0 152070958 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8230/statm: 428210 388805 1913 14 0 414957 0
[pid=8230/tid=8231] ppid=8228 vsize=1712840 CPUtime=11.91
/proc/8230/task/8231/stat : 8231 (java) S 8228 8230 8181 0 -1 64 185810 0 0 0 1103 88 0 0 17 0 13 0 152070974 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8232] ppid=8228 vsize=1712840 CPUtime=11.97
/proc/8230/task/8232/stat : 8232 (java) S 8228 8230 8181 0 -1 64 210098 0 0 0 1098 99 0 0 17 0 13 0 152070974 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8233] ppid=8228 vsize=1712840 CPUtime=990.4
/proc/8230/task/8233/stat : 8233 (java) R 8228 8230 8181 0 -1 64 3558 0 0 0 99036 4 0 0 25 0 13 0 152070977 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4155453144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8234] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8234/stat : 8234 (java) S 8228 8230 8181 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8235] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8235/stat : 8235 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152070978 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8236] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8236/stat : 8236 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8237] ppid=8228 vsize=1712840 CPUtime=0.01
/proc/8230/task/8237/stat : 8237 (java) S 8228 8230 8181 0 -1 64 13 0 0 0 1 0 0 0 17 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8238] ppid=8228 vsize=1712840 CPUtime=0.75
/proc/8230/task/8238/stat : 8238 (java) S 8228 8230 8181 0 -1 64 643 0 0 0 75 0 0 0 17 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8239] ppid=8228 vsize=1712840 CPUtime=1.19
/proc/8230/task/8239/stat : 8239 (java) S 8228 8230 8181 0 -1 64 3340 0 0 0 118 1 0 0 16 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8240] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8240/stat : 8240 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8241] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8241/stat : 8241 (java) S 8228 8230 8181 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152070983 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8429] ppid=8228 vsize=1712840 CPUtime=0
/proc/8230/task/8429/stat : 8429 (java) S 8228 8230 8181 0 -1 64 116 0 0 0 0 0 0 0 16 0 13 0 152080003 1753948160 388805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (Kb) 1712840

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1789.38 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 8923
/proc/meminfo: memFree=16280/2055920 swapFree=4181624/4192956
[pid=8230] ppid=8228 vsize=1713356 CPUtime=1801.58
/proc/8230/stat : 8230 (java) S 8228 8230 8181 0 -1 0 444038 0 57 0 179934 224 0 0 15 0 14 0 152070958 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8230/statm: 428339 388815 1915 14 0 415086 0
[pid=8230/tid=8231] ppid=8228 vsize=1713356 CPUtime=11.91
/proc/8230/task/8231/stat : 8231 (java) S 8228 8230 8181 0 -1 64 185810 0 0 0 1103 88 0 0 17 0 14 0 152070974 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8232] ppid=8228 vsize=1713356 CPUtime=11.97
/proc/8230/task/8232/stat : 8232 (java) S 8228 8230 8181 0 -1 64 210098 0 0 0 1098 99 0 0 17 0 14 0 152070974 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8233] ppid=8228 vsize=1713356 CPUtime=991.41
/proc/8230/task/8233/stat : 8233 (java) R 8228 8230 8181 0 -1 64 3558 0 0 0 99137 4 0 0 17 0 14 0 152070977 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154642377 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8234] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8234/stat : 8234 (java) S 8228 8230 8181 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 152070978 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8235] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8235/stat : 8235 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 152070978 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8236] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8236/stat : 8236 (java) S 8228 8230 8181 0 -1 64 5 0 1 0 0 0 0 0 17 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8237] ppid=8228 vsize=1713356 CPUtime=0.01
/proc/8230/task/8237/stat : 8237 (java) S 8228 8230 8181 0 -1 64 13 0 0 0 1 0 0 0 17 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8238] ppid=8228 vsize=1713356 CPUtime=0.75
/proc/8230/task/8238/stat : 8238 (java) S 8228 8230 8181 0 -1 64 643 0 0 0 75 0 0 0 17 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8239] ppid=8228 vsize=1713356 CPUtime=1.19
/proc/8230/task/8239/stat : 8239 (java) S 8228 8230 8181 0 -1 64 3340 0 0 0 118 1 0 0 16 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8240] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8240/stat : 8240 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8241] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8241/stat : 8241 (java) S 8228 8230 8181 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8429] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8429/stat : 8429 (java) S 8228 8230 8181 0 -1 64 116 0 0 0 0 0 0 0 16 0 14 0 152080003 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8923] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8923/stat : 8923 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 152249861 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.58
Current children cumulated vsize (Kb) 1713356

Sending SIGKILL to process tree (bottom up)

[startup+1790.38 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 8923
/proc/meminfo: memFree=16280/2055920 swapFree=4181624/4192956
[pid=8230] ppid=8228 vsize=1713356 CPUtime=1802.59
/proc/8230/stat : 8230 (java) S 8228 8230 8181 0 -1 0 444038 0 57 0 180035 224 0 0 15 0 14 0 152070958 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8230/statm: 428339 388815 1915 14 0 415086 0
[pid=8230/tid=8231] ppid=8228 vsize=1713356 CPUtime=11.91
/proc/8230/task/8231/stat : 8231 (java) S 8228 8230 8181 0 -1 64 185810 0 0 0 1103 88 0 0 17 0 14 0 152070974 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8232] ppid=8228 vsize=1713356 CPUtime=11.97
/proc/8230/task/8232/stat : 8232 (java) S 8228 8230 8181 0 -1 64 210098 0 0 0 1098 99 0 0 17 0 14 0 152070974 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8233] ppid=8228 vsize=1713356 CPUtime=992.41
/proc/8230/task/8233/stat : 8233 (java) R 8228 8230 8181 0 -1 64 3558 0 0 0 99237 4 0 0 18 0 14 0 152070977 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716231 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8234] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8234/stat : 8234 (java) S 8228 8230 8181 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 152070978 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8235] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8235/stat : 8235 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 152070978 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8236] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8236/stat : 8236 (java) S 8228 8230 8181 0 -1 64 5 0 1 0 0 0 0 0 17 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8237] ppid=8228 vsize=1713356 CPUtime=0.01
/proc/8230/task/8237/stat : 8237 (java) S 8228 8230 8181 0 -1 64 13 0 0 0 1 0 0 0 17 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8238] ppid=8228 vsize=1713356 CPUtime=0.75
/proc/8230/task/8238/stat : 8238 (java) S 8228 8230 8181 0 -1 64 643 0 0 0 75 0 0 0 17 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8239] ppid=8228 vsize=1713356 CPUtime=1.19
/proc/8230/task/8239/stat : 8239 (java) S 8228 8230 8181 0 -1 64 3340 0 0 0 118 1 0 0 16 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8240] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8240/stat : 8240 (java) S 8228 8230 8181 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8241] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8241/stat : 8241 (java) S 8228 8230 8181 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 152070983 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8230/tid=8429] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8429/stat : 8429 (java) S 8228 8230 8181 0 -1 64 116 0 0 0 0 0 0 0 16 0 14 0 152080003 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8230/tid=8923] ppid=8228 vsize=1713356 CPUtime=0
/proc/8230/task/8923/stat : 8923 (java) S 8228 8230 8181 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 152249861 1754476544 388815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802.59
Current children cumulated vsize (Kb) 1713356

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1790.64
CPU time (s): 1802.85
CPU user time (s): 1800.36
CPU system time (s): 2.49762
CPU usage (%): 100.682
Max. virtual memory (cumulated for all children) (Kb): 1713356
The end

Launcher Data (download as text)

Begin job on node46 on Fri Jul 28 01:59:57 UTC 2006


FILE ID= 43087-1154051997

PBS_JOBID= 881883

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  604c6b786f56b09c749bc0d6b7c8f76d

RANDOM SEED= 20829464

TIMEOUT= 1800 seconds


/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.224
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.224
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:        503552 kB
Buffers:         45552 kB
Cached:        1409396 kB
SwapCached:      14328 kB
Active:         380372 kB
Inactive:      1093960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        503552 kB
SwapTotal:     4192956 kB
SwapFree:      4172932 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          14476 kB
Slab:            64056 kB
Committed_AS:   618308 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 Fri Jul 28 02:29:48 UTC 2006