Trace number 43153

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos3.opb
MD5SUMd20c34d69465e41d60c8740ade812dbe
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables42220
Total number of constraints1481
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)17
Number of constraints which are nor clauses,nor cardinality constraints1464
Minimum length of a constraint10
Maximum length of a constraint4780
Number of terms in the objective function 155
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 10737418235
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 2454208150643933184000
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 289272765430218968121839
Number of bits of the biggest sum of numbers78
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/node37/43153-1149305624/instance-43153-1149305624.opb
0.20	c reading problem ... 
4.58	c ... done. Time 4.38 ms.
4.58	c #vars     42220
4.58	c #constraints  1537
1787.44	c starts		: 1
1787.44	c conflicts		: 56
1787.44	c decisions		: 2317
1787.44	c propagations		: 37963
1787.44	c inspects		: 58469
1787.44	c learnt literals	: 0
1787.44	c learnt binary clauses	: 0
1787.44	c learnt ternary clauses	: 0
1787.44	c learnt clauses	: 55
1787.44	c root simplifications	: 0
1787.44	c removed literals (reason simplification)	: 0
1787.44	c reason swapping (by a shorter reason)	: 0
1787.44	c Calls to reduceDB	: 0
1787.44	c speed (decisions/second)	: 1.2996410141350685
1787.44	c non guided choices	0
1787.44	s UNKNOWN
1787.44	c Total wall clock time (ms): 1787.242

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.98 1.01 0.96 2/64 30454
/proc/meminfo: memFree=1632472/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1784 CPUtime=0
/proc/30454/stat : 30454 (java) D 30452 30454 30408 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 196228691 1826816 146 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30454/statm: 446 148 113 14 0 91 0

[startup+10.0022 s]
/proc/loadavg: 0.98 1.01 0.96 2/76 30466
/proc/meminfo: memFree=1421632/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1712768 CPUtime=11.38
/proc/30454/stat : 30454 (java) R 30452 30454 30408 0 -1 0 56451 0 1 0 1112 26 0 0 18 0 13 0 196228691 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071556818 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30454/statm: 428192 54501 1909 14 0 414939 0
[pid=30454/tid=30455] ppid=30452 vsize=1712768 CPUtime=0.53
/proc/30454/task/30455/stat : 30455 (java) S 30452 30454 30408 0 -1 64 9852 0 0 0 48 5 0 0 16 0 13 0 196228695 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30456] ppid=30452 vsize=1712768 CPUtime=0.52
/proc/30454/task/30456/stat : 30456 (java) S 30452 30454 30408 0 -1 64 8625 0 0 0 49 3 0 0 16 0 13 0 196228695 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30457] ppid=30452 vsize=1712768 CPUtime=0
/proc/30454/task/30457/stat : 30457 (java) S 30452 30454 30408 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 196228697 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30458] ppid=30452 vsize=1712768 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1712768 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1712768 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30461] ppid=30452 vsize=1712768 CPUtime=0
/proc/30454/task/30461/stat : 30461 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196228701 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30462] ppid=30452 vsize=1712768 CPUtime=0.59
/proc/30454/task/30462/stat : 30462 (java) S 30452 30454 30408 0 -1 64 833 0 0 0 59 0 0 0 16 0 13 0 196228701 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30463] ppid=30452 vsize=1712768 CPUtime=0.6
/proc/30454/task/30463/stat : 30463 (java) S 30452 30454 30408 0 -1 64 564 0 0 0 60 0 0 0 16 0 13 0 196228701 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30464] ppid=30452 vsize=1712768 CPUtime=0
/proc/30454/task/30464/stat : 30464 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196228701 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30465] ppid=30452 vsize=1712768 CPUtime=0
/proc/30454/task/30465/stat : 30465 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196228701 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30466] ppid=30452 vsize=1712768 CPUtime=0
/proc/30454/task/30466/stat : 30466 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 196229193 1753874432 54501 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (Kb) 1712768

