Trace number 44524

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) 1802.73 1790.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-4.opb
MD5SUM937ec96fd1742e5ed6250d14e65c707b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-57
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -57
Optimality of the best value was proved NO
Number of variables1534
Total number of constraints127011
Number of constraints which are clauses127011
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1534
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1534
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1534
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.21	c no version file found!!!
0.21	c sun.arch.data.model	32
0.21	c java.version	1.5.0_06
0.21	c os.name	Linux
0.21	c os.version	2.6.9-22.EL.rootsmp
0.21	c os.arch	i386
0.21	c Free memory 1548419056
0.21	c Max memory 1551040512
0.21	c Total memory 1551040512
0.21	c Number of processors 2
0.27	c Cutting planes based inference
0.27	c --- Begin Solver configuration ---
0.27	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.27	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.27	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving ROOT/tmp/node34/44524-1154052430/instance-44524-1154052430.opb
0.27	c reading problem ... 
5.50	c ... done. Time 5.232 ms.
5.50	c #vars     1534
5.50	c #constraints  127011
5.53	c SATISFIABLE
5.53	c OPTIMIZING...
5.53	c Got one! Ellapsed CPU time (in seconds):5.262
5.55	o 0
5.59	c Got one! Ellapsed CPU time (in seconds):5.322
5.59	o -1
5.85	c Got one! Ellapsed CPU time (in seconds):5.584
5.85	o -2
6.83	c Got one! Ellapsed CPU time (in seconds):6.568
6.84	o -40
7.73	c Got one! Ellapsed CPU time (in seconds):7.463
7.73	o -41
8.76	c Got one! Ellapsed CPU time (in seconds):8.496
8.76	o -42
11.69	c Got one! Ellapsed CPU time (in seconds):11.428
11.70	o -44
16.30	c Got one! Ellapsed CPU time (in seconds):16.029
16.30	o -45
58.72	c Got one! Ellapsed CPU time (in seconds):58.457
58.72	o -46

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node34/watcher-44524-1154052430 -o ROOT/results/node34/solver-44524-1154052430 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node34/44524-1154052430/instance-44524-1154052430.opb 258877568 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.03 1.00 3/64 16570
/proc/meminfo: memFree=1566544/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1784 CPUtime=0
/proc/16570/stat : 16570 (java) D 16568 16570 16521 0 -1 0 167 0 0 0 0 0 0 0 18 0 1 0 152118013 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16570/statm: 446 137 102 14 0 91 0

[startup+10.0028 s]
/proc/loadavg: 1.00 1.03 1.00 2/76 16588
/proc/meminfo: memFree=1353216/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1712476 CPUtime=11.55
/proc/16570/stat : 16570 (java) R 16568 16570 16521 0 -1 0 58708 0 1 0 1125 30 0 0 25 0 13 0 152118013 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071501899 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16570/statm: 428119 55086 1910 14 0 414866 0
[pid=16570/tid=16571] ppid=16568 vsize=1712476 CPUtime=0.33
/proc/16570/task/16571/stat : 16571 (java) S 16568 16570 16521 0 -1 64 7871 0 0 0 30 3 0 0 16 0 13 0 152118023 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16572] ppid=16568 vsize=1712476 CPUtime=0.34
/proc/16570/task/16572/stat : 16572 (java) S 16568 16570 16521 0 -1 64 7296 0 0 0 31 3 0 0 16 0 13 0 152118023 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16568 vsize=1712476 CPUtime=0
/proc/16570/task/16573/stat : 16573 (java) S 16568 16570 16521 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 152118026 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16574] ppid=16568 vsize=1712476 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16568 16570 16521 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152118026 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16575] ppid=16568 vsize=1712476 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712476 CPUtime=0
/proc/16570/task/16576/stat : 16576 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152118030 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16577] ppid=16568 vsize=1712476 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16568 16570 16521 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152118030 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16568 vsize=1712476 CPUtime=0.82
/proc/16570/task/16578/stat : 16578 (java) S 16568 16570 16521 0 -1 64 1525 0 0 0 82 0 0 0 15 0 13 0 152118030 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16579] ppid=16568 vsize=1712476 CPUtime=0.85
/proc/16570/task/16579/stat : 16579 (java) S 16568 16570 16521 0 -1 64 721 0 0 0 85 0 0 0 16 0 13 0 152118030 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16580] ppid=16568 vsize=1712476 CPUtime=0
/proc/16570/task/16580/stat : 16580 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152118030 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16581] ppid=16568 vsize=1712476 CPUtime=0
/proc/16570/task/16581/stat : 16581 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152118030 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16588] ppid=16568 vsize=1712476 CPUtime=0
/proc/16570/task/16588/stat : 16588 (java) S 16568 16570 16521 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 152118890 1753575424 55086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (Kb) 1712476

