Trace number 43165

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) 1800.53 1778.45

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-berlin_5_8_0.opb
MD5SUM5d09427ddf3dc39fc0331bd5827affb8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64512
Best CPU time to get the best result obtained on this benchmark1800.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 63488
Optimality of the best value was proved NO
Number of variables9464
Total number of constraints1820
Number of constraints which are clauses309
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1511
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 78
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073790975
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147979262
Number of bits of the biggest sum of numbers32
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.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node65/43165-1149306558/instance-43165-1149306558.opb
0.22	c reading problem ... 
1.82	c ... done. Time 1.604 ms.
1.82	c #vars     9464
1.82	c #constraints  1821
1778.31	c starts		: 14
1778.31	c conflicts		: 50163
1778.31	c decisions		: 55242
1778.31	c propagations		: 283193
1778.31	c inspects		: 619796742
1778.31	c learnt literals	: 0
1778.31	c learnt binary clauses	: 0
1778.31	c learnt ternary clauses	: 0
1778.31	c learnt clauses	: 50163
1778.31	c root simplifications	: 0
1778.31	c removed literals (reason simplification)	: 0
1778.31	c reason swapping (by a shorter reason)	: 0
1778.31	c Calls to reduceDB	: 0
1778.31	c speed (decisions/second)	: 31.096570381870524
1778.31	c non guided choices	29
1778.31	s UNKNOWN
1778.31	c Total wall clock time (ms): 1778.097

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.98 3/64 2291
/proc/meminfo: memFree=1740016/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1784 CPUtime=0
/proc/2291/stat : 2291 (java) D 2289 2291 2245 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 196325138 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2291/statm: 446 137 102 14 0 91 0

[startup+10.0021 s]
/proc/loadavg: 1.01 1.00 0.99 2/76 2303
/proc/meminfo: memFree=1573136/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1716756 CPUtime=11.43
/proc/2291/stat : 2291 (java) R 2289 2291 2245 0 -1 0 46922 0 1 0 1124 19 0 0 25 0 13 0 196325138 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071339481 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2291/statm: 429189 43543 1908 14 0 415936 0
[pid=2291/tid=2292] ppid=2289 vsize=1716756 CPUtime=0.12
/proc/2291/task/2292/stat : 2292 (java) S 2289 2291 2245 0 -1 64 2500 0 0 0 11 1 0 0 17 0 13 0 196325142 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2293] ppid=2289 vsize=1716756 CPUtime=0.12
/proc/2291/task/2293/stat : 2293 (java) S 2289 2291 2245 0 -1 64 2547 0 0 0 11 1 0 0 16 0 13 0 196325142 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2294] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2294/stat : 2294 (java) S 2289 2291 2245 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 196325144 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2298] ppid=2289 vsize=1716756 CPUtime=0.01
/proc/2291/task/2298/stat : 2298 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 1 0 0 0 15 0 13 0 196325148 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2299] ppid=2289 vsize=1716756 CPUtime=1.03
/proc/2291/task/2299/stat : 2299 (java) S 2289 2291 2245 0 -1 64 3142 0 0 0 102 1 0 0 17 0 13 0 196325148 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2300] ppid=2289 vsize=1716756 CPUtime=0.77
/proc/2291/task/2300/stat : 2300 (java) S 2289 2291 2245 0 -1 64 2177 0 0 0 76 1 0 0 17 0 13 0 196325148 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2301] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2301/stat : 2301 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196325148 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2302] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2302/stat : 2302 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196325148 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2303] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2303/stat : 2303 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 196325324 1757958144 43543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.43
Current children cumulated vsize (Kb) 1716756

