Trace number 43107

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.48 1646.82

General information on the benchmark

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.73 0.93 0.92 2/67 30306
/proc/meminfo: memFree=1392904/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=18544 CPUtime=0
/proc/30306/stat : 30306 (runsolver) R 30304 30306 30260 0 -1 4194368 18 0 0 0 0 0 0 0 19 0 1 0 195842428 18989056 280 18446744073709551615 4194304 4262084 548682068944 18446744073709551615 214817109015 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30306/statm: 4636 280 244 16 0 2626 0

[startup+10.002 s]
/proc/loadavg: 0.77 0.94 0.92 2/78 30317
/proc/meminfo: memFree=1095408/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1715436 CPUtime=11.65
/proc/30306/stat : 30306 (java) R 30304 30306 30260 0 -1 0 80756 0 1 0 1120 45 0 0 21 0 12 0 195842428 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152705401 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 428859 76029 1880 14 0 415605 0
[pid=30306/tid=30307] ppid=30304 vsize=1715436 CPUtime=1.1
/proc/30306/task/30307/stat : 30307 (java) S 30304 30306 30260 0 -1 64 17378 0 0 0 99 11 0 0 16 0 12 0 195842432 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1715436 CPUtime=1.09
/proc/30306/task/30308/stat : 30308 (java) S 30304 30306 30260 0 -1 64 24572 0 0 0 93 16 0 0 16 0 12 0 195842432 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1715436 CPUtime=0
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 195842435 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1715436 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1715436 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1715436 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1715436 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 195842439 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1715436 CPUtime=0.29
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 404 0 0 0 29 0 0 0 16 0 12 0 195842439 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1715436 CPUtime=0.47
/proc/30306/task/30315/stat : 30315 (java) S 30304 30306 30260 0 -1 64 1891 0 0 0 46 1 0 0 16 0 12 0 195842439 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1715436 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1715436 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1756606464 76029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (Kb) 1715436

[startup+20.0173 s]
/proc/loadavg: 0.80 0.94 0.92 3/78 30317
/proc/meminfo: memFree=1091056/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1714060 CPUtime=22.12
/proc/30306/stat : 30306 (java) R 30304 30306 30260 0 -1 0 82323 0 1 0 2165 47 0 0 17 0 12 0 195842428 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071411983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 428515 77186 1880 14 0 415261 0
[pid=30306/tid=30307] ppid=30304 vsize=1714060 CPUtime=1.48
/proc/30306/task/30307/stat : 30307 (java) S 30304 30306 30260 0 -1 64 18150 0 0 0 137 11 0 0 16 0 12 0 195842432 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1714060 CPUtime=1.48
/proc/30306/task/30308/stat : 30308 (java) S 30304 30306 30260 0 -1 64 25331 0 0 0 132 16 0 0 17 0 12 0 195842432 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1714060 CPUtime=0
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 195842435 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1714060 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1714060 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1714060 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1714060 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 195842439 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1714060 CPUtime=0.34
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 409 0 0 0 34 0 0 0 16 0 12 0 195842439 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1714060 CPUtime=0.52
/proc/30306/task/30315/stat : 30315 (java) R 30304 30306 30260 0 -1 64 1892 0 0 0 51 1 0 0 17 0 12 0 195842439 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154239461 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1714060 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1714060 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1755197440 77186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.12
Current children cumulated vsize (Kb) 1714060

[startup+30.0246 s]
/proc/loadavg: 0.83 0.94 0.92 2/78 30317
/proc/meminfo: memFree=1079152/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1713312 CPUtime=32.46
/proc/30306/stat : 30306 (java) R 30304 30306 30260 0 -1 0 85594 0 1 0 3197 49 0 0 24 0 12 0 195842428 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071413536 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 428328 80183 1883 14 0 415074 0
[pid=30306/tid=30307] ppid=30304 vsize=1713312 CPUtime=1.82
/proc/30306/task/30307/stat : 30307 (java) S 30304 30306 30260 0 -1 64 19643 0 0 0 170 12 0 0 16 0 12 0 195842432 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1713312 CPUtime=1.79
/proc/30306/task/30308/stat : 30308 (java) S 30304 30306 30260 0 -1 64 26853 0 0 0 162 17 0 0 16 0 12 0 195842432 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 195842435 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 195842439 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1713312 CPUtime=0.34
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 411 0 0 0 34 0 0 0 16 0 12 0 195842439 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1713312 CPUtime=0.54
/proc/30306/task/30315/stat : 30315 (java) S 30304 30306 30260 0 -1 64 1894 0 0 0 53 1 0 0 16 0 12 0 195842439 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1754431488 80183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.46
Current children cumulated vsize (Kb) 1713312

