Trace number 42275

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 NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.3 1783.44

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1574.92
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.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-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.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/node51/42275-1149234535/instance-42275-1149234535.opb
0.20	c reading problem ... 
1448.20	c ... done. Time 1448.001 ms.
1448.20	c #vars     168111
1448.20	c #constraints  487524
1783.34	c starts		: 3
1783.35	c conflicts		: 320
1783.35	c decisions		: 8526
1783.35	c propagations		: 973821
1783.35	c inspects		: 2280849
1783.35	c learnt literals	: 0
1783.35	c learnt binary clauses	: 28
1783.35	c learnt ternary clauses	: 4
1783.35	c learnt clauses	: 319
1783.35	c root simplifications	: 0
1783.35	c removed literals (reason simplification)	: 0
1783.35	c reason swapping (by a shorter reason)	: 0
1783.35	c Calls to reduceDB	: 0
1783.35	c speed (decisions/second)	: 25.44527743290994
1783.35	c non guided choices	6789
1783.35	s UNKNOWN
1783.35	c Total wall clock time (ms): 1783.144

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.94 0.90 3/64 30601
/proc/meminfo: memFree=1207112/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1784 CPUtime=0
/proc/30601/stat : 30601 (java) D 30599 30601 30556 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 189121005 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30601/statm: 446 137 102 14 0 91 0

[startup+10.0021 s]
/proc/loadavg: 0.87 0.94 0.90 2/75 30612
/proc/meminfo: memFree=1038280/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1709856 CPUtime=10.5
/proc/30601/stat : 30601 (java) R 30599 30601 30556 0 -1 0 47221 0 1 0 1026 24 0 0 25 0 12 0 189121005 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071337680 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 427464 43965 1874 14 0 414211 0
[pid=30601/tid=30602] ppid=30599 vsize=1709856 CPUtime=0.1
/proc/30601/task/30602/stat : 30602 (java) S 30599 30601 30556 0 -1 64 5096 0 0 0 6 4 0 0 16 0 12 0 189121009 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30603] ppid=30599 vsize=1709856 CPUtime=0.09
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 30556 0 -1 64 961 0 0 0 7 2 0 0 16 0 12 0 189121009 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30604] ppid=30599 vsize=1709856 CPUtime=0
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 30556 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 189121011 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=1709856 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189121012 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1709856 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189121012 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1709856 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189121015 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1709856 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 189121015 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1709856 CPUtime=0.23
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 359 0 0 0 23 0 0 0 16 0 12 0 189121015 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1709856 CPUtime=0.27
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 782 0 0 0 27 0 0 0 15 0 12 0 189121015 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1709856 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 189121015 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1709856 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189121015 1750892544 43965 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (Kb) 1709856

[startup+20.01 s]
/proc/loadavg: 0.89 0.94 0.90 2/75 30612
/proc/meminfo: memFree=1058256/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1709824 CPUtime=20.63
/proc/30601/stat : 30601 (java) R 30599 30601 30556 0 -1 0 47429 0 1 0 2035 28 0 0 25 0 12 0 189121005 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 427456 39038 1874 14 0 414203 0
[pid=30601/tid=30602] ppid=30599 vsize=1709824 CPUtime=0.17
/proc/30601/task/30602/stat : 30602 (java) S 30599 30601 30556 0 -1 64 5194 0 0 0 11 6 0 0 16 0 12 0 189121009 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30603] ppid=30599 vsize=1709824 CPUtime=0.16
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 30556 0 -1 64 1017 0 0 0 13 3 0 0 16 0 12 0 189121009 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30604] ppid=30599 vsize=1709824 CPUtime=0.01
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 30556 0 -1 64 36 0 0 0 0 1 0 0 16 0 12 0 189121011 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189121012 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189121012 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189121015 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 189121015 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1709824 CPUtime=0.28
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 367 0 0 0 28 0 0 0 16 0 12 0 189121015 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1709824 CPUtime=0.31
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 785 0 0 0 31 0 0 0 16 0 12 0 189121015 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 189121015 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189121015 1750859776 39038 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.63
Current children cumulated vsize (Kb) 1709824

