Trace number 50905

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.44 1789.07

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
Number of bits of the biggest sum of numbers12
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@1037c71
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.22	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node16/50905-1154110138/instance-50905-1154110138.opb
0.22	c reading problem ... 
13.05	c ... done. Time 12.837 ms.
13.09	c #vars     10998
13.09	c #constraints  21678
1788.99	c starts		: 12
1788.99	c conflicts		: 20722
1788.99	c decisions		: 39960
1788.99	c propagations		: 6820718
1788.99	c inspects		: 253024307
1788.99	c learnt literals	: 0
1788.99	c learnt binary clauses	: 0
1788.99	c learnt ternary clauses	: 0
1788.99	c learnt clauses	: 20722
1788.99	c root simplifications	: 0
1788.99	c removed literals (reason simplification)	: 0
1788.99	c reason swapping (by a shorter reason)	: 0
1788.99	c Calls to reduceDB	: 0
1788.99	c speed (decisions/second)	: 22.50116560092077
1788.99	c non guided choices	10836
1788.99	s UNKNOWN
1788.99	c Total wall clock time (ms): 1788.771

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.98 0.99 3/64 27910
/proc/meminfo: memFree=1113608/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1784 CPUtime=0
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 150 0 0 0 0 0 0 0 19 0 1 0 157874743 1826816 121 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 134553416 0 0 4096 0 0 0 0 17 1 0 0
/proc/27910/statm: 446 125 92 14 0 91 0

[startup+9.9998 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 27921
/proc/meminfo: memFree=887168/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1715304 CPUtime=11.36
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 62726 0 1 0 1109 27 0 0 21 0 12 0 157874743 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 428826 58395 1881 14 0 415573 0
[pid=27910/tid=27911] ppid=27908 vsize=1715304 CPUtime=0.6
/proc/27910/task/27911/stat : 27911 (java) S 27908 27910 27861 0 -1 64 12209 0 0 0 56 4 0 0 16 0 12 0 157874746 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27912] ppid=27908 vsize=1715304 CPUtime=0.6
/proc/27910/task/27912/stat : 27912 (java) S 27908 27910 27861 0 -1 64 9739 0 0 0 56 4 0 0 16 0 12 0 157874746 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27908 vsize=1715304 CPUtime=0
/proc/27910/task/27913/stat : 27913 (java) S 27908 27910 27861 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 157874749 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27914] ppid=27908 vsize=1715304 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 157874750 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1715304 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 157874750 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1715304 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 157874753 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1715304 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 157874753 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27908 vsize=1715304 CPUtime=0.56
/proc/27910/task/27918/stat : 27918 (java) S 27908 27910 27861 0 -1 64 2264 0 0 0 55 1 0 0 16 0 12 0 157874753 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27919] ppid=27908 vsize=1715304 CPUtime=0.51
/proc/27910/task/27919/stat : 27919 (java) S 27908 27910 27861 0 -1 64 2014 0 0 0 51 0 0 0 17 0 12 0 157874753 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27920] ppid=27908 vsize=1715304 CPUtime=0
/proc/27910/task/27920/stat : 27920 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 157874753 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27921] ppid=27908 vsize=1715304 CPUtime=0
/proc/27910/task/27921/stat : 27921 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 157874753 1756471296 58395 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (Kb) 1715304

[startup+20.0057 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 27922
/proc/meminfo: memFree=869112/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1714064 CPUtime=22.21
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 70341 0 1 0 2190 31 0 0 25 0 13 0 157874743 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071505466 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 428516 62954 1907 14 0 415263 0
[pid=27910/tid=27911] ppid=27908 vsize=1714064 CPUtime=0.77
/proc/27910/task/27911/stat : 27911 (java) S 27908 27910 27861 0 -1 64 15021 0 0 0 72 5 0 0 16 0 13 0 157874746 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27912] ppid=27908 vsize=1714064 CPUtime=0.78
/proc/27910/task/27912/stat : 27912 (java) S 27908 27910 27861 0 -1 64 12289 0 0 0 72 6 0 0 16 0 13 0 157874746 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27913/stat : 27913 (java) S 27908 27910 27861 0 -1 64 22 0 0 0 0 0 0 0 17 0 13 0 157874749 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157874753 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157874753 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27908 vsize=1714064 CPUtime=1.08
/proc/27910/task/27918/stat : 27918 (java) S 27908 27910 27861 0 -1 64 4151 0 0 0 107 1 0 0 17 0 13 0 157874753 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27919] ppid=27908 vsize=1714064 CPUtime=0.82
/proc/27910/task/27919/stat : 27919 (java) S 27908 27910 27861 0 -1 64 2312 0 0 0 82 0 0 0 15 0 13 0 157874753 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27920] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27920/stat : 27920 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157874753 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27921] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27921/stat : 27921 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157874753 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27922] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27922/stat : 27922 (java) S 27908 27910 27861 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 157876051 1755201536 62954 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.21
Current children cumulated vsize (Kb) 1714064

