Trace number 43348

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? 635.345 606.393

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-ds.opb
MD5SUM7478f253a8ff3e29c2a001743623a20c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark764056
Best CPU time to get the best result obtained on this benchmark1801.35
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 764056
Optimality of the best value was proved NO
Number of variables1354640
Total number of constraints656
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 constraints656
Minimum length of a constraint640
Maximum length of a constraint129180
Number of terms in the objective function 1354640
Biggest coefficient in the objective function 1732247552
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 49715233983525
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 1732247552
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 49715233983525
Number of bits of the biggest sum of numbers46
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.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.24	c no version file found!!!
0.24	c sun.arch.data.model	32
0.24	c java.version	1.5.0_06
0.24	c os.name	Linux
0.24	c os.version	2.6.9-22.EL.rootsmp
0.24	c os.arch	i386
0.24	c Free memory 1548419056
0.25	c Max memory 1551040512
0.25	c Total memory 1551040512
0.25	c Number of processors 2
0.30	c Cutting planes based inference
0.30	c --- Begin Solver configuration ---
0.30	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.30	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.30	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.30	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.30	c VSIDS like heuristics from MiniSAT using a heap
0.30	c No reason simplification
0.30	c --- End Solver configuration ---
0.30	c solving ROOT/tmp/node68/43348-1149316679/instance-43348-1149316679.opb
0.30	c reading problem ... 
606.14	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
606.14	c starts		: 0
606.14	c conflicts		: 0
606.14	c decisions		: 0
606.14	c propagations		: 0
606.14	c inspects		: 0
606.14	c learnt literals	: 0
606.14	c learnt binary clauses	: 0
606.14	c learnt ternary clauses	: 0
606.14	c learnt clauses	: 0
606.14	c root simplifications	: 0
606.14	c removed literals (reason simplification)	: 0
606.14	c reason swapping (by a shorter reason)	: 0
606.14	c Calls to reduceDB	: 0
606.14	c speed (decisions/second)	: 0.0
606.14	c non guided choices	0
606.14	s UNKNOWN
606.14	c Total wall clock time (ms): 605.843

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.30 0.76 0.91 2/64 19321
/proc/meminfo: memFree=1277344/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=18540 CPUtime=0
/proc/19321/stat : 19321 (runsolver) D 19319 19321 19275 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 197343776 18984960 279 18446744073709551615 4194304 4262084 548682068944 18446744073709551615 257414458663 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/19321/statm: 4635 279 243 16 0 2626 0

[startup+10.0092 s]
/proc/loadavg: 0.49 0.78 0.91 3/75 19332
/proc/meminfo: memFree=944904/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1717288 CPUtime=12.35
/proc/19321/stat : 19321 (java) S 19319 19321 19275 0 -1 0 87780 0 1 0 1191 44 0 0 21 0 12 0 197343776 1758502912 84751 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19321/statm: 429322 84752 1886 14 0 416069 0
[pid=19321/tid=19322] ppid=19319 vsize=1717288 CPUtime=1.75
/proc/19321/task/19322/stat : 19322 (java) R 19319 19321 19275 0 -1 64 26073 0 0 0 160 15 0 0 16 0 12 0 197343789 1758502912 84755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154975950 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1717288 CPUtime=1.74
/proc/19321/task/19323/stat : 19323 (java) R 19319 19321 19275 0 -1 64 23245 0 0 0 162 12 0 0 16 0 12 0 197343789 1758502912 84757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154975198 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1717288 CPUtime=0
/proc/19321/task/19324/stat : 19324 (java) S 19319 19321 19275 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 197343792 1758502912 84759 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1717288 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1758502912 84760 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1717288 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1758502912 84762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1717288 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1758502912 84764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1717288 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1758502912 84765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1717288 CPUtime=0.43
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 606 0 0 0 43 0 0 0 15 0 12 0 197343796 1758502912 84767 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1717288 CPUtime=0.54
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1345 0 0 0 54 0 0 0 15 0 12 0 197343796 1758502912 84768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1717288 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1758502912 84769 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1717288 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1758502912 84770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (Kb) 1717288

