Trace number 42333

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.95 1765.5

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos9.opb
MD5SUM9b565ffd2f62b11d1859d685ea38235b
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 variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 38727219
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 30720
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 38727219
Number of bits of the biggest sum of numbers26
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.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.22	c no version file found!!!
0.22	c sun.arch.data.model	32
0.22	c java.version	1.5.0_06
0.22	c os.name	Linux
0.22	c os.version	2.6.9-22.EL.rootsmp
0.22	c os.arch	i386
0.22	c Free memory 1548419056
0.22	c Max memory 1551040512
0.22	c Total memory 1551040512
0.22	c Number of processors 2
0.27	c Cutting planes based inference
0.27	c --- Begin Solver configuration ---
0.27	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.27	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.27	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving ROOT/tmp/node40/42333-1149322175/instance-42333-1149322175.opb
0.27	c reading problem ... 
1765.39	c starts		: 0
1765.39	c conflicts		: 0
1765.39	c decisions		: 0
1765.39	c propagations		: 0
1765.39	c inspects		: 0
1765.39	c learnt literals	: 0
1765.39	c learnt binary clauses	: 0
1765.39	c learnt ternary clauses	: 0
1765.39	c learnt clauses	: 0
1765.39	c root simplifications	: 0
1765.39	c removed literals (reason simplification)	: 0
1765.39	c reason swapping (by a shorter reason)	: 0
1765.39	c Calls to reduceDB	: 0
1765.39	c speed (decisions/second)	: 0.0
1765.39	c non guided choices	0
1765.39	s UNKNOWN
1765.39	c Total wall clock time (ms): 1765.121

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.31 0.70 0.88 2/64 21576
/proc/meminfo: memFree=1738896/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1784 CPUtime=0
/proc/21576/stat : 21576 (java) D 21574 21576 21530 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 197886626 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21576/statm: 446 137 102 14 0 91 0

[startup+10.0029 s]
/proc/loadavg: 0.42 0.70 0.88 2/75 21587
/proc/meminfo: memFree=1516608/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710152 CPUtime=10.75
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 58332 0 1 0 1042 33 0 0 25 0 12 0 197886626 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071314943 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427538 57309 1871 14 0 414285 0
[pid=21576/tid=21577] ppid=21574 vsize=1710152 CPUtime=0.53
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 9180 0 0 0 46 7 0 0 15 0 12 0 197886634 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710152 CPUtime=0.52
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 12831 0 0 0 44 8 0 0 16 0 12 0 197886634 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710152 CPUtime=0
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 197886636 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710152 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710152 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710152 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710152 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 197886642 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710152 CPUtime=0.18
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 330 0 0 0 18 0 0 0 17 0 12 0 197886642 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710152 CPUtime=0.2
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 267 0 0 0 20 0 0 0 16 0 12 0 197886642 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710152 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710152 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751195648 57309 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (Kb) 1710152

[startup+20.0122 s]
/proc/loadavg: 0.51 0.71 0.88 2/75 21587
/proc/meminfo: memFree=1512512/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710184 CPUtime=21
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 59472 0 1 0 2062 38 0 0 21 0 12 0 197886626 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423271 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427546 58375 1878 14 0 414293 0
[pid=21576/tid=21577] ppid=21574 vsize=1710184 CPUtime=0.69
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 9341 0 0 0 59 10 0 0 16 0 12 0 197886634 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710184 CPUtime=0.69
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 12953 0 0 0 59 10 0 0 16 0 12 0 197886634 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710184 CPUtime=0
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 26 0 0 0 0 0 0 0 15 0 12 0 197886636 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710184 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710184 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710184 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710184 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 17 0 12 0 197886642 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710184 CPUtime=0.24
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 395 0 0 0 24 0 0 0 17 0 12 0 197886642 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710184 CPUtime=0.24
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 271 0 0 0 24 0 0 0 17 0 12 0 197886642 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710184 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710184 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751228416 58375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21
Current children cumulated vsize (Kb) 1710184

