Trace number 43099

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1802.45 1784.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-5.opb
MD5SUM7f24dba3f3d4b877b96bd50f5b27c089
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark601.031
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved YES
Number of variables595
Total number of constraints28143
Number of constraints which are clauses28143
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 595
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 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node1/43099-1154052744/instance-43099-1154052744.opb
0.22	c reading problem ... 
1.69	c ... done. Time 1.47 ms.
1.69	c #vars     595
1.69	c #constraints  28143
1.73	c SATISFIABLE
1.73	c OPTIMIZING...
1.73	c Got one! Ellapsed CPU time (in seconds):1.504
1.74	o -24
1.80	c Got one! Ellapsed CPU time (in seconds):1.577
1.80	o -25
2.62	c Got one! Ellapsed CPU time (in seconds):2.398
2.62	o -26
2.73	c Got one! Ellapsed CPU time (in seconds):2.509
2.73	o -27
3.13	c Got one! Ellapsed CPU time (in seconds):2.913
3.13	o -28
404.72	c Got one! Ellapsed CPU time (in seconds):404.501
404.72	o -29

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 2/64 15760
/proc/meminfo: memFree=1575872/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1784 CPUtime=0
/proc/15760/stat : 15760 (java) D 15758 15760 15711 0 -1 0 167 0 0 0 0 0 0 0 18 0 1 0 152136059 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15760/statm: 446 137 102 14 0 91 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 15777
/proc/meminfo: memFree=1358184/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1715224 CPUtime=12.01
/proc/15760/stat : 15760 (java) R 15758 15760 15711 0 -1 0 61607 0 1 0 1170 31 0 0 25 0 13 0 152136059 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071514761 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 428806 56230 1909 14 0 415553 0
[pid=15760/tid=15761] ppid=15758 vsize=1715224 CPUtime=0.38
/proc/15760/task/15761/stat : 15761 (java) S 15758 15760 15711 0 -1 64 9232 0 0 0 33 5 0 0 17 0 13 0 152136062 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15762] ppid=15758 vsize=1715224 CPUtime=0.37
/proc/15760/task/15762/stat : 15762 (java) S 15758 15760 15711 0 -1 64 10524 0 0 0 32 5 0 0 16 0 13 0 152136062 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15763] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15758 15760 15711 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 152136065 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15764] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15758 15760 15711 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152136066 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15766/stat : 15766 (java) S 15758 15760 15711 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152136069 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15758 15760 15711 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 152136069 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15758 vsize=1715224 CPUtime=1.12
/proc/15760/task/15768/stat : 15768 (java) S 15758 15760 15711 0 -1 64 3483 0 0 0 111 1 0 0 16 0 13 0 152136069 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15769] ppid=15758 vsize=1715224 CPUtime=1.12
/proc/15760/task/15769/stat : 15769 (java) S 15758 15760 15711 0 -1 64 1811 0 0 0 111 1 0 0 17 0 13 0 152136069 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15770/stat : 15770 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136069 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15771] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15771/stat : 15771 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152136069 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15777] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15777/stat : 15777 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136374 1756389376 56230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (Kb) 1715224

