Trace number 43106

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) 1800.85 1675.6

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
MD5SUMe3f30a3ccce8a834fba8f93335c22413
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2933624
Total number of constraints48672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 7062021246795700082208
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 7062021246795700082208
Number of bits of the biggest sum of numbers73
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.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.24	c no version file found!!!
0.24	c sun.arch.data.model	32
0.24	c java.version	1.5.0_06
0.24	c os.name	Linux
0.24	c os.version	2.6.9-34.ELsmp
0.24	c os.arch	i386
0.24	c Free memory 1548419056
0.24	c Max memory 1551040512
0.24	c Total memory 1551040512
0.24	c Number of processors 2
0.29	c Cutting planes based inference
0.29	c --- Begin Solver configuration ---
0.29	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.29	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.29	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.29	c VSIDS like heuristics from MiniSAT using a heap
0.29	c No reason simplification
0.29	c --- End Solver configuration ---
0.30	c solving ROOT/tmp/node82/43106-1149301977/instance-43106-1149301977.opb
0.30	c reading problem ... 
1675.35	c starts		: 0
1675.35	c conflicts		: 0
1675.35	c decisions		: 0
1675.35	c propagations		: 0
1675.35	c inspects		: 0
1675.35	c learnt literals	: 0
1675.35	c learnt binary clauses	: 0
1675.35	c learnt ternary clauses	: 0
1675.35	c learnt clauses	: 0
1675.35	c root simplifications	: 0
1675.35	c removed literals (reason simplification)	: 0
1675.35	c reason swapping (by a shorter reason)	: 0
1675.35	c Calls to reduceDB	: 0
1675.35	c speed (decisions/second)	: 0.0
1675.35	c non guided choices	0
1675.35	s UNKNOWN
1675.35	c Total wall clock time (ms): 1675.058

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.78 0.94 0.91 2/68 28101
/proc/meminfo: memFree=1198968/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=312 CPUtime=0
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 59 0 0 0 0 0 0 0 19 0 1 0 187388350 319488 41 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 7713716 0 0 4096 0 0 0 0 17 1 0 0
/proc/28101/statm: 78 41 32 14 0 5 0

[startup+10.0023 s]
/proc/loadavg: 0.81 0.95 0.91 2/79 28112
/proc/meminfo: memFree=845792/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1711832 CPUtime=11.46
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 92013 0 1 0 1093 53 0 0 22 0 12 0 187388350 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071333935 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28101/statm: 427958 89981 1868 14 0 414704 0
[pid=28101/tid=28102] ppid=28099 vsize=1711832 CPUtime=1.35
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 9020 0 0 0 122 13 0 0 16 0 12 0 187388362 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1711832 CPUtime=1.36
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 45890 0 0 0 114 22 0 0 20 0 12 0 187388362 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1711832 CPUtime=0
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 187388365 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1711832 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1711832 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1711832 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1711832 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187388369 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1711832 CPUtime=0.12
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 368 0 0 0 12 0 0 0 16 0 12 0 187388369 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1711832 CPUtime=0.17
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 260 0 0 0 17 0 0 0 16 0 12 0 187388369 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1711832 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1711832 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1752915968 89981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (Kb) 1711832

[startup+20.0092 s]
/proc/loadavg: 0.84 0.95 0.91 2/79 28112
/proc/meminfo: memFree=810272/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1712152 CPUtime=22.63
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 103126 0 1 0 2192 71 0 0 25 0 12 0 187388350 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071414748 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28101/statm: 428038 98830 1873 14 0 414784 0
[pid=28101/tid=28102] ppid=28099 vsize=1712152 CPUtime=2.41
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 16372 0 0 0 222 19 0 0 16 0 12 0 187388362 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1712152 CPUtime=2.42
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 49548 0 0 0 209 33 0 0 16 0 12 0 187388362 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1712152 CPUtime=0
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 187388365 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1712152 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1712152 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1712152 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1712152 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 187388369 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1712152 CPUtime=0.21
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 403 0 0 0 21 0 0 0 17 0 12 0 187388369 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1712152 CPUtime=0.2
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 261 0 0 0 20 0 0 0 16 0 12 0 187388369 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1712152 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1712152 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1753243648 98830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.63
Current children cumulated vsize (Kb) 1712152

