Trace number 44561

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? (TO) 1801 1784.56

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370b.opb
MD5SUM1f80e288849d4e939571e6eefbd84b3a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark46802509183
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4779438072
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29694485111877
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29694485111877
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.25	c no version file found!!!
0.25	c sun.arch.data.model	32
0.25	c java.version	1.5.0_06
0.25	c os.name	Linux
0.25	c os.version	2.6.9-22.EL.rootsmp
0.25	c os.arch	i386
0.25	c Free memory 1548419056
0.25	c Max memory 1551040512
0.25	c Total memory 1551040512
0.25	c Number of processors 2
0.31	c Cutting planes based inference
0.31	c --- Begin Solver configuration ---
0.31	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.31	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.31	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.31	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.31	c VSIDS like heuristics from MiniSAT using a heap
0.31	c No reason simplification
0.31	c --- End Solver configuration ---
0.31	c solving ROOT/tmp/node62/44561-1149303850/instance-44561-1149303850.opb
0.31	c reading problem ... 
36.74	c ... done. Time 36.428 ms.
36.74	c #vars     155000
36.74	c #constraints  5300
1784.42	c starts		: 2
1784.42	c conflicts		: 114
1784.42	c decisions		: 15126
1784.42	c propagations		: 106914
1784.42	c inspects		: 114832
1784.42	c learnt literals	: 0
1784.42	c learnt binary clauses	: 0
1784.42	c learnt ternary clauses	: 0
1784.42	c learnt clauses	: 113
1784.42	c root simplifications	: 0
1784.42	c removed literals (reason simplification)	: 0
1784.42	c reason swapping (by a shorter reason)	: 0
1784.42	c Calls to reduceDB	: 0
1784.42	c speed (decisions/second)	: 8.655273932038417
1784.42	c non guided choices	8840
1784.42	s UNKNOWN
1784.42	c Total wall clock time (ms): 1784.113

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/node62/watcher-44561-1149303850 -o ROOT/results/node62/solver-44561-1149303850 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node62/44561-1149303850/instance-44561-1149303850.opb 766357393 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.95 0.90 2/64 9719
/proc/meminfo: memFree=1555656/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1784 CPUtime=0
/proc/9719/stat : 9719 (java) D 9717 9719 9673 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 39588572 1826816 137 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9719/statm: 446 137 102 14 0 91 0

[startup+10.0033 s]
/proc/loadavg: 0.93 0.96 0.91 2/75 9730
/proc/meminfo: memFree=1299648/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1714952 CPUtime=11.54
/proc/9719/stat : 9719 (java) R 9717 9719 9673 0 -1 0 70324 0 1 0 1118 36 0 0 21 0 12 0 39588572 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071445862 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 428738 65723 1887 14 0 415485 0
[pid=9719/tid=9720] ppid=9717 vsize=1714952 CPUtime=1.07
/proc/9719/task/9720/stat : 9720 (java) S 9717 9719 9673 0 -1 64 13882 0 0 0 99 8 0 0 17 0 12 0 39588584 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9721] ppid=9717 vsize=1714952 CPUtime=1.06
/proc/9719/task/9721/stat : 9721 (java) S 9717 9719 9673 0 -1 64 18949 0 0 0 94 12 0 0 15 0 12 0 39588584 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9717 9719 9673 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 39588587 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 39588587 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 39588587 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 39588591 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 39588591 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1714952 CPUtime=0.39
/proc/9719/task/9727/stat : 9727 (java) S 9717 9719 9673 0 -1 64 435 0 0 0 39 0 0 0 16 0 12 0 39588591 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1714952 CPUtime=0.45
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 563 0 0 0 45 0 0 0 17 0 12 0 39588591 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9729] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9717 9719 9673 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 39588591 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9730] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9730/stat : 9730 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 39588591 1756110848 65723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (Kb) 1714952