[startup+30.0116 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 27922
/proc/meminfo: memFree=872248/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1714064 CPUtime=32.44
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 70450 0 1 0 3213 31 0 0 25 0 13 0 157874743 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071614251 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 428516 62149 1907 14 0 415263 0
[pid=27910/tid=27911] ppid=27908 vsize=1714064 CPUtime=0.82
/proc/27910/task/27911/stat : 27911 (java) S 27908 27910 27861 0 -1 64 15067 0 0 0 77 5 0 0 16 0 13 0 157874746 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27912] ppid=27908 vsize=1714064 CPUtime=0.83
/proc/27910/task/27912/stat : 27912 (java) S 27908 27910 27861 0 -1 64 12328 0 0 0 77 6 0 0 16 0 13 0 157874746 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27908 vsize=1714064 CPUtime=0.01
/proc/27910/task/27913/stat : 27913 (java) S 27908 27910 27861 0 -1 64 24 0 0 0 1 0 0 0 16 0 13 0 157874749 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27914] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157874753 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157874753 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27908 vsize=1714064 CPUtime=1.19
/proc/27910/task/27918/stat : 27918 (java) S 27908 27910 27861 0 -1 64 4156 0 0 0 118 1 0 0 16 0 13 0 157874753 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27919] ppid=27908 vsize=1714064 CPUtime=0.93
/proc/27910/task/27919/stat : 27919 (java) S 27908 27910 27861 0 -1 64 2320 0 0 0 93 0 0 0 16 0 13 0 157874753 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27920] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27920/stat : 27920 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157874753 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27921] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27921/stat : 27921 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157874753 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27922] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27922/stat : 27922 (java) S 27908 27910 27861 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 157876051 1755201536 62149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.44
Current children cumulated vsize (Kb) 1714064

[startup+40.0165 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 27922
/proc/meminfo: memFree=878136/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1714064 CPUtime=42.6
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 70774 0 1 0 4229 31 0 0 25 0 13 0 157874743 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071614419 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 428516 60666 1908 14 0 415263 0
[pid=27910/tid=27911] ppid=27908 vsize=1714064 CPUtime=0.85
/proc/27910/task/27911/stat : 27911 (java) S 27908 27910 27861 0 -1 64 15129 0 0 0 80 5 0 0 16 0 13 0 157874746 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27912] ppid=27908 vsize=1714064 CPUtime=0.86
/proc/27910/task/27912/stat : 27912 (java) S 27908 27910 27861 0 -1 64 12361 0 0 0 80 6 0 0 16 0 13 0 157874746 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27908 vsize=1714064 CPUtime=0.01
/proc/27910/task/27913/stat : 27913 (java) S 27908 27910 27861 0 -1 64 24 0 0 0 1 0 0 0 16 0 13 0 157874749 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27914] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157874753 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157874753 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27908 vsize=1714064 CPUtime=1.29
/proc/27910/task/27918/stat : 27918 (java) S 27908 27910 27861 0 -1 64 4377 0 0 0 128 1 0 0 16 0 13 0 157874753 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27919] ppid=27908 vsize=1714064 CPUtime=0.97
/proc/27910/task/27919/stat : 27919 (java) S 27908 27910 27861 0 -1 64 2321 0 0 0 97 0 0 0 17 0 13 0 157874753 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27920] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27920/stat : 27920 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157874753 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27921] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27921/stat : 27921 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157874753 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27922] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27922/stat : 27922 (java) S 27908 27910 27861 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 157876051 1755201536 60666 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.6
Current children cumulated vsize (Kb) 1714064

