Trace number 43234

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1801.03 1789.44

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-maros.opb
MD5SUMa4588bb38746a3d57566a2a5df85a941
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 variables42240
Total number of constraints836
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 constraints836
Minimum length of a constraint30
Maximum length of a constraint4740
Number of terms in the objective function 10110
Biggest coefficient in the objective function 330175610880000000
Number of bits for the biggest coefficient in the objective function 59
Sum of the numbers in the objective function 14934064445704252926
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 330175610880000000
Number of bits of the biggest number in a constraint 59
Biggest sum of numbers in a constraint 14934064445704252926
Number of bits of the biggest sum of numbers64
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	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@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
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/node78/43234-1149310535/instance-43234-1149310535.opb
0.20	c reading problem ... 
4.01	c ... done. Time 3.81 ms.
4.01	c #vars     42240
4.01	c #constraints  1148
1789.32	c starts		: 6
1789.32	c conflicts		: 1746
1789.32	c decisions		: 55826
1789.32	c propagations		: 289624
1789.32	c inspects		: 3445769
1789.32	c learnt literals	: 0
1789.32	c learnt binary clauses	: 0
1789.32	c learnt ternary clauses	: 0
1789.32	c learnt clauses	: 1745
1789.32	c root simplifications	: 0
1789.32	c removed literals (reason simplification)	: 0
1789.32	c reason swapping (by a shorter reason)	: 0
1789.32	c Calls to reduceDB	: 0
1789.32	c speed (decisions/second)	: 31.275297803289323
1789.32	c non guided choices	0
1789.32	s UNKNOWN
1789.32	c Total wall clock time (ms): 1789.121

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.93 0.98 0.93 2/67 15130
/proc/meminfo: memFree=1539264/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1596 CPUtime=0
/proc/15130/stat : 15130 (java) D 15128 15130 15084 0 -1 0 131 0 0 0 0 0 0 0 18 0 1 0 196082379 1634304 101 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099917094 0 0 17 1 0 0
/proc/15130/statm: 447 101 80 14 0 91 0

[startup+10.0019 s]
/proc/loadavg: 0.94 0.98 0.93 3/79 15142
/proc/meminfo: memFree=1314976/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1715752 CPUtime=11.8
/proc/15130/stat : 15130 (java) R 15128 15130 15084 0 -1 0 61950 0 1 0 1147 33 0 0 25 0 13 0 196082379 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071629599 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15130/statm: 428938 57865 1910 14 0 415684 0
[pid=15130/tid=15131] ppid=15128 vsize=1715752 CPUtime=0.56
/proc/15130/task/15131/stat : 15131 (java) S 15128 15130 15084 0 -1 64 11461 0 0 0 50 6 0 0 17 0 13 0 196082382 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15128 vsize=1715752 CPUtime=0.56
/proc/15130/task/15132/stat : 15132 (java) S 15128 15130 15084 0 -1 64 10366 0 0 0 51 5 0 0 16 0 13 0 196082382 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15128 vsize=1715752 CPUtime=0
/proc/15130/task/15133/stat : 15133 (java) S 15128 15130 15084 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 196082385 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15134] ppid=15128 vsize=1715752 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1715752 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1715752 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15128 vsize=1715752 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15128 15130 15084 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196082388 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15138] ppid=15128 vsize=1715752 CPUtime=0.91
/proc/15130/task/15138/stat : 15138 (java) R 15128 15130 15084 0 -1 64 1890 0 0 0 91 0 0 0 17 0 13 0 196082388 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4151227985 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15139] ppid=15128 vsize=1715752 CPUtime=0.88
/proc/15130/task/15139/stat : 15139 (java) S 15128 15130 15084 0 -1 64 1675 0 0 0 88 0 0 0 17 0 13 0 196082388 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15140] ppid=15128 vsize=1715752 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196082388 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15141] ppid=15128 vsize=1715752 CPUtime=0
/proc/15130/task/15141/stat : 15141 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196082388 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15142] ppid=15128 vsize=1715752 CPUtime=0
/proc/15130/task/15142/stat : 15142 (java) S 15128 15130 15084 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 196082849 1756930048 57865 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (Kb) 1715752