[startup+20.0105 s]
/proc/loadavg: 0.94 0.96 0.91 2/75 9730
/proc/meminfo: memFree=1326280/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1714952 CPUtime=21.65
/proc/9719/stat : 9719 (java) R 9717 9719 9673 0 -1 0 71275 0 1 0 2126 39 0 0 25 0 12 0 39588572 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071426055 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 428738 59131 1887 14 0 415485 0
[pid=9719/tid=9720] ppid=9717 vsize=1714952 CPUtime=1.16
/proc/9719/task/9720/stat : 9720 (java) S 9717 9719 9673 0 -1 64 14105 0 0 0 108 8 0 0 16 0 12 0 39588584 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9721] ppid=9717 vsize=1714952 CPUtime=1.15
/proc/9719/task/9721/stat : 9721 (java) S 9717 9719 9673 0 -1 64 19655 0 0 0 102 13 0 0 16 0 12 0 39588584 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9717 vsize=1714952 CPUtime=0.01
/proc/9719/task/9722/stat : 9722 (java) S 9717 9719 9673 0 -1 64 10 0 0 0 0 1 0 0 17 0 12 0 39588587 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 39588587 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 39588587 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 39588591 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 39588591 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1714952 CPUtime=0.39
/proc/9719/task/9727/stat : 9727 (java) S 9717 9719 9673 0 -1 64 435 0 0 0 39 0 0 0 16 0 12 0 39588591 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1714952 CPUtime=0.45
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 563 0 0 0 45 0 0 0 16 0 12 0 39588591 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9729] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9717 9719 9673 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 39588591 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9730] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9730/stat : 9730 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 39588591 1756110848 59131 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.65
Current children cumulated vsize (Kb) 1714952

[startup+30.0177 s]
/proc/loadavg: 0.95 0.96 0.91 2/75 9730
/proc/meminfo: memFree=1352840/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1714952 CPUtime=31.74
/proc/9719/stat : 9719 (java) R 9717 9719 9673 0 -1 0 72295 0 1 0 3133 41 0 0 25 0 12 0 39588572 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071452082 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 428738 52497 1887 14 0 415485 0
[pid=9719/tid=9720] ppid=9717 vsize=1714952 CPUtime=1.25
/proc/9719/task/9720/stat : 9720 (java) S 9717 9719 9673 0 -1 64 14385 0 0 0 117 8 0 0 16 0 12 0 39588584 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9721] ppid=9717 vsize=1714952 CPUtime=1.24
/proc/9719/task/9721/stat : 9721 (java) S 9717 9719 9673 0 -1 64 20375 0 0 0 110 14 0 0 16 0 12 0 39588584 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9717 vsize=1714952 CPUtime=0.01
/proc/9719/task/9722/stat : 9722 (java) S 9717 9719 9673 0 -1 64 10 0 0 0 0 1 0 0 16 0 12 0 39588587 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 39588587 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 39588587 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 39588591 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 39588591 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1714952 CPUtime=0.39
/proc/9719/task/9727/stat : 9727 (java) S 9717 9719 9673 0 -1 64 435 0 0 0 39 0 0 0 16 0 12 0 39588591 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1714952 CPUtime=0.45
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 563 0 0 0 45 0 0 0 16 0 12 0 39588591 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9729] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9717 9719 9673 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 39588591 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9730] ppid=9717 vsize=1714952 CPUtime=0
/proc/9719/task/9730/stat : 9730 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 39588591 1756110848 52497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.74
Current children cumulated vsize (Kb) 1714952

[startup+40.0249 s]
/proc/loadavg: 0.96 0.96 0.91 3/76 9731
/proc/meminfo: memFree=1334464/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1715468 CPUtime=41.98
/proc/9719/stat : 9719 (java) R 9717 9719 9673 0 -1 0 78778 0 1 0 4152 46 0 0 25 0 13 0 39588572 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071545504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 428867 57149 1901 14 0 415614 0
[pid=9719/tid=9720] ppid=9717 vsize=1715468 CPUtime=1.32
/proc/9719/task/9720/stat : 9720 (java) S 9717 9719 9673 0 -1 64 15849 0 0 0 123 9 0 0 16 0 13 0 39588584 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9721] ppid=9717 vsize=1715468 CPUtime=1.33
/proc/9719/task/9721/stat : 9721 (java) S 9717 9719 9673 0 -1 64 21090 0 0 0 118 15 0 0 17 0 13 0 39588584 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9717 vsize=1715468 CPUtime=0.01
/proc/9719/task/9722/stat : 9722 (java) S 9717 9719 9673 0 -1 64 19 0 0 0 0 1 0 0 16 0 13 0 39588587 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9717 vsize=1715468 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 39588587 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1715468 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39588587 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1715468 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 39588591 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1715468 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 39588591 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1715468 CPUtime=0.51
/proc/9719/task/9727/stat : 9727 (java) R 9717 9719 9673 0 -1 64 442 0 0 0 51 0 0 0 15 0 13 0 39588591 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154899510 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1715468 CPUtime=0.55
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 573 0 0 0 55 0 0 0 16 0 13 0 39588591 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9729] ppid=9717 vsize=1715468 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9717 9719 9673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 39588591 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9730] ppid=9717 vsize=1715468 CPUtime=0
/proc/9719/task/9730/stat : 9730 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 39588591 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9731] ppid=9717 vsize=1715468 CPUtime=0
/proc/9719/task/9731/stat : 9731 (java) S 9717 9719 9673 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 39592265 1756639232 57149 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.98
Current children cumulated vsize (Kb) 1715468