[startup+30.0161 s]
/proc/loadavg: 0.87 0.95 0.91 2/79 28112
/proc/meminfo: memFree=804128/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1714484 CPUtime=33.45
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 106060 0 1 0 3263 82 0 0 19 0 12 0 187388350 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071420711 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28101/statm: 428621 100435 1880 14 0 415367 0
[pid=28101/tid=28102] ppid=28099 vsize=1714484 CPUtime=2.94
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 16700 0 0 0 273 21 0 0 16 0 12 0 187388362 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1714484 CPUtime=2.93
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 50393 0 0 0 252 41 0 0 16 0 12 0 187388362 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 35 0 0 0 0 0 0 0 16 0 12 0 187388365 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187388369 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1714484 CPUtime=0.49
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 2055 0 0 0 49 0 0 0 17 0 12 0 187388369 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1714484 CPUtime=0.29
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 344 0 0 0 29 0 0 0 17 0 12 0 187388369 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1755631616 100435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.45
Current children cumulated vsize (Kb) 1714484

[startup+40.023 s]
/proc/loadavg: 0.89 0.95 0.91 2/79 28112
/proc/meminfo: memFree=798688/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1714484 CPUtime=43.93
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 107441 0 1 0 4303 90 0 0 25 0 12 0 187388350 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071420699 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28101/statm: 428621 101797 1880 14 0 415367 0
[pid=28101/tid=28102] ppid=28099 vsize=1714484 CPUtime=3.42
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 17481 0 0 0 317 25 0 0 16 0 12 0 187388362 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1714484 CPUtime=3.42
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 50974 0 0 0 297 45 0 0 16 0 12 0 187388362 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1714484 CPUtime=0.01
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 35 0 0 0 1 0 0 0 16 0 12 0 187388365 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187388369 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1714484 CPUtime=0.49
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 2055 0 0 0 49 0 0 0 17 0 12 0 187388369 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1714484 CPUtime=0.29
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 344 0 0 0 29 0 0 0 17 0 12 0 187388369 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1714484 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1755631616 101797 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.93
Current children cumulated vsize (Kb) 1714484

[startup+50.0309 s]
/proc/loadavg: 0.90 0.95 0.91 2/79 28112
/proc/meminfo: memFree=795040/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1714452 CPUtime=54.45
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 108399 0 1 0 5346 99 0 0 23 0 12 0 187388350 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071418311 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28101/statm: 428613 102712 1880 14 0 415359 0
[pid=28101/tid=28102] ppid=28099 vsize=1714452 CPUtime=3.92
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 17587 0 0 0 367 25 0 0 17 0 12 0 187388362 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1714452 CPUtime=3.91
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 51788 0 0 0 338 53 0 0 16 0 12 0 187388362 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1714452 CPUtime=0.01
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 35 0 0 0 1 0 0 0 16 0 12 0 187388365 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187388369 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1714452 CPUtime=0.49
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 2055 0 0 0 49 0 0 0 17 0 12 0 187388369 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1714452 CPUtime=0.32
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 363 0 0 0 32 0 0 0 17 0 12 0 187388369 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1755598848 102712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.45
Current children cumulated vsize (Kb) 1714452

