Trace number 43761

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.37 1649.56

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-fome13.opb
MD5SUMdc68c84ca9a12d789f4fef65e97f0e43
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 variables2933624
Total number of constraints48672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 160
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 1988816
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 1988816
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.40	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.40	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.41	c no version file found!!!
0.41	c sun.arch.data.model	32
0.41	c java.version	1.5.0_06
0.41	c os.name	Linux
0.41	c os.version	2.6.9-34.ELsmp
0.41	c os.arch	i386
0.41	c Free memory 1548419056
0.41	c Max memory 1551040512
0.41	c Total memory 1551040512
0.41	c Number of processors 2
0.46	c Cutting planes based inference
0.46	c --- Begin Solver configuration ---
0.46	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.46	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.46	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.46	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.46	c VSIDS like heuristics from MiniSAT using a heap
0.46	c No reason simplification
0.46	c --- End Solver configuration ---
0.46	c solving ROOT/tmp/node90/43761-1149322174/instance-43761-1149322174.opb
0.46	c reading problem ... 
1649.30	c starts		: 0
1649.30	c conflicts		: 0
1649.30	c decisions		: 0
1649.30	c propagations		: 0
1649.30	c inspects		: 0
1649.30	c learnt literals	: 0
1649.30	c learnt binary clauses	: 0
1649.30	c learnt ternary clauses	: 0
1649.30	c learnt clauses	: 0
1649.30	c root simplifications	: 0
1649.30	c removed literals (reason simplification)	: 0
1649.30	c reason swapping (by a shorter reason)	: 0
1649.30	c Calls to reduceDB	: 0
1649.30	c speed (decisions/second)	: 0.0
1649.30	c non guided choices	0
1649.30	s UNKNOWN
1649.30	c Total wall clock time (ms): 1648.848

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.75 0.92 0.97 2/67 22639
/proc/meminfo: memFree=1590336/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1788 CPUtime=0
/proc/22639/stat : 22639 (java) D 22637 22639 22593 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 197859148 1830912 135 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099843366 0 0 17 1 0 0
/proc/22639/statm: 447 135 100 14 0 91 0

[startup+10.002 s]
/proc/loadavg: 0.87 0.94 0.98 2/78 22650
/proc/meminfo: memFree=1200488/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1713076 CPUtime=12.16
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 101356 0 1 0 1159 57 0 0 17 0 12 0 197859148 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071410524 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22639/statm: 428269 99146 1870 14 0 415015 0
[pid=22639/tid=22640] ppid=22637 vsize=1713076 CPUtime=2.14
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 38707 0 0 0 195 19 0 0 16 0 12 0 197859164 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1713076 CPUtime=2.15
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 25611 0 0 0 195 20 0 0 16 0 12 0 197859164 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1713076 CPUtime=0
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 197859166 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1713076 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1713076 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1713076 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1713076 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 197859174 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1713076 CPUtime=0.21
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 340 0 0 0 21 0 0 0 16 0 12 0 197859174 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1713076 CPUtime=0.14
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 181 0 0 0 14 0 0 0 15 0 12 0 197859174 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1713076 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1713076 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1754189824 99146 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (Kb) 1713076

[startup+20.0081 s]
/proc/loadavg: 0.97 0.96 0.98 2/78 22650
/proc/meminfo: memFree=1205224/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1714904 CPUtime=23.23
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 104027 0 1 0 2255 68 0 0 21 0 12 0 197859148 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071410532 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22639/statm: 428726 97984 1880 14 0 415472 0
[pid=22639/tid=22640] ppid=22637 vsize=1714904 CPUtime=2.84
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 38943 0 0 0 257 27 0 0 16 0 12 0 197859164 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1714904 CPUtime=2.86
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 25685 0 0 0 264 22 0 0 16 0 12 0 197859164 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1714904 CPUtime=0
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 197859166 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1714904 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1714904 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1714904 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1714904 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 197859174 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1714904 CPUtime=0.3
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 516 0 0 0 30 0 0 0 17 0 12 0 197859174 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1714904 CPUtime=0.47
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 2293 0 0 0 46 1 0 0 17 0 12 0 197859174 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1714904 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1714904 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1756061696 97984 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.23
Current children cumulated vsize (Kb) 1714904