[startup+20.0096 s]
/proc/loadavg: 0.94 0.98 0.99 2/76 15777
/proc/meminfo: memFree=1299440/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1715224 CPUtime=22.68
/proc/15760/stat : 15760 (java) R 15758 15760 15711 0 -1 0 80086 0 1 0 2227 41 0 0 21 0 13 0 152136059 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071687281 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 428806 70918 1910 14 0 415553 0
[pid=15760/tid=15761] ppid=15758 vsize=1715224 CPUtime=0.98
/proc/15760/task/15761/stat : 15761 (java) S 15758 15760 15711 0 -1 64 20264 0 0 0 88 10 0 0 17 0 13 0 152136062 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15762] ppid=15758 vsize=1715224 CPUtime=0.98
/proc/15760/task/15762/stat : 15762 (java) S 15758 15760 15711 0 -1 64 17876 0 0 0 90 8 0 0 17 0 13 0 152136062 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15763] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15758 15760 15711 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 152136065 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15758 15760 15711 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152136066 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15766/stat : 15766 (java) S 15758 15760 15711 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152136069 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15758 15760 15711 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 152136069 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15758 vsize=1715224 CPUtime=1.16
/proc/15760/task/15768/stat : 15768 (java) S 15758 15760 15711 0 -1 64 3565 0 0 0 115 1 0 0 17 0 13 0 152136069 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15769] ppid=15758 vsize=1715224 CPUtime=1.14
/proc/15760/task/15769/stat : 15769 (java) S 15758 15760 15711 0 -1 64 1814 0 0 0 113 1 0 0 17 0 13 0 152136069 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15770/stat : 15770 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136069 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15771] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15771/stat : 15771 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152136069 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15777] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15777/stat : 15777 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136374 1756389376 70918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.68
Current children cumulated vsize (Kb) 1715224

[startup+30.0176 s]
/proc/loadavg: 0.95 0.98 0.99 2/76 15777
/proc/meminfo: memFree=1269296/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1715224 CPUtime=32.89
/proc/15760/stat : 15760 (java) R 15758 15760 15711 0 -1 0 88759 0 1 0 3245 44 0 0 25 0 13 0 152136059 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071687233 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 428806 78435 1910 14 0 415553 0
[pid=15760/tid=15761] ppid=15758 vsize=1715224 CPUtime=1.21
/proc/15760/task/15761/stat : 15761 (java) S 15758 15760 15711 0 -1 64 24625 0 0 0 109 12 0 0 16 0 13 0 152136062 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15762] ppid=15758 vsize=1715224 CPUtime=1.21
/proc/15760/task/15762/stat : 15762 (java) S 15758 15760 15711 0 -1 64 22178 0 0 0 110 11 0 0 16 0 13 0 152136062 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15763] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15758 15760 15711 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 152136065 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15758 15760 15711 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152136066 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15766/stat : 15766 (java) S 15758 15760 15711 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152136069 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15758 15760 15711 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 152136069 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15758 vsize=1715224 CPUtime=1.16
/proc/15760/task/15768/stat : 15768 (java) S 15758 15760 15711 0 -1 64 3565 0 0 0 115 1 0 0 17 0 13 0 152136069 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15769] ppid=15758 vsize=1715224 CPUtime=1.14
/proc/15760/task/15769/stat : 15769 (java) S 15758 15760 15711 0 -1 64 1814 0 0 0 113 1 0 0 16 0 13 0 152136069 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15770/stat : 15770 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136069 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15771] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15771/stat : 15771 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152136069 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15777] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15777/stat : 15777 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136374 1756389376 78435 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.89
Current children cumulated vsize (Kb) 1715224

[startup+40.0245 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 15777
/proc/meminfo: memFree=1238960/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1715224 CPUtime=43.14
/proc/15760/stat : 15760 (java) R 15758 15760 15711 0 -1 0 98154 0 1 0 4266 48 0 0 25 0 13 0 152136059 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071687211 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 428806 85996 1910 14 0 415553 0
[pid=15760/tid=15761] ppid=15758 vsize=1715224 CPUtime=1.45
/proc/15760/task/15761/stat : 15761 (java) S 15758 15760 15711 0 -1 64 29285 0 0 0 132 13 0 0 16 0 13 0 152136062 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15762] ppid=15758 vsize=1715224 CPUtime=1.46
/proc/15760/task/15762/stat : 15762 (java) S 15758 15760 15711 0 -1 64 26906 0 0 0 133 13 0 0 17 0 13 0 152136062 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15763] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15758 15760 15711 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 152136065 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15758 15760 15711 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152136066 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15766/stat : 15766 (java) S 15758 15760 15711 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152136069 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15758 15760 15711 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 152136069 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15758 vsize=1715224 CPUtime=1.16
/proc/15760/task/15768/stat : 15768 (java) S 15758 15760 15711 0 -1 64 3565 0 0 0 115 1 0 0 17 0 13 0 152136069 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15769] ppid=15758 vsize=1715224 CPUtime=1.14
/proc/15760/task/15769/stat : 15769 (java) S 15758 15760 15711 0 -1 64 1814 0 0 0 113 1 0 0 16 0 13 0 152136069 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15770/stat : 15770 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136069 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15771] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15771/stat : 15771 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152136069 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15777] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15777/stat : 15777 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 152136374 1756389376 85996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.14
Current children cumulated vsize (Kb) 1715224