[startup+20.009 s]
/proc/loadavg: 0.95 0.98 0.93 2/79 15142
/proc/meminfo: memFree=1325792/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1714572 CPUtime=21.93
/proc/15130/stat : 15130 (java) R 15128 15130 15084 0 -1 0 63722 0 1 0 2159 34 0 0 25 0 13 0 196082379 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071640630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 428643 55183 1910 14 0 415389 0
[pid=15130/tid=15131] ppid=15128 vsize=1714572 CPUtime=0.64
/proc/15130/task/15131/stat : 15131 (java) S 15128 15130 15084 0 -1 64 12173 0 0 0 57 7 0 0 17 0 13 0 196082382 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15128 vsize=1714572 CPUtime=0.63
/proc/15130/task/15132/stat : 15132 (java) S 15128 15130 15084 0 -1 64 11387 0 0 0 58 5 0 0 16 0 13 0 196082382 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15128 vsize=1714572 CPUtime=0.01
/proc/15130/task/15133/stat : 15133 (java) S 15128 15130 15084 0 -1 64 20 0 0 0 1 0 0 0 17 0 13 0 196082385 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15128 15130 15084 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196082388 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15138] ppid=15128 vsize=1714572 CPUtime=0.91
/proc/15130/task/15138/stat : 15138 (java) S 15128 15130 15084 0 -1 64 1900 0 0 0 91 0 0 0 16 0 13 0 196082388 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15139] ppid=15128 vsize=1714572 CPUtime=0.93
/proc/15130/task/15139/stat : 15139 (java) S 15128 15130 15084 0 -1 64 1679 0 0 0 93 0 0 0 16 0 13 0 196082388 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15140] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196082388 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15141] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15141/stat : 15141 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196082388 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15142] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15142/stat : 15142 (java) S 15128 15130 15084 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 196082849 1755721728 55183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.93
Current children cumulated vsize (Kb) 1714572

[startup+30.0161 s]
/proc/loadavg: 0.96 0.98 0.93 2/79 15142
/proc/meminfo: memFree=1359008/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1714572 CPUtime=31.99
/proc/15130/stat : 15130 (java) R 15128 15130 15084 0 -1 0 64591 0 1 0 3163 36 0 0 25 0 13 0 196082379 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071640079 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15130/statm: 428643 46887 1910 14 0 415389 0
[pid=15130/tid=15131] ppid=15128 vsize=1714572 CPUtime=0.69
/proc/15130/task/15131/stat : 15131 (java) S 15128 15130 15084 0 -1 64 12578 0 0 0 62 7 0 0 16 0 13 0 196082382 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15128 vsize=1714572 CPUtime=0.7
/proc/15130/task/15132/stat : 15132 (java) S 15128 15130 15084 0 -1 64 11834 0 0 0 64 6 0 0 15 0 13 0 196082382 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15128 vsize=1714572 CPUtime=0.02
/proc/15130/task/15133/stat : 15133 (java) S 15128 15130 15084 0 -1 64 20 0 0 0 1 1 0 0 16 0 13 0 196082385 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15128 15130 15084 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196082388 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15138] ppid=15128 vsize=1714572 CPUtime=0.91
/proc/15130/task/15138/stat : 15138 (java) S 15128 15130 15084 0 -1 64 1900 0 0 0 91 0 0 0 16 0 13 0 196082388 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15139] ppid=15128 vsize=1714572 CPUtime=0.93
/proc/15130/task/15139/stat : 15139 (java) S 15128 15130 15084 0 -1 64 1679 0 0 0 93 0 0 0 16 0 13 0 196082388 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15140] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196082388 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15141] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15141/stat : 15141 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196082388 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15142] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15142/stat : 15142 (java) S 15128 15130 15084 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 196082849 1755721728 46887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (Kb) 1714572