[startup+20.027 s]
/proc/loadavg: 0.64 0.80 0.92 2/75 19332
/proc/meminfo: memFree=806920/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1717256 CPUtime=24.66
/proc/19321/stat : 19321 (java) R 19319 19321 19275 0 -1 0 125481 0 1 0 2401 65 0 0 17 0 12 0 197343776 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071502892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19321/statm: 429314 119170 1886 14 0 416061 0
[pid=19321/tid=19322] ppid=19319 vsize=1717256 CPUtime=4.05
/proc/19321/task/19322/stat : 19322 (java) S 19319 19321 19275 0 -1 64 42561 0 0 0 382 23 0 0 16 0 12 0 197343789 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1717256 CPUtime=4.03
/proc/19321/task/19323/stat : 19323 (java) S 19319 19321 19275 0 -1 64 44430 0 0 0 380 23 0 0 16 0 12 0 197343789 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19324/stat : 19324 (java) S 19319 19321 19275 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 197343792 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1717256 CPUtime=0.44
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 606 0 0 0 44 0 0 0 16 0 12 0 197343796 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1717256 CPUtime=0.55
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1346 0 0 0 55 0 0 0 17 0 12 0 197343796 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1758470144 119170 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (Kb) 1717256

[startup+30.0347 s]
/proc/loadavg: 0.70 0.81 0.92 2/75 19332
/proc/meminfo: memFree=737288/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1717256 CPUtime=36.21
/proc/19321/stat : 19321 (java) R 19319 19321 19275 0 -1 0 144538 0 1 0 3543 78 0 0 18 0 12 0 197343776 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071443335 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19321/statm: 429314 136539 1886 14 0 416061 0
[pid=19321/tid=19322] ppid=19319 vsize=1717256 CPUtime=5.59
/proc/19321/task/19322/stat : 19322 (java) S 19319 19321 19275 0 -1 64 50467 0 0 0 532 27 0 0 16 0 12 0 197343789 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1717256 CPUtime=5.58
/proc/19321/task/19323/stat : 19323 (java) S 19319 19321 19275 0 -1 64 55556 0 0 0 528 30 0 0 17 0 12 0 197343789 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19324/stat : 19324 (java) S 19319 19321 19275 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 197343792 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1717256 CPUtime=0.45
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 607 0 0 0 45 0 0 0 17 0 12 0 197343796 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1717256 CPUtime=0.56
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1346 0 0 0 56 0 0 0 16 0 12 0 197343796 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1758470144 136539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.21
Current children cumulated vsize (Kb) 1717256

[startup+40.0414 s]
/proc/loadavg: 0.74 0.81 0.92 2/75 19332
/proc/meminfo: memFree=656456/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1717256 CPUtime=47.7
/proc/19321/stat : 19321 (java) R 19319 19321 19275 0 -1 0 165562 0 1 0 4681 89 0 0 18 0 12 0 197343776 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071502601 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19321/statm: 429314 156708 1886 14 0 416061 0
[pid=19321/tid=19322] ppid=19319 vsize=1717256 CPUtime=7.08
/proc/19321/task/19322/stat : 19322 (java) S 19319 19321 19275 0 -1 64 61066 0 0 0 676 32 0 0 16 0 12 0 197343789 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1717256 CPUtime=7.06
/proc/19321/task/19323/stat : 19323 (java) S 19319 19321 19275 0 -1 64 65966 0 0 0 670 36 0 0 16 0 12 0 197343789 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1717256 CPUtime=0.01
/proc/19321/task/19324/stat : 19324 (java) S 19319 19321 19275 0 -1 64 23 0 0 0 1 0 0 0 15 0 12 0 197343792 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1717256 CPUtime=0.45
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 607 0 0 0 45 0 0 0 17 0 12 0 197343796 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1717256 CPUtime=0.56
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1346 0 0 0 56 0 0 0 17 0 12 0 197343796 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1758470144 156708 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.7
Current children cumulated vsize (Kb) 1717256