[startup+30.0142 s]
/proc/loadavg: 0.97 0.96 0.98 2/78 22650
/proc/meminfo: memFree=1201128/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1714072 CPUtime=33.79
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 105473 0 1 0 3302 77 0 0 22 0 12 0 197859148 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071416481 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22639/statm: 428518 99041 1880 14 0 415264 0
[pid=22639/tid=22640] ppid=22637 vsize=1714072 CPUtime=3.35
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 39669 0 0 0 303 32 0 0 16 0 12 0 197859164 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1714072 CPUtime=3.37
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 26376 0 0 0 311 26 0 0 16 0 12 0 197859164 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 197859166 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 197859174 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1714072 CPUtime=0.33
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 517 0 0 0 33 0 0 0 17 0 12 0 197859174 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1714072 CPUtime=0.52
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 2298 0 0 0 51 1 0 0 17 0 12 0 197859174 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1755209728 99041 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.79
Current children cumulated vsize (Kb) 1714072

[startup+40.0213 s]
/proc/loadavg: 0.98 0.96 0.98 2/78 22650
/proc/meminfo: memFree=1196008/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1714072 CPUtime=44.29
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 106757 0 1 0 4342 87 0 0 24 0 12 0 197859148 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071410619 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22639/statm: 428518 100305 1880 14 0 415264 0
[pid=22639/tid=22640] ppid=22637 vsize=1714072 CPUtime=3.84
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 40220 0 0 0 348 36 0 0 16 0 12 0 197859164 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1714072 CPUtime=3.86
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 27089 0 0 0 356 30 0 0 16 0 12 0 197859164 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 197859166 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 197859174 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1714072 CPUtime=0.33
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 517 0 0 0 33 0 0 0 17 0 12 0 197859174 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1714072 CPUtime=0.52
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 2298 0 0 0 51 1 0 0 17 0 12 0 197859174 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1755209728 100305 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.29
Current children cumulated vsize (Kb) 1714072

[startup+50.0293 s]
/proc/loadavg: 1.05 0.98 0.99 2/78 22650
/proc/meminfo: memFree=1192744/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1714072 CPUtime=54.8
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 107614 0 1 0 5385 95 0 0 18 0 12 0 197859148 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071414095 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22639/statm: 428518 101124 1880 14 0 415264 0
[pid=22639/tid=22640] ppid=22637 vsize=1714072 CPUtime=4.34
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 40826 0 0 0 390 44 0 0 16 0 12 0 197859164 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1714072 CPUtime=4.36
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 27319 0 0 0 405 31 0 0 16 0 12 0 197859164 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1714072 CPUtime=0.01
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 33 0 0 0 0 1 0 0 15 0 12 0 197859166 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 197859174 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1714072 CPUtime=0.33
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 517 0 0 0 33 0 0 0 16 0 12 0 197859174 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1714072 CPUtime=0.54
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 2300 0 0 0 53 1 0 0 17 0 12 0 197859174 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1755209728 101124 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.8
Current children cumulated vsize (Kb) 1714072

[startup+60.0364 s]
/proc/loadavg: 1.12 0.99 0.99 2/78 22650
/proc/meminfo: memFree=1165096/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1714072 CPUtime=65.39
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 114823 0 1 0 6430 109 0 0 18 0 12 0 197859148 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071416464 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22639/statm: 428518 108020 1880 14 0 415264 0
[pid=22639/tid=22640] ppid=22637 vsize=1714072 CPUtime=4.92
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 41300 0 0 0 446 46 0 0 17 0 12 0 197859164 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1714072 CPUtime=4.93
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 33765 0 0 0 450 43 0 0 16 0 12 0 197859164 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1714072 CPUtime=0.02
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 33 0 0 0 1 1 0 0 16 0 12 0 197859166 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 197859174 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1714072 CPUtime=0.34
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 554 0 0 0 34 0 0 0 17 0 12 0 197859174 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1714072 CPUtime=0.55
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 2301 0 0 0 54 1 0 0 16 0 12 0 197859174 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1755209728 108020 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[startup+1645.27 s]
/proc/loadavg: 1.05 1.07 1.02 2/78 22650
/proc/meminfo: memFree=57000/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1714072 CPUtime=1795.67
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 400251 0 1 0 175746 3821 0 0 17 0 12 0 197859148 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071414095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22639/statm: 428518 384224 1884 14 0 415264 0
[pid=22639/tid=22640] ppid=22637 vsize=1714072 CPUtime=151.2
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 167442 0 0 0 13071 2049 0 0 16 0 12 0 197859164 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1714072 CPUtime=151.21
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 186547 0 0 0 13406 1715 0 0 16 0 12 0 197859164 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1714072 CPUtime=2.19
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 3265 0 0 0 196 23 0 0 15 0 12 0 197859166 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 197859174 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1714072 CPUtime=0.38
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 612 0 0 0 38 0 0 0 17 0 12 0 197859174 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1714072 CPUtime=0.6
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 2312 0 0 0 59 1 0 0 16 0 12 0 197859174 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (Kb) 1714072