[startup+50.0321 s]
/proc/loadavg: 0.96 0.96 0.91 2/76 9731
/proc/meminfo: memFree=1329984/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1716216 CPUtime=52.3
/proc/9719/stat : 9719 (java) R 9717 9719 9673 0 -1 0 80878 0 1 0 5183 47 0 0 25 0 13 0 39588572 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071591282 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9719/statm: 429054 58255 1908 14 0 415801 0
[pid=9719/tid=9720] ppid=9717 vsize=1716216 CPUtime=1.39
/proc/9719/task/9720/stat : 9720 (java) S 9717 9719 9673 0 -1 64 16210 0 0 0 129 10 0 0 17 0 13 0 39588584 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9721] ppid=9717 vsize=1716216 CPUtime=1.39
/proc/9719/task/9721/stat : 9721 (java) S 9717 9719 9673 0 -1 64 22316 0 0 0 123 16 0 0 17 0 13 0 39588584 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9717 vsize=1716216 CPUtime=0.01
/proc/9719/task/9722/stat : 9722 (java) S 9717 9719 9673 0 -1 64 19 0 0 0 0 1 0 0 16 0 13 0 39588587 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9723] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 39588591 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 39588591 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1716216 CPUtime=0.69
/proc/9719/task/9727/stat : 9727 (java) S 9717 9719 9673 0 -1 64 677 0 0 0 69 0 0 0 16 0 13 0 39588591 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1716216 CPUtime=0.72
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 829 0 0 0 72 0 0 0 16 0 13 0 39588591 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9729] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9717 9719 9673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 39588591 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9730] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9730/stat : 9730 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 39588591 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9731] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9731/stat : 9731 (java) S 9717 9719 9673 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 39592265 1757405184 58255 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.3
Current children cumulated vsize (Kb) 1716216

[startup+60.0393 s]
/proc/loadavg: 0.97 0.96 0.91 3/76 9731
/proc/meminfo: memFree=1333376/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1716216 CPUtime=62.52
/proc/9719/stat : 9719 (java) R 9717 9719 9673 0 -1 0 81149 0 1 0 6203 49 0 0 25 0 13 0 39588572 1757405184 57361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071591324 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 429054 57361 1908 14 0 415801 0
[pid=9719/tid=9720] ppid=9717 vsize=1716216 CPUtime=1.44
/proc/9719/task/9720/stat : 9720 (java) S 9717 9719 9673 0 -1 64 16306 0 0 0 134 10 0 0 16 0 13 0 39588584 1757405184 57361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9721] ppid=9717 vsize=1716216 CPUtime=1.45
/proc/9719/task/9721/stat : 9721 (java) S 9717 9719 9673 0 -1 64 22472 0 0 0 127 18 0 0 16 0 13 0 39588584 1757405184 57361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9717 vsize=1716216 CPUtime=0.03
/proc/9719/task/9722/stat : 9722 (java) S 9717 9719 9673 0 -1 64 19 0 0 0 1 2 0 0 16 0 13 0 39588587 1757405184 57361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 57361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 57361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 39588591 1757405184 57361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 39588591 1757405184 57361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1716216 CPUtime=0.84
/proc/9719/task/9727/stat : 9727 (java) R 9717 9719 9673 0 -1 64 683 0 0 0 84 0 0 0 16 0 13 0 39588591 1757405184 57361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4151355853 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1716216 CPUtime=0.77
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 830 0 0 0 77 0 0 0 16 0 13 0 39588591 1757405184 57361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=9719/tid=9723] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1716216 CPUtime=0.92
/proc/9719/task/9727/stat : 9727 (java) S 9717 9719 9673 0 -1 64 692 0 0 0 92 0 0 0 16 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1716216 CPUtime=0.8
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 831 0 0 0 80 0 0 0 16 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9729] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9717 9719 9673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9730] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9730/stat : 9730 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9731] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9731/stat : 9731 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39592265 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.82
Current children cumulated vsize (Kb) 1716216