[startup+50.0481 s]
/proc/loadavg: 0.86 0.84 0.93 2/75 19332
/proc/meminfo: memFree=574920/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1717256 CPUtime=59.14
/proc/19321/stat : 19321 (java) R 19319 19321 19275 0 -1 0 186670 0 1 0 5812 102 0 0 17 0 12 0 197343776 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071549763 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19321/statm: 429314 177049 1886 14 0 416061 0
[pid=19321/tid=19322] ppid=19319 vsize=1717256 CPUtime=8.51
/proc/19321/task/19322/stat : 19322 (java) S 19319 19321 19275 0 -1 64 71809 0 0 0 814 37 0 0 16 0 12 0 197343789 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1717256 CPUtime=8.5
/proc/19321/task/19323/stat : 19323 (java) S 19319 19321 19275 0 -1 64 76319 0 0 0 808 42 0 0 16 0 12 0 197343789 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1717256 CPUtime=0.01
/proc/19321/task/19324/stat : 19324 (java) S 19319 19321 19275 0 -1 64 24 0 0 0 1 0 0 0 15 0 12 0 197343792 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1717256 CPUtime=0.45
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 607 0 0 0 45 0 0 0 16 0 12 0 197343796 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1717256 CPUtime=0.56
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1346 0 0 0 56 0 0 0 17 0 12 0 197343796 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1758470144 177049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.14
Current children cumulated vsize (Kb) 1717256

[startup+60.0548 s]
/proc/loadavg: 0.88 0.84 0.93 2/75 19332
/proc/meminfo: memFree=495624/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1717256 CPUtime=70.59
/proc/19321/stat : 19321 (java) R 19319 19321 19275 0 -1 0 207189 0 1 0 6947 112 0 0 18 0 12 0 197343776 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19321/statm: 429314 196834 1886 14 0 416061 0
[pid=19321/tid=19322] ppid=19319 vsize=1717256 CPUtime=9.98
/proc/19321/task/19322/stat : 19322 (java) S 19319 19321 19275 0 -1 64 83831 0 0 0 955 43 0 0 17 0 12 0 197343789 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1717256 CPUtime=9.96
/proc/19321/task/19323/stat : 19323 (java) S 19319 19321 19275 0 -1 64 84803 0 0 0 950 46 0 0 17 0 12 0 197343789 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1717256 CPUtime=0.01
/proc/19321/task/19324/stat : 19324 (java) S 19319 19321 19275 0 -1 64 27 0 0 0 1 0 0 0 16 0 12 0 197343792 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1717256 CPUtime=0.45
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 607 0 0 0 45 0 0 0 16 0 12 0 197343796 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1717256 CPUtime=0.56
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1346 0 0 0 56 0 0 0 17 0 12 0 197343796 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1717256 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1758470144 196834 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19321/tid=19331] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 569.39
Current children cumulated vsize (Kb) 1725260

[startup+550.406 s]
/proc/loadavg: 1.00 0.97 0.95 2/75 19332
/proc/meminfo: memFree=26064/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1725260 CPUtime=579.39
/proc/19321/stat : 19321 (java) S 19319 19321 19275 0 -1 0 872397 0 1 0 57493 446 0 0 16 0 12 0 197343776 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19321/statm: 431315 391707 1888 14 0 418062 0
[pid=19321/tid=19322] ppid=19319 vsize=1725260 CPUtime=28.75
/proc/19321/task/19322/stat : 19322 (java) S 19319 19321 19275 0 -1 64 184383 0 0 0 2780 95 0 0 17 0 12 0 197343789 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1725260 CPUtime=28.76
/proc/19321/task/19323/stat : 19323 (java) S 19319 19321 19275 0 -1 64 189697 0 0 0 2777 99 0 0 17 0 12 0 197343789 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1725260 CPUtime=360.06
/proc/19321/task/19324/stat : 19324 (java) R 19319 19321 19275 0 -1 64 459601 0 0 0 35794 212 0 0 25 0 12 0 197343792 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716269 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1725260 CPUtime=0.46
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 608 0 0 0 46 0 0 0 16 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1725260 CPUtime=0.59
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1349 0 0 0 59 0 0 0 17 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.39
Current children cumulated vsize (Kb) 1725260

