Trace number 44537

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.79 1687.67

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
MD5SUMd6efb238990ec55ca510b102fead8acf
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1466812
Total number of constraints24336
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 3531010623397850041104
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
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-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node80/44537-1149302024/instance-44537-1149302024.opb
0.20	c reading problem ... 
1687.42	c starts		: 0
1687.42	c conflicts		: 0
1687.42	c decisions		: 0
1687.42	c propagations		: 0
1687.42	c inspects		: 0
1687.42	c learnt literals	: 0
1687.42	c learnt binary clauses	: 0
1687.42	c learnt ternary clauses	: 0
1687.42	c learnt clauses	: 0
1687.42	c root simplifications	: 0
1687.42	c removed literals (reason simplification)	: 0
1687.42	c reason swapping (by a shorter reason)	: 0
1687.42	c Calls to reduceDB	: 0
1687.42	c speed (decisions/second)	: 0.0
1687.42	c non guided choices	0
1687.42	s UNKNOWN
1687.42	c Total wall clock time (ms): 1687.217

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node80/watcher-44537-1149302024 -o ROOT/results/node80/solver-44537-1149302024 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node80/44537-1149302024/instance-44537-1149302024.opb 101684679 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.83 0.96 0.91 2/67 4201
/proc/meminfo: memFree=1364952/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1788 CPUtime=0
/proc/4201/stat : 4201 (java) D 4199 4201 4155 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 195842117 1830912 135 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099917094 0 0 17 1 0 0
/proc/4201/statm: 447 135 100 14 0 91 0

[startup+10.0025 s]
/proc/loadavg: 0.85 0.96 0.91 2/78 4212
/proc/meminfo: memFree=1068736/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1713548 CPUtime=11.62
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 80410 0 1 0 1115 47 0 0 20 0 12 0 195842117 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071414308 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 428387 75774 1880 14 0 415133 0
[pid=4201/tid=4202] ppid=4199 vsize=1713548 CPUtime=1.07
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 21680 0 0 0 92 15 0 0 16 0 12 0 195842121 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1713548 CPUtime=1.06
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 19776 0 0 0 94 12 0 0 15 0 12 0 195842121 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1713548 CPUtime=0
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 195842123 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1713548 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1713548 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1713548 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1713548 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 195842127 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1713548 CPUtime=0.33
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 490 0 0 0 33 0 0 0 16 0 12 0 195842127 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1713548 CPUtime=0.38
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 1959 0 0 0 38 0 0 0 16 0 12 0 195842127 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1713548 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1713548 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1754673152 75774 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.62
Current children cumulated vsize (Kb) 1713548

[startup+20.0095 s]
/proc/loadavg: 0.96 0.97 0.91 2/78 4212
/proc/meminfo: memFree=1063168/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1713100 CPUtime=22.07
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 81991 0 1 0 2157 50 0 0 18 0 12 0 195842117 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071410887 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 428275 77213 1881 14 0 415021 0
[pid=4201/tid=4202] ppid=4199 vsize=1713100 CPUtime=1.42
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 22918 0 0 0 125 17 0 0 15 0 12 0 195842121 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1713100 CPUtime=1.43
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 20031 0 0 0 130 13 0 0 16 0 12 0 195842121 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 195842123 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 195842127 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1713100 CPUtime=0.4
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 538 0 0 0 40 0 0 0 17 0 12 0 195842127 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1713100 CPUtime=0.44
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 1968 0 0 0 44 0 0 0 16 0 12 0 195842127 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1754214400 77213 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (Kb) 1713100

