Trace number 43760

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? (TO) 1800.97 1680.7

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/reduced/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome12.opb
MD5SUM489d5377e587a4ab41c94f06db936b0a
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1466812
Total number of constraints24336
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 320
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1253788
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 1253788
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node74/watcher-43760-1149321784 -o ROOT/results/node74/solver-43760-1149321784 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node74/43760-1149321784/instance-43760-1149321784.opb 470896846 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.94 1.02 0.99 3/64 8257
/proc/meminfo: memFree=1594536/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=172 CPUtime=0
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 201 0 0 0 0 0 0 0 19 0 1 0 197842776 176128 24 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 7393579 0 0 4096 0 0 0 0 17 1 0 0
/proc/8257/statm: 55 24 18 14 0 3 0

[startup+10.0021 s]
/proc/loadavg: 1.09 1.05 1.00 2/75 8268
/proc/meminfo: memFree=1300376/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1713636 CPUtime=12.1
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 78789 0 1 0 1166 44 0 0 24 0 12 0 197842776 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071427199 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8257/statm: 428409 75267 1880 14 0 415156 0
[pid=8257/tid=8258] ppid=8255 vsize=1713636 CPUtime=1.37
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 19602 0 0 0 125 12 0 0 16 0 12 0 197842779 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1713636 CPUtime=1.38
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 20753 0 0 0 124 14 0 0 16 0 12 0 197842779 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1713636 CPUtime=0
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 12 0 0 0 0 0 0 0 15 0 12 0 197842782 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1713636 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1713636 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1713636 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1713636 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1713636 CPUtime=0.44
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1189 0 0 0 44 0 0 0 15 0 12 0 197842786 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1713636 CPUtime=0.45
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 718 0 0 0 45 0 0 0 16 0 12 0 197842786 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1713636 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1713636 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1754763264 75267 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (Kb) 1713636

[startup+20.0207 s]
/proc/loadavg: 1.08 1.05 1.00 2/75 8268
/proc/meminfo: memFree=1295784/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1711772 CPUtime=22.52
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 80492 0 1 0 2206 46 0 0 23 0 12 0 197842776 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8257/statm: 427943 76451 1880 14 0 414690 0
[pid=8257/tid=8258] ppid=8255 vsize=1711772 CPUtime=1.72
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 20319 0 0 0 160 12 0 0 16 0 12 0 197842779 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1711772 CPUtime=1.73
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 21705 0 0 0 158 15 0 0 16 0 12 0 197842779 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 197842782 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1711772 CPUtime=0.5
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1194 0 0 0 50 0 0 0 17 0 12 0 197842786 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1711772 CPUtime=0.46
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 718 0 0 0 46 0 0 0 17 0 12 0 197842786 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1752854528 76451 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.52
Current children cumulated vsize (Kb) 1711772

[startup+30.0281 s]
/proc/loadavg: 1.07 1.05 1.00 2/75 8268
/proc/meminfo: memFree=1283304/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1711772 CPUtime=32.84
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 83704 0 1 0 3236 48 0 0 25 0 12 0 197842776 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429531 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8257/statm: 427943 79587 1882 14 0 414690 0
[pid=8257/tid=8258] ppid=8255 vsize=1711772 CPUtime=2.02
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 21958 0 0 0 189 13 0 0 16 0 12 0 197842779 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1711772 CPUtime=2.03
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 22908 0 0 0 188 15 0 0 16 0 12 0 197842779 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1711772 CPUtime=0.01
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 197842782 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1711772 CPUtime=0.52
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1197 0 0 0 52 0 0 0 16 0 12 0 197842786 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1711772 CPUtime=0.46
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 718 0 0 0 46 0 0 0 16 0 12 0 197842786 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1752854528 79587 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.84
Current children cumulated vsize (Kb) 1711772

[startup+40.035 s]
/proc/loadavg: 1.06 1.05 1.00 2/75 8268
/proc/meminfo: memFree=1276328/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1711772 CPUtime=43.16
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 85511 0 1 0 4267 49 0 0 23 0 12 0 197842776 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429684 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8257/statm: 427943 81355 1882 14 0 414690 0
[pid=8257/tid=8258] ppid=8255 vsize=1711772 CPUtime=2.31
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 22496 0 0 0 218 13 0 0 16 0 12 0 197842779 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1711772 CPUtime=2.33
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 24156 0 0 0 217 16 0 0 16 0 12 0 197842779 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1711772 CPUtime=0.01
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 197842782 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1711772 CPUtime=0.54
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1198 0 0 0 54 0 0 0 16 0 12 0 197842786 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1711772 CPUtime=0.48
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 719 0 0 0 48 0 0 0 17 0 12 0 197842786 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1752854528 81355 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.16
Current children cumulated vsize (Kb) 1711772