[startup+50.0213 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 27922
/proc/meminfo: memFree=883768/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1714064 CPUtime=52.65
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 70886 0 1 0 5234 31 0 0 25 0 13 0 157874743 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071614440 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 428516 59296 1909 14 0 415263 0
[pid=27910/tid=27911] ppid=27908 vsize=1714064 CPUtime=0.89
/proc/27910/task/27911/stat : 27911 (java) S 27908 27910 27861 0 -1 64 15200 0 0 0 84 5 0 0 16 0 13 0 157874746 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27912] ppid=27908 vsize=1714064 CPUtime=0.89
/proc/27910/task/27912/stat : 27912 (java) S 27908 27910 27861 0 -1 64 12396 0 0 0 83 6 0 0 16 0 13 0 157874746 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27908 vsize=1714064 CPUtime=0.01
/proc/27910/task/27913/stat : 27913 (java) S 27908 27910 27861 0 -1 64 24 0 0 0 1 0 0 0 16 0 13 0 157874749 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27914] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157874753 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 157874753 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27908 vsize=1714064 CPUtime=1.3
/proc/27910/task/27918/stat : 27918 (java) S 27908 27910 27861 0 -1 64 4377 0 0 0 129 1 0 0 17 0 13 0 157874753 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27919] ppid=27908 vsize=1714064 CPUtime=0.99
/proc/27910/task/27919/stat : 27919 (java) S 27908 27910 27861 0 -1 64 2322 0 0 0 99 0 0 0 17 0 13 0 157874753 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27920] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27920/stat : 27920 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157874753 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27921] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27921/stat : 27921 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157874753 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27922] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27922/stat : 27922 (java) S 27908 27910 27861 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 157876051 1755201536 59296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.65
Current children cumulated vsize (Kb) 1714064

[startup+60.0262 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 27922
/proc/meminfo: memFree=886456/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1714064 CPUtime=62.67
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 71092 0 1 0 6236 31 0 0 25 0 13 0 157874743 1755201536 58620 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071622328 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 428516 58620 1909 14 0 415263 0
[pid=27910/tid=27911] ppid=27908 vsize=1714064 CPUtime=0.91
/proc/27910/task/27911/stat : 27911 (java) S 27908 27910 27861 0 -1 64 15307 0 0 0 86 5 0 0 16 0 13 0 157874746 1755201536 58620 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27912] ppid=27908 vsize=1714064 CPUtime=0.91
/proc/27910/task/27912/stat : 27912 (java) S 27908 27910 27861 0 -1 64 12492 0 0 0 85 6 0 0 17 0 13 0 157874746 1755201536 58620 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27913] ppid=27908 vsize=1714064 CPUtime=0.01
/proc/27910/task/27913/stat : 27913 (java) S 27908 27910 27861 0 -1 64 24 0 0 0 1 0 0 0 16 0 13 0 157874749 1755201536 58620 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27914] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 58620 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 58620 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157874753 1755201536 58620 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1714064 CPUtime=0

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

/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157874753 1755201536 74822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157874753 1755201536 74822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27908 vsize=1714064 CPUtime=1.36
/proc/27910/task/27918/stat : 27918 (java) S 27908 27910 27861 0 -1 64 4377 0 0 0 135 1 0 0 17 0 13 0 157874753 1755201536 74822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27919] ppid=27908 vsize=1714064 CPUtime=1.03
/proc/27910/task/27919/stat : 27919 (java) S 27908 27910 27861 0 -1 64 2322 0 0 0 103 0 0 0 16 0 13 0 157874753 1755201536 74822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27920] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27920/stat : 27920 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157874753 1755201536 74822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27921] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27921/stat : 27921 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157874753 1755201536 74822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27922] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27922/stat : 27922 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157876051 1755201536 74822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.26
Current children cumulated vsize (Kb) 1714064

[startup+1785.96 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 27924
/proc/meminfo: memFree=820664/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1714064 CPUtime=1797.28
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 124046 0 1 0 179656 72 0 0 25 0 13 0 157874743 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071615682 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 428516 74806 1909 14 0 415263 0
[pid=27910/tid=27911] ppid=27908 vsize=1714064 CPUtime=9.84
/proc/27910/task/27911/stat : 27911 (java) S 27908 27910 27861 0 -1 64 37395 0 0 0 968 16 0 0 16 0 13 0 157874746 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27912] ppid=27908 vsize=1714064 CPUtime=9.81
/proc/27910/task/27912/stat : 27912 (java) S 27908 27910 27861 0 -1 64 31199 0 0 0 964 17 0 0 17 0 13 0 157874746 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27908 vsize=1714064 CPUtime=0.24
/proc/27910/task/27913/stat : 27913 (java) S 27908 27910 27861 0 -1 64 60 0 0 0 13 11 0 0 15 0 13 0 157874749 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157874753 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157874753 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27908 vsize=1714064 CPUtime=1.36
/proc/27910/task/27918/stat : 27918 (java) S 27908 27910 27861 0 -1 64 4377 0 0 0 135 1 0 0 17 0 13 0 157874753 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27919] ppid=27908 vsize=1714064 CPUtime=1.03
/proc/27910/task/27919/stat : 27919 (java) S 27908 27910 27861 0 -1 64 2322 0 0 0 103 0 0 0 16 0 13 0 157874753 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27920] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27920/stat : 27920 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157874753 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27921] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27921/stat : 27921 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157874753 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27922] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27922/stat : 27922 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157876051 1755201536 74806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.28
Current children cumulated vsize (Kb) 1714064