[startup+20.0101 s]
/proc/loadavg: 0.98 1.01 0.96 2/76 30466
/proc/meminfo: memFree=1446080/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1716560 CPUtime=22.06
/proc/30454/stat : 30454 (java) R 30452 30454 30408 0 -1 0 59762 0 1 0 2178 28 0 0 25 0 13 0 196228691 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30454/statm: 429140 48378 1910 14 0 415887 0
[pid=30454/tid=30455] ppid=30452 vsize=1716560 CPUtime=0.57
/proc/30454/task/30455/stat : 30455 (java) S 30452 30454 30408 0 -1 64 10327 0 0 0 52 5 0 0 16 0 13 0 196228695 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30456] ppid=30452 vsize=1716560 CPUtime=0.57
/proc/30454/task/30456/stat : 30456 (java) S 30452 30454 30408 0 -1 64 9172 0 0 0 53 4 0 0 15 0 13 0 196228695 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30457] ppid=30452 vsize=1716560 CPUtime=0
/proc/30454/task/30457/stat : 30457 (java) S 30452 30454 30408 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 196228697 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30458] ppid=30452 vsize=1716560 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1716560 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1716560 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30461] ppid=30452 vsize=1716560 CPUtime=0
/proc/30454/task/30461/stat : 30461 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196228701 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30462] ppid=30452 vsize=1716560 CPUtime=0.83
/proc/30454/task/30462/stat : 30462 (java) R 30452 30454 30408 0 -1 64 997 0 0 0 83 0 0 0 17 0 13 0 196228701 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4155005074 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30463] ppid=30452 vsize=1716560 CPUtime=1.02
/proc/30454/task/30463/stat : 30463 (java) S 30452 30454 30408 0 -1 64 2664 0 0 0 101 1 0 0 17 0 13 0 196228701 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30464] ppid=30452 vsize=1716560 CPUtime=0
/proc/30454/task/30464/stat : 30464 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196228701 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30465] ppid=30452 vsize=1716560 CPUtime=0
/proc/30454/task/30465/stat : 30465 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196228701 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30466] ppid=30452 vsize=1716560 CPUtime=0
/proc/30454/task/30466/stat : 30466 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 196229193 1757757440 48378 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.06
Current children cumulated vsize (Kb) 1716560

[startup+30.084 s]
/proc/loadavg: 0.98 1.01 0.96 2/76 30466
/proc/meminfo: memFree=1471104/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1716428 CPUtime=32.33
/proc/30454/stat : 30454 (java) R 30452 30454 30408 0 -1 0 60923 0 1 0 3203 30 0 0 25 0 13 0 196228691 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071404639 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30454/statm: 429107 42122 1910 14 0 415854 0
[pid=30454/tid=30455] ppid=30452 vsize=1716428 CPUtime=0.61
/proc/30454/task/30455/stat : 30455 (java) S 30452 30454 30408 0 -1 64 10667 0 0 0 56 5 0 0 16 0 13 0 196228695 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30456] ppid=30452 vsize=1716428 CPUtime=0.61
/proc/30454/task/30456/stat : 30456 (java) S 30452 30454 30408 0 -1 64 9435 0 0 0 57 4 0 0 16 0 13 0 196228695 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30457] ppid=30452 vsize=1716428 CPUtime=0.01
/proc/30454/task/30457/stat : 30457 (java) S 30452 30454 30408 0 -1 64 20 0 0 0 0 1 0 0 16 0 13 0 196228697 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30458] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30461] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30461/stat : 30461 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196228701 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30462] ppid=30452 vsize=1716428 CPUtime=0.99
/proc/30454/task/30462/stat : 30462 (java) S 30452 30454 30408 0 -1 64 1528 0 0 0 99 0 0 0 17 0 13 0 196228701 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30463] ppid=30452 vsize=1716428 CPUtime=1.09
/proc/30454/task/30463/stat : 30463 (java) S 30452 30454 30408 0 -1 64 2673 0 0 0 108 1 0 0 17 0 13 0 196228701 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30464] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30464/stat : 30464 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196228701 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30465] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30465/stat : 30465 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196228701 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30466] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30466/stat : 30466 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 196229193 1757622272 42122 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.33
Current children cumulated vsize (Kb) 1716428