[startup+20.0104 s]
/proc/loadavg: 1.00 1.03 1.00 2/76 16590
/proc/meminfo: memFree=1280312/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1712744 CPUtime=22.16
/proc/16570/stat : 16570 (java) R 16568 16570 16521 0 -1 0 80024 0 1 0 2175 41 0 0 17 0 13 0 152118013 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071515584 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16570/statm: 428186 73373 1910 14 0 414933 0
[pid=16570/tid=16571] ppid=16568 vsize=1712744 CPUtime=0.81
/proc/16570/task/16571/stat : 16571 (java) S 16568 16570 16521 0 -1 64 17206 0 0 0 73 8 0 0 16 0 13 0 152118023 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16568 vsize=1712744 CPUtime=0.82
/proc/16570/task/16572/stat : 16572 (java) S 16568 16570 16521 0 -1 64 18814 0 0 0 73 9 0 0 16 0 13 0 152118023 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16573] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16573/stat : 16573 (java) S 16568 16570 16521 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16574] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16568 16570 16521 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16575] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16576/stat : 16576 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152118030 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16577] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16568 16570 16521 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16568 vsize=1712744 CPUtime=0.96
/proc/16570/task/16578/stat : 16578 (java) S 16568 16570 16521 0 -1 64 1979 0 0 0 95 1 0 0 16 0 13 0 152118030 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16579] ppid=16568 vsize=1712744 CPUtime=0.88
/proc/16570/task/16579/stat : 16579 (java) S 16568 16570 16521 0 -1 64 721 0 0 0 88 0 0 0 17 0 13 0 152118030 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16580] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16580/stat : 16580 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152118030 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16581] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16581/stat : 16581 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152118030 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16590] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16590/stat : 16590 (java) S 16568 16570 16521 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 152119644 1753849856 73373 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.16
Current children cumulated vsize (Kb) 1712744

[startup+30.0181 s]
/proc/loadavg: 1.00 1.03 1.00 2/76 16590
/proc/meminfo: memFree=1234744/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1712744 CPUtime=32.56
/proc/16570/stat : 16570 (java) R 16568 16570 16521 0 -1 0 93045 0 1 0 3209 47 0 0 25 0 13 0 152118013 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071689125 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16570/statm: 428186 84766 1910 14 0 414933 0
[pid=16570/tid=16571] ppid=16568 vsize=1712744 CPUtime=1.12
/proc/16570/task/16571/stat : 16571 (java) S 16568 16570 16521 0 -1 64 22850 0 0 0 102 10 0 0 16 0 13 0 152118023 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16568 vsize=1712744 CPUtime=1.14
/proc/16570/task/16572/stat : 16572 (java) S 16568 16570 16521 0 -1 64 26089 0 0 0 102 12 0 0 16 0 13 0 152118023 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16573] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16573/stat : 16573 (java) S 16568 16570 16521 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16574] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16568 16570 16521 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16575] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16576/stat : 16576 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152118030 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16577] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16568 16570 16521 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16568 vsize=1712744 CPUtime=1
/proc/16570/task/16578/stat : 16578 (java) S 16568 16570 16521 0 -1 64 2024 0 0 0 99 1 0 0 17 0 13 0 152118030 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16579] ppid=16568 vsize=1712744 CPUtime=0.93
/proc/16570/task/16579/stat : 16579 (java) S 16568 16570 16521 0 -1 64 774 0 0 0 93 0 0 0 17 0 13 0 152118030 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16580] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16580/stat : 16580 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152118030 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16581] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16581/stat : 16581 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152118030 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16590] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16590/stat : 16590 (java) S 16568 16570 16521 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 152119644 1753849856 84766 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.56
Current children cumulated vsize (Kb) 1712744