[startup+60.0378 s]
/proc/loadavg: 0.92 0.95 0.91 2/79 28112
/proc/meminfo: memFree=766304/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1714452 CPUtime=65.01
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 115630 0 1 0 6386 115 0 0 19 0 12 0 187388350 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071496617 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28101/statm: 428613 109878 1880 14 0 415359 0
[pid=28101/tid=28102] ppid=28099 vsize=1714452 CPUtime=4.47
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 23463 0 0 0 418 29 0 0 16 0 12 0 187388362 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1714452 CPUtime=4.47
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 52671 0 0 0 382 65 0 0 16 0 12 0 187388362 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1714452 CPUtime=0.02
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 35 0 0 0 1 1 0 0 15 0 12 0 187388365 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187388369 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1714452 CPUtime=0.49
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 2055 0 0 0 49 0 0 0 17 0 12 0 187388369 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1714452 CPUtime=0.32
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 363 0 0 0 32 0 0 0 17 0 12 0 187388369 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1755598848 109878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[startup+1671.32 s]
/proc/loadavg: 1.09 1.07 1.00 2/85 28135
/proc/meminfo: memFree=22320/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1714452 CPUtime=1796.31
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 401299 0 1 0 177512 2119 0 0 25 0 12 0 187388350 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071418367 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28101/statm: 428613 386085 1884 14 0 415359 0
[pid=28101/tid=28102] ppid=28099 vsize=1714452 CPUtime=125.96
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 174814 0 0 0 11629 967 0 0 16 0 12 0 187388362 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1714452 CPUtime=126
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 180479 0 0 0 11509 1091 0 0 16 0 12 0 187388362 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1714452 CPUtime=2.01
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 3390 0 0 0 177 24 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1714452 CPUtime=0.53
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 2056 0 0 0 53 0 0 0 17 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1714452 CPUtime=0.35
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 367 0 0 0 35 0 0 0 16 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.31
Current children cumulated vsize (Kb) 1714452

[startup+1672.33 s]
/proc/loadavg: 1.09 1.07 1.00 2/85 28135
/proc/meminfo: memFree=22320/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1714452 CPUtime=1797.39
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 401301 0 1 0 177618 2121 0 0 25 0 12 0 187388350 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071414796 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28101/statm: 428613 386085 1884 14 0 415359 0
[pid=28101/tid=28102] ppid=28099 vsize=1714452 CPUtime=126.04
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 174814 0 0 0 11637 967 0 0 16 0 12 0 187388362 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1714452 CPUtime=126.08
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 180479 0 0 0 11515 1093 0 0 16 0 12 0 187388362 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1714452 CPUtime=2.01
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 3390 0 0 0 177 24 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1714452 CPUtime=0.53
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 2056 0 0 0 53 0 0 0 17 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1714452 CPUtime=0.35
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 367 0 0 0 35 0 0 0 16 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.39
Current children cumulated vsize (Kb) 1714452

[startup+1673.33 s]
/proc/loadavg: 1.09 1.07 1.00 2/85 28135
/proc/meminfo: memFree=22320/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1714452 CPUtime=1798.46
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 401303 0 1 0 177722 2124 0 0 25 0 12 0 187388350 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071420699 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28101/statm: 428613 386085 1884 14 0 415359 0
[pid=28101/tid=28102] ppid=28099 vsize=1714452 CPUtime=126.11
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 174814 0 0 0 11644 967 0 0 16 0 12 0 187388362 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1714452 CPUtime=126.15
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 180479 0 0 0 11521 1094 0 0 16 0 12 0 187388362 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1714452 CPUtime=2.01
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 3390 0 0 0 177 24 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1714452 CPUtime=0.53
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 2056 0 0 0 53 0 0 0 17 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1714452 CPUtime=0.35
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 367 0 0 0 35 0 0 0 16 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (Kb) 1714452

[startup+1674.34 s]
/proc/loadavg: 1.09 1.07 1.00 2/85 28167
/proc/meminfo: memFree=22128/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1714452 CPUtime=1799.52
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 401305 0 1 0 177826 2126 0 0 25 0 12 0 187388350 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152705392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28101/statm: 428613 386085 1884 14 0 415359 0
[pid=28101/tid=28102] ppid=28099 vsize=1714452 CPUtime=126.18
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 174814 0 0 0 11651 967 0 0 16 0 12 0 187388362 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1714452 CPUtime=126.21
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 180479 0 0 0 11527 1094 0 0 16 0 12 0 187388362 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1714452 CPUtime=2.01
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 3390 0 0 0 177 24 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1714452 CPUtime=0.53
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 2056 0 0 0 53 0 0 0 17 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1714452 CPUtime=0.35
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 367 0 0 0 35 0 0 0 16 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1755598848 386085 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (Kb) 1714452