[startup+560.413 s]
/proc/loadavg: 1.00 0.97 0.95 2/75 19332
/proc/meminfo: memFree=26064/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1725260 CPUtime=589.4
/proc/19321/stat : 19321 (java) S 19319 19321 19275 0 -1 0 884568 0 1 0 58488 452 0 0 16 0 12 0 197343776 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19321/statm: 431315 391707 1888 14 0 418062 0
[pid=19321/tid=19322] ppid=19319 vsize=1725260 CPUtime=28.75
/proc/19321/task/19322/stat : 19322 (java) S 19319 19321 19275 0 -1 64 184383 0 0 0 2780 95 0 0 17 0 12 0 197343789 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1725260 CPUtime=28.76
/proc/19321/task/19323/stat : 19323 (java) S 19319 19321 19275 0 -1 64 189697 0 0 0 2777 99 0 0 17 0 12 0 197343789 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1725260 CPUtime=370.06
/proc/19321/task/19324/stat : 19324 (java) R 19319 19321 19275 0 -1 64 471771 0 0 0 36788 218 0 0 25 0 12 0 197343792 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716281 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1725260 CPUtime=0.46
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 608 0 0 0 46 0 0 0 16 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1725260 CPUtime=0.59
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1349 0 0 0 59 0 0 0 17 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1725260 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1766666240 391707 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 589.4
Current children cumulated vsize (Kb) 1725260

[startup+570.419 s]
/proc/loadavg: 1.00 0.97 0.95 2/75 19332
/proc/meminfo: memFree=21008/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1733260 CPUtime=599.4
/proc/19321/stat : 19321 (java) S 19319 19321 19275 0 -1 0 899998 0 1 0 59482 458 0 0 16 0 12 0 197343776 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19321/statm: 433315 392965 1888 14 0 420062 0
[pid=19321/tid=19322] ppid=19319 vsize=1733260 CPUtime=28.75
/proc/19321/task/19322/stat : 19322 (java) S 19319 19321 19275 0 -1 64 184383 0 0 0 2780 95 0 0 17 0 12 0 197343789 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1733260 CPUtime=28.76
/proc/19321/task/19323/stat : 19323 (java) S 19319 19321 19275 0 -1 64 189697 0 0 0 2777 99 0 0 17 0 12 0 197343789 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1733260 CPUtime=380.06
/proc/19321/task/19324/stat : 19324 (java) R 19319 19321 19275 0 -1 64 487200 0 0 0 37782 224 0 0 25 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472589 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1733260 CPUtime=0.46
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 608 0 0 0 46 0 0 0 16 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1733260 CPUtime=0.59
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1349 0 0 0 59 0 0 0 17 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 599.4
Current children cumulated vsize (Kb) 1733260

[startup+580.425 s]
/proc/loadavg: 1.00 0.97 0.95 2/75 19332
/proc/meminfo: memFree=21008/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1733260 CPUtime=609.4
/proc/19321/stat : 19321 (java) S 19319 19321 19275 0 -1 0 912169 0 1 0 60476 464 0 0 16 0 12 0 197343776 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19321/statm: 433315 392965 1888 14 0 420062 0
[pid=19321/tid=19322] ppid=19319 vsize=1733260 CPUtime=28.75
/proc/19321/task/19322/stat : 19322 (java) S 19319 19321 19275 0 -1 64 184383 0 0 0 2780 95 0 0 17 0 12 0 197343789 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1733260 CPUtime=28.76
/proc/19321/task/19323/stat : 19323 (java) S 19319 19321 19275 0 -1 64 189697 0 0 0 2777 99 0 0 17 0 12 0 197343789 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1733260 CPUtime=390.07
/proc/19321/task/19324/stat : 19324 (java) R 19319 19321 19275 0 -1 64 499370 0 0 0 38777 230 0 0 25 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938621 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1733260 CPUtime=0.46
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 608 0 0 0 46 0 0 0 16 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1733260 CPUtime=0.59
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1349 0 0 0 59 0 0 0 17 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 609.4
Current children cumulated vsize (Kb) 1733260