[startup+40.0909 s]
/proc/loadavg: 0.99 1.00 0.96 2/76 30466
/proc/meminfo: memFree=1477632/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1716428 CPUtime=42.37
/proc/30454/stat : 30454 (java) R 30452 30454 30408 0 -1 0 61428 0 1 0 4207 30 0 0 25 0 13 0 196228691 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071733470 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30454/statm: 429107 40504 1910 14 0 415854 0
[pid=30454/tid=30455] ppid=30452 vsize=1716428 CPUtime=0.64
/proc/30454/task/30455/stat : 30455 (java) S 30452 30454 30408 0 -1 64 11013 0 0 0 59 5 0 0 16 0 13 0 196228695 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30456] ppid=30452 vsize=1716428 CPUtime=0.64
/proc/30454/task/30456/stat : 30456 (java) S 30452 30454 30408 0 -1 64 9580 0 0 0 60 4 0 0 16 0 13 0 196228695 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30457] ppid=30452 vsize=1716428 CPUtime=0.01
/proc/30454/task/30457/stat : 30457 (java) S 30452 30454 30408 0 -1 64 20 0 0 0 0 1 0 0 16 0 13 0 196228697 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30458] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30461] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30461/stat : 30461 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196228701 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30462] ppid=30452 vsize=1716428 CPUtime=0.99
/proc/30454/task/30462/stat : 30462 (java) S 30452 30454 30408 0 -1 64 1528 0 0 0 99 0 0 0 16 0 13 0 196228701 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30463] ppid=30452 vsize=1716428 CPUtime=1.11
/proc/30454/task/30463/stat : 30463 (java) S 30452 30454 30408 0 -1 64 2675 0 0 0 110 1 0 0 17 0 13 0 196228701 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30464] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30464/stat : 30464 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196228701 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30465] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30465/stat : 30465 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196228701 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30466] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30466/stat : 30466 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196229193 1757622272 40504 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.37
Current children cumulated vsize (Kb) 1716428

[startup+50.0987 s]
/proc/loadavg: 0.99 1.00 0.96 2/76 30466
/proc/meminfo: memFree=1477824/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1716428 CPUtime=52.44
/proc/30454/stat : 30454 (java) R 30452 30454 30408 0 -1 0 62933 0 1 0 5213 31 0 0 25 0 13 0 196228691 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071556763 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30454/statm: 429107 40462 1910 14 0 415854 0
[pid=30454/tid=30455] ppid=30452 vsize=1716428 CPUtime=0.69
/proc/30454/task/30455/stat : 30455 (java) S 30452 30454 30408 0 -1 64 11621 0 0 0 64 5 0 0 16 0 13 0 196228695 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30456] ppid=30452 vsize=1716428 CPUtime=0.69
/proc/30454/task/30456/stat : 30456 (java) S 30452 30454 30408 0 -1 64 10458 0 0 0 65 4 0 0 16 0 13 0 196228695 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30457] ppid=30452 vsize=1716428 CPUtime=0.02
/proc/30454/task/30457/stat : 30457 (java) S 30452 30454 30408 0 -1 64 20 0 0 0 1 1 0 0 16 0 13 0 196228697 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30458] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30461] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30461/stat : 30461 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196228701 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30462] ppid=30452 vsize=1716428 CPUtime=1
/proc/30454/task/30462/stat : 30462 (java) S 30452 30454 30408 0 -1 64 1528 0 0 0 100 0 0 0 16 0 13 0 196228701 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30463] ppid=30452 vsize=1716428 CPUtime=1.12
/proc/30454/task/30463/stat : 30463 (java) S 30452 30454 30408 0 -1 64 2676 0 0 0 111 1 0 0 17 0 13 0 196228701 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30464] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30464/stat : 30464 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196228701 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30465] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30465/stat : 30465 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196228701 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30466] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30466/stat : 30466 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196229193 1757622272 40462 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.44
Current children cumulated vsize (Kb) 1716428