[startup+1675.34 s]
/proc/loadavg: 1.08 1.07 1.00 2/85 28167
/proc/meminfo: memFree=22128/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1714452 CPUtime=1800.6
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 401310 0 1 0 177933 2127 0 0 19 0 12 0 187388350 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152705392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28101/statm: 428613 386088 1884 14 0 415359 0
[pid=28101/tid=28102] ppid=28099 vsize=1714452 CPUtime=126.25
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 174814 0 0 0 11658 967 0 0 16 0 12 0 187388362 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1714452 CPUtime=126.29
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 180482 0 0 0 11534 1095 0 0 16 0 12 0 187388362 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1714452 CPUtime=2.01
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 3390 0 0 0 177 24 0 0 15 0 12 0 187388365 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1714452 CPUtime=0.53
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 2056 0 0 0 53 0 0 0 17 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1714452 CPUtime=0.35
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 367 0 0 0 35 0 0 0 16 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 1714452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1675.35 s]
/proc/loadavg: 1.08 1.07 1.00 2/85 28167
/proc/meminfo: memFree=22128/2055892 swapFree=4087504/4096564
[pid=28101] ppid=28099 vsize=1714452 CPUtime=1800.6
/proc/28101/stat : 28101 (java) R 28099 28101 28055 0 -1 0 401310 0 1 0 177933 2127 0 0 19 0 12 0 187388350 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071420699 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28101/statm: 428613 386088 1884 14 0 415359 0
[pid=28101/tid=28102] ppid=28099 vsize=1714452 CPUtime=126.25
/proc/28101/task/28102/stat : 28102 (java) S 28099 28101 28055 0 -1 64 174814 0 0 0 11658 967 0 0 16 0 12 0 187388362 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28103] ppid=28099 vsize=1714452 CPUtime=126.29
/proc/28101/task/28103/stat : 28103 (java) S 28099 28101 28055 0 -1 64 180482 0 0 0 11534 1095 0 0 16 0 12 0 187388362 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28104] ppid=28099 vsize=1714452 CPUtime=2.01
/proc/28101/task/28104/stat : 28104 (java) S 28099 28101 28055 0 -1 64 3390 0 0 0 177 24 0 0 15 0 12 0 187388365 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28105] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28105/stat : 28105 (java) S 28099 28101 28055 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28106] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28106/stat : 28106 (java) S 28099 28101 28055 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 187388365 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28107] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28107/stat : 28107 (java) S 28099 28101 28055 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28108] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28108/stat : 28108 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28109] ppid=28099 vsize=1714452 CPUtime=0.53
/proc/28101/task/28109/stat : 28109 (java) S 28099 28101 28055 0 -1 64 2056 0 0 0 53 0 0 0 17 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28101/tid=28110] ppid=28099 vsize=1714452 CPUtime=0.35
/proc/28101/task/28110/stat : 28110 (java) S 28099 28101 28055 0 -1 64 367 0 0 0 35 0 0 0 16 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28111] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28111/stat : 28111 (java) S 28099 28101 28055 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28101/tid=28112] ppid=28099 vsize=1714452 CPUtime=0
/proc/28101/task/28112/stat : 28112 (java) S 28099 28101 28055 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 187388369 1755598848 386088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 1714452

Sending SIGTERM to -28101
Sleeping 2 seconds

Child status: 143
Real time (s): 1675.6
CPU time (s): 1800.85
CPU user time (s): 1779.35
CPU system time (s): 21.5017
CPU usage (%): 107.475
Max. virtual memory (cumulated for all children) (Kb): 1714484

Launcher Data (download as text)

Begin job on node82 on Sat Jun  3 02:33:04 UTC 2006


FILE ID= 43106-1149301977

PBS_JOBID= 307417

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node82/43106-1149301977/instance-43106-1149301977.opb 558512950
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node82/watcher-43106-1149301977 -o ROOT/results/node82/solver-43106-1149301977 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node82/43106-1149301977/instance-43106-1149301977.opb 558512950

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  e3f30a3ccce8a834fba8f93335c22413

RANDOM SEED= 558512950


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.17
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1198984 kB
Buffers:         37552 kB
Cached:         745424 kB
SwapCached:       2764 kB
Active:         220552 kB
Inactive:       571076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1198984 kB
SwapTotal:     4096564 kB
SwapFree:      4087504 kB
Dirty:             236 kB
Writeback:           0 kB
Mapped:          14572 kB
Slab:            51556 kB
Committed_AS:   307176 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node82 on Sat Jun  3 03:01:06 UTC 2006