[startup+40.0248 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 16590
/proc/meminfo: memFree=1176632/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1712744 CPUtime=42.97
/proc/16570/stat : 16570 (java) R 16568 16570 16521 0 -1 0 110740 0 1 0 4241 56 0 0 25 0 13 0 152118013 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071562190 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16570/statm: 428186 99270 1910 14 0 414933 0
[pid=16570/tid=16571] ppid=16568 vsize=1712744 CPUtime=1.53
/proc/16570/task/16571/stat : 16571 (java) S 16568 16570 16521 0 -1 64 32181 0 0 0 138 15 0 0 16 0 13 0 152118023 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16572] ppid=16568 vsize=1712744 CPUtime=1.54
/proc/16570/task/16572/stat : 16572 (java) S 16568 16570 16521 0 -1 64 34449 0 0 0 138 16 0 0 17 0 13 0 152118023 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16573/stat : 16573 (java) S 16568 16570 16521 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16574] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16568 16570 16521 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16575] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16576/stat : 16576 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152118030 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16577] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16568 16570 16521 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16568 vsize=1712744 CPUtime=1
/proc/16570/task/16578/stat : 16578 (java) S 16568 16570 16521 0 -1 64 2024 0 0 0 99 1 0 0 17 0 13 0 152118030 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16579] ppid=16568 vsize=1712744 CPUtime=0.93
/proc/16570/task/16579/stat : 16579 (java) S 16568 16570 16521 0 -1 64 774 0 0 0 93 0 0 0 17 0 13 0 152118030 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16580] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16580/stat : 16580 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152118030 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16581] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16581/stat : 16581 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152118030 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16590] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16590/stat : 16590 (java) S 16568 16570 16521 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 152119644 1753849856 99270 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.97
Current children cumulated vsize (Kb) 1712744

[startup+50.0324 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 16590
/proc/meminfo: memFree=1129400/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1712744 CPUtime=53.31
/proc/16570/stat : 16570 (java) R 16568 16570 16521 0 -1 0 124477 0 1 0 5270 61 0 0 25 0 13 0 152118013 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071576644 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16570/statm: 428186 111057 1910 14 0 414933 0
[pid=16570/tid=16571] ppid=16568 vsize=1712744 CPUtime=1.87
/proc/16570/task/16571/stat : 16571 (java) S 16568 16570 16521 0 -1 64 39336 0 0 0 170 17 0 0 17 0 13 0 152118023 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16572] ppid=16568 vsize=1712744 CPUtime=1.87
/proc/16570/task/16572/stat : 16572 (java) S 16568 16570 16521 0 -1 64 41028 0 0 0 168 19 0 0 18 0 13 0 152118023 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16573] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16573/stat : 16573 (java) S 16568 16570 16521 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16574] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16568 16570 16521 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16575] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16576/stat : 16576 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152118030 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16577] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16568 16570 16521 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16568 vsize=1712744 CPUtime=1
/proc/16570/task/16578/stat : 16578 (java) S 16568 16570 16521 0 -1 64 2024 0 0 0 99 1 0 0 17 0 13 0 152118030 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16579] ppid=16568 vsize=1712744 CPUtime=0.93
/proc/16570/task/16579/stat : 16579 (java) S 16568 16570 16521 0 -1 64 774 0 0 0 93 0 0 0 17 0 13 0 152118030 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16580] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16580/stat : 16580 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152118030 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16581] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16581/stat : 16581 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152118030 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16590] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16590/stat : 16590 (java) S 16568 16570 16521 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 152119644 1753849856 111057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.31
Current children cumulated vsize (Kb) 1712744