[startup+50.0315 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 15777
/proc/meminfo: memFree=1215664/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1715224 CPUtime=53.31
/proc/15760/stat : 15760 (java) R 15758 15760 15711 0 -1 0 104671 0 1 0 5280 51 0 0 25 0 13 0 152136059 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071563820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 428806 91828 1910 14 0 415553 0
[pid=15760/tid=15761] ppid=15758 vsize=1715224 CPUtime=1.63
/proc/15760/task/15761/stat : 15761 (java) S 15758 15760 15711 0 -1 64 32068 0 0 0 149 14 0 0 17 0 13 0 152136062 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15762] ppid=15758 vsize=1715224 CPUtime=1.62
/proc/15760/task/15762/stat : 15762 (java) S 15758 15760 15711 0 -1 64 30633 0 0 0 147 15 0 0 17 0 13 0 152136062 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15763] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15763/stat : 15763 (java) S 15758 15760 15711 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 152136065 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15758 15760 15711 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152136066 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15766/stat : 15766 (java) S 15758 15760 15711 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152136069 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15758 15760 15711 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 152136069 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15758 vsize=1715224 CPUtime=1.16
/proc/15760/task/15768/stat : 15768 (java) S 15758 15760 15711 0 -1 64 3565 0 0 0 115 1 0 0 16 0 13 0 152136069 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15769] ppid=15758 vsize=1715224 CPUtime=1.14
/proc/15760/task/15769/stat : 15769 (java) S 15758 15760 15711 0 -1 64 1814 0 0 0 113 1 0 0 16 0 13 0 152136069 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15770/stat : 15770 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136069 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15771] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15771/stat : 15771 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152136069 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15777] ppid=15758 vsize=1715224 CPUtime=0
/proc/15760/task/15777/stat : 15777 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 152136374 1756389376 91828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.31
Current children cumulated vsize (Kb) 1715224

[startup+60.0385 s]
/proc/loadavg: 0.97 0.98 0.99 2/76 15777
/proc/meminfo: memFree=1191728/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1713912 CPUtime=63.51
/proc/15760/stat : 15760 (java) R 15758 15760 15711 0 -1 0 111554 0 1 0 6296 55 0 0 25 0 13 0 152136059 1755045888 97809 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071563806 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 428478 97809 1910 14 0 415225 0
[pid=15760/tid=15761] ppid=15758 vsize=1713912 CPUtime=1.82
/proc/15760/task/15761/stat : 15761 (java) S 15758 15760 15711 0 -1 64 34415 0 0 0 166 16 0 0 16 0 13 0 152136062 1755045888 97809 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15762] ppid=15758 vsize=1713912 CPUtime=1.81
/proc/15760/task/15762/stat : 15762 (java) S 15758 15760 15711 0 -1 64 35164 0 0 0 164 17 0 0 16 0 13 0 152136062 1755045888 97809 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15763] ppid=15758 vsize=1713912 CPUtime=0.01
/proc/15760/task/15763/stat : 15763 (java) S 15758 15760 15711 0 -1 64 23 0 0 0 1 0 0 0 15 0 13 0 152136065 1755045888 97809 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15758 15760 15711 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 97809 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 97809 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1713912 CPUtime=0

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