[startup+20.0088 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 2303
/proc/meminfo: memFree=1554320/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1716756 CPUtime=21.58
/proc/2291/stat : 2291 (java) R 2289 2291 2245 0 -1 0 53171 0 1 0 2136 22 0 0 25 0 13 0 196325138 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071517898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2291/statm: 429189 48256 1908 14 0 415936 0
[pid=2291/tid=2292] ppid=2289 vsize=1716756 CPUtime=0.27
/proc/2291/task/2292/stat : 2292 (java) S 2289 2291 2245 0 -1 64 6181 0 0 0 25 2 0 0 16 0 13 0 196325142 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2293] ppid=2289 vsize=1716756 CPUtime=0.26
/proc/2291/task/2293/stat : 2293 (java) S 2289 2291 2245 0 -1 64 5099 0 0 0 24 2 0 0 16 0 13 0 196325142 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2294] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2294/stat : 2294 (java) S 2289 2291 2245 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 196325144 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2298] ppid=2289 vsize=1716756 CPUtime=0.01
/proc/2291/task/2298/stat : 2298 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 1 0 0 0 15 0 13 0 196325148 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2299] ppid=2289 vsize=1716756 CPUtime=1.04
/proc/2291/task/2299/stat : 2299 (java) S 2289 2291 2245 0 -1 64 3142 0 0 0 103 1 0 0 17 0 13 0 196325148 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2300] ppid=2289 vsize=1716756 CPUtime=0.78
/proc/2291/task/2300/stat : 2300 (java) S 2289 2291 2245 0 -1 64 2177 0 0 0 77 1 0 0 17 0 13 0 196325148 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2301] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2301/stat : 2301 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196325148 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2302] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2302/stat : 2302 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196325148 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2303] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2303/stat : 2303 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 196325324 1757958144 48256 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (Kb) 1716756

[startup+30.0154 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 2303
/proc/meminfo: memFree=1546320/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1716756 CPUtime=31.62
/proc/2291/stat : 2291 (java) R 2289 2291 2245 0 -1 0 55311 0 1 0 3139 23 0 0 25 0 13 0 196325138 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071511775 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2291/statm: 429189 50267 1908 14 0 415936 0
[pid=2291/tid=2292] ppid=2289 vsize=1716756 CPUtime=0.3
/proc/2291/task/2292/stat : 2292 (java) S 2289 2291 2245 0 -1 64 7195 0 0 0 28 2 0 0 16 0 13 0 196325142 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2293] ppid=2289 vsize=1716756 CPUtime=0.31
/proc/2291/task/2293/stat : 2293 (java) S 2289 2291 2245 0 -1 64 6002 0 0 0 28 3 0 0 16 0 13 0 196325142 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2294] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2294/stat : 2294 (java) S 2289 2291 2245 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 196325144 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2298] ppid=2289 vsize=1716756 CPUtime=0.01
/proc/2291/task/2298/stat : 2298 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 1 0 0 0 15 0 13 0 196325148 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2299] ppid=2289 vsize=1716756 CPUtime=1.04
/proc/2291/task/2299/stat : 2299 (java) S 2289 2291 2245 0 -1 64 3142 0 0 0 103 1 0 0 17 0 13 0 196325148 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2300] ppid=2289 vsize=1716756 CPUtime=0.78
/proc/2291/task/2300/stat : 2300 (java) S 2289 2291 2245 0 -1 64 2177 0 0 0 77 1 0 0 17 0 13 0 196325148 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2301] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2301/stat : 2301 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196325148 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2302] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2302/stat : 2302 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196325148 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2303] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2303/stat : 2303 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 196325324 1757958144 50267 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.62
Current children cumulated vsize (Kb) 1716756