[startup+30.0205 s]
/proc/loadavg: 0.58 0.72 0.88 2/75 21587
/proc/meminfo: memFree=1509888/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710600 CPUtime=31.27
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 60386 0 1 0 3085 42 0 0 22 0 12 0 197886626 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423263 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427650 59056 1878 14 0 414397 0
[pid=21576/tid=21577] ppid=21574 vsize=1710600 CPUtime=0.85
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 9759 0 0 0 71 14 0 0 16 0 12 0 197886634 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710600 CPUtime=0.85
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 13113 0 0 0 75 10 0 0 15 0 12 0 197886634 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 197886636 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 197886642 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710600 CPUtime=0.29
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 663 0 0 0 29 0 0 0 16 0 12 0 197886642 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710600 CPUtime=0.34
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 319 0 0 0 34 0 0 0 17 0 12 0 197886642 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751654400 59056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.27
Current children cumulated vsize (Kb) 1710600

[startup+40.0278 s]
/proc/loadavg: 0.65 0.73 0.88 2/75 21587
/proc/meminfo: memFree=1507968/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710600 CPUtime=41.4
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 60887 0 1 0 4095 45 0 0 25 0 12 0 197886626 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427650 59537 1878 14 0 414397 0
[pid=21576/tid=21577] ppid=21574 vsize=1710600 CPUtime=0.98
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 9954 0 0 0 83 15 0 0 15 0 12 0 197886634 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710600 CPUtime=0.98
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 13402 0 0 0 86 12 0 0 16 0 12 0 197886634 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 197886636 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 197886642 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710600 CPUtime=0.29
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 663 0 0 0 29 0 0 0 16 0 12 0 197886642 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710600 CPUtime=0.34
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 319 0 0 0 34 0 0 0 17 0 12 0 197886642 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751654400 59537 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.4
Current children cumulated vsize (Kb) 1710600

[startup+50.0361 s]
/proc/loadavg: 0.70 0.74 0.88 2/75 21587
/proc/meminfo: memFree=1506752/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710600 CPUtime=51.53
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 61198 0 1 0 5105 48 0 0 25 0 12 0 197886626 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152006738 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427650 59826 1878 14 0 414397 0
[pid=21576/tid=21577] ppid=21574 vsize=1710600 CPUtime=1.1
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 10019 0 0 0 95 15 0 0 16 0 12 0 197886634 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710600 CPUtime=1.09
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 13631 0 0 0 95 14 0 0 16 0 12 0 197886634 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 26 0 0 0 0 0 0 0 15 0 12 0 197886636 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 197886642 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710600 CPUtime=0.29
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 663 0 0 0 29 0 0 0 16 0 12 0 197886642 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710600 CPUtime=0.34
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 319 0 0 0 34 0 0 0 17 0 12 0 197886642 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751654400 59826 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.53
Current children cumulated vsize (Kb) 1710600