/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15766/stat : 15766 (java) S 15758 15760 15711 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15758 15760 15711 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15758 vsize=1713912 CPUtime=1.19
/proc/15760/task/15768/stat : 15768 (java) S 15758 15760 15711 0 -1 64 3567 0 0 0 118 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15769] ppid=15758 vsize=1713912 CPUtime=1.26
/proc/15760/task/15769/stat : 15769 (java) S 15758 15760 15711 0 -1 64 1824 0 0 0 125 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15770/stat : 15770 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15771] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15771/stat : 15771 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15778] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15778/stat : 15778 (java) S 15758 15760 15711 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 152176532 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.15
Current children cumulated vsize (Kb) 1713912

[startup+1781.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 15780
/proc/meminfo: memFree=19176/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1713912 CPUtime=1799.16
/proc/15760/stat : 15760 (java) S 15758 15760 15711 0 -1 0 445199 0 1 0 179692 224 0 0 25 0 13 0 152136059 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 428478 390119 1912 14 0 415225 0
[pid=15760/tid=15761] ppid=15758 vsize=1713912 CPUtime=16.88
/proc/15760/task/15761/stat : 15761 (java) S 15758 15760 15711 0 -1 64 200492 0 0 0 1590 98 0 0 17 0 13 0 152136062 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15762] ppid=15758 vsize=1713912 CPUtime=16.86
/proc/15760/task/15762/stat : 15762 (java) S 15758 15760 15711 0 -1 64 202030 0 0 0 1587 99 0 0 16 0 13 0 152136062 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15763] ppid=15758 vsize=1713912 CPUtime=245.1
/proc/15760/task/15763/stat : 15763 (java) R 15758 15760 15711 0 -1 64 380 0 0 0 24506 4 0 0 16 0 13 0 152136065 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472607 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15758 15760 15711 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15766/stat : 15766 (java) S 15758 15760 15711 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15758 15760 15711 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15758 vsize=1713912 CPUtime=1.19
/proc/15760/task/15768/stat : 15768 (java) S 15758 15760 15711 0 -1 64 3567 0 0 0 118 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15769] ppid=15758 vsize=1713912 CPUtime=1.26
/proc/15760/task/15769/stat : 15769 (java) S 15758 15760 15711 0 -1 64 1824 0 0 0 125 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15770/stat : 15770 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15771] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15771/stat : 15771 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15778] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15778/stat : 15778 (java) S 15758 15760 15711 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 152176532 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.16
Current children cumulated vsize (Kb) 1713912