[startup+40.0319 s]
/proc/loadavg: 0.86 0.94 0.92 2/78 30317
/proc/meminfo: memFree=1071984/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1713312 CPUtime=42.82
/proc/30306/stat : 30306 (java) R 30304 30306 30260 0 -1 0 87462 0 1 0 4232 50 0 0 18 0 12 0 195842428 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071414371 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 428328 81965 1883 14 0 415074 0
[pid=30306/tid=30307] ppid=30304 vsize=1713312 CPUtime=2.13
/proc/30306/task/30307/stat : 30307 (java) S 30304 30306 30260 0 -1 64 20486 0 0 0 201 12 0 0 16 0 12 0 195842432 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1713312 CPUtime=2.12
/proc/30306/task/30308/stat : 30308 (java) S 30304 30306 30260 0 -1 64 27856 0 0 0 194 18 0 0 17 0 12 0 195842432 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 195842435 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842439 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1713312 CPUtime=0.34
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 411 0 0 0 34 0 0 0 16 0 12 0 195842439 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1713312 CPUtime=0.57
/proc/30306/task/30315/stat : 30315 (java) S 30304 30306 30260 0 -1 64 1896 0 0 0 56 1 0 0 17 0 12 0 195842439 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1754431488 81965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.82
Current children cumulated vsize (Kb) 1713312

[startup+50.0392 s]
/proc/loadavg: 1.04 0.98 0.93 2/78 30317
/proc/meminfo: memFree=1053680/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1713312 CPUtime=53.18
/proc/30306/stat : 30306 (java) R 30304 30306 30260 0 -1 0 92139 0 1 0 5263 55 0 0 19 0 12 0 195842428 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152705406 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 428328 86542 1883 14 0 415074 0
[pid=30306/tid=30307] ppid=30304 vsize=1713312 CPUtime=2.48
/proc/30306/task/30307/stat : 30307 (java) S 30304 30306 30260 0 -1 64 21388 0 0 0 234 14 0 0 16 0 12 0 195842432 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1713312 CPUtime=2.46
/proc/30306/task/30308/stat : 30308 (java) S 30304 30306 30260 0 -1 64 31611 0 0 0 226 20 0 0 16 0 12 0 195842432 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1713312 CPUtime=0.02
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 16 0 0 0 1 1 0 0 15 0 12 0 195842435 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842439 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1713312 CPUtime=0.36
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 412 0 0 0 36 0 0 0 16 0 12 0 195842439 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1713312 CPUtime=0.57
/proc/30306/task/30315/stat : 30315 (java) S 30304 30306 30260 0 -1 64 1896 0 0 0 56 1 0 0 17 0 12 0 195842439 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1754431488 86542 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.18
Current children cumulated vsize (Kb) 1713312

[startup+60.0455 s]
/proc/loadavg: 1.03 0.98 0.93 2/78 30317
/proc/meminfo: memFree=1047344/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1713312 CPUtime=63.51
/proc/30306/stat : 30306 (java) R 30304 30306 30260 0 -1 0 93798 0 1 0 6295 56 0 0 24 0 12 0 195842428 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071411972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 428328 88124 1883 14 0 415074 0
[pid=30306/tid=30307] ppid=30304 vsize=1713312 CPUtime=2.81
/proc/30306/task/30307/stat : 30307 (java) S 30304 30306 30260 0 -1 64 22181 0 0 0 267 14 0 0 16 0 12 0 195842432 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1713312 CPUtime=2.8
/proc/30306/task/30308/stat : 30308 (java) S 30304 30306 30260 0 -1 64 32457 0 0 0 260 20 0 0 16 0 12 0 195842432 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1713312 CPUtime=0.02
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 16 0 0 0 1 1 0 0 16 0 12 0 195842435 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842439 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1713312 CPUtime=0.36
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 412 0 0 0 36 0 0 0 16 0 12 0 195842439 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1713312 CPUtime=0.57
/proc/30306/task/30315/stat : 30315 (java) S 30304 30306 30260 0 -1 64 1896 0 0 0 56 1 0 0 17 0 12 0 195842439 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1754431488 88124 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[startup+1642.49 s]
/proc/loadavg: 1.05 1.13 1.06 2/84 30440
/proc/meminfo: memFree=29760/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1713312 CPUtime=1795.97
/proc/30306/stat : 30306 (java) R 30304 30306 30260 0 -1 0 407720 0 1 0 176875 2722 0 0 17 0 12 0 195842428 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071413579 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 428328 389387 1885 14 0 415074 0
[pid=30306/tid=30307] ppid=30304 vsize=1713312 CPUtime=154.85
/proc/30306/task/30307/stat : 30307 (java) S 30304 30306 30260 0 -1 64 171607 0 0 0 14166 1319 0 0 16 0 12 0 195842432 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1713312 CPUtime=154.81
/proc/30306/task/30308/stat : 30308 (java) S 30304 30306 30260 0 -1 64 187518 0 0 0 14146 1335 0 0 16 0 12 0 195842432 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1713312 CPUtime=3.88
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 6513 0 0 0 360 28 0 0 15 0 12 0 195842435 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842439 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1713312 CPUtime=0.37
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 412 0 0 0 37 0 0 0 16 0 12 0 195842439 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1713312 CPUtime=0.59
/proc/30306/task/30315/stat : 30315 (java) S 30304 30306 30260 0 -1 64 1897 0 0 0 58 1 0 0 16 0 12 0 195842439 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1754431488 389387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.97
Current children cumulated vsize (Kb) 1713312