[startup+1646.28 s]
/proc/loadavg: 1.05 1.07 1.02 2/78 22650
/proc/meminfo: memFree=57000/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1714072 CPUtime=1796.78
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 400253 0 1 0 175855 3823 0 0 16 0 12 0 197859148 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071410552 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22639/statm: 428518 384224 1884 14 0 415264 0
[pid=22639/tid=22640] ppid=22637 vsize=1714072 CPUtime=151.3
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 167442 0 0 0 13080 2050 0 0 16 0 12 0 197859164 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1714072 CPUtime=151.32
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 186547 0 0 0 13417 1715 0 0 16 0 12 0 197859164 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1714072 CPUtime=2.19
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 3265 0 0 0 196 23 0 0 16 0 12 0 197859166 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 197859174 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1714072 CPUtime=0.38
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 612 0 0 0 38 0 0 0 17 0 12 0 197859174 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1714072 CPUtime=0.6
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 2312 0 0 0 59 1 0 0 16 0 12 0 197859174 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1755209728 384224 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.78
Current children cumulated vsize (Kb) 1714072

[startup+1647.28 s]
/proc/loadavg: 1.05 1.07 1.02 2/78 22650
/proc/meminfo: memFree=57000/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1714072 CPUtime=1797.89
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 400257 0 1 0 175964 3825 0 0 16 0 12 0 197859148 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071416475 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22639/statm: 428518 384226 1884 14 0 415264 0
[pid=22639/tid=22640] ppid=22637 vsize=1714072 CPUtime=151.41
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 167444 0 0 0 13088 2053 0 0 16 0 12 0 197859164 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1714072 CPUtime=151.43
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 186547 0 0 0 13428 1715 0 0 16 0 12 0 197859164 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1714072 CPUtime=2.19
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 3265 0 0 0 196 23 0 0 16 0 12 0 197859166 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 197859174 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1714072 CPUtime=0.38
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 612 0 0 0 38 0 0 0 17 0 12 0 197859174 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1714072 CPUtime=0.6
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 2312 0 0 0 59 1 0 0 16 0 12 0 197859174 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1755209728 384226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (Kb) 1714072

[startup+1648.29 s]
/proc/loadavg: 1.04 1.07 1.01 2/78 22650
/proc/meminfo: memFree=56936/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1714072 CPUtime=1799.01
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 400272 0 1 0 176074 3827 0 0 16 0 12 0 197859148 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071416464 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22639/statm: 428518 384239 1884 14 0 415264 0
[pid=22639/tid=22640] ppid=22637 vsize=1714072 CPUtime=151.52
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 167457 0 0 0 13097 2055 0 0 16 0 12 0 197859164 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1714072 CPUtime=151.54
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 186547 0 0 0 13439 1715 0 0 16 0 12 0 197859164 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1714072 CPUtime=2.19
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 3265 0 0 0 196 23 0 0 16 0 12 0 197859166 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1714072 CPUtime=0.38
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 612 0 0 0 38 0 0 0 17 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1714072 CPUtime=0.6
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 2312 0 0 0 59 1 0 0 16 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (Kb) 1714072