[startup+40.0221 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 2303
/proc/meminfo: memFree=1544336/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1716756 CPUtime=41.66
/proc/2291/stat : 2291 (java) R 2289 2291 2245 0 -1 0 55864 0 1 0 4143 23 0 0 25 0 13 0 196325138 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071481434 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2291/statm: 429189 50755 1910 14 0 415936 0
[pid=2291/tid=2292] ppid=2289 vsize=1716756 CPUtime=0.32
/proc/2291/task/2292/stat : 2292 (java) S 2289 2291 2245 0 -1 64 7513 0 0 0 30 2 0 0 16 0 13 0 196325142 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2293] ppid=2289 vsize=1716756 CPUtime=0.32
/proc/2291/task/2293/stat : 2293 (java) S 2289 2291 2245 0 -1 64 6232 0 0 0 29 3 0 0 16 0 13 0 196325142 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2294] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2294/stat : 2294 (java) S 2289 2291 2245 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 196325144 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2298] ppid=2289 vsize=1716756 CPUtime=0.01
/proc/2291/task/2298/stat : 2298 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 1 0 0 0 15 0 13 0 196325148 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2299] ppid=2289 vsize=1716756 CPUtime=1.06
/proc/2291/task/2299/stat : 2299 (java) S 2289 2291 2245 0 -1 64 3144 0 0 0 105 1 0 0 16 0 13 0 196325148 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2300] ppid=2289 vsize=1716756 CPUtime=0.78
/proc/2291/task/2300/stat : 2300 (java) S 2289 2291 2245 0 -1 64 2177 0 0 0 77 1 0 0 17 0 13 0 196325148 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2301] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2301/stat : 2301 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196325148 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2302] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2302/stat : 2302 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196325148 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2303] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2303/stat : 2303 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196325324 1757958144 50755 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.66
Current children cumulated vsize (Kb) 1716756

[startup+50.0287 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 2303
/proc/meminfo: memFree=1539984/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1716756 CPUtime=51.71
/proc/2291/stat : 2291 (java) R 2289 2291 2245 0 -1 0 57514 0 1 0 5147 24 0 0 25 0 13 0 196325138 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071468352 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2291/statm: 429189 51816 1911 14 0 415936 0
[pid=2291/tid=2292] ppid=2289 vsize=1716756 CPUtime=0.36
/proc/2291/task/2292/stat : 2292 (java) S 2289 2291 2245 0 -1 64 8443 0 0 0 34 2 0 0 16 0 13 0 196325142 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2293] ppid=2289 vsize=1716756 CPUtime=0.36
/proc/2291/task/2293/stat : 2293 (java) S 2289 2291 2245 0 -1 64 6942 0 0 0 33 3 0 0 16 0 13 0 196325142 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2294] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2294/stat : 2294 (java) S 2289 2291 2245 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 196325144 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2298] ppid=2289 vsize=1716756 CPUtime=0.01
/proc/2291/task/2298/stat : 2298 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 196325148 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2299] ppid=2289 vsize=1716756 CPUtime=1.06
/proc/2291/task/2299/stat : 2299 (java) S 2289 2291 2245 0 -1 64 3144 0 0 0 105 1 0 0 16 0 13 0 196325148 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2300] ppid=2289 vsize=1716756 CPUtime=0.78
/proc/2291/task/2300/stat : 2300 (java) S 2289 2291 2245 0 -1 64 2177 0 0 0 77 1 0 0 17 0 13 0 196325148 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2301] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2301/stat : 2301 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196325148 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2302] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2302/stat : 2302 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196325148 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2303] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2303/stat : 2303 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196325324 1757958144 51816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.71
Current children cumulated vsize (Kb) 1716756

[startup+60.0354 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 2303
/proc/meminfo: memFree=1544208/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1716756 CPUtime=61.76
/proc/2291/stat : 2291 (java) R 2289 2291 2245 0 -1 0 59124 0 1 0 6150 26 0 0 22 0 13 0 196325138 1757958144 50739 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071512371 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2291/statm: 429189 50739 1911 14 0 415936 0
[pid=2291/tid=2292] ppid=2289 vsize=1716756 CPUtime=0.41
/proc/2291/task/2292/stat : 2292 (java) S 2289 2291 2245 0 -1 64 9287 0 0 0 38 3 0 0 16 0 13 0 196325142 1757958144 50739 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2293] ppid=2289 vsize=1716756 CPUtime=0.41
/proc/2291/task/2293/stat : 2293 (java) S 2289 2291 2245 0 -1 64 7700 0 0 0 37 4 0 0 17 0 13 0 196325142 1757958144 50739 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2294] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2294/stat : 2294 (java) S 2289 2291 2245 0 -1 64 25 0 0 0 0 0 0 0 15 0 13 0 196325144 1757958144 50739 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 50739 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 50739 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 50739 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 133970 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 133970 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 133970 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2298] ppid=2289 vsize=1716756 CPUtime=0.01
/proc/2291/task/2298/stat : 2298 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 196325148 1757958144 133970 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2299] ppid=2289 vsize=1716756 CPUtime=1.13
/proc/2291/task/2299/stat : 2299 (java) S 2289 2291 2245 0 -1 64 3149 0 0 0 112 1 0 0 17 0 13 0 196325148 1757958144 133970 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2300] ppid=2289 vsize=1716756 CPUtime=0.84
/proc/2291/task/2300/stat : 2300 (java) S 2289 2291 2245 0 -1 64 2179 0 0 0 83 1 0 0 17 0 13 0 196325148 1757958144 133970 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2301] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2301/stat : 2301 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196325148 1757958144 133970 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2302] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2302/stat : 2302 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196325148 1757958144 133970 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2303] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2303/stat : 2303 (java) S 2289 2291 2245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196325324 1757958144 133970 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.28
Current children cumulated vsize (Kb) 1716756