[startup+1782.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 15780
/proc/meminfo: memFree=19176/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1713912 CPUtime=1800.17
/proc/15760/stat : 15760 (java) S 15758 15760 15711 0 -1 0 445199 0 1 0 179793 224 0 0 25 0 13 0 152136059 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 428478 390119 1912 14 0 415225 0
[pid=15760/tid=15761] ppid=15758 vsize=1713912 CPUtime=16.88
/proc/15760/task/15761/stat : 15761 (java) S 15758 15760 15711 0 -1 64 200492 0 0 0 1590 98 0 0 17 0 13 0 152136062 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15762] ppid=15758 vsize=1713912 CPUtime=16.86
/proc/15760/task/15762/stat : 15762 (java) S 15758 15760 15711 0 -1 64 202030 0 0 0 1587 99 0 0 16 0 13 0 152136062 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15763] ppid=15758 vsize=1713912 CPUtime=246.11
/proc/15760/task/15763/stat : 15763 (java) R 15758 15760 15711 0 -1 64 380 0 0 0 24607 4 0 0 17 0 13 0 152136065 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716296 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15758 15760 15711 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15766/stat : 15766 (java) S 15758 15760 15711 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15758 15760 15711 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15758 vsize=1713912 CPUtime=1.19
/proc/15760/task/15768/stat : 15768 (java) S 15758 15760 15711 0 -1 64 3567 0 0 0 118 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15769] ppid=15758 vsize=1713912 CPUtime=1.26
/proc/15760/task/15769/stat : 15769 (java) S 15758 15760 15711 0 -1 64 1824 0 0 0 125 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15770/stat : 15770 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15771] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15771/stat : 15771 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15778] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15778/stat : 15778 (java) S 15758 15760 15711 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 152176532 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (Kb) 1713912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 15780
/proc/meminfo: memFree=19176/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1713912 CPUtime=1800.17
/proc/15760/stat : 15760 (java) S 15758 15760 15711 0 -1 0 445199 0 1 0 179793 224 0 0 25 0 13 0 152136059 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 428478 390119 1912 14 0 415225 0
[pid=15760/tid=15761] ppid=15758 vsize=1713912 CPUtime=16.88
/proc/15760/task/15761/stat : 15761 (java) S 15758 15760 15711 0 -1 64 200492 0 0 0 1590 98 0 0 17 0 13 0 152136062 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15762] ppid=15758 vsize=1713912 CPUtime=16.86
/proc/15760/task/15762/stat : 15762 (java) S 15758 15760 15711 0 -1 64 202030 0 0 0 1587 99 0 0 16 0 13 0 152136062 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15763] ppid=15758 vsize=1713912 CPUtime=246.12
/proc/15760/task/15763/stat : 15763 (java) R 15758 15760 15711 0 -1 64 380 0 0 0 24608 4 0 0 17 0 13 0 152136065 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472602 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15758 15760 15711 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15766/stat : 15766 (java) S 15758 15760 15711 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15767] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15758 15760 15711 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15758 vsize=1713912 CPUtime=1.19
/proc/15760/task/15768/stat : 15768 (java) S 15758 15760 15711 0 -1 64 3567 0 0 0 118 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15769] ppid=15758 vsize=1713912 CPUtime=1.26
/proc/15760/task/15769/stat : 15769 (java) S 15758 15760 15711 0 -1 64 1824 0 0 0 125 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15770/stat : 15770 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15771] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15771/stat : 15771 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15778] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15778/stat : 15778 (java) S 15758 15760 15711 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 152176532 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (Kb) 1713912

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

[startup+1783.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15781
/proc/meminfo: memFree=19168/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1713912 CPUtime=1801.18
/proc/15760/stat : 15760 (java) S 15758 15760 15711 0 -1 0 445199 0 1 0 179894 224 0 0 16 0 13 0 152136059 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 428478 390119 1912 14 0 415225 0
[pid=15760/tid=15761] ppid=15758 vsize=1713912 CPUtime=16.88
/proc/15760/task/15761/stat : 15761 (java) S 15758 15760 15711 0 -1 64 200492 0 0 0 1590 98 0 0 17 0 13 0 152136062 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15762] ppid=15758 vsize=1713912 CPUtime=16.86
/proc/15760/task/15762/stat : 15762 (java) S 15758 15760 15711 0 -1 64 202030 0 0 0 1587 99 0 0 16 0 13 0 152136062 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15763] ppid=15758 vsize=1713912 CPUtime=247.13
/proc/15760/task/15763/stat : 15763 (java) R 15758 15760 15711 0 -1 64 380 0 0 0 24709 4 0 0 19 0 13 0 152136065 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938505 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15758 15760 15711 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15766/stat : 15766 (java) S 15758 15760 15711 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15767] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15758 15760 15711 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15758 vsize=1713912 CPUtime=1.19
/proc/15760/task/15768/stat : 15768 (java) S 15758 15760 15711 0 -1 64 3567 0 0 0 118 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15769] ppid=15758 vsize=1713912 CPUtime=1.26
/proc/15760/task/15769/stat : 15769 (java) S 15758 15760 15711 0 -1 64 1824 0 0 0 125 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15770/stat : 15770 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15771] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15771/stat : 15771 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15778] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15778/stat : 15778 (java) S 15758 15760 15711 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 152176532 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.18
Current children cumulated vsize (Kb) 1713912