[startup+1781.4 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 9733
/proc/meminfo: memFree=1070408/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1716216 CPUtime=1797.82
/proc/9719/stat : 9719 (java) R 9717 9719 9673 0 -1 0 169676 0 1 0 179525 257 0 0 25 0 13 0 39588572 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071694347 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 429054 122836 1908 14 0 415801 0
[pid=9719/tid=9720] ppid=9717 vsize=1716216 CPUtime=16.21
/proc/9719/task/9720/stat : 9720 (java) S 9717 9719 9673 0 -1 64 45811 0 0 0 1515 106 0 0 16 0 13 0 39588584 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9717 vsize=1716216 CPUtime=16.21
/proc/9719/task/9721/stat : 9721 (java) S 9717 9719 9673 0 -1 64 52042 0 0 0 1518 103 0 0 17 0 13 0 39588584 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9722] ppid=9717 vsize=1716216 CPUtime=0.23
/proc/9719/task/9722/stat : 9722 (java) S 9717 9719 9673 0 -1 64 102 0 0 0 13 10 0 0 16 0 13 0 39588587 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1716216 CPUtime=0.92
/proc/9719/task/9727/stat : 9727 (java) S 9717 9719 9673 0 -1 64 692 0 0 0 92 0 0 0 16 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1716216 CPUtime=0.8
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 831 0 0 0 80 0 0 0 16 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9729] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9717 9719 9673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9730] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9730/stat : 9730 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 39588591 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9731] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9731/stat : 9731 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39592265 1757405184 122836 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (Kb) 1716216

[startup+1782.4 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 9733
/proc/meminfo: memFree=1069192/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1716216 CPUtime=1798.86
/proc/9719/stat : 9719 (java) R 9717 9719 9673 0 -1 0 170011 0 1 0 179629 257 0 0 25 0 13 0 39588572 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071694358 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 429054 123138 1908 14 0 415801 0
[pid=9719/tid=9720] ppid=9717 vsize=1716216 CPUtime=16.24
/proc/9719/task/9720/stat : 9720 (java) S 9717 9719 9673 0 -1 64 46119 0 0 0 1518 106 0 0 17 0 13 0 39588584 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9717 vsize=1716216 CPUtime=16.24
/proc/9719/task/9721/stat : 9721 (java) S 9717 9719 9673 0 -1 64 52068 0 0 0 1521 103 0 0 16 0 13 0 39588584 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9722] ppid=9717 vsize=1716216 CPUtime=0.23
/proc/9719/task/9722/stat : 9722 (java) S 9717 9719 9673 0 -1 64 102 0 0 0 13 10 0 0 15 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1716216 CPUtime=0.92
/proc/9719/task/9727/stat : 9727 (java) S 9717 9719 9673 0 -1 64 692 0 0 0 92 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1716216 CPUtime=0.8
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 831 0 0 0 80 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9729] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9717 9719 9673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9730] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9730/stat : 9730 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9731] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9731/stat : 9731 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39592265 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.86
Current children cumulated vsize (Kb) 1716216

[startup+1783.41 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 9733
/proc/meminfo: memFree=1069192/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1716216 CPUtime=1799.86
/proc/9719/stat : 9719 (java) R 9717 9719 9673 0 -1 0 170011 0 1 0 179729 257 0 0 25 0 13 0 39588572 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071694347 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 429054 123138 1908 14 0 415801 0
[pid=9719/tid=9720] ppid=9717 vsize=1716216 CPUtime=16.24
/proc/9719/task/9720/stat : 9720 (java) S 9717 9719 9673 0 -1 64 46119 0 0 0 1518 106 0 0 17 0 13 0 39588584 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9717 vsize=1716216 CPUtime=16.24
/proc/9719/task/9721/stat : 9721 (java) S 9717 9719 9673 0 -1 64 52068 0 0 0 1521 103 0 0 16 0 13 0 39588584 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9722] ppid=9717 vsize=1716216 CPUtime=0.23
/proc/9719/task/9722/stat : 9722 (java) S 9717 9719 9673 0 -1 64 102 0 0 0 13 10 0 0 16 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1716216 CPUtime=0.92
/proc/9719/task/9727/stat : 9727 (java) S 9717 9719 9673 0 -1 64 692 0 0 0 92 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1716216 CPUtime=0.8
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 831 0 0 0 80 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9729] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9717 9719 9673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9730] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9730/stat : 9730 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9731] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9731/stat : 9731 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39592265 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.86
Current children cumulated vsize (Kb) 1716216