[startup+1775.29 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 2498
/proc/meminfo: memFree=1209808/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1716756 CPUtime=1797.32
/proc/2291/stat : 2291 (java) R 2289 2291 2245 0 -1 0 199600 0 1 0 179618 114 0 0 25 0 13 0 196325138 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071481460 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2291/statm: 429189 134005 1911 14 0 415936 0
[pid=2291/tid=2292] ppid=2289 vsize=1716756 CPUtime=21.61
/proc/2291/task/2292/stat : 2292 (java) S 2289 2291 2245 0 -1 64 59361 0 0 0 2133 28 0 0 17 0 13 0 196325142 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2293] ppid=2289 vsize=1716756 CPUtime=21.62
/proc/2291/task/2293/stat : 2293 (java) S 2289 2291 2245 0 -1 64 59821 0 0 0 2127 35 0 0 16 0 13 0 196325142 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2294] ppid=2289 vsize=1716756 CPUtime=0.29
/proc/2291/task/2294/stat : 2294 (java) S 2289 2291 2245 0 -1 64 141 0 0 0 17 12 0 0 16 0 13 0 196325144 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2298] ppid=2289 vsize=1716756 CPUtime=0.01
/proc/2291/task/2298/stat : 2298 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 196325148 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2299] ppid=2289 vsize=1716756 CPUtime=1.13
/proc/2291/task/2299/stat : 2299 (java) S 2289 2291 2245 0 -1 64 3149 0 0 0 112 1 0 0 17 0 13 0 196325148 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2300] ppid=2289 vsize=1716756 CPUtime=0.84
/proc/2291/task/2300/stat : 2300 (java) S 2289 2291 2245 0 -1 64 2179 0 0 0 83 1 0 0 17 0 13 0 196325148 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2301] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2301/stat : 2301 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196325148 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2302] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2302/stat : 2302 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196325148 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2303] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2303/stat : 2303 (java) S 2289 2291 2245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196325324 1757958144 134005 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.32
Current children cumulated vsize (Kb) 1716756

[startup+1776.29 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 2498
/proc/meminfo: memFree=1209680/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1716756 CPUtime=1798.36
/proc/2291/stat : 2291 (java) R 2289 2291 2245 0 -1 0 199636 0 1 0 179722 114 0 0 17 0 13 0 196325138 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071547735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2291/statm: 429189 134040 1911 14 0 415936 0
[pid=2291/tid=2292] ppid=2289 vsize=1716756 CPUtime=21.64
/proc/2291/task/2292/stat : 2292 (java) S 2289 2291 2245 0 -1 64 59363 0 0 0 2136 28 0 0 17 0 13 0 196325142 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2293] ppid=2289 vsize=1716756 CPUtime=21.65
/proc/2291/task/2293/stat : 2293 (java) S 2289 2291 2245 0 -1 64 59854 0 0 0 2130 35 0 0 16 0 13 0 196325142 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2294] ppid=2289 vsize=1716756 CPUtime=0.29
/proc/2291/task/2294/stat : 2294 (java) S 2289 2291 2245 0 -1 64 141 0 0 0 17 12 0 0 15 0 13 0 196325144 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2298] ppid=2289 vsize=1716756 CPUtime=0.01
/proc/2291/task/2298/stat : 2298 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2299] ppid=2289 vsize=1716756 CPUtime=1.13
/proc/2291/task/2299/stat : 2299 (java) S 2289 2291 2245 0 -1 64 3149 0 0 0 112 1 0 0 17 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2300] ppid=2289 vsize=1716756 CPUtime=0.84
/proc/2291/task/2300/stat : 2300 (java) S 2289 2291 2245 0 -1 64 2179 0 0 0 83 1 0 0 17 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2301] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2301/stat : 2301 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2302] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2302/stat : 2302 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2303] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2303/stat : 2303 (java) S 2289 2291 2245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196325324 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.36
Current children cumulated vsize (Kb) 1716756