[startup+60.1056 s]
/proc/loadavg: 0.99 1.00 0.96 2/76 30468
/proc/meminfo: memFree=1483520/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1716428 CPUtime=62.46
/proc/30454/stat : 30454 (java) R 30452 30454 30408 0 -1 0 63386 0 1 0 6215 31 0 0 17 0 13 0 196228691 1757622272 39032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071406107 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30454/statm: 429107 39032 1910 14 0 415854 0
[pid=30454/tid=30455] ppid=30452 vsize=1716428 CPUtime=0.73
/proc/30454/task/30455/stat : 30455 (java) S 30452 30454 30408 0 -1 64 11816 0 0 0 68 5 0 0 16 0 13 0 196228695 1757622272 39032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30456] ppid=30452 vsize=1716428 CPUtime=0.73
/proc/30454/task/30456/stat : 30456 (java) S 30452 30454 30408 0 -1 64 10693 0 0 0 69 4 0 0 16 0 13 0 196228695 1757622272 39032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30457] ppid=30452 vsize=1716428 CPUtime=0.02
/proc/30454/task/30457/stat : 30457 (java) S 30452 30454 30408 0 -1 64 20 0 0 0 1 1 0 0 15 0 13 0 196228697 1757622272 39032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30458] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 39032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 39032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1757622272 39032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=30454/tid=30458] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 139731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 139731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1757622272 139731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30461] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30461/stat : 30461 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196228701 1757622272 139731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30462] ppid=30452 vsize=1716428 CPUtime=1
/proc/30454/task/30462/stat : 30462 (java) S 30452 30454 30408 0 -1 64 1528 0 0 0 100 0 0 0 16 0 13 0 196228701 1757622272 139731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30463] ppid=30452 vsize=1716428 CPUtime=1.12
/proc/30454/task/30463/stat : 30463 (java) S 30452 30454 30408 0 -1 64 2676 0 0 0 111 1 0 0 17 0 13 0 196228701 1757622272 139731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30464] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30464/stat : 30464 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196228701 1757622272 139731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30465] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30465/stat : 30465 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196228701 1757622272 139731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30466] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30466/stat : 30466 (java) S 30452 30454 30408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196229193 1757622272 139731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.82
Current children cumulated vsize (Kb) 1716428

[startup+1784.42 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 30663
/proc/meminfo: memFree=1079232/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1716428 CPUtime=1797.84
/proc/30454/stat : 30454 (java) R 30452 30454 30408 0 -1 0 337623 0 1 0 179527 257 0 0 25 0 13 0 196228691 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071583334 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30454/statm: 429107 139730 1910 14 0 415854 0
[pid=30454/tid=30455] ppid=30452 vsize=1716428 CPUtime=13.27
/proc/30454/task/30455/stat : 30455 (java) S 30452 30454 30408 0 -1 64 70035 0 0 0 1266 61 0 0 16 0 13 0 196228695 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30456] ppid=30452 vsize=1716428 CPUtime=13.17
/proc/30454/task/30456/stat : 30456 (java) S 30452 30454 30408 0 -1 64 67727 0 0 0 1264 53 0 0 16 0 13 0 196228695 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30457] ppid=30452 vsize=1716428 CPUtime=1.07
/proc/30454/task/30457/stat : 30457 (java) S 30452 30454 30408 0 -1 64 661 0 0 0 58 49 0 0 16 0 13 0 196228697 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30458] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30461] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30461/stat : 30461 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196228701 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30462] ppid=30452 vsize=1716428 CPUtime=1
/proc/30454/task/30462/stat : 30462 (java) S 30452 30454 30408 0 -1 64 1528 0 0 0 100 0 0 0 16 0 13 0 196228701 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30463] ppid=30452 vsize=1716428 CPUtime=1.12
/proc/30454/task/30463/stat : 30463 (java) S 30452 30454 30408 0 -1 64 2676 0 0 0 111 1 0 0 17 0 13 0 196228701 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30464] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30464/stat : 30464 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196228701 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30465] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30465/stat : 30465 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196228701 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30466] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30466/stat : 30466 (java) S 30452 30454 30408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196229193 1757622272 139730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (Kb) 1716428