[startup+30.0194 s]
/proc/loadavg: 0.96 0.97 0.91 3/78 4212
/proc/meminfo: memFree=1050304/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1713100 CPUtime=32.38
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 85309 0 1 0 3185 53 0 0 24 0 12 0 195842117 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152705394 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 428275 80436 1883 14 0 415021 0
[pid=4201/tid=4202] ppid=4199 vsize=1713100 CPUtime=1.73
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 24403 0 0 0 155 18 0 0 16 0 12 0 195842121 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1713100 CPUtime=1.75
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 21608 0 0 0 160 15 0 0 16 0 12 0 195842121 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 195842123 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 195842127 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1713100 CPUtime=0.4
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 540 0 0 0 40 0 0 0 16 0 12 0 195842127 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1713100 CPUtime=0.44
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 1968 0 0 0 44 0 0 0 16 0 12 0 195842127 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1713100 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1754214400 80436 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.38
Current children cumulated vsize (Kb) 1713100

[startup+40.0257 s]
/proc/loadavg: 0.97 0.97 0.91 2/78 4212
/proc/meminfo: memFree=1044800/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1711884 CPUtime=42.71
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 87103 0 1 0 4215 56 0 0 25 0 12 0 195842117 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152705401 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 427971 81814 1883 14 0 414717 0
[pid=4201/tid=4202] ppid=4199 vsize=1711884 CPUtime=2.01
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 25941 0 0 0 181 20 0 0 16 0 12 0 195842121 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1711884 CPUtime=2.03
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 21774 0 0 0 188 15 0 0 15 0 12 0 195842121 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1711884 CPUtime=0.02
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 15 0 0 0 1 1 0 0 16 0 12 0 195842123 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1711884 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1711884 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1711884 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1711884 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842127 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1711884 CPUtime=0.4
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 540 0 0 0 40 0 0 0 16 0 12 0 195842127 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1711884 CPUtime=0.48
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 2039 0 0 0 48 0 0 0 17 0 12 0 195842127 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1711884 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1711884 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1752969216 81814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.71
Current children cumulated vsize (Kb) 1711884

[startup+50.0328 s]
/proc/loadavg: 0.97 0.97 0.91 2/78 4212
/proc/meminfo: memFree=1026816/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1711444 CPUtime=53.03
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 91715 0 1 0 5243 60 0 0 19 0 12 0 195842117 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071412131 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 427861 86321 1883 14 0 414607 0
[pid=4201/tid=4202] ppid=4199 vsize=1711444 CPUtime=2.32
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 26929 0 0 0 211 21 0 0 16 0 12 0 195842121 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1711444 CPUtime=2.34
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 25378 0 0 0 217 17 0 0 16 0 12 0 195842121 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1711444 CPUtime=0.02
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 15 0 0 0 1 1 0 0 16 0 12 0 195842123 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842127 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1711444 CPUtime=0.41
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 541 0 0 0 41 0 0 0 17 0 12 0 195842127 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1711444 CPUtime=0.48
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 2039 0 0 0 48 0 0 0 17 0 12 0 195842127 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1752518656 86321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.03
Current children cumulated vsize (Kb) 1711444

[startup+60.0388 s]
/proc/loadavg: 0.98 0.97 0.91 2/78 4212
/proc/meminfo: memFree=1020544/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1711444 CPUtime=63.32
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 93311 0 1 0 6270 62 0 0 21 0 12 0 195842117 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071412131 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 427861 87893 1883 14 0 414607 0
[pid=4201/tid=4202] ppid=4199 vsize=1711444 CPUtime=2.63
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 28006 0 0 0 240 23 0 0 16 0 12 0 195842121 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1711444 CPUtime=2.64
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 25877 0 0 0 246 18 0 0 15 0 12 0 195842121 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1711444 CPUtime=0.02
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 15 0 0 0 1 1 0 0 16 0 12 0 195842123 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842127 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1711444 CPUtime=0.41
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 541 0 0 0 41 0 0 0 17 0 12 0 195842127 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1711444 CPUtime=0.48
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 2039 0 0 0 48 0 0 0 17 0 12 0 195842127 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1752518656 87893 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[startup+1683.39 s]
/proc/loadavg: 1.06 1.06 1.00 2/78 4409
/proc/meminfo: memFree=31488/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1711444 CPUtime=1796.33
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 407433 0 1 0 177150 2483 0 0 17 0 12 0 195842117 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071414308 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 427861 389062 1885 14 0 414607 0
[pid=4201/tid=4202] ppid=4199 vsize=1711444 CPUtime=113.93
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 224563 0 0 0 9796 1597 0 0 16 0 12 0 195842121 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1711444 CPUtime=113.88
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 133813 0 0 0 10576 812 0 0 16 0 12 0 195842121 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1711444 CPUtime=3.77
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 6522 0 0 0 347 30 0 0 16 0 12 0 195842123 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1711444 CPUtime=0.43
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 541 0 0 0 43 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1711444 CPUtime=0.49
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 2040 0 0 0 49 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.33
Current children cumulated vsize (Kb) 1711444