[startup+590.432 s]
/proc/loadavg: 1.00 0.97 0.95 2/75 19332
/proc/meminfo: memFree=21008/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1733260 CPUtime=619.4
/proc/19321/stat : 19321 (java) S 19319 19321 19275 0 -1 0 924340 0 1 0 61471 469 0 0 16 0 12 0 197343776 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19321/statm: 433315 392965 1888 14 0 420062 0
[pid=19321/tid=19322] ppid=19319 vsize=1733260 CPUtime=28.75
/proc/19321/task/19322/stat : 19322 (java) S 19319 19321 19275 0 -1 64 184383 0 0 0 2780 95 0 0 17 0 12 0 197343789 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1733260 CPUtime=28.76
/proc/19321/task/19323/stat : 19323 (java) S 19319 19321 19275 0 -1 64 189697 0 0 0 2777 99 0 0 17 0 12 0 197343789 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1733260 CPUtime=400.07
/proc/19321/task/19324/stat : 19324 (java) R 19319 19321 19275 0 -1 64 511540 0 0 0 39772 235 0 0 25 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938505 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1733260 CPUtime=0.46
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 608 0 0 0 46 0 0 0 16 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1733260 CPUtime=0.59
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1349 0 0 0 59 0 0 0 17 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 619.4
Current children cumulated vsize (Kb) 1733260

[startup+600.438 s]
/proc/loadavg: 1.00 0.97 0.95 2/75 19332
/proc/meminfo: memFree=21008/2055920 swapFree=4182304/4192956
[pid=19321] ppid=19319 vsize=1733260 CPUtime=629.41
/proc/19321/stat : 19321 (java) S 19319 19321 19275 0 -1 0 936511 0 1 0 62466 475 0 0 16 0 12 0 197343776 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19321/statm: 433315 392965 1888 14 0 420062 0
[pid=19321/tid=19322] ppid=19319 vsize=1733260 CPUtime=28.75
/proc/19321/task/19322/stat : 19322 (java) S 19319 19321 19275 0 -1 64 184383 0 0 0 2780 95 0 0 17 0 12 0 197343789 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19323] ppid=19319 vsize=1733260 CPUtime=28.76
/proc/19321/task/19323/stat : 19323 (java) S 19319 19321 19275 0 -1 64 189697 0 0 0 2777 99 0 0 17 0 12 0 197343789 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19324] ppid=19319 vsize=1733260 CPUtime=410.06
/proc/19321/task/19324/stat : 19324 (java) R 19319 19321 19275 0 -1 64 523710 0 0 0 40766 240 0 0 25 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649010 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19325] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19325/stat : 19325 (java) S 19319 19321 19275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19326] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19326/stat : 19326 (java) S 19319 19321 19275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197343792 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19327] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19327/stat : 19327 (java) S 19319 19321 19275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19328] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19328/stat : 19328 (java) S 19319 19321 19275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19329] ppid=19319 vsize=1733260 CPUtime=0.46
/proc/19321/task/19329/stat : 19329 (java) S 19319 19321 19275 0 -1 64 608 0 0 0 46 0 0 0 16 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19330] ppid=19319 vsize=1733260 CPUtime=0.59
/proc/19321/task/19330/stat : 19330 (java) S 19319 19321 19275 0 -1 64 1349 0 0 0 59 0 0 0 17 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19321/tid=19331] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19331/stat : 19331 (java) S 19319 19321 19275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19321/tid=19332] ppid=19319 vsize=1733260 CPUtime=0
/proc/19321/task/19332/stat : 19332 (java) S 19319 19321 19275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197343796 1774858240 392965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 629.41
Current children cumulated vsize (Kb) 1733260

Child status: 1
Real time (s): 606.393
CPU time (s): 635.345
CPU user time (s): 630.34
CPU system time (s): 5.00524
CPU usage (%): 104.775
Max. virtual memory (cumulated for all children) (Kb): 1741264

Launcher Data (download as text)

Begin job on node68 on Sat Jun  3 06:38:19 UTC 2006


FILE ID= 43348-1149316679

PBS_JOBID= 308386

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-ds.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node68/43348-1149316679/instance-43348-1149316679.opb 161566245
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-43348-1149316679 -o ROOT/results/node68/solver-43348-1149316679 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node68/43348-1149316679/instance-43348-1149316679.opb 161566245

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  7478f253a8ff3e29c2a001743623a20c

RANDOM SEED= 161566245


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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1276840 kB
Buffers:         15096 kB
Cached:         699524 kB
SwapCached:       2168 kB
Active:         321024 kB
Inactive:       402084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1276840 kB
SwapTotal:     4192956 kB
SwapFree:      4182304 kB
Dirty:             248 kB
Writeback:           0 kB
Mapped:          15504 kB
Slab:            42000 kB
Committed_AS:   282804 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node68 on Sat Jun  3 06:49:09 UTC 2006