[startup+1785.42 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 30663
/proc/meminfo: memFree=1078912/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1716428 CPUtime=1798.85
/proc/30454/stat : 30454 (java) R 30452 30454 30408 0 -1 0 337717 0 1 0 179628 257 0 0 25 0 13 0 196228691 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071583881 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30454/statm: 429107 139815 1910 14 0 415854 0
[pid=30454/tid=30455] ppid=30452 vsize=1716428 CPUtime=13.28
/proc/30454/task/30455/stat : 30455 (java) S 30452 30454 30408 0 -1 64 70102 0 0 0 1267 61 0 0 16 0 13 0 196228695 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30456] ppid=30452 vsize=1716428 CPUtime=13.18
/proc/30454/task/30456/stat : 30456 (java) S 30452 30454 30408 0 -1 64 67753 0 0 0 1265 53 0 0 16 0 13 0 196228695 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30457] ppid=30452 vsize=1716428 CPUtime=1.07
/proc/30454/task/30457/stat : 30457 (java) S 30452 30454 30408 0 -1 64 661 0 0 0 58 49 0 0 16 0 13 0 196228697 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30458] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30461] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30461/stat : 30461 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196228701 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30462] ppid=30452 vsize=1716428 CPUtime=1
/proc/30454/task/30462/stat : 30462 (java) S 30452 30454 30408 0 -1 64 1528 0 0 0 100 0 0 0 16 0 13 0 196228701 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30463] ppid=30452 vsize=1716428 CPUtime=1.12
/proc/30454/task/30463/stat : 30463 (java) S 30452 30454 30408 0 -1 64 2676 0 0 0 111 1 0 0 17 0 13 0 196228701 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30464] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30464/stat : 30464 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196228701 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30465] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30465/stat : 30465 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196228701 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30466] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30466/stat : 30466 (java) S 30452 30454 30408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196229193 1757622272 139815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.85
Current children cumulated vsize (Kb) 1716428

[startup+1786.43 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 30663
/proc/meminfo: memFree=1078848/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1716428 CPUtime=1799.87
/proc/30454/stat : 30454 (java) R 30452 30454 30408 0 -1 0 337719 0 1 0 179729 258 0 0 25 0 13 0 196228691 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071625788 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30454/statm: 429107 139816 1910 14 0 415854 0
[pid=30454/tid=30455] ppid=30452 vsize=1716428 CPUtime=13.29
/proc/30454/task/30455/stat : 30455 (java) S 30452 30454 30408 0 -1 64 70103 0 0 0 1268 61 0 0 16 0 13 0 196228695 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30456] ppid=30452 vsize=1716428 CPUtime=13.19
/proc/30454/task/30456/stat : 30456 (java) S 30452 30454 30408 0 -1 64 67753 0 0 0 1266 53 0 0 16 0 13 0 196228695 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30457] ppid=30452 vsize=1716428 CPUtime=1.08
/proc/30454/task/30457/stat : 30457 (java) S 30452 30454 30408 0 -1 64 661 0 0 0 59 49 0 0 15 0 13 0 196228697 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30458] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30461] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30461/stat : 30461 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196228701 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30462] ppid=30452 vsize=1716428 CPUtime=1
/proc/30454/task/30462/stat : 30462 (java) S 30452 30454 30408 0 -1 64 1528 0 0 0 100 0 0 0 16 0 13 0 196228701 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30463] ppid=30452 vsize=1716428 CPUtime=1.12
/proc/30454/task/30463/stat : 30463 (java) S 30452 30454 30408 0 -1 64 2676 0 0 0 111 1 0 0 17 0 13 0 196228701 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30464] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30464/stat : 30464 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196228701 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30465] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30465/stat : 30465 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196228701 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30466] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30466/stat : 30466 (java) S 30452 30454 30408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196229193 1757622272 139816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.87
Current children cumulated vsize (Kb) 1716428