[startup+1777.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 2498
/proc/meminfo: memFree=1209680/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1716756 CPUtime=1799.36
/proc/2291/stat : 2291 (java) R 2289 2291 2245 0 -1 0 199636 0 1 0 179822 114 0 0 25 0 13 0 196325138 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071488503 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2291/statm: 429189 134040 1911 14 0 415936 0
[pid=2291/tid=2292] ppid=2289 vsize=1716756 CPUtime=21.64
/proc/2291/task/2292/stat : 2292 (java) S 2289 2291 2245 0 -1 64 59363 0 0 0 2136 28 0 0 17 0 13 0 196325142 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2293] ppid=2289 vsize=1716756 CPUtime=21.65
/proc/2291/task/2293/stat : 2293 (java) S 2289 2291 2245 0 -1 64 59854 0 0 0 2130 35 0 0 16 0 13 0 196325142 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2294] ppid=2289 vsize=1716756 CPUtime=0.29
/proc/2291/task/2294/stat : 2294 (java) S 2289 2291 2245 0 -1 64 141 0 0 0 17 12 0 0 16 0 13 0 196325144 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2298] ppid=2289 vsize=1716756 CPUtime=0.01
/proc/2291/task/2298/stat : 2298 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2299] ppid=2289 vsize=1716756 CPUtime=1.13
/proc/2291/task/2299/stat : 2299 (java) S 2289 2291 2245 0 -1 64 3149 0 0 0 112 1 0 0 17 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2300] ppid=2289 vsize=1716756 CPUtime=0.84
/proc/2291/task/2300/stat : 2300 (java) S 2289 2291 2245 0 -1 64 2179 0 0 0 83 1 0 0 17 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2301] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2301/stat : 2301 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2302] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2302/stat : 2302 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196325148 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2303] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2303/stat : 2303 (java) S 2289 2291 2245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196325324 1757958144 134040 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (Kb) 1716756