[startup+1643.5 s]
/proc/loadavg: 1.05 1.13 1.06 3/84 30446
/proc/meminfo: memFree=29696/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1713312 CPUtime=1797.03
/proc/30306/stat : 30306 (java) R 30304 30306 30260 0 -1 0 407722 0 1 0 176980 2723 0 0 20 0 12 0 195842428 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071413568 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 428328 389355 1885 14 0 415074 0
[pid=30306/tid=30307] ppid=30304 vsize=1713312 CPUtime=154.89
/proc/30306/task/30307/stat : 30307 (java) S 30304 30306 30260 0 -1 64 171607 0 0 0 14170 1319 0 0 17 0 12 0 195842432 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1713312 CPUtime=154.86
/proc/30306/task/30308/stat : 30308 (java) S 30304 30306 30260 0 -1 64 187518 0 0 0 14151 1335 0 0 16 0 12 0 195842432 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1713312 CPUtime=3.88
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 6513 0 0 0 360 28 0 0 15 0 12 0 195842435 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1713312 CPUtime=0.37
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 412 0 0 0 37 0 0 0 16 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1713312 CPUtime=0.59
/proc/30306/task/30315/stat : 30315 (java) S 30304 30306 30260 0 -1 64 1897 0 0 0 58 1 0 0 16 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (Kb) 1713312

[startup+1644.51 s]
/proc/loadavg: 1.05 1.13 1.06 2/78 30514
/proc/meminfo: memFree=30896/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1713312 CPUtime=1798.08
/proc/30306/stat : 30306 (java) R 30304 30306 30260 0 -1 0 407724 0 1 0 177085 2723 0 0 20 0 12 0 195842428 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071414363 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 428328 389355 1885 14 0 415074 0
[pid=30306/tid=30307] ppid=30304 vsize=1713312 CPUtime=154.94
/proc/30306/task/30307/stat : 30307 (java) S 30304 30306 30260 0 -1 64 171607 0 0 0 14175 1319 0 0 16 0 12 0 195842432 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1713312 CPUtime=154.9
/proc/30306/task/30308/stat : 30308 (java) S 30304 30306 30260 0 -1 64 187518 0 0 0 14155 1335 0 0 16 0 12 0 195842432 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1713312 CPUtime=3.88
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 6513 0 0 0 360 28 0 0 16 0 12 0 195842435 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1713312 CPUtime=0.37
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 412 0 0 0 37 0 0 0 16 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1713312 CPUtime=0.59
/proc/30306/task/30315/stat : 30315 (java) S 30304 30306 30260 0 -1 64 1897 0 0 0 58 1 0 0 16 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.08
Current children cumulated vsize (Kb) 1713312

[startup+1645.51 s]
/proc/loadavg: 1.05 1.13 1.06 2/78 30514
/proc/meminfo: memFree=30896/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1713312 CPUtime=1799.13
/proc/30306/stat : 30306 (java) R 30304 30306 30260 0 -1 0 407726 0 1 0 177190 2723 0 0 17 0 12 0 195842428 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071304000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30306/statm: 428328 389355 1885 14 0 415074 0
[pid=30306/tid=30307] ppid=30304 vsize=1713312 CPUtime=154.98
/proc/30306/task/30307/stat : 30307 (java) S 30304 30306 30260 0 -1 64 171607 0 0 0 14179 1319 0 0 16 0 12 0 195842432 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1713312 CPUtime=154.95
/proc/30306/task/30308/stat : 30308 (java) S 30304 30306 30260 0 -1 64 187518 0 0 0 14160 1335 0 0 16 0 12 0 195842432 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1713312 CPUtime=3.88
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 6513 0 0 0 360 28 0 0 16 0 12 0 195842435 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1713312 CPUtime=0.37
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 412 0 0 0 37 0 0 0 16 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1713312 CPUtime=0.59
/proc/30306/task/30315/stat : 30315 (java) S 30304 30306 30260 0 -1 64 1897 0 0 0 58 1 0 0 16 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (Kb) 1713312