[startup+60.0434 s]
/proc/loadavg: 0.75 0.75 0.88 2/75 21587
/proc/meminfo: memFree=1505728/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710600 CPUtime=61.66
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 61493 0 1 0 6115 51 0 0 25 0 12 0 197886626 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423259 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427650 60098 1878 14 0 414397 0
[pid=21576/tid=21577] ppid=21574 vsize=1710600 CPUtime=1.24
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 10078 0 0 0 108 16 0 0 16 0 12 0 197886634 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710600 CPUtime=1.22
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 13850 0 0 0 105 17 0 0 16 0 12 0 197886634 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710600 CPUtime=0.01
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 26 0 0 0 1 0 0 0 16 0 12 0 197886636 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 197886642 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710600 CPUtime=0.29
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 663 0 0 0 29 0 0 0 16 0 12 0 197886642 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710600 CPUtime=0.34
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 319 0 0 0 34 0 0 0 17 0 12 0 197886642 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751654400 60098 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[startup+1761.36 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 21589
/proc/meminfo: memFree=1322056/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710600 CPUtime=1796.73
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 111100 0 1 0 178671 1002 0 0 17 0 12 0 197886626 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071314943 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427650 105647 1879 14 0 414397 0
[pid=21576/tid=21577] ppid=21574 vsize=1710600 CPUtime=35.81
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 33832 0 0 0 3123 458 0 0 17 0 12 0 197886634 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710600 CPUtime=35.93
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 36862 0 0 0 3105 488 0 0 16 0 12 0 197886634 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710600 CPUtime=0.6
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 26 0 0 0 36 24 0 0 15 0 12 0 197886636 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 197886642 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710600 CPUtime=0.37
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 668 0 0 0 37 0 0 0 17 0 12 0 197886642 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710600 CPUtime=0.35
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 320 0 0 0 35 0 0 0 16 0 12 0 197886642 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751654400 105647 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (Kb) 1710600

[startup+1762.36 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 21589
/proc/meminfo: memFree=1322056/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710600 CPUtime=1797.74
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 111118 0 1 0 178772 1002 0 0 20 0 12 0 197886626 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071314884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427650 105663 1879 14 0 414397 0
[pid=21576/tid=21577] ppid=21574 vsize=1710600 CPUtime=35.82
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 33835 0 0 0 3124 458 0 0 16 0 12 0 197886634 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710600 CPUtime=35.95
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 36876 0 0 0 3106 489 0 0 16 0 12 0 197886634 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710600 CPUtime=0.6
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 26 0 0 0 36 24 0 0 15 0 12 0 197886636 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 197886642 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710600 CPUtime=0.37
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 668 0 0 0 37 0 0 0 17 0 12 0 197886642 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710600 CPUtime=0.35
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 320 0 0 0 35 0 0 0 16 0 12 0 197886642 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751654400 105663 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (Kb) 1710600

[startup+1763.37 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 21589
/proc/meminfo: memFree=1321928/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710600 CPUtime=1798.78
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 111153 0 1 0 178875 1003 0 0 18 0 12 0 197886626 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423259 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427650 105695 1879 14 0 414397 0
[pid=21576/tid=21577] ppid=21574 vsize=1710600 CPUtime=35.85
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 33841 0 0 0 3127 458 0 0 16 0 12 0 197886634 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710600 CPUtime=35.97
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 36903 0 0 0 3108 489 0 0 16 0 12 0 197886634 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710600 CPUtime=0.6
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 26 0 0 0 36 24 0 0 16 0 12 0 197886636 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 197886642 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710600 CPUtime=0.37
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 668 0 0 0 37 0 0 0 17 0 12 0 197886642 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710600 CPUtime=0.35
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 320 0 0 0 35 0 0 0 16 0 12 0 197886642 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751654400 105695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (Kb) 1710600

[startup+1764.38 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 21589
/proc/meminfo: memFree=1321736/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710600 CPUtime=1799.82
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 111188 0 1 0 178978 1004 0 0 17 0 12 0 197886626 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423263 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427650 105727 1879 14 0 414397 0
[pid=21576/tid=21577] ppid=21574 vsize=1710600 CPUtime=35.88
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 33847 0 0 0 3130 458 0 0 16 0 12 0 197886634 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710600 CPUtime=36
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 36930 0 0 0 3110 490 0 0 16 0 12 0 197886634 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710600 CPUtime=0.6
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 26 0 0 0 36 24 0 0 15 0 12 0 197886636 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 197886642 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710600 CPUtime=0.37
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 668 0 0 0 37 0 0 0 17 0 12 0 197886642 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710600 CPUtime=0.35
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 320 0 0 0 35 0 0 0 16 0 12 0 197886642 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751654400 105727 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.82
Current children cumulated vsize (Kb) 1710600

[startup+1765.38 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 21589
/proc/meminfo: memFree=1321672/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710600 CPUtime=1800.83
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 111205 0 1 0 179079 1004 0 0 25 0 12 0 197886626 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423259 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427650 105743 1879 14 0 414397 0
[pid=21576/tid=21577] ppid=21574 vsize=1710600 CPUtime=35.9
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 33850 0 0 0 3132 458 0 0 16 0 12 0 197886634 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710600 CPUtime=36.02
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 36943 0 0 0 3111 491 0 0 16 0 12 0 197886634 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710600 CPUtime=0.6
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 26 0 0 0 36 24 0 0 15 0 12 0 197886636 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710600 CPUtime=0.37
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 668 0 0 0 37 0 0 0 17 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710600 CPUtime=0.35
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 320 0 0 0 35 0 0 0 16 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.83
Current children cumulated vsize (Kb) 1710600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.39 s]
/proc/loadavg: 1.00 1.00 0.93 2/75 21589
/proc/meminfo: memFree=1321672/2055920 swapFree=4181324/4192956
[pid=21576] ppid=21574 vsize=1710600 CPUtime=1800.84
/proc/21576/stat : 21576 (java) R 21574 21576 21530 0 -1 0 111205 0 1 0 179080 1004 0 0 25 0 12 0 197886626 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423391 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21576/statm: 427650 105743 1879 14 0 414397 0
[pid=21576/tid=21577] ppid=21574 vsize=1710600 CPUtime=35.9
/proc/21576/task/21577/stat : 21577 (java) S 21574 21576 21530 0 -1 64 33850 0 0 0 3132 458 0 0 16 0 12 0 197886634 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21578] ppid=21574 vsize=1710600 CPUtime=36.02
/proc/21576/task/21578/stat : 21578 (java) S 21574 21576 21530 0 -1 64 36943 0 0 0 3111 491 0 0 16 0 12 0 197886634 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21579] ppid=21574 vsize=1710600 CPUtime=0.6
/proc/21576/task/21579/stat : 21579 (java) S 21574 21576 21530 0 -1 64 26 0 0 0 36 24 0 0 15 0 12 0 197886636 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21580] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21580/stat : 21580 (java) S 21574 21576 21530 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21581] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21581/stat : 21581 (java) S 21574 21576 21530 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197886637 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21582] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21582/stat : 21582 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21583] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21583/stat : 21583 (java) S 21574 21576 21530 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21576/tid=21584] ppid=21574 vsize=1710600 CPUtime=0.37
/proc/21576/task/21584/stat : 21584 (java) S 21574 21576 21530 0 -1 64 668 0 0 0 37 0 0 0 17 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21585] ppid=21574 vsize=1710600 CPUtime=0.35
/proc/21576/task/21585/stat : 21585 (java) S 21574 21576 21530 0 -1 64 320 0 0 0 35 0 0 0 16 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21586] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21586/stat : 21586 (java) S 21574 21576 21530 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21576/tid=21587] ppid=21574 vsize=1710600 CPUtime=0
/proc/21576/task/21587/stat : 21587 (java) S 21574 21576 21530 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197886642 1751654400 105743 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (Kb) 1710600

Sending SIGTERM to -21576
Sleeping 2 seconds

Child status: 143
Real time (s): 1765.5
CPU time (s): 1800.95
CPU user time (s): 1790.84
CPU system time (s): 10.1125
CPU usage (%): 102.008
Max. virtual memory (cumulated for all children) (Kb): 1710600

Launcher Data (download as text)

Begin job on node40 on Sat Jun  3 08:09:49 UTC 2006


FILE ID= 42333-1149322175

PBS_JOBID= 309387

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos9.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node40/42333-1149322175/instance-42333-1149322175.opb 380934731
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-42333-1149322175 -o ROOT/results/node40/solver-42333-1149322175 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node40/42333-1149322175/instance-42333-1149322175.opb 380934731

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  9b565ffd2f62b11d1859d685ea38235b

RANDOM SEED= 380934731


/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.245
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.245
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:       1738840 kB
Buffers:         10788 kB
Cached:         235576 kB
SwapCached:       3400 kB
Active:          84516 kB
Inactive:       170660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738840 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:             296 kB
Writeback:           0 kB
Mapped:          14972 kB
Slab:            47856 kB
Committed_AS:   363556 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node40 on Sat Jun  3 08:39:27 UTC 2006