[startup+30.0179 s]
/proc/loadavg: 0.90 0.94 0.90 2/75 30612
/proc/meminfo: memFree=1059472/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1709824 CPUtime=30.75
/proc/30601/stat : 30601 (java) R 30599 30601 30556 0 -1 0 47620 0 1 0 3043 32 0 0 25 0 12 0 189121005 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071342368 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 427456 38748 1874 14 0 414203 0
[pid=30601/tid=30602] ppid=30599 vsize=1709824 CPUtime=0.25
/proc/30601/task/30602/stat : 30602 (java) S 30599 30601 30556 0 -1 64 5280 0 0 0 17 8 0 0 15 0 12 0 189121009 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30603] ppid=30599 vsize=1709824 CPUtime=0.23
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 30556 0 -1 64 1081 0 0 0 19 4 0 0 16 0 12 0 189121009 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30604] ppid=30599 vsize=1709824 CPUtime=0.03
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 30556 0 -1 64 36 0 0 0 1 2 0 0 16 0 12 0 189121011 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189121012 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189121012 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189121015 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 189121015 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1709824 CPUtime=0.3
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 367 0 0 0 30 0 0 0 17 0 12 0 189121015 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1709824 CPUtime=0.34
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 788 0 0 0 34 0 0 0 16 0 12 0 189121015 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 189121015 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189121015 1750859776 38748 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.75
Current children cumulated vsize (Kb) 1709824

[startup+40.0238 s]
/proc/loadavg: 0.92 0.94 0.90 2/75 30612
/proc/meminfo: memFree=1059024/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1709824 CPUtime=40.84
/proc/30601/stat : 30601 (java) R 30599 30601 30556 0 -1 0 47824 0 1 0 4046 38 0 0 25 0 12 0 189121005 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 427456 38910 1874 14 0 414203 0
[pid=30601/tid=30602] ppid=30599 vsize=1709824 CPUtime=0.35
/proc/30601/task/30602/stat : 30602 (java) S 30599 30601 30556 0 -1 64 5343 0 0 0 24 11 0 0 16 0 12 0 189121009 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30603] ppid=30599 vsize=1709824 CPUtime=0.31
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 30556 0 -1 64 1173 0 0 0 25 6 0 0 15 0 12 0 189121009 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30604] ppid=30599 vsize=1709824 CPUtime=0.03
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 30556 0 -1 64 43 0 0 0 1 2 0 0 16 0 12 0 189121011 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189121012 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189121012 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189121015 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 189121015 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1709824 CPUtime=0.31
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 367 0 0 0 31 0 0 0 17 0 12 0 189121015 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1709824 CPUtime=0.36
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 789 0 0 0 36 0 0 0 16 0 12 0 189121015 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 189121015 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189121015 1750859776 38910 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.84
Current children cumulated vsize (Kb) 1709824

[startup+50.0307 s]
/proc/loadavg: 0.93 0.94 0.90 2/75 30612
/proc/meminfo: memFree=1016848/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1709824 CPUtime=50.9
/proc/30601/stat : 30601 (java) R 30599 30601 30556 0 -1 0 58384 0 1 0 5045 45 0 0 23 0 12 0 189121005 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071339967 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 427456 49439 1874 14 0 414203 0
[pid=30601/tid=30602] ppid=30599 vsize=1709824 CPUtime=0.42
/proc/30601/task/30602/stat : 30602 (java) S 30599 30601 30556 0 -1 64 5422 0 0 0 29 13 0 0 15 0 12 0 189121009 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30603] ppid=30599 vsize=1709824 CPUtime=0.37
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 30556 0 -1 64 1238 0 0 0 30 7 0 0 16 0 12 0 189121009 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30604] ppid=30599 vsize=1709824 CPUtime=0.04
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 30556 0 -1 64 57 0 0 0 2 2 0 0 16 0 12 0 189121011 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189121012 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189121012 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189121015 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 189121015 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1709824 CPUtime=0.31
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 367 0 0 0 31 0 0 0 17 0 12 0 189121015 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1709824 CPUtime=0.36
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 790 0 0 0 36 0 0 0 16 0 12 0 189121015 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 189121015 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189121015 1750859776 49439 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (Kb) 1709824

[startup+60.0377 s]
/proc/loadavg: 0.94 0.95 0.90 2/75 30612
/proc/meminfo: memFree=1016400/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1709824 CPUtime=60.97
/proc/30601/stat : 30601 (java) R 30599 30601 30556 0 -1 0 58543 0 1 0 6048 49 0 0 25 0 12 0 189121005 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071337699 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 427456 49566 1874 14 0 414203 0
[pid=30601/tid=30602] ppid=30599 vsize=1709824 CPUtime=0.49
/proc/30601/task/30602/stat : 30602 (java) S 30599 30601 30556 0 -1 64 5490 0 0 0 34 15 0 0 16 0 12 0 189121009 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30603] ppid=30599 vsize=1709824 CPUtime=0.43
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 30556 0 -1 64 1297 0 0 0 35 8 0 0 16 0 12 0 189121009 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30604] ppid=30599 vsize=1709824 CPUtime=0.04
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 30556 0 -1 64 57 0 0 0 2 2 0 0 16 0 12 0 189121011 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189121012 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189121012 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189121015 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 189121015 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1709824 CPUtime=0.31
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 367 0 0 0 31 0 0 0 17 0 12 0 189121015 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1709824 CPUtime=0.36
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 790 0 0 0 36 0 0 0 16 0 12 0 189121015 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 189121015 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1709824 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) R 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189121015 1750859776 49566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=30601/tid=30605] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1711204 CPUtime=0.89
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 1289 0 0 0 88 1 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1711204 CPUtime=0.83
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 1091 0 0 0 83 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30808] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30808/stat : 30808 (java) S 30599 30601 30556 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189265839 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.16
Current children cumulated vsize (Kb) 1711204