[startup+1646.52 s]
/proc/loadavg: 1.04 1.13 1.05 3/78 30514
/proc/meminfo: memFree=30896/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1713312 CPUtime=1800.17
/proc/30306/stat : 30306 (java) S 30304 30306 30260 0 -1 0 407727 0 1 0 177294 2723 0 0 20 0 12 0 195842428 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30306/statm: 428328 389355 1885 14 0 415074 0
[pid=30306/tid=30307] ppid=30304 vsize=1713312 CPUtime=155.02
/proc/30306/task/30307/stat : 30307 (java) R 30304 30306 30260 0 -1 64 171607 0 0 0 14183 1319 0 0 16 0 12 0 195842432 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154971897 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1713312 CPUtime=154.98
/proc/30306/task/30308/stat : 30308 (java) R 30304 30306 30260 0 -1 64 187518 0 0 0 14163 1335 0 0 16 0 12 0 195842432 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154645001 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1713312 CPUtime=3.88
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 6513 0 0 0 360 28 0 0 16 0 12 0 195842435 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1713312 CPUtime=0.37
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 412 0 0 0 37 0 0 0 16 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1713312 CPUtime=0.59
/proc/30306/task/30315/stat : 30315 (java) S 30304 30306 30260 0 -1 64 1897 0 0 0 58 1 0 0 16 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (Kb) 1713312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1646.53 s]
/proc/loadavg: 1.04 1.13 1.05 3/78 30514
/proc/meminfo: memFree=30896/2055892 swapFree=4084900/4096564
[pid=30306] ppid=30304 vsize=1713312 CPUtime=1800.19
/proc/30306/stat : 30306 (java) R 30304 30306 30260 0 -1 0 407728 0 1 0 177295 2724 0 0 20 0 12 0 195842428 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152705392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30306/statm: 428328 389355 1885 14 0 415074 0
[pid=30306/tid=30307] ppid=30304 vsize=1713312 CPUtime=155.04
/proc/30306/task/30307/stat : 30307 (java) R 30304 30306 30260 0 -1 64 171607 0 0 0 14184 1320 0 0 16 0 12 0 195842432 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30308] ppid=30304 vsize=1713312 CPUtime=154.99
/proc/30306/task/30308/stat : 30308 (java) S 30304 30306 30260 0 -1 64 187518 0 0 0 14164 1335 0 0 16 0 12 0 195842432 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30309] ppid=30304 vsize=1713312 CPUtime=3.88
/proc/30306/task/30309/stat : 30309 (java) S 30304 30306 30260 0 -1 64 6513 0 0 0 360 28 0 0 16 0 12 0 195842435 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30310] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30310/stat : 30310 (java) S 30304 30306 30260 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30311] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30311/stat : 30311 (java) S 30304 30306 30260 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842436 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30312] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30312/stat : 30312 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30313] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30313/stat : 30313 (java) S 30304 30306 30260 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30314] ppid=30304 vsize=1713312 CPUtime=0.37
/proc/30306/task/30314/stat : 30314 (java) S 30304 30306 30260 0 -1 64 412 0 0 0 37 0 0 0 16 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30315] ppid=30304 vsize=1713312 CPUtime=0.59
/proc/30306/task/30315/stat : 30315 (java) S 30304 30306 30260 0 -1 64 1897 0 0 0 58 1 0 0 16 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30306/tid=30316] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30316/stat : 30316 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30306/tid=30317] ppid=30304 vsize=1713312 CPUtime=0
/proc/30306/task/30317/stat : 30317 (java) S 30304 30306 30260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195842439 1754431488 389355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (Kb) 1713312

Sending SIGTERM to -30306
Sleeping 2 seconds

Child status: 143
Real time (s): 1646.82
CPU time (s): 1800.48
CPU user time (s): 1773.01
CPU system time (s): 27.4698
CPU usage (%): 109.331
Max. virtual memory (cumulated for all children) (Kb): 1715436

Launcher Data (download as text)

Begin job on node92 on Sat Jun  3 02:33:49 UTC 2006


FILE ID= 43107-1149302024

PBS_JOBID= 307421

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  d6efb238990ec55ca510b102fead8acf

RANDOM SEED= 164656866


/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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.19
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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1392856 kB
Buffers:         33212 kB
Cached:         559308 kB
SwapCached:       2956 kB
Active:         145852 kB
Inactive:       455336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1392856 kB
SwapTotal:     4096564 kB
SwapFree:      4084900 kB
Dirty:             248 kB
Writeback:           0 kB
Mapped:          15200 kB
Slab:            48568 kB
Committed_AS:   307568 kB
PageTables:       1256 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node92 on Sat Jun  3 03:01:22 UTC 2006