[startup+40.0231 s]
/proc/loadavg: 0.96 0.98 0.93 2/79 15142
/proc/meminfo: memFree=1365664/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1714572 CPUtime=42.04
/proc/15130/stat : 15130 (java) R 15128 15130 15084 0 -1 0 65947 0 1 0 4167 37 0 0 24 0 13 0 196082379 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071640636 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 428643 45243 1910 14 0 415389 0
[pid=15130/tid=15131] ppid=15128 vsize=1714572 CPUtime=0.75
/proc/15130/task/15131/stat : 15131 (java) S 15128 15130 15084 0 -1 64 13237 0 0 0 67 8 0 0 16 0 13 0 196082382 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15128 vsize=1714572 CPUtime=0.74
/proc/15130/task/15132/stat : 15132 (java) S 15128 15130 15084 0 -1 64 12516 0 0 0 68 6 0 0 16 0 13 0 196082382 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15128 vsize=1714572 CPUtime=0.02
/proc/15130/task/15133/stat : 15133 (java) S 15128 15130 15084 0 -1 64 20 0 0 0 1 1 0 0 15 0 13 0 196082385 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15134] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15128 15130 15084 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196082388 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15138] ppid=15128 vsize=1714572 CPUtime=0.92
/proc/15130/task/15138/stat : 15138 (java) S 15128 15130 15084 0 -1 64 1900 0 0 0 92 0 0 0 16 0 13 0 196082388 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15139] ppid=15128 vsize=1714572 CPUtime=0.94
/proc/15130/task/15139/stat : 15139 (java) S 15128 15130 15084 0 -1 64 1679 0 0 0 94 0 0 0 16 0 13 0 196082388 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15140] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196082388 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15141] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15141/stat : 15141 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196082388 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15142] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15142/stat : 15142 (java) S 15128 15130 15084 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196082849 1755721728 45243 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.04
Current children cumulated vsize (Kb) 1714572

[startup+50.0302 s]
/proc/loadavg: 0.97 0.98 0.93 2/79 15142
/proc/meminfo: memFree=1366368/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1714572 CPUtime=52.1
/proc/15130/stat : 15130 (java) R 15128 15130 15084 0 -1 0 67273 0 1 0 5172 38 0 0 19 0 13 0 196082379 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071420080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 428643 45065 1910 14 0 415389 0
[pid=15130/tid=15131] ppid=15128 vsize=1714572 CPUtime=0.8
/proc/15130/task/15131/stat : 15131 (java) S 15128 15130 15084 0 -1 64 14023 0 0 0 72 8 0 0 16 0 13 0 196082382 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15132] ppid=15128 vsize=1714572 CPUtime=0.81
/proc/15130/task/15132/stat : 15132 (java) S 15128 15130 15084 0 -1 64 13043 0 0 0 74 7 0 0 16 0 13 0 196082382 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15133] ppid=15128 vsize=1714572 CPUtime=0.02
/proc/15130/task/15133/stat : 15133 (java) S 15128 15130 15084 0 -1 64 20 0 0 0 1 1 0 0 15 0 13 0 196082385 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15134] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15128 15130 15084 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196082388 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15138] ppid=15128 vsize=1714572 CPUtime=0.92
/proc/15130/task/15138/stat : 15138 (java) S 15128 15130 15084 0 -1 64 1900 0 0 0 92 0 0 0 16 0 13 0 196082388 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15139] ppid=15128 vsize=1714572 CPUtime=0.94
/proc/15130/task/15139/stat : 15139 (java) S 15128 15130 15084 0 -1 64 1679 0 0 0 94 0 0 0 17 0 13 0 196082388 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15140] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196082388 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15141] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15141/stat : 15141 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196082388 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15142] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15142/stat : 15142 (java) S 15128 15130 15084 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196082849 1755721728 45065 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.1
Current children cumulated vsize (Kb) 1714572