[startup+1684.39 s]
/proc/loadavg: 1.06 1.06 1.00 2/78 4409
/proc/meminfo: memFree=31488/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1711444 CPUtime=1797.38
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 407435 0 1 0 177255 2483 0 0 17 0 12 0 195842117 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071412112 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 427861 389062 1885 14 0 414607 0
[pid=4201/tid=4202] ppid=4199 vsize=1711444 CPUtime=113.98
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 224563 0 0 0 9801 1597 0 0 16 0 12 0 195842121 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1711444 CPUtime=113.93
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 133813 0 0 0 10581 812 0 0 16 0 12 0 195842121 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1711444 CPUtime=3.77
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 6522 0 0 0 347 30 0 0 15 0 12 0 195842123 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1711444 CPUtime=0.43
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 541 0 0 0 43 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1711444 CPUtime=0.49
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 2040 0 0 0 49 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.38
Current children cumulated vsize (Kb) 1711444

[startup+1685.4 s]
/proc/loadavg: 1.06 1.06 1.00 2/78 4409
/proc/meminfo: memFree=31488/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1711444 CPUtime=1798.41
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 407436 0 1 0 177358 2483 0 0 20 0 12 0 195842117 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071412123 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 427861 389062 1885 14 0 414607 0
[pid=4201/tid=4202] ppid=4199 vsize=1711444 CPUtime=114
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 224563 0 0 0 9803 1597 0 0 16 0 12 0 195842121 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1711444 CPUtime=113.96
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 133813 0 0 0 10584 812 0 0 16 0 12 0 195842121 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1711444 CPUtime=3.77
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 6522 0 0 0 347 30 0 0 16 0 12 0 195842123 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1711444 CPUtime=0.43
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 541 0 0 0 43 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1711444 CPUtime=0.49
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 2040 0 0 0 49 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.41
Current children cumulated vsize (Kb) 1711444

[startup+1686.4 s]
/proc/loadavg: 1.05 1.06 1.00 2/78 4409
/proc/meminfo: memFree=31488/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1711444 CPUtime=1799.47
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 407438 0 1 0 177463 2484 0 0 20 0 12 0 195842117 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071412131 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 427861 389062 1885 14 0 414607 0
[pid=4201/tid=4202] ppid=4199 vsize=1711444 CPUtime=114.06
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 224563 0 0 0 9808 1598 0 0 16 0 12 0 195842121 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1711444 CPUtime=114.01
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 133813 0 0 0 10589 812 0 0 17 0 12 0 195842121 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1711444 CPUtime=3.77
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 6522 0 0 0 347 30 0 0 15 0 12 0 195842123 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1711444 CPUtime=0.43
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 541 0 0 0 43 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1711444 CPUtime=0.49
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 2040 0 0 0 49 0 0 0 17 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1752518656 389062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (Kb) 1711444