Sending SIGKILL to process tree (bottom up)

[startup+1784.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15781
/proc/meminfo: memFree=19168/2055920 swapFree=4183100/4192956
[pid=15760] ppid=15758 vsize=1713912 CPUtime=1802.19
/proc/15760/stat : 15760 (java) S 15758 15760 15711 0 -1 0 445199 0 1 0 179995 224 0 0 16 0 13 0 152136059 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15760/statm: 428478 390119 1912 14 0 415225 0
[pid=15760/tid=15761] ppid=15758 vsize=1713912 CPUtime=16.88
/proc/15760/task/15761/stat : 15761 (java) S 15758 15760 15711 0 -1 64 200492 0 0 0 1590 98 0 0 17 0 13 0 152136062 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15762] ppid=15758 vsize=1713912 CPUtime=16.86
/proc/15760/task/15762/stat : 15762 (java) S 15758 15760 15711 0 -1 64 202030 0 0 0 1587 99 0 0 16 0 13 0 152136062 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15763] ppid=15758 vsize=1713912 CPUtime=248.13
/proc/15760/task/15763/stat : 15763 (java) R 15758 15760 15711 0 -1 64 380 0 0 0 24809 4 0 0 20 0 13 0 152136065 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729256 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15764] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15764/stat : 15764 (java) S 15758 15760 15711 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15765] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15765/stat : 15765 (java) S 15758 15760 15711 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152136066 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15766] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15766/stat : 15766 (java) S 15758 15760 15711 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15767] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15767/stat : 15767 (java) S 15758 15760 15711 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15768] ppid=15758 vsize=1713912 CPUtime=1.19
/proc/15760/task/15768/stat : 15768 (java) S 15758 15760 15711 0 -1 64 3567 0 0 0 118 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15769] ppid=15758 vsize=1713912 CPUtime=1.26
/proc/15760/task/15769/stat : 15769 (java) S 15758 15760 15711 0 -1 64 1824 0 0 0 125 1 0 0 16 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15770/stat : 15770 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15760/tid=15771] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15771/stat : 15771 (java) S 15758 15760 15711 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 152136069 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15760/tid=15778] ppid=15758 vsize=1713912 CPUtime=0
/proc/15760/task/15778/stat : 15778 (java) S 15758 15760 15711 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 152176532 1755045888 390119 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802.19
Current children cumulated vsize (Kb) 1713912

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1784.64
CPU time (s): 1802.45
CPU user time (s): 1799.96
CPU system time (s): 2.49262
CPU usage (%): 100.998
Max. virtual memory (cumulated for all children) (Kb): 1715224
The end

Launcher Data (download as text)

Begin job on node1 on Fri Jul 28 02:12:24 UTC 2006


FILE ID= 43099-1154052744

PBS_JOBID= 881919

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-5.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node1/43099-1154052744/instance-43099-1154052744.opb 523224707
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-43099-1154052744 -o ROOT/results/node1/solver-43099-1154052744 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node1/43099-1154052744/instance-43099-1154052744.opb 523224707

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  7f24dba3f3d4b877b96bd50f5b27c089

RANDOM SEED= 523224707

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.281
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.281
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:       1576080 kB
Buffers:         33816 kB
Cached:         385900 kB
SwapCached:       3652 kB
Active:         151036 kB
Inactive:       277276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576080 kB
SwapTotal:     4192956 kB
SwapFree:      4183100 kB
Dirty:             256 kB
Writeback:           0 kB
Mapped:          14596 kB
Slab:            37412 kB
Committed_AS:   632468 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node1 on Fri Jul 28 02:42:08 UTC 2006