[startup+60.0363 s]
/proc/loadavg: 0.97 0.98 0.93 2/79 15142
/proc/meminfo: memFree=1367648/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1714572 CPUtime=62.15
/proc/15130/stat : 15130 (java) R 15128 15130 15084 0 -1 0 68192 0 1 0 6176 39 0 0 25 0 13 0 196082379 1755721728 44741 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071420999 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15130/statm: 428643 44741 1910 14 0 415389 0
[pid=15130/tid=15131] ppid=15128 vsize=1714572 CPUtime=0.85
/proc/15130/task/15131/stat : 15131 (java) S 15128 15130 15084 0 -1 64 14482 0 0 0 76 9 0 0 15 0 13 0 196082382 1755721728 44741 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15132] ppid=15128 vsize=1714572 CPUtime=0.85
/proc/15130/task/15132/stat : 15132 (java) S 15128 15130 15084 0 -1 64 13488 0 0 0 78 7 0 0 16 0 13 0 196082382 1755721728 44741 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15133] ppid=15128 vsize=1714572 CPUtime=0.03
/proc/15130/task/15133/stat : 15133 (java) S 15128 15130 15084 0 -1 64 20 0 0 0 1 2 0 0 16 0 13 0 196082385 1755721728 44741 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1755721728 44741 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1755721728 44741 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1714572 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1755721728 44741 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15130/tid=15134] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15128 15130 15084 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15138] ppid=15128 vsize=1713548 CPUtime=0.95
/proc/15130/task/15138/stat : 15138 (java) S 15128 15130 15084 0 -1 64 1901 0 0 0 95 0 0 0 17 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15139] ppid=15128 vsize=1713548 CPUtime=1.01
/proc/15130/task/15139/stat : 15139 (java) S 15128 15130 15084 0 -1 64 1686 0 0 0 101 0 0 0 17 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15140] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15141] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15141/stat : 15141 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15142] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15142/stat : 15142 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082849 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.86
Current children cumulated vsize (Kb) 1713548

[startup+1786.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/79 15339
/proc/meminfo: memFree=965152/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1713548 CPUtime=1797.87
/proc/15130/stat : 15130 (java) R 15128 15130 15084 0 -1 0 316406 0 1 0 179575 212 0 0 25 0 13 0 196082379 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071715008 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15130/statm: 428387 145000 1910 14 0 415133 0
[pid=15130/tid=15131] ppid=15128 vsize=1713548 CPUtime=11.18
/proc/15130/task/15131/stat : 15131 (java) S 15128 15130 15084 0 -1 64 73136 0 0 0 1065 53 0 0 16 0 13 0 196082382 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15128 vsize=1713548 CPUtime=11.15
/proc/15130/task/15132/stat : 15132 (java) S 15128 15130 15084 0 -1 64 72649 0 0 0 1066 49 0 0 16 0 13 0 196082382 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15128 vsize=1713548 CPUtime=0.48
/proc/15130/task/15133/stat : 15133 (java) S 15128 15130 15084 0 -1 64 353 0 0 0 22 26 0 0 16 0 13 0 196082385 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15128 15130 15084 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15138] ppid=15128 vsize=1713548 CPUtime=0.95
/proc/15130/task/15138/stat : 15138 (java) S 15128 15130 15084 0 -1 64 1901 0 0 0 95 0 0 0 17 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15139] ppid=15128 vsize=1713548 CPUtime=1.01
/proc/15130/task/15139/stat : 15139 (java) S 15128 15130 15084 0 -1 64 1686 0 0 0 101 0 0 0 17 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15140] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15141] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15141/stat : 15141 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196082388 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15142] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15142/stat : 15142 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082849 1754673152 145000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (Kb) 1713548