[startup+1786.96 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 27924
/proc/meminfo: memFree=820856/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1714064 CPUtime=1798.31
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 124078 0 1 0 179759 72 0 0 25 0 13 0 157874743 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071729255 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 428516 74771 1909 14 0 415263 0
[pid=27910/tid=27911] ppid=27908 vsize=1714064 CPUtime=9.86
/proc/27910/task/27911/stat : 27911 (java) S 27908 27910 27861 0 -1 64 37414 0 0 0 970 16 0 0 16 0 13 0 157874746 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27912] ppid=27908 vsize=1714064 CPUtime=9.83
/proc/27910/task/27912/stat : 27912 (java) S 27908 27910 27861 0 -1 64 31211 0 0 0 966 17 0 0 16 0 13 0 157874746 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27908 vsize=1714064 CPUtime=0.24
/proc/27910/task/27913/stat : 27913 (java) S 27908 27910 27861 0 -1 64 60 0 0 0 13 11 0 0 16 0 13 0 157874749 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27908 vsize=1714064 CPUtime=1.36
/proc/27910/task/27918/stat : 27918 (java) S 27908 27910 27861 0 -1 64 4377 0 0 0 135 1 0 0 17 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27919] ppid=27908 vsize=1714064 CPUtime=1.03
/proc/27910/task/27919/stat : 27919 (java) S 27908 27910 27861 0 -1 64 2322 0 0 0 103 0 0 0 16 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27920] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27920/stat : 27920 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27921] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27921/stat : 27921 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27922] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27922/stat : 27922 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157876051 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.31
Current children cumulated vsize (Kb) 1714064

[startup+1787.97 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 27924
/proc/meminfo: memFree=820856/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1714064 CPUtime=1799.31
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 124078 0 1 0 179859 72 0 0 25 0 13 0 157874743 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071622328 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 428516 74771 1909 14 0 415263 0
[pid=27910/tid=27911] ppid=27908 vsize=1714064 CPUtime=9.86
/proc/27910/task/27911/stat : 27911 (java) S 27908 27910 27861 0 -1 64 37414 0 0 0 970 16 0 0 16 0 13 0 157874746 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27912] ppid=27908 vsize=1714064 CPUtime=9.83
/proc/27910/task/27912/stat : 27912 (java) S 27908 27910 27861 0 -1 64 31211 0 0 0 966 17 0 0 16 0 13 0 157874746 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27908 vsize=1714064 CPUtime=0.24
/proc/27910/task/27913/stat : 27913 (java) S 27908 27910 27861 0 -1 64 60 0 0 0 13 11 0 0 16 0 13 0 157874749 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27908 vsize=1714064 CPUtime=1.36
/proc/27910/task/27918/stat : 27918 (java) S 27908 27910 27861 0 -1 64 4377 0 0 0 135 1 0 0 17 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27919] ppid=27908 vsize=1714064 CPUtime=1.03
/proc/27910/task/27919/stat : 27919 (java) S 27908 27910 27861 0 -1 64 2322 0 0 0 103 0 0 0 16 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27920] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27920/stat : 27920 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27921] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27921/stat : 27921 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157874753 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27922] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27922/stat : 27922 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157876051 1755201536 74771 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.31
Current children cumulated vsize (Kb) 1714064