[startup+1784.42 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 9733
/proc/meminfo: memFree=1069192/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1716216 CPUtime=1800.87
/proc/9719/stat : 9719 (java) R 9717 9719 9673 0 -1 0 170011 0 1 0 179830 257 0 0 25 0 13 0 39588572 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071694402 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 429054 123138 1908 14 0 415801 0
[pid=9719/tid=9720] ppid=9717 vsize=1716216 CPUtime=16.24
/proc/9719/task/9720/stat : 9720 (java) S 9717 9719 9673 0 -1 64 46119 0 0 0 1518 106 0 0 17 0 13 0 39588584 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9717 vsize=1716216 CPUtime=16.24
/proc/9719/task/9721/stat : 9721 (java) S 9717 9719 9673 0 -1 64 52068 0 0 0 1521 103 0 0 16 0 13 0 39588584 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9722] ppid=9717 vsize=1716216 CPUtime=0.23
/proc/9719/task/9722/stat : 9722 (java) S 9717 9719 9673 0 -1 64 102 0 0 0 13 10 0 0 16 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1716216 CPUtime=0.92
/proc/9719/task/9727/stat : 9727 (java) S 9717 9719 9673 0 -1 64 692 0 0 0 92 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1716216 CPUtime=0.8
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 831 0 0 0 80 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9729] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9717 9719 9673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9730] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9730/stat : 9730 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9731] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9731/stat : 9731 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39592265 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.87
Current children cumulated vsize (Kb) 1716216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.42 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 9733
/proc/meminfo: memFree=1069192/2055920 swapFree=4191908/4192956
[pid=9719] ppid=9717 vsize=1716216 CPUtime=1800.87
/proc/9719/stat : 9719 (java) R 9717 9719 9673 0 -1 0 170011 0 1 0 179830 257 0 0 25 0 13 0 39588572 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071694425 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 429054 123138 1908 14 0 415801 0
[pid=9719/tid=9720] ppid=9717 vsize=1716216 CPUtime=16.24
/proc/9719/task/9720/stat : 9720 (java) S 9717 9719 9673 0 -1 64 46119 0 0 0 1518 106 0 0 17 0 13 0 39588584 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9717 vsize=1716216 CPUtime=16.24
/proc/9719/task/9721/stat : 9721 (java) S 9717 9719 9673 0 -1 64 52068 0 0 0 1521 103 0 0 16 0 13 0 39588584 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9722] ppid=9717 vsize=1716216 CPUtime=0.23
/proc/9719/task/9722/stat : 9722 (java) S 9717 9719 9673 0 -1 64 102 0 0 0 13 10 0 0 16 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9717 9719 9673 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39588587 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9725/stat : 9725 (java) S 9717 9719 9673 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9726] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9727] ppid=9717 vsize=1716216 CPUtime=0.92
/proc/9719/task/9727/stat : 9727 (java) S 9717 9719 9673 0 -1 64 692 0 0 0 92 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9719/tid=9728] ppid=9717 vsize=1716216 CPUtime=0.8
/proc/9719/task/9728/stat : 9728 (java) S 9717 9719 9673 0 -1 64 831 0 0 0 80 0 0 0 16 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9729] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9729/stat : 9729 (java) S 9717 9719 9673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9730] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9730/stat : 9730 (java) S 9717 9719 9673 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 39588591 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9719/tid=9731] ppid=9717 vsize=1716216 CPUtime=0
/proc/9719/task/9731/stat : 9731 (java) S 9717 9719 9673 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 39592265 1757405184 123138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.87
Current children cumulated vsize (Kb) 1716216

Sending SIGTERM to -9719
Sleeping 2 seconds

Child status: 143
Real time (s): 1784.56
CPU time (s): 1801
CPU user time (s): 1798.35
CPU system time (s): 2.6476
CPU usage (%): 100.921
Max. virtual memory (cumulated for all children) (Kb): 1716216

Launcher Data (download as text)

Begin job on node62 on Sat Jun  3 03:04:10 UTC 2006


FILE ID= 44561-1149303850

PBS_JOBID= 307518

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n370b.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node62/44561-1149303850/instance-44561-1149303850.opb 766357393
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-44561-1149303850 -o ROOT/results/node62/solver-44561-1149303850 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node62/44561-1149303850/instance-44561-1149303850.opb 766357393

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  1f80e288849d4e939571e6eefbd84b3a

RANDOM SEED= 766357393


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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1555928 kB
Buffers:         32292 kB
Cached:         389280 kB
SwapCached:        572 kB
Active:          53728 kB
Inactive:       381984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1555928 kB
SwapTotal:     4192956 kB
SwapFree:      4191908 kB
Dirty:             216 kB
Writeback:           0 kB
Mapped:          23728 kB
Slab:            50296 kB
Committed_AS:   245140 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 node62 on Sat Jun  3 03:33:55 UTC 2006