[startup+1787.44 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 30663
/proc/meminfo: memFree=1077888/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1716428 CPUtime=1800.9
/proc/30454/stat : 30454 (java) R 30452 30454 30408 0 -1 0 337975 0 1 0 179832 258 0 0 25 0 13 0 196228691 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071595760 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30454/statm: 429107 140059 1910 14 0 415854 0
[pid=30454/tid=30455] ppid=30452 vsize=1716428 CPUtime=13.3
/proc/30454/task/30455/stat : 30455 (java) S 30452 30454 30408 0 -1 64 70274 0 0 0 1269 61 0 0 16 0 13 0 196228695 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30456] ppid=30452 vsize=1716428 CPUtime=13.2
/proc/30454/task/30456/stat : 30456 (java) S 30452 30454 30408 0 -1 64 67836 0 0 0 1267 53 0 0 16 0 13 0 196228695 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30457] ppid=30452 vsize=1716428 CPUtime=1.08
/proc/30454/task/30457/stat : 30457 (java) S 30452 30454 30408 0 -1 64 661 0 0 0 59 49 0 0 15 0 13 0 196228697 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30458] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30461] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30461/stat : 30461 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30462] ppid=30452 vsize=1716428 CPUtime=1
/proc/30454/task/30462/stat : 30462 (java) S 30452 30454 30408 0 -1 64 1528 0 0 0 100 0 0 0 16 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30463] ppid=30452 vsize=1716428 CPUtime=1.12
/proc/30454/task/30463/stat : 30463 (java) S 30452 30454 30408 0 -1 64 2676 0 0 0 111 1 0 0 17 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30464] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30464/stat : 30464 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30465] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30465/stat : 30465 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30466] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30466/stat : 30466 (java) S 30452 30454 30408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196229193 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (Kb) 1716428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.44 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 30663
/proc/meminfo: memFree=1077888/2055920 swapFree=4181380/4192956
[pid=30454] ppid=30452 vsize=1716428 CPUtime=1800.9
/proc/30454/stat : 30454 (java) R 30452 30454 30408 0 -1 0 337975 0 1 0 179832 258 0 0 25 0 13 0 196228691 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071405486 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30454/statm: 429107 140059 1910 14 0 415854 0
[pid=30454/tid=30455] ppid=30452 vsize=1716428 CPUtime=13.3
/proc/30454/task/30455/stat : 30455 (java) S 30452 30454 30408 0 -1 64 70274 0 0 0 1269 61 0 0 16 0 13 0 196228695 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30456] ppid=30452 vsize=1716428 CPUtime=13.2
/proc/30454/task/30456/stat : 30456 (java) S 30452 30454 30408 0 -1 64 67836 0 0 0 1267 53 0 0 16 0 13 0 196228695 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30457] ppid=30452 vsize=1716428 CPUtime=1.08
/proc/30454/task/30457/stat : 30457 (java) S 30452 30454 30408 0 -1 64 661 0 0 0 59 49 0 0 15 0 13 0 196228697 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30458] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30458/stat : 30458 (java) S 30452 30454 30408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30459] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30459/stat : 30459 (java) S 30452 30454 30408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196228698 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30460] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30460/stat : 30460 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30461] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30461/stat : 30461 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30462] ppid=30452 vsize=1716428 CPUtime=1
/proc/30454/task/30462/stat : 30462 (java) S 30452 30454 30408 0 -1 64 1528 0 0 0 100 0 0 0 16 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30463] ppid=30452 vsize=1716428 CPUtime=1.12
/proc/30454/task/30463/stat : 30463 (java) S 30452 30454 30408 0 -1 64 2676 0 0 0 111 1 0 0 17 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30464] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30464/stat : 30464 (java) S 30452 30454 30408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30454/tid=30465] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30465/stat : 30465 (java) S 30452 30454 30408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196228701 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30454/tid=30466] ppid=30452 vsize=1716428 CPUtime=0
/proc/30454/task/30466/stat : 30466 (java) S 30452 30454 30408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196229193 1757622272 140059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (Kb) 1716428

Sending SIGTERM to -30454
Sleeping 2 seconds

Child status: 143
Real time (s): 1787.57
CPU time (s): 1801.03
CPU user time (s): 1798.36
CPU system time (s): 2.66959
CPU usage (%): 100.753
Max. virtual memory (cumulated for all children) (Kb): 1716560

Launcher Data (download as text)

Begin job on node37 on Sat Jun  3 03:33:45 UTC 2006


FILE ID= 43153-1149305624

PBS_JOBID= 307604

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos3.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node37/43153-1149305624/instance-43153-1149305624.opb 71820610
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-43153-1149305624 -o ROOT/results/node37/solver-43153-1149305624 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node37/43153-1149305624/instance-43153-1149305624.opb 71820610

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  d20c34d69465e41d60c8740ade812dbe

RANDOM SEED= 71820610


/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.281
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.281
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:       1632680 kB
Buffers:         22484 kB
Cached:         330664 kB
SwapCached:       3308 kB
Active:          54068 kB
Inactive:       307796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632680 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          14932 kB
Slab:            47460 kB
Committed_AS:   255352 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node37 on Sat Jun  3 04:03:32 UTC 2006