[startup+1778.31 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 2498
/proc/meminfo: memFree=1209424/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1716756 CPUtime=1800.4
/proc/2291/stat : 2291 (java) R 2289 2291 2245 0 -1 0 199689 0 1 0 179926 114 0 0 25 0 13 0 196325138 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071497789 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2291/statm: 429189 134092 1911 14 0 415936 0
[pid=2291/tid=2292] ppid=2289 vsize=1716756 CPUtime=21.67
/proc/2291/task/2292/stat : 2292 (java) S 2289 2291 2245 0 -1 64 59374 0 0 0 2139 28 0 0 17 0 13 0 196325142 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2293] ppid=2289 vsize=1716756 CPUtime=21.69
/proc/2291/task/2293/stat : 2293 (java) S 2289 2291 2245 0 -1 64 59895 0 0 0 2134 35 0 0 16 0 13 0 196325142 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2294] ppid=2289 vsize=1716756 CPUtime=0.29
/proc/2291/task/2294/stat : 2294 (java) S 2289 2291 2245 0 -1 64 141 0 0 0 17 12 0 0 16 0 13 0 196325144 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2298] ppid=2289 vsize=1716756 CPUtime=0.01
/proc/2291/task/2298/stat : 2298 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2299] ppid=2289 vsize=1716756 CPUtime=1.13
/proc/2291/task/2299/stat : 2299 (java) S 2289 2291 2245 0 -1 64 3149 0 0 0 112 1 0 0 17 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2300] ppid=2289 vsize=1716756 CPUtime=0.84
/proc/2291/task/2300/stat : 2300 (java) S 2289 2291 2245 0 -1 64 2179 0 0 0 83 1 0 0 17 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2301] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2301/stat : 2301 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2302] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2302/stat : 2302 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2303] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2303/stat : 2303 (java) S 2289 2291 2245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196325324 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (Kb) 1716756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.31 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 2498
/proc/meminfo: memFree=1209424/2055920 swapFree=4181844/4192956
[pid=2291] ppid=2289 vsize=1716756 CPUtime=1800.4
/proc/2291/stat : 2291 (java) R 2289 2291 2245 0 -1 0 199689 0 1 0 179926 114 0 0 25 0 13 0 196325138 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071499675 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2291/statm: 429189 134092 1911 14 0 415936 0
[pid=2291/tid=2292] ppid=2289 vsize=1716756 CPUtime=21.67
/proc/2291/task/2292/stat : 2292 (java) S 2289 2291 2245 0 -1 64 59374 0 0 0 2139 28 0 0 17 0 13 0 196325142 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2293] ppid=2289 vsize=1716756 CPUtime=21.69
/proc/2291/task/2293/stat : 2293 (java) S 2289 2291 2245 0 -1 64 59895 0 0 0 2134 35 0 0 16 0 13 0 196325142 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2294] ppid=2289 vsize=1716756 CPUtime=0.29
/proc/2291/task/2294/stat : 2294 (java) S 2289 2291 2245 0 -1 64 141 0 0 0 17 12 0 0 16 0 13 0 196325144 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2295] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2295/stat : 2295 (java) S 2289 2291 2245 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2296] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2296/stat : 2296 (java) S 2289 2291 2245 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196325145 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2297] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2297/stat : 2297 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2298] ppid=2289 vsize=1716756 CPUtime=0.01
/proc/2291/task/2298/stat : 2298 (java) S 2289 2291 2245 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2299] ppid=2289 vsize=1716756 CPUtime=1.13
/proc/2291/task/2299/stat : 2299 (java) S 2289 2291 2245 0 -1 64 3149 0 0 0 112 1 0 0 17 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2300] ppid=2289 vsize=1716756 CPUtime=0.84
/proc/2291/task/2300/stat : 2300 (java) S 2289 2291 2245 0 -1 64 2179 0 0 0 83 1 0 0 17 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2301] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2301/stat : 2301 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2291/tid=2302] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2302/stat : 2302 (java) S 2289 2291 2245 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196325148 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2291/tid=2303] ppid=2289 vsize=1716756 CPUtime=0
/proc/2291/task/2303/stat : 2303 (java) S 2289 2291 2245 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196325324 1757958144 134092 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (Kb) 1716756

Sending SIGTERM to -2291
Sleeping 2 seconds

Child status: 143
Real time (s): 1778.45
CPU time (s): 1800.53
CPU user time (s): 1799.3
CPU system time (s): 1.22581
CPU usage (%): 101.242
Max. virtual memory (cumulated for all children) (Kb): 1716756

Launcher Data (download as text)

Begin job on node65 on Sat Jun  3 03:49:18 UTC 2006


FILE ID= 43165-1149306558

PBS_JOBID= 307655

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  5d09427ddf3dc39fc0331bd5827affb8

RANDOM SEED= 366185053


/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.283
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.283
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:       1740224 kB
Buffers:         27816 kB
Cached:         219828 kB
SwapCached:       2800 kB
Active:          90988 kB
Inactive:       165320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740224 kB
SwapTotal:     4192956 kB
SwapFree:      4181844 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          14748 kB
Slab:            45372 kB
Committed_AS:   285468 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node65 on Sat Jun  3 04:18:57 UTC 2006