[startup+60.0391 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 16591
/proc/meminfo: memFree=1103024/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1712744 CPUtime=63.53
/proc/16570/stat : 16570 (java) R 16568 16570 16521 0 -1 0 131797 0 1 0 6287 66 0 0 25 0 13 0 152118013 1753849856 117637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071401779 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16570/statm: 428186 117637 1910 14 0 414933 0
[pid=16570/tid=16571] ppid=16568 vsize=1712744 CPUtime=2.08
/proc/16570/task/16571/stat : 16571 (java) S 16568 16570 16521 0 -1 64 43194 0 0 0 189 19 0 0 16 0 13 0 152118023 1753849856 117637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16572] ppid=16568 vsize=1712744 CPUtime=2.09
/proc/16570/task/16572/stat : 16572 (java) S 16568 16570 16521 0 -1 64 44488 0 0 0 187 22 0 0 17 0 13 0 152118023 1753849856 117637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16573/stat : 16573 (java) S 16568 16570 16521 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 117637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16574] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16568 16570 16521 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 117637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16575] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 117637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712744 CPUtime=0

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

/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16576/stat : 16576 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16577] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16568 16570 16521 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16568 vsize=1712744 CPUtime=1.01
/proc/16570/task/16578/stat : 16578 (java) S 16568 16570 16521 0 -1 64 2024 0 0 0 100 1 0 0 17 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16579] ppid=16568 vsize=1712744 CPUtime=0.95
/proc/16570/task/16579/stat : 16579 (java) S 16568 16570 16521 0 -1 64 774 0 0 0 95 0 0 0 17 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16580] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16580/stat : 16580 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16581] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16581/stat : 16581 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16591] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16591/stat : 16591 (java) S 16568 16570 16521 0 -1 64 140 0 0 0 0 0 0 0 16 0 13 0 152123887 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.45
Current children cumulated vsize (Kb) 1712744

[startup+1787.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16591
/proc/meminfo: memFree=15344/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1712744 CPUtime=1799.45
/proc/16570/stat : 16570 (java) S 16568 16570 16521 0 -1 0 447429 0 1 0 179719 226 0 0 16 0 13 0 152118013 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16570/statm: 428186 388788 1912 14 0 414933 0
[pid=16570/tid=16571] ppid=16568 vsize=1712744 CPUtime=11.35
/proc/16570/task/16571/stat : 16571 (java) S 16568 16570 16521 0 -1 64 200877 0 0 0 1039 96 0 0 17 0 13 0 152118023 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16568 vsize=1712744 CPUtime=11.37
/proc/16570/task/16572/stat : 16572 (java) S 16568 16570 16521 0 -1 64 197668 0 0 0 1039 98 0 0 17 0 13 0 152118023 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16568 vsize=1712744 CPUtime=1143.72
/proc/16570/task/16573/stat : 16573 (java) R 16568 16570 16521 0 -1 64 4514 0 0 0 114366 6 0 0 25 0 13 0 152118026 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729152 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16574] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16568 16570 16521 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16575] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16576/stat : 16576 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16577] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16568 16570 16521 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16568 vsize=1712744 CPUtime=1.01
/proc/16570/task/16578/stat : 16578 (java) S 16568 16570 16521 0 -1 64 2024 0 0 0 100 1 0 0 17 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16579] ppid=16568 vsize=1712744 CPUtime=0.95
/proc/16570/task/16579/stat : 16579 (java) S 16568 16570 16521 0 -1 64 774 0 0 0 95 0 0 0 17 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16580] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16580/stat : 16580 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16581] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16581/stat : 16581 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16591] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16591/stat : 16591 (java) S 16568 16570 16521 0 -1 64 140 0 0 0 0 0 0 0 16 0 13 0 152123887 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (Kb) 1712744