[startup+1780.32 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 30808
/proc/meminfo: memFree=914832/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1711204 CPUtime=1797.17
/proc/30601/stat : 30601 (java) R 30599 30601 30556 0 -1 0 89000 0 1 0 179128 589 0 0 25 0 13 0 189121005 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071574048 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 427801 74628 1906 14 0 414548 0
[pid=30601/tid=30602] ppid=30599 vsize=1711204 CPUtime=16.81
/proc/30601/task/30602/stat : 30602 (java) S 30599 30601 30556 0 -1 64 17793 0 0 0 1464 217 0 0 16 0 13 0 189121009 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30603] ppid=30599 vsize=1711204 CPUtime=16.82
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 30556 0 -1 64 14171 0 0 0 1396 286 0 0 17 0 13 0 189121009 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30604] ppid=30599 vsize=1711204 CPUtime=0.85
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 30556 0 -1 64 72 0 0 0 52 33 0 0 16 0 13 0 189121011 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1711204 CPUtime=0.89
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 1289 0 0 0 88 1 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1711204 CPUtime=0.83
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 1091 0 0 0 83 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30808] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30808/stat : 30808 (java) S 30599 30601 30556 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189265839 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.17
Current children cumulated vsize (Kb) 1711204

[startup+1781.33 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 30808
/proc/meminfo: memFree=914832/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1711204 CPUtime=1798.17
/proc/30601/stat : 30601 (java) R 30599 30601 30556 0 -1 0 89000 0 1 0 179228 589 0 0 25 0 13 0 189121005 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071573586 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 427801 74628 1906 14 0 414548 0
[pid=30601/tid=30602] ppid=30599 vsize=1711204 CPUtime=16.81
/proc/30601/task/30602/stat : 30602 (java) S 30599 30601 30556 0 -1 64 17793 0 0 0 1464 217 0 0 16 0 13 0 189121009 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30603] ppid=30599 vsize=1711204 CPUtime=16.82
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 30556 0 -1 64 14171 0 0 0 1396 286 0 0 17 0 13 0 189121009 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30604] ppid=30599 vsize=1711204 CPUtime=0.85
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 30556 0 -1 64 72 0 0 0 52 33 0 0 16 0 13 0 189121011 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1711204 CPUtime=0.89
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 1289 0 0 0 88 1 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1711204 CPUtime=0.83
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 1091 0 0 0 83 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30808] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30808/stat : 30808 (java) S 30599 30601 30556 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189265839 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.17
Current children cumulated vsize (Kb) 1711204

[startup+1782.33 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 30808
/proc/meminfo: memFree=914832/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1711204 CPUtime=1799.18
/proc/30601/stat : 30601 (java) R 30599 30601 30556 0 -1 0 89000 0 1 0 179329 589 0 0 25 0 13 0 189121005 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071573554 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 427801 74628 1906 14 0 414548 0
[pid=30601/tid=30602] ppid=30599 vsize=1711204 CPUtime=16.81
/proc/30601/task/30602/stat : 30602 (java) S 30599 30601 30556 0 -1 64 17793 0 0 0 1464 217 0 0 16 0 13 0 189121009 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30603] ppid=30599 vsize=1711204 CPUtime=16.82
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 30556 0 -1 64 14171 0 0 0 1396 286 0 0 17 0 13 0 189121009 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30604] ppid=30599 vsize=1711204 CPUtime=0.85
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 30556 0 -1 64 72 0 0 0 52 33 0 0 16 0 13 0 189121011 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1711204 CPUtime=0.89
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 1289 0 0 0 88 1 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1711204 CPUtime=0.83
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 1091 0 0 0 83 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30808] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30808/stat : 30808 (java) S 30599 30601 30556 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189265839 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (Kb) 1711204