[startup+1649.29 s]
/proc/loadavg: 1.04 1.07 1.01 2/78 22650
/proc/meminfo: memFree=56936/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1714072 CPUtime=1800.12
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 400274 0 1 0 176184 3828 0 0 17 0 12 0 197859148 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071416487 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22639/statm: 428518 384239 1884 14 0 415264 0
[pid=22639/tid=22640] ppid=22637 vsize=1714072 CPUtime=151.61
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 167457 0 0 0 13106 2055 0 0 16 0 12 0 197859164 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1714072 CPUtime=151.63
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 186547 0 0 0 13448 1715 0 0 16 0 12 0 197859164 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1714072 CPUtime=2.19
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 3265 0 0 0 196 23 0 0 16 0 12 0 197859166 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1714072 CPUtime=0.38
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 612 0 0 0 38 0 0 0 17 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1714072 CPUtime=0.6
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 2312 0 0 0 59 1 0 0 16 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (Kb) 1714072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1649.3 s]
/proc/loadavg: 1.04 1.07 1.01 2/78 22650
/proc/meminfo: memFree=56936/2055888 swapFree=4085308/4096564
[pid=22639] ppid=22637 vsize=1714072 CPUtime=1800.12
/proc/22639/stat : 22639 (java) R 22637 22639 22593 0 -1 0 400274 0 1 0 176184 3828 0 0 17 0 12 0 197859148 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071416607 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22639/statm: 428518 384239 1884 14 0 415264 0
[pid=22639/tid=22640] ppid=22637 vsize=1714072 CPUtime=151.61
/proc/22639/task/22640/stat : 22640 (java) S 22637 22639 22593 0 -1 64 167457 0 0 0 13106 2055 0 0 16 0 12 0 197859164 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22641] ppid=22637 vsize=1714072 CPUtime=151.63
/proc/22639/task/22641/stat : 22641 (java) S 22637 22639 22593 0 -1 64 186547 0 0 0 13448 1715 0 0 16 0 12 0 197859164 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22642] ppid=22637 vsize=1714072 CPUtime=2.19
/proc/22639/task/22642/stat : 22642 (java) S 22637 22639 22593 0 -1 64 3265 0 0 0 196 23 0 0 16 0 12 0 197859166 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22643] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22643/stat : 22643 (java) S 22637 22639 22593 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22644] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22644/stat : 22644 (java) S 22637 22639 22593 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197859167 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22645] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22645/stat : 22645 (java) S 22637 22639 22593 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22646] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22646/stat : 22646 (java) S 22637 22639 22593 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22647] ppid=22637 vsize=1714072 CPUtime=0.38
/proc/22639/task/22647/stat : 22647 (java) S 22637 22639 22593 0 -1 64 612 0 0 0 38 0 0 0 17 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22639/tid=22648] ppid=22637 vsize=1714072 CPUtime=0.6
/proc/22639/task/22648/stat : 22648 (java) S 22637 22639 22593 0 -1 64 2312 0 0 0 59 1 0 0 16 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22649] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22649/stat : 22649 (java) S 22637 22639 22593 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197859174 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22639/tid=22650] ppid=22637 vsize=1714072 CPUtime=0
/proc/22639/task/22650/stat : 22650 (java) S 22637 22639 22593 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197859175 1755209728 384239 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (Kb) 1714072

Sending SIGTERM to -22639
Sleeping 2 seconds

Child status: 143
Real time (s): 1649.56
CPU time (s): 1800.37
CPU user time (s): 1761.87
CPU system time (s): 38.5021
CPU usage (%): 109.143
Max. virtual memory (cumulated for all children) (Kb): 1714904

Launcher Data (download as text)

Begin job on node90 on Sat Jun  3 08:09:51 UTC 2006


FILE ID= 43761-1149322174

PBS_JOBID= 309373

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-fome13.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node90/43761-1149322174/instance-43761-1149322174.opb 316488058
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node90/watcher-43761-1149322174 -o ROOT/results/node90/solver-43761-1149322174 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node90/43761-1149322174/instance-43761-1149322174.opb 316488058

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  dc68c84ca9a12d789f4fef65e97f0e43

RANDOM SEED= 316488058


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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.227
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.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1590480 kB
Buffers:         18180 kB
Cached:         382828 kB
SwapCached:       2436 kB
Active:         153356 kB
Inactive:       256320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1590480 kB
SwapTotal:     4096564 kB
SwapFree:      4085308 kB
Dirty:              20 kB
Writeback:           0 kB
Mapped:          16060 kB
Slab:            42444 kB
Committed_AS:   357616 kB
PageTables:       1268 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node90 on Sat Jun  3 08:37:31 UTC 2006