[startup+1788.97 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 27924
/proc/meminfo: memFree=820856/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1714064 CPUtime=1800.33
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 124116 0 1 0 179961 72 0 0 25 0 13 0 157874743 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071550787 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 428516 74776 1909 14 0 415263 0
[pid=27910/tid=27911] ppid=27908 vsize=1714064 CPUtime=9.88
/proc/27910/task/27911/stat : 27911 (java) S 27908 27910 27861 0 -1 64 37437 0 0 0 972 16 0 0 16 0 13 0 157874746 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27912] ppid=27908 vsize=1714064 CPUtime=9.85
/proc/27910/task/27912/stat : 27912 (java) S 27908 27910 27861 0 -1 64 31225 0 0 0 968 17 0 0 16 0 13 0 157874746 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27908 vsize=1714064 CPUtime=0.24
/proc/27910/task/27913/stat : 27913 (java) S 27908 27910 27861 0 -1 64 60 0 0 0 13 11 0 0 15 0 13 0 157874749 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27908 vsize=1714064 CPUtime=1.36
/proc/27910/task/27918/stat : 27918 (java) S 27908 27910 27861 0 -1 64 4377 0 0 0 135 1 0 0 17 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27919] ppid=27908 vsize=1714064 CPUtime=1.03
/proc/27910/task/27919/stat : 27919 (java) S 27908 27910 27861 0 -1 64 2322 0 0 0 103 0 0 0 16 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27920] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27920/stat : 27920 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27921] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27921/stat : 27921 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27922] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27922/stat : 27922 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157876051 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (Kb) 1714064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.98 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 27924
/proc/meminfo: memFree=820792/2055920 swapFree=4183200/4192956
[pid=27910] ppid=27908 vsize=1714064 CPUtime=1800.34
/proc/27910/stat : 27910 (java) R 27908 27910 27861 0 -1 0 124116 0 1 0 179962 72 0 0 25 0 13 0 157874743 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071570057 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27910/statm: 428516 74776 1909 14 0 415263 0
[pid=27910/tid=27911] ppid=27908 vsize=1714064 CPUtime=9.88
/proc/27910/task/27911/stat : 27911 (java) S 27908 27910 27861 0 -1 64 37437 0 0 0 972 16 0 0 16 0 13 0 157874746 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27912] ppid=27908 vsize=1714064 CPUtime=9.85
/proc/27910/task/27912/stat : 27912 (java) S 27908 27910 27861 0 -1 64 31225 0 0 0 968 17 0 0 16 0 13 0 157874746 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27913] ppid=27908 vsize=1714064 CPUtime=0.24
/proc/27910/task/27913/stat : 27913 (java) S 27908 27910 27861 0 -1 64 60 0 0 0 13 11 0 0 15 0 13 0 157874749 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27914] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27914/stat : 27914 (java) S 27908 27910 27861 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27915] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27915/stat : 27915 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 157874750 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27916] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27916/stat : 27916 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27917] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27917/stat : 27917 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27918] ppid=27908 vsize=1714064 CPUtime=1.36
/proc/27910/task/27918/stat : 27918 (java) S 27908 27910 27861 0 -1 64 4377 0 0 0 135 1 0 0 17 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27919] ppid=27908 vsize=1714064 CPUtime=1.03
/proc/27910/task/27919/stat : 27919 (java) S 27908 27910 27861 0 -1 64 2322 0 0 0 103 0 0 0 16 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27920] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27920/stat : 27920 (java) S 27908 27910 27861 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27910/tid=27921] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27921/stat : 27921 (java) S 27908 27910 27861 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 157874753 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27910/tid=27922] ppid=27908 vsize=1714064 CPUtime=0
/proc/27910/task/27922/stat : 27922 (java) S 27908 27910 27861 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 157876051 1755201536 74776 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (Kb) 1714064

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

Child status: 143
Real time (s): 1789.07
CPU time (s): 1800.44
CPU user time (s): 1799.67
CPU system time (s): 0.768883
CPU usage (%): 100.635
Max. virtual memory (cumulated for all children) (Kb): 1715304
The end

Launcher Data (download as text)

Begin job on node16 on Fri Jul 28 18:08:59 UTC 2006


FILE ID= 50905-1154110138

PBS_JOBID= 886456

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_19.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node16/50905-1154110138/instance-50905-1154110138.opb 345664957
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-50905-1154110138 -o ROOT/results/node16/solver-50905-1154110138 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node16/50905-1154110138/instance-50905-1154110138.opb 345664957

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  691db1c1df60c391acb60afdfcce171f

RANDOM SEED= 345664957

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.229
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.229
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:       1113816 kB
Buffers:         34068 kB
Cached:         853356 kB
SwapCached:       3716 kB
Active:         195124 kB
Inactive:       701092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1113816 kB
SwapTotal:     4192956 kB
SwapFree:      4183200 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            31892 kB
Committed_AS:   664496 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 node16 on Fri Jul 28 18:38:49 UTC 2006