[startup+1783.34 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 30808
/proc/meminfo: memFree=914832/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1711204 CPUtime=1800.19
/proc/30601/stat : 30601 (java) R 30599 30601 30556 0 -1 0 89000 0 1 0 179430 589 0 0 25 0 13 0 189121005 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071573821 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 427801 74628 1906 14 0 414548 0
[pid=30601/tid=30602] ppid=30599 vsize=1711204 CPUtime=16.81
/proc/30601/task/30602/stat : 30602 (java) S 30599 30601 30556 0 -1 64 17793 0 0 0 1464 217 0 0 16 0 13 0 189121009 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30603] ppid=30599 vsize=1711204 CPUtime=16.82
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 30556 0 -1 64 14171 0 0 0 1396 286 0 0 17 0 13 0 189121009 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30604] ppid=30599 vsize=1711204 CPUtime=0.85
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 30556 0 -1 64 72 0 0 0 52 33 0 0 16 0 13 0 189121011 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1711204 CPUtime=0.89
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 1289 0 0 0 88 1 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1711204 CPUtime=0.83
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 1091 0 0 0 83 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30808] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30808/stat : 30808 (java) S 30599 30601 30556 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189265839 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (Kb) 1711204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.34 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 30808
/proc/meminfo: memFree=914832/2055920 swapFree=4181388/4192956
[pid=30601] ppid=30599 vsize=1711204 CPUtime=1800.19
/proc/30601/stat : 30601 (java) R 30599 30601 30556 0 -1 0 89000 0 1 0 179430 589 0 0 25 0 13 0 189121005 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071573554 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30601/statm: 427801 74628 1906 14 0 414548 0
[pid=30601/tid=30602] ppid=30599 vsize=1711204 CPUtime=16.81
/proc/30601/task/30602/stat : 30602 (java) S 30599 30601 30556 0 -1 64 17793 0 0 0 1464 217 0 0 16 0 13 0 189121009 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30603] ppid=30599 vsize=1711204 CPUtime=16.82
/proc/30601/task/30603/stat : 30603 (java) S 30599 30601 30556 0 -1 64 14171 0 0 0 1396 286 0 0 17 0 13 0 189121009 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30604] ppid=30599 vsize=1711204 CPUtime=0.85
/proc/30601/task/30604/stat : 30604 (java) S 30599 30601 30556 0 -1 64 72 0 0 0 52 33 0 0 16 0 13 0 189121011 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30605] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30605/stat : 30605 (java) S 30599 30601 30556 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30606] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30606/stat : 30606 (java) S 30599 30601 30556 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189121012 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30607] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30607/stat : 30607 (java) S 30599 30601 30556 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30608] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30608/stat : 30608 (java) S 30599 30601 30556 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30609] ppid=30599 vsize=1711204 CPUtime=0.89
/proc/30601/task/30609/stat : 30609 (java) S 30599 30601 30556 0 -1 64 1289 0 0 0 88 1 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30610] ppid=30599 vsize=1711204 CPUtime=0.83
/proc/30601/task/30610/stat : 30610 (java) S 30599 30601 30556 0 -1 64 1091 0 0 0 83 0 0 0 17 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30611] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30611/stat : 30611 (java) S 30599 30601 30556 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30601/tid=30612] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30612/stat : 30612 (java) S 30599 30601 30556 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189121015 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30601/tid=30808] ppid=30599 vsize=1711204 CPUtime=0
/proc/30601/task/30808/stat : 30808 (java) S 30599 30601 30556 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189265839 1752272896 74628 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (Kb) 1711204

Sending SIGTERM to -30601
Sleeping 2 seconds

Child status: 143
Real time (s): 1783.44
CPU time (s): 1800.3
CPU user time (s): 1794.35
CPU system time (s): 5.9431
CPU usage (%): 100.945
Max. virtual memory (cumulated for all children) (Kb): 1711880

Launcher Data (download as text)

Begin job on node51 on Fri Jun  2 07:48:56 UTC 2006


FILE ID= 42275-1149234535

PBS_JOBID= 296786

BENCH NAME= ROOT/tmp/node51/42275-1149234535/instance-42275-1149234535.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node51/42275-1149234535/instance-42275-1149234535.opb 976343490
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-42275-1149234535 -o ROOT/results/node51/solver-42275-1149234535 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node51/42275-1149234535/instance-42275-1149234535.opb 976343490

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  3764cf8f4e2d3654f46ab0ec56ea8581

RANDOM SEED= 976343490


/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.232
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.232
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:       1207320 kB
Buffers:         20000 kB
Cached:         757524 kB
SwapCached:       3524 kB
Active:         102672 kB
Inactive:       683792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1207320 kB
SwapTotal:     4192956 kB
SwapFree:      4181388 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14904 kB
Slab:            48196 kB
Committed_AS:   235956 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node51 on Fri Jun  2 08:18:41 UTC 2006