[startup+1787.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/79 15339
/proc/meminfo: memFree=964512/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1713548 CPUtime=1798.89
/proc/15130/stat : 15130 (java) R 15128 15130 15084 0 -1 0 316671 0 1 0 179676 213 0 0 25 0 13 0 196082379 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071640075 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15130/statm: 428387 145136 1910 14 0 415133 0
[pid=15130/tid=15131] ppid=15128 vsize=1713548 CPUtime=11.19
/proc/15130/task/15131/stat : 15131 (java) S 15128 15130 15084 0 -1 64 73242 0 0 0 1066 53 0 0 16 0 13 0 196082382 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15128 vsize=1713548 CPUtime=11.16
/proc/15130/task/15132/stat : 15132 (java) S 15128 15130 15084 0 -1 64 72807 0 0 0 1067 49 0 0 16 0 13 0 196082382 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15128 vsize=1713548 CPUtime=0.48
/proc/15130/task/15133/stat : 15133 (java) S 15128 15130 15084 0 -1 64 353 0 0 0 22 26 0 0 15 0 13 0 196082385 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15128 15130 15084 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15138] ppid=15128 vsize=1713548 CPUtime=0.95
/proc/15130/task/15138/stat : 15138 (java) S 15128 15130 15084 0 -1 64 1901 0 0 0 95 0 0 0 17 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15139] ppid=15128 vsize=1713548 CPUtime=1.01
/proc/15130/task/15139/stat : 15139 (java) S 15128 15130 15084 0 -1 64 1686 0 0 0 101 0 0 0 17 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15140] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15141] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15141/stat : 15141 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15142] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15142/stat : 15142 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082849 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.89
Current children cumulated vsize (Kb) 1713548

[startup+1788.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/79 15339
/proc/meminfo: memFree=964512/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1713548 CPUtime=1799.89
/proc/15130/stat : 15130 (java) R 15128 15130 15084 0 -1 0 316671 0 1 0 179776 213 0 0 25 0 13 0 196082379 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071640075 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15130/statm: 428387 145136 1910 14 0 415133 0
[pid=15130/tid=15131] ppid=15128 vsize=1713548 CPUtime=11.19
/proc/15130/task/15131/stat : 15131 (java) S 15128 15130 15084 0 -1 64 73242 0 0 0 1066 53 0 0 16 0 13 0 196082382 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15128 vsize=1713548 CPUtime=11.16
/proc/15130/task/15132/stat : 15132 (java) S 15128 15130 15084 0 -1 64 72807 0 0 0 1067 49 0 0 16 0 13 0 196082382 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15128 vsize=1713548 CPUtime=0.48
/proc/15130/task/15133/stat : 15133 (java) S 15128 15130 15084 0 -1 64 353 0 0 0 22 26 0 0 16 0 13 0 196082385 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15128 15130 15084 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15138] ppid=15128 vsize=1713548 CPUtime=0.95
/proc/15130/task/15138/stat : 15138 (java) S 15128 15130 15084 0 -1 64 1901 0 0 0 95 0 0 0 17 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15139] ppid=15128 vsize=1713548 CPUtime=1.01
/proc/15130/task/15139/stat : 15139 (java) S 15128 15130 15084 0 -1 64 1686 0 0 0 101 0 0 0 17 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15140] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15141] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15141/stat : 15141 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196082388 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15142] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15142/stat : 15142 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082849 1754673152 145136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.89
Current children cumulated vsize (Kb) 1713548