[startup+50.042 s]
/proc/loadavg: 1.05 1.04 1.00 2/75 8268
/proc/meminfo: memFree=1269672/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1711772 CPUtime=53.49
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 87267 0 1 0 5299 50 0 0 25 0 12 0 197842776 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071427199 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8257/statm: 427943 83018 1882 14 0 414690 0
[pid=8257/tid=8258] ppid=8255 vsize=1711772 CPUtime=2.64
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 23430 0 0 0 250 14 0 0 16 0 12 0 197842779 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1711772 CPUtime=2.66
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 24957 0 0 0 249 17 0 0 16 0 12 0 197842779 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1711772 CPUtime=0.01
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 197842782 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1711772 CPUtime=0.54
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1198 0 0 0 54 0 0 0 16 0 12 0 197842786 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1711772 CPUtime=0.49
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 720 0 0 0 49 0 0 0 16 0 12 0 197842786 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1752854528 83018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.49
Current children cumulated vsize (Kb) 1711772

[startup+60.049 s]
/proc/loadavg: 1.04 1.04 1.00 2/75 8268
/proc/meminfo: memFree=1263592/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1711772 CPUtime=63.79
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 88895 0 1 0 6328 51 0 0 18 0 12 0 197842776 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429531 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8257/statm: 427943 84523 1882 14 0 414690 0
[pid=8257/tid=8258] ppid=8255 vsize=1711772 CPUtime=2.95
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 24221 0 0 0 280 15 0 0 16 0 12 0 197842779 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1711772 CPUtime=2.96
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 25775 0 0 0 279 17 0 0 16 0 12 0 197842779 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1711772 CPUtime=0.01
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 197842782 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1711772 CPUtime=0.55
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1198 0 0 0 55 0 0 0 16 0 12 0 197842786 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1711772 CPUtime=0.49
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 720 0 0 0 49 0 0 0 16 0 12 0 197842786 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1752854528 84523 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[startup+1676.41 s]
/proc/loadavg: 1.10 1.05 1.01 2/75 8268
/proc/meminfo: memFree=41000/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1711772 CPUtime=1796.49
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 406811 0 1 0 177471 2178 0 0 21 0 12 0 197842776 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709488 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8257/statm: 427943 389302 1884 14 0 414690 0
[pid=8257/tid=8258] ppid=8255 vsize=1711772 CPUtime=120.68
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 166903 0 0 0 11137 931 0 0 16 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1711772 CPUtime=120.6
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 191547 0 0 0 10880 1180 0 0 16 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1711772 CPUtime=3.99
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 6464 0 0 0 373 26 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1711772 CPUtime=0.55
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1198 0 0 0 55 0 0 0 17 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1711772 CPUtime=0.5
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 720 0 0 0 50 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.49
Current children cumulated vsize (Kb) 1711772

[startup+1677.41 s]
/proc/loadavg: 1.10 1.05 1.01 2/75 8268
/proc/meminfo: memFree=41000/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1711772 CPUtime=1797.55
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 406813 0 1 0 177576 2179 0 0 25 0 12 0 197842776 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429677 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8257/statm: 427943 389302 1884 14 0 414690 0
[pid=8257/tid=8258] ppid=8255 vsize=1711772 CPUtime=120.73
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 166903 0 0 0 11142 931 0 0 16 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1711772 CPUtime=120.66
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 191547 0 0 0 10885 1181 0 0 16 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1711772 CPUtime=3.99
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 6464 0 0 0 373 26 0 0 15 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1711772 CPUtime=0.55
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1198 0 0 0 55 0 0 0 17 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1711772 CPUtime=0.5
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 720 0 0 0 50 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.55
Current children cumulated vsize (Kb) 1711772

[startup+1678.42 s]
/proc/loadavg: 1.10 1.05 1.01 2/75 8268
/proc/meminfo: memFree=41000/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1711772 CPUtime=1798.61
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 406815 0 1 0 177682 2179 0 0 18 0 12 0 197842776 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429520 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8257/statm: 427943 389302 1884 14 0 414690 0
[pid=8257/tid=8258] ppid=8255 vsize=1711772 CPUtime=120.78
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 166903 0 0 0 11147 931 0 0 17 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1711772 CPUtime=120.7
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 191547 0 0 0 10889 1181 0 0 16 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1711772 CPUtime=3.99
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 6464 0 0 0 373 26 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1711772 CPUtime=0.55
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1198 0 0 0 55 0 0 0 17 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1711772 CPUtime=0.5
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 720 0 0 0 50 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (Kb) 1711772