[startup+1788.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16591
/proc/meminfo: memFree=15344/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1712744 CPUtime=1800.46
/proc/16570/stat : 16570 (java) S 16568 16570 16521 0 -1 0 447429 0 1 0 179820 226 0 0 16 0 13 0 152118013 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16570/statm: 428186 388788 1912 14 0 414933 0
[pid=16570/tid=16571] ppid=16568 vsize=1712744 CPUtime=11.35
/proc/16570/task/16571/stat : 16571 (java) S 16568 16570 16521 0 -1 64 200877 0 0 0 1039 96 0 0 17 0 13 0 152118023 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16568 vsize=1712744 CPUtime=11.37
/proc/16570/task/16572/stat : 16572 (java) S 16568 16570 16521 0 -1 64 197668 0 0 0 1039 98 0 0 17 0 13 0 152118023 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16568 vsize=1712744 CPUtime=1144.73
/proc/16570/task/16573/stat : 16573 (java) R 16568 16570 16521 0 -1 64 4514 0 0 0 114467 6 0 0 25 0 13 0 152118026 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154939788 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16574] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16568 16570 16521 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16575] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16576/stat : 16576 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16577] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16568 16570 16521 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16568 vsize=1712744 CPUtime=1.01
/proc/16570/task/16578/stat : 16578 (java) S 16568 16570 16521 0 -1 64 2024 0 0 0 100 1 0 0 17 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16579] ppid=16568 vsize=1712744 CPUtime=0.95
/proc/16570/task/16579/stat : 16579 (java) S 16568 16570 16521 0 -1 64 774 0 0 0 95 0 0 0 17 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16580] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16580/stat : 16580 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16581] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16581/stat : 16581 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16591] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16591/stat : 16591 (java) S 16568 16570 16521 0 -1 64 140 0 0 0 0 0 0 0 16 0 13 0 152123887 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 1712744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16591
/proc/meminfo: memFree=15344/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1712744 CPUtime=1800.46
/proc/16570/stat : 16570 (java) S 16568 16570 16521 0 -1 0 447429 0 1 0 179820 226 0 0 16 0 13 0 152118013 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16570/statm: 428186 388788 1912 14 0 414933 0
[pid=16570/tid=16571] ppid=16568 vsize=1712744 CPUtime=11.35
/proc/16570/task/16571/stat : 16571 (java) S 16568 16570 16521 0 -1 64 200877 0 0 0 1039 96 0 0 17 0 13 0 152118023 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16568 vsize=1712744 CPUtime=11.37
/proc/16570/task/16572/stat : 16572 (java) S 16568 16570 16521 0 -1 64 197668 0 0 0 1039 98 0 0 17 0 13 0 152118023 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16568 vsize=1712744 CPUtime=1144.73
/proc/16570/task/16573/stat : 16573 (java) R 16568 16570 16521 0 -1 64 4514 0 0 0 114467 6 0 0 25 0 13 0 152118026 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649003 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16574] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16568 16570 16521 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16575] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16576/stat : 16576 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16577] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16568 16570 16521 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16568 vsize=1712744 CPUtime=1.01
/proc/16570/task/16578/stat : 16578 (java) S 16568 16570 16521 0 -1 64 2024 0 0 0 100 1 0 0 17 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16579] ppid=16568 vsize=1712744 CPUtime=0.95
/proc/16570/task/16579/stat : 16579 (java) S 16568 16570 16521 0 -1 64 774 0 0 0 95 0 0 0 17 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16580] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16580/stat : 16580 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16581] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16581/stat : 16581 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152118030 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16591] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16591/stat : 16591 (java) S 16568 16570 16521 0 -1 64 140 0 0 0 0 0 0 0 16 0 13 0 152123887 1753849856 388788 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 1712744

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1789.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16592
/proc/meminfo: memFree=15336/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1712744 CPUtime=1801.47
/proc/16570/stat : 16570 (java) S 16568 16570 16521 0 -1 0 447433 0 1 0 179921 226 0 0 15 0 13 0 152118013 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16570/statm: 428186 388791 1912 14 0 414933 0
[pid=16570/tid=16571] ppid=16568 vsize=1712744 CPUtime=11.35
/proc/16570/task/16571/stat : 16571 (java) S 16568 16570 16521 0 -1 64 200877 0 0 0 1039 96 0 0 17 0 13 0 152118023 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16568 vsize=1712744 CPUtime=11.37
/proc/16570/task/16572/stat : 16572 (java) S 16568 16570 16521 0 -1 64 197668 0 0 0 1039 98 0 0 17 0 13 0 152118023 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16568 vsize=1712744 CPUtime=1145.74
/proc/16570/task/16573/stat : 16573 (java) R 16568 16570 16521 0 -1 64 4514 0 0 0 114568 6 0 0 17 0 13 0 152118026 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472604 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16574] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16568 16570 16521 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16575] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16576/stat : 16576 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16577] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16568 16570 16521 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16568 vsize=1712744 CPUtime=1.01
/proc/16570/task/16578/stat : 16578 (java) S 16568 16570 16521 0 -1 64 2024 0 0 0 100 1 0 0 17 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16579] ppid=16568 vsize=1712744 CPUtime=0.95
/proc/16570/task/16579/stat : 16579 (java) S 16568 16570 16521 0 -1 64 774 0 0 0 95 0 0 0 17 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16580] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16580/stat : 16580 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16581] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16581/stat : 16581 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16591] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16591/stat : 16591 (java) S 16568 16570 16521 0 -1 64 140 0 0 0 0 0 0 0 16 0 13 0 152123887 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (Kb) 1712744