[startup+1789.32 s]
/proc/loadavg: 1.00 1.00 0.94 2/79 15339
/proc/meminfo: memFree=964256/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1713548 CPUtime=1800.91
/proc/15130/stat : 15130 (java) R 15128 15130 15084 0 -1 0 316795 0 1 0 179878 213 0 0 19 0 13 0 196082379 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071420356 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15130/statm: 428387 145256 1910 14 0 415133 0
[pid=15130/tid=15131] ppid=15128 vsize=1713548 CPUtime=11.2
/proc/15130/task/15131/stat : 15131 (java) S 15128 15130 15084 0 -1 64 73348 0 0 0 1067 53 0 0 16 0 13 0 196082382 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15128 vsize=1713548 CPUtime=11.17
/proc/15130/task/15132/stat : 15132 (java) S 15128 15130 15084 0 -1 64 72824 0 0 0 1068 49 0 0 16 0 13 0 196082382 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15128 vsize=1713548 CPUtime=0.48
/proc/15130/task/15133/stat : 15133 (java) S 15128 15130 15084 0 -1 64 353 0 0 0 22 26 0 0 16 0 13 0 196082385 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15128 15130 15084 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15138] ppid=15128 vsize=1713548 CPUtime=0.95
/proc/15130/task/15138/stat : 15138 (java) S 15128 15130 15084 0 -1 64 1901 0 0 0 95 0 0 0 17 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15139] ppid=15128 vsize=1713548 CPUtime=1.01
/proc/15130/task/15139/stat : 15139 (java) S 15128 15130 15084 0 -1 64 1686 0 0 0 101 0 0 0 17 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15140] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15141] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15141/stat : 15141 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15142] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15142/stat : 15142 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082849 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (Kb) 1713548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.32 s]
/proc/loadavg: 1.00 1.00 0.94 2/79 15339
/proc/meminfo: memFree=964256/2055892 swapFree=4085732/4096564
[pid=15130] ppid=15128 vsize=1713548 CPUtime=1800.91
/proc/15130/stat : 15130 (java) R 15128 15130 15084 0 -1 0 316795 0 1 0 179878 213 0 0 19 0 13 0 196082379 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071640649 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15130/statm: 428387 145256 1910 14 0 415133 0
[pid=15130/tid=15131] ppid=15128 vsize=1713548 CPUtime=11.2
/proc/15130/task/15131/stat : 15131 (java) S 15128 15130 15084 0 -1 64 73348 0 0 0 1067 53 0 0 16 0 13 0 196082382 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15132] ppid=15128 vsize=1713548 CPUtime=11.17
/proc/15130/task/15132/stat : 15132 (java) S 15128 15130 15084 0 -1 64 72824 0 0 0 1068 49 0 0 16 0 13 0 196082382 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15133] ppid=15128 vsize=1713548 CPUtime=0.48
/proc/15130/task/15133/stat : 15133 (java) S 15128 15130 15084 0 -1 64 353 0 0 0 22 26 0 0 16 0 13 0 196082385 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15134] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15134/stat : 15134 (java) S 15128 15130 15084 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15135] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15135/stat : 15135 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082385 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15136] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15136/stat : 15136 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15137] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15137/stat : 15137 (java) S 15128 15130 15084 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15138] ppid=15128 vsize=1713548 CPUtime=0.95
/proc/15130/task/15138/stat : 15138 (java) S 15128 15130 15084 0 -1 64 1901 0 0 0 95 0 0 0 17 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15139] ppid=15128 vsize=1713548 CPUtime=1.01
/proc/15130/task/15139/stat : 15139 (java) S 15128 15130 15084 0 -1 64 1686 0 0 0 101 0 0 0 17 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15140] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15140/stat : 15140 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15130/tid=15141] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15141/stat : 15141 (java) S 15128 15130 15084 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196082388 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15130/tid=15142] ppid=15128 vsize=1713548 CPUtime=0
/proc/15130/task/15142/stat : 15142 (java) S 15128 15130 15084 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196082849 1754673152 145256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (Kb) 1713548

Sending SIGTERM to -15130
Sleeping 2 seconds

Child status: 143
Real time (s): 1789.44
CPU time (s): 1801.03
CPU user time (s): 1798.81
CPU system time (s): 2.22366
CPU usage (%): 100.648
Max. virtual memory (cumulated for all children) (Kb): 1715752

Launcher Data (download as text)

Begin job on node78 on Sat Jun  3 04:55:36 UTC 2006


FILE ID= 43234-1149310535

PBS_JOBID= 307928

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-maros.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node78/43234-1149310535/instance-43234-1149310535.opb 533972278
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node78/watcher-43234-1149310535 -o ROOT/results/node78/solver-43234-1149310535 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node78/43234-1149310535/instance-43234-1149310535.opb 533972278

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  a4588bb38746a3d57566a2a5df85a941

RANDOM SEED= 533972278


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

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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1539664 kB
Buffers:         37220 kB
Cached:         408856 kB
SwapCached:       2520 kB
Active:          66276 kB
Inactive:       388468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1539664 kB
SwapTotal:     4096564 kB
SwapFree:      4085732 kB
Dirty:             292 kB
Writeback:           0 kB
Mapped:          15136 kB
Slab:            48056 kB
Committed_AS:   319340 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node78 on Sat Jun  3 05:25:25 UTC 2006