[startup+1679.43 s]
/proc/loadavg: 1.10 1.05 1.01 2/75 8268
/proc/meminfo: memFree=41000/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1711772 CPUtime=1799.66
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 406817 0 1 0 177787 2179 0 0 23 0 12 0 197842776 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429535 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8257/statm: 427943 389302 1884 14 0 414690 0
[pid=8257/tid=8258] ppid=8255 vsize=1711772 CPUtime=120.82
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 166903 0 0 0 11151 931 0 0 16 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1711772 CPUtime=120.75
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 191547 0 0 0 10894 1181 0 0 16 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1711772 CPUtime=3.99
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 6464 0 0 0 373 26 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1711772 CPUtime=0.55
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1198 0 0 0 55 0 0 0 17 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1711772 CPUtime=0.5
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 720 0 0 0 50 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.66
Current children cumulated vsize (Kb) 1711772

[startup+1680.43 s]
/proc/loadavg: 1.10 1.05 1.01 2/75 8268
/proc/meminfo: memFree=41000/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1711772 CPUtime=1800.71
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 406819 0 1 0 177892 2179 0 0 25 0 12 0 197842776 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429531 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8257/statm: 427943 389302 1884 14 0 414690 0
[pid=8257/tid=8258] ppid=8255 vsize=1711772 CPUtime=120.87
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 166903 0 0 0 11156 931 0 0 16 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1711772 CPUtime=120.8
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 191547 0 0 0 10899 1181 0 0 16 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1711772 CPUtime=3.99
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 6464 0 0 0 373 26 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1711772 CPUtime=0.55
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1198 0 0 0 55 0 0 0 17 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1711772 CPUtime=0.5
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 720 0 0 0 50 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 1711772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1680.44 s]
/proc/loadavg: 1.10 1.05 1.01 2/75 8268
/proc/meminfo: memFree=41000/2055920 swapFree=4182292/4192956
[pid=8257] ppid=8255 vsize=1711772 CPUtime=1800.71
/proc/8257/stat : 8257 (java) R 8255 8257 8211 0 -1 0 406819 0 1 0 177892 2179 0 0 25 0 12 0 197842776 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071428736 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8257/statm: 427943 389302 1884 14 0 414690 0
[pid=8257/tid=8258] ppid=8255 vsize=1711772 CPUtime=120.87
/proc/8257/task/8258/stat : 8258 (java) S 8255 8257 8211 0 -1 64 166903 0 0 0 11156 931 0 0 16 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8259] ppid=8255 vsize=1711772 CPUtime=120.8
/proc/8257/task/8259/stat : 8259 (java) S 8255 8257 8211 0 -1 64 191547 0 0 0 10899 1181 0 0 16 0 12 0 197842779 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8260] ppid=8255 vsize=1711772 CPUtime=3.99
/proc/8257/task/8260/stat : 8260 (java) S 8255 8257 8211 0 -1 64 6464 0 0 0 373 26 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8261] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8261/stat : 8261 (java) S 8255 8257 8211 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8262] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8262/stat : 8262 (java) S 8255 8257 8211 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197842782 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8263] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8263/stat : 8263 (java) S 8255 8257 8211 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8264] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8264/stat : 8264 (java) S 8255 8257 8211 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8265] ppid=8255 vsize=1711772 CPUtime=0.55
/proc/8257/task/8265/stat : 8265 (java) S 8255 8257 8211 0 -1 64 1198 0 0 0 55 0 0 0 17 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8266] ppid=8255 vsize=1711772 CPUtime=0.5
/proc/8257/task/8266/stat : 8266 (java) S 8255 8257 8211 0 -1 64 720 0 0 0 50 0 0 0 16 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8257/tid=8267] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8267/stat : 8267 (java) S 8255 8257 8211 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8257/tid=8268] ppid=8255 vsize=1711772 CPUtime=0
/proc/8257/task/8268/stat : 8268 (java) S 8255 8257 8211 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197842786 1752854528 389302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 1711772

Sending SIGTERM to -8257
Sleeping 2 seconds

Child status: 143
Real time (s): 1680.7
CPU time (s): 1800.97
CPU user time (s): 1778.96
CPU system time (s): 22.0137
CPU usage (%): 107.156
Max. virtual memory (cumulated for all children) (Kb): 1713636

Launcher Data (download as text)

Begin job on node74 on Sat Jun  3 08:03:04 UTC 2006


FILE ID= 43760-1149321784

PBS_JOBID= 309361

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  489d5377e587a4ab41c94f06db936b0a

RANDOM SEED= 470896846


/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.274
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.274
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:       1594744 kB
Buffers:          8912 kB
Cached:         389012 kB
SwapCached:       2324 kB
Active:         237788 kB
Inactive:       168800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594744 kB
SwapTotal:     4192956 kB
SwapFree:      4182292 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          15868 kB
Slab:            40580 kB
Committed_AS:   288508 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node74 on Sat Jun  3 08:31:05 UTC 2006