Sending SIGKILL to process tree (bottom up)

[startup+1790.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16592
/proc/meminfo: memFree=15336/2055920 swapFree=4183048/4192956
[pid=16570] ppid=16568 vsize=1712744 CPUtime=1802.48
/proc/16570/stat : 16570 (java) S 16568 16570 16521 0 -1 0 447433 0 1 0 180022 226 0 0 15 0 13 0 152118013 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16570/statm: 428186 388791 1912 14 0 414933 0
[pid=16570/tid=16571] ppid=16568 vsize=1712744 CPUtime=11.35
/proc/16570/task/16571/stat : 16571 (java) S 16568 16570 16521 0 -1 64 200877 0 0 0 1039 96 0 0 17 0 13 0 152118023 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16572] ppid=16568 vsize=1712744 CPUtime=11.37
/proc/16570/task/16572/stat : 16572 (java) S 16568 16570 16521 0 -1 64 197668 0 0 0 1039 98 0 0 17 0 13 0 152118023 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16573] ppid=16568 vsize=1712744 CPUtime=1146.75
/proc/16570/task/16573/stat : 16573 (java) R 16568 16570 16521 0 -1 64 4514 0 0 0 114669 6 0 0 18 0 13 0 152118026 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472604 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16574] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16574/stat : 16574 (java) S 16568 16570 16521 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16575] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16575/stat : 16575 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118026 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16576] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16576/stat : 16576 (java) S 16568 16570 16521 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16577] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16577/stat : 16577 (java) S 16568 16570 16521 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16578] ppid=16568 vsize=1712744 CPUtime=1.01
/proc/16570/task/16578/stat : 16578 (java) S 16568 16570 16521 0 -1 64 2024 0 0 0 100 1 0 0 17 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16579] ppid=16568 vsize=1712744 CPUtime=0.95
/proc/16570/task/16579/stat : 16579 (java) S 16568 16570 16521 0 -1 64 774 0 0 0 95 0 0 0 17 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16570/tid=16580] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16580/stat : 16580 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16581] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16581/stat : 16581 (java) S 16568 16570 16521 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152118030 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16570/tid=16591] ppid=16568 vsize=1712744 CPUtime=0
/proc/16570/task/16591/stat : 16591 (java) S 16568 16570 16521 0 -1 64 140 0 0 0 0 0 0 0 16 0 13 0 152123887 1753849856 388791 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802.48
Current children cumulated vsize (Kb) 1712744

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1790.64
CPU time (s): 1802.73
CPU user time (s): 1800.23
CPU system time (s): 2.50862
CPU usage (%): 100.675
Max. virtual memory (cumulated for all children) (Kb): 1713248
The end

Launcher Data (download as text)

Begin job on node34 on Fri Jul 28 02:07:10 UTC 2006


FILE ID= 44524-1154052430

PBS_JOBID= 881904

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb59-26-opb/normalized-frb59-26-4.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node34/44524-1154052430/instance-44524-1154052430.opb 258877568
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-44524-1154052430 -o ROOT/results/node34/solver-44524-1154052430 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node34/44524-1154052430/instance-44524-1154052430.opb 258877568

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  937ec96fd1742e5ed6250d14e65c707b

RANDOM SEED= 258877568

TIMEOUT= 1800 seconds


/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.263
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.263
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:       1566752 kB
Buffers:         38576 kB
Cached:         372588 kB
SwapCached:       3772 kB
Active:          58848 kB
Inactive:       361020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566752 kB
SwapTotal:     4192956 kB
SwapFree:      4183048 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          14716 kB
Slab:            55380 kB
Committed_AS:   614884 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node34 on Fri Jul 28 02:37:01 UTC 2006