[startup+1687.41 s]
/proc/loadavg: 1.05 1.06 1.00 2/78 4409
/proc/meminfo: memFree=31488/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1711444 CPUtime=1800.52
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 407440 0 1 0 177568 2484 0 0 19 0 12 0 195842117 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152705406 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 427861 389056 1885 14 0 414607 0
[pid=4201/tid=4202] ppid=4199 vsize=1711444 CPUtime=114.1
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 224563 0 0 0 9812 1598 0 0 17 0 12 0 195842121 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1711444 CPUtime=114.06
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 133813 0 0 0 10594 812 0 0 16 0 12 0 195842121 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1711444 CPUtime=3.77
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 6522 0 0 0 347 30 0 0 15 0 12 0 195842123 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1711444 CPUtime=0.43
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 541 0 0 0 43 0 0 0 17 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1711444 CPUtime=0.49
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 2040 0 0 0 49 0 0 0 17 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (Kb) 1711444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1687.42 s]
/proc/loadavg: 1.05 1.06 1.00 2/78 4409
/proc/meminfo: memFree=31488/2055888 swapFree=4085432/4096564
[pid=4201] ppid=4199 vsize=1711444 CPUtime=1800.53
/proc/4201/stat : 4201 (java) R 4199 4201 4155 0 -1 0 407440 0 1 0 177569 2484 0 0 19 0 12 0 195842117 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152705401 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4201/statm: 427861 389056 1885 14 0 414607 0
[pid=4201/tid=4202] ppid=4199 vsize=1711444 CPUtime=114.1
/proc/4201/task/4202/stat : 4202 (java) S 4199 4201 4155 0 -1 64 224563 0 0 0 9812 1598 0 0 17 0 12 0 195842121 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4203] ppid=4199 vsize=1711444 CPUtime=114.06
/proc/4201/task/4203/stat : 4203 (java) S 4199 4201 4155 0 -1 64 133813 0 0 0 10594 812 0 0 16 0 12 0 195842121 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4204] ppid=4199 vsize=1711444 CPUtime=3.77
/proc/4201/task/4204/stat : 4204 (java) S 4199 4201 4155 0 -1 64 6522 0 0 0 347 30 0 0 15 0 12 0 195842123 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4205] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4205/stat : 4205 (java) S 4199 4201 4155 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4206] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4206/stat : 4206 (java) S 4199 4201 4155 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195842124 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4207] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4207/stat : 4207 (java) S 4199 4201 4155 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4208] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4208/stat : 4208 (java) S 4199 4201 4155 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4209] ppid=4199 vsize=1711444 CPUtime=0.43
/proc/4201/task/4209/stat : 4209 (java) S 4199 4201 4155 0 -1 64 541 0 0 0 43 0 0 0 17 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4210] ppid=4199 vsize=1711444 CPUtime=0.49
/proc/4201/task/4210/stat : 4210 (java) S 4199 4201 4155 0 -1 64 2040 0 0 0 49 0 0 0 17 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4201/tid=4211] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4211/stat : 4211 (java) S 4199 4201 4155 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4201/tid=4212] ppid=4199 vsize=1711444 CPUtime=0
/proc/4201/task/4212/stat : 4212 (java) S 4199 4201 4155 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195842127 1752518656 389056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (Kb) 1711444

Sending SIGTERM to -4201
Sleeping 2 seconds

Child status: 143
Real time (s): 1687.67
CPU time (s): 1800.79
CPU user time (s): 1775.71
CPU system time (s): 25.0732
CPU usage (%): 106.703
Max. virtual memory (cumulated for all children) (Kb): 1713548

Launcher Data (download as text)

Begin job on node80 on Sat Jun  3 02:33:49 UTC 2006


FILE ID= 44537-1149302024

PBS_JOBID= 307422

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  d6efb238990ec55ca510b102fead8acf

RANDOM SEED= 101684679


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1365160 kB
Buffers:         29364 kB
Cached:         589868 kB
SwapCached:       2356 kB
Active:         159096 kB
Inactive:       468816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1365160 kB
SwapTotal:     4096564 kB
SwapFree:      4085432 kB
Dirty:             228 kB
Writeback:           0 kB
Mapped:          16588 kB
Slab:            49460 kB
Committed_AS:   337376 kB
PageTables:       1276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node80 on Sat Jun  3 03:02:03 UTC 2006