Trace number 42330

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.77 1686.67

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome12.opb
MD5SUM489d5377e587a4ab41c94f06db936b0a
Bench CategoryOPT-MEDINT (optimisation, medium 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 variables1466812
Total number of constraints24336
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 constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 320
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1253788
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 1253788
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.98 3/64 5318
/proc/meminfo: memFree=1521112/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1784 CPUtime=0
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 197842006 1826816 141 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/5318/statm: 446 141 106 14 0 91 0

[startup+10.002 s]
/proc/loadavg: 1.07 0.99 0.99 2/75 5329
/proc/meminfo: memFree=1226576/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713768 CPUtime=11.98
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 79965 0 1 0 1153 45 0 0 22 0 12 0 197842006 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423099 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5318/statm: 428442 75387 1881 14 0 415189 0
[pid=5318/tid=5319] ppid=5316 vsize=1713768 CPUtime=1.3
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 18003 0 0 0 119 11 0 0 16 0 12 0 197842010 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713768 CPUtime=1.27
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 22447 0 0 0 114 13 0 0 16 0 12 0 197842010 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713768 CPUtime=0
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 197842012 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713768 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713768 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713768 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713768 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713768 CPUtime=0.37
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1425 0 0 0 36 1 0 0 16 0 12 0 197842016 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713768 CPUtime=0.47
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1554 0 0 0 47 0 0 0 15 0 12 0 197842016 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713768 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713768 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754898432 75387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (Kb) 1713768

[startup+20.0089 s]
/proc/loadavg: 1.20 1.02 1.00 2/75 5329
/proc/meminfo: memFree=1220696/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713672 CPUtime=22.36
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 81562 0 1 0 2190 46 0 0 25 0 12 0 197842006 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423835 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5318/statm: 428418 76918 1881 14 0 415165 0
[pid=5318/tid=5319] ppid=5316 vsize=1713672 CPUtime=1.64
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 18622 0 0 0 153 11 0 0 16 0 12 0 197842010 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713672 CPUtime=1.6
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 23386 0 0 0 147 13 0 0 16 0 12 0 197842010 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 197842012 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713672 CPUtime=0.43
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1437 0 0 0 42 1 0 0 17 0 12 0 197842016 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713672 CPUtime=0.48
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1554 0 0 0 48 0 0 0 17 0 12 0 197842016 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754800128 76918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.36
Current children cumulated vsize (Kb) 1713672

[startup+30.0159 s]
/proc/loadavg: 1.17 1.02 1.00 2/75 5329
/proc/meminfo: memFree=1208216/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713672 CPUtime=32.67
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 84793 0 1 0 3219 48 0 0 25 0 12 0 197842006 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5318/statm: 428418 80058 1881 14 0 415165 0
[pid=5318/tid=5319] ppid=5316 vsize=1713672 CPUtime=1.94
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 20212 0 0 0 182 12 0 0 16 0 12 0 197842010 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713672 CPUtime=1.9
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 24657 0 0 0 176 14 0 0 16 0 12 0 197842010 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 197842012 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713672 CPUtime=0.45
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1438 0 0 0 44 1 0 0 15 0 12 0 197842016 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713672 CPUtime=0.49
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1554 0 0 0 49 0 0 0 17 0 12 0 197842016 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754800128 80058 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.67
Current children cumulated vsize (Kb) 1713672

[startup+40.0229 s]
/proc/loadavg: 1.15 1.02 1.00 2/75 5329
/proc/meminfo: memFree=1200664/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713672 CPUtime=42.98
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 86737 0 1 0 4249 49 0 0 25 0 12 0 197842006 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071421444 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5318/statm: 428418 81949 1883 14 0 415165 0
[pid=5318/tid=5319] ppid=5316 vsize=1713672 CPUtime=2.23
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 21206 0 0 0 211 12 0 0 16 0 12 0 197842010 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713672 CPUtime=2.2
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 25583 0 0 0 206 14 0 0 16 0 12 0 197842010 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713672 CPUtime=0.01
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 197842012 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713672 CPUtime=0.47
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1439 0 0 0 46 1 0 0 17 0 12 0 197842016 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713672 CPUtime=0.51
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1557 0 0 0 51 0 0 0 16 0 12 0 197842016 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754800128 81949 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.98
Current children cumulated vsize (Kb) 1713672

[startup+50.0299 s]
/proc/loadavg: 1.20 1.03 1.00 2/75 5329
/proc/meminfo: memFree=1194584/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713672 CPUtime=53.27
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 88330 0 1 0 5277 50 0 0 25 0 12 0 197842006 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5318/statm: 428418 83455 1883 14 0 415165 0
[pid=5318/tid=5319] ppid=5316 vsize=1713672 CPUtime=2.52
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 21957 0 0 0 239 13 0 0 16 0 12 0 197842010 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713672 CPUtime=2.5
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 26405 0 0 0 235 15 0 0 16 0 12 0 197842010 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713672 CPUtime=0.02
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 15 0 0 0 1 1 0 0 15 0 12 0 197842012 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713672 CPUtime=0.48
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1440 0 0 0 47 1 0 0 17 0 12 0 197842016 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713672 CPUtime=0.51
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1557 0 0 0 51 0 0 0 16 0 12 0 197842016 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754800128 83455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.27
Current children cumulated vsize (Kb) 1713672

[startup+60.0368 s]
/proc/loadavg: 1.17 1.03 1.00 2/75 5329
/proc/meminfo: memFree=1188568/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713672 CPUtime=63.57
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 89959 0 1 0 6306 51 0 0 19 0 12 0 197842006 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423024 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5318/statm: 428418 84958 1883 14 0 415165 0
[pid=5318/tid=5319] ppid=5316 vsize=1713672 CPUtime=2.81
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 22755 0 0 0 268 13 0 0 16 0 12 0 197842010 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713672 CPUtime=2.79
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 27217 0 0 0 264 15 0 0 16 0 12 0 197842010 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713672 CPUtime=0.02
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 15 0 0 0 1 1 0 0 15 0 12 0 197842012 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713672 CPUtime=0.48
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1440 0 0 0 47 1 0 0 17 0 12 0 197842016 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713672 CPUtime=0.52
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1557 0 0 0 52 0 0 0 16 0 12 0 197842016 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754800128 84958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[startup+1682.36 s]
/proc/loadavg: 1.07 1.06 1.00 2/75 5329
/proc/meminfo: memFree=15320/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713672 CPUtime=1796.06
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 397938 0 1 0 178843 763 0 0 16 0 12 0 197842006 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709497 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5318/statm: 428418 384823 1883 14 0 415165 0
[pid=5318/tid=5319] ppid=5316 vsize=1713672 CPUtime=114.44
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 183107 0 0 0 11054 390 0 0 16 0 12 0 197842010 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713672 CPUtime=114.55
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 171821 0 0 0 11146 309 0 0 16 0 12 0 197842010 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713672 CPUtime=0.67
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 27 0 0 0 44 23 0 0 16 0 12 0 197842012 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713672 CPUtime=0.49
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1440 0 0 0 48 1 0 0 16 0 12 0 197842016 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713672 CPUtime=0.52
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1557 0 0 0 52 0 0 0 17 0 12 0 197842016 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754800128 384823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (Kb) 1713672

[startup+1683.36 s]
/proc/loadavg: 1.07 1.06 1.00 2/75 5329
/proc/meminfo: memFree=15000/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713672 CPUtime=1797.17
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 398022 0 1 0 178954 763 0 0 16 0 12 0 197842006 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423024 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5318/statm: 428418 384905 1883 14 0 415165 0
[pid=5318/tid=5319] ppid=5316 vsize=1713672 CPUtime=114.54
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 183113 0 0 0 11064 390 0 0 16 0 12 0 197842010 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713672 CPUtime=114.65
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 171897 0 0 0 11156 309 0 0 16 0 12 0 197842010 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713672 CPUtime=0.68
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 27 0 0 0 45 23 0 0 16 0 12 0 197842012 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713672 CPUtime=0.49
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1440 0 0 0 48 1 0 0 16 0 12 0 197842016 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713672 CPUtime=0.52
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1557 0 0 0 52 0 0 0 17 0 12 0 197842016 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754800128 384905 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.17
Current children cumulated vsize (Kb) 1713672

[startup+1684.37 s]
/proc/loadavg: 1.06 1.06 1.00 2/75 5329
/proc/meminfo: memFree=16216/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713672 CPUtime=1798.27
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 398104 0 1 0 179064 763 0 0 16 0 12 0 197842006 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423063 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5318/statm: 428418 384985 1883 14 0 415165 0
[pid=5318/tid=5319] ppid=5316 vsize=1713672 CPUtime=114.66
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 183129 0 0 0 11075 391 0 0 16 0 12 0 197842010 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713672 CPUtime=114.75
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 171961 0 0 0 11166 309 0 0 16 0 12 0 197842010 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713672 CPUtime=0.68
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 27 0 0 0 45 23 0 0 16 0 12 0 197842012 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713672 CPUtime=0.49
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1440 0 0 0 48 1 0 0 16 0 12 0 197842016 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713672 CPUtime=0.52
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1557 0 0 0 52 0 0 0 17 0 12 0 197842016 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754800128 384985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.27
Current children cumulated vsize (Kb) 1713672

[startup+1685.38 s]
/proc/loadavg: 1.06 1.06 1.00 2/75 5329
/proc/meminfo: memFree=15832/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713672 CPUtime=1799.38
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 398196 0 1 0 179175 763 0 0 17 0 12 0 197842006 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071421455 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5318/statm: 428418 385070 1883 14 0 415165 0
[pid=5318/tid=5319] ppid=5316 vsize=1713672 CPUtime=114.76
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 183165 0 0 0 11085 391 0 0 16 0 12 0 197842010 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713672 CPUtime=114.85
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 172015 0 0 0 11176 309 0 0 16 0 12 0 197842010 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713672 CPUtime=0.68
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 27 0 0 0 45 23 0 0 16 0 12 0 197842012 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713672 CPUtime=0.49
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1440 0 0 0 48 1 0 0 16 0 12 0 197842016 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713672 CPUtime=0.52
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1557 0 0 0 52 0 0 0 17 0 12 0 197842016 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754800128 385070 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (Kb) 1713672

[startup+1686.38 s]
/proc/loadavg: 1.06 1.06 1.00 2/75 5329
/proc/meminfo: memFree=15576/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713672 CPUtime=1800.49
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 398282 0 1 0 179286 763 0 0 16 0 12 0 197842006 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423988 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5318/statm: 428418 385152 1883 14 0 415165 0
[pid=5318/tid=5319] ppid=5316 vsize=1713672 CPUtime=114.86
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 183218 0 0 0 11095 391 0 0 17 0 12 0 197842010 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713672 CPUtime=114.96
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 172046 0 0 0 11187 309 0 0 16 0 12 0 197842010 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713672 CPUtime=0.68
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 27 0 0 0 45 23 0 0 15 0 12 0 197842012 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713672 CPUtime=0.49
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1440 0 0 0 48 1 0 0 16 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713672 CPUtime=0.52
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1557 0 0 0 52 0 0 0 17 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 1713672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1686.39 s]
/proc/loadavg: 1.06 1.06 1.00 2/75 5329
/proc/meminfo: memFree=15576/2055920 swapFree=4180908/4192956
[pid=5318] ppid=5316 vsize=1713672 CPUtime=1800.49
/proc/5318/stat : 5318 (java) R 5316 5318 5272 0 -1 0 398282 0 1 0 179286 763 0 0 16 0 12 0 197842006 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071421447 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5318/statm: 428418 385152 1883 14 0 415165 0
[pid=5318/tid=5319] ppid=5316 vsize=1713672 CPUtime=114.86
/proc/5318/task/5319/stat : 5319 (java) S 5316 5318 5272 0 -1 64 183218 0 0 0 11095 391 0 0 17 0 12 0 197842010 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5320] ppid=5316 vsize=1713672 CPUtime=114.96
/proc/5318/task/5320/stat : 5320 (java) S 5316 5318 5272 0 -1 64 172046 0 0 0 11187 309 0 0 16 0 12 0 197842010 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5321] ppid=5316 vsize=1713672 CPUtime=0.68
/proc/5318/task/5321/stat : 5321 (java) S 5316 5318 5272 0 -1 64 27 0 0 0 45 23 0 0 15 0 12 0 197842012 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5322] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5322/stat : 5322 (java) S 5316 5318 5272 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5323] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5323/stat : 5323 (java) S 5316 5318 5272 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842013 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5324] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5324/stat : 5324 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5325] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5325/stat : 5325 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5326] ppid=5316 vsize=1713672 CPUtime=0.49
/proc/5318/task/5326/stat : 5326 (java) S 5316 5318 5272 0 -1 64 1440 0 0 0 48 1 0 0 16 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5318/tid=5327] ppid=5316 vsize=1713672 CPUtime=0.52
/proc/5318/task/5327/stat : 5327 (java) S 5316 5318 5272 0 -1 64 1557 0 0 0 52 0 0 0 17 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5328] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5328/stat : 5328 (java) S 5316 5318 5272 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5318/tid=5329] ppid=5316 vsize=1713672 CPUtime=0
/proc/5318/task/5329/stat : 5329 (java) S 5316 5318 5272 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842016 1754800128 385152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 1713672

Sending SIGTERM to -5318
Sleeping 2 seconds

Child status: 143
Real time (s): 1686.67
CPU time (s): 1800.77
CPU user time (s): 1792.9
CPU system time (s): 7.8758
CPU usage (%): 106.765
Max. virtual memory (cumulated for all children) (Kb): 1713768

Launcher Data (download as text)

Begin job on node61 on Sat Jun  3 08:02:20 UTC 2006


FILE ID= 42330-1149321739

PBS_JOBID= 309359

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome12.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node61/42330-1149321739/instance-42330-1149321739.opb 845839329
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-42330-1149321739 -o ROOT/results/node61/solver-42330-1149321739 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node61/42330-1149321739/instance-42330-1149321739.opb 845839329

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  489d5377e587a4ab41c94f06db936b0a

RANDOM SEED= 845839329


/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.232
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.232
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:       1521320 kB
Buffers:         17900 kB
Cached:         449140 kB
SwapCached:       3724 kB
Active:          98468 kB
Inactive:       377228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1521320 kB
SwapTotal:     4192956 kB
SwapFree:      4180908 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            45080 kB
Committed_AS:   334260 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node61 on Sat Jun  3 08:30:28 UTC 2006