Trace number 43326

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.27 1784.53

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
MD5SUM72b327feddced7495a083616b5e4ecd7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
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 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 13421772800
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 53690300878
Number of bits of the biggest sum of numbers36
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.14	c no version file found!!!
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_06
0.14	c os.name	Linux
0.14	c os.version	2.6.9-22.EL.rootsmp
0.14	c os.arch	i386
0.14	c Free memory 1548419056
0.14	c Max memory 1551040512
0.14	c Total memory 1551040512
0.14	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node70/43326-1149315053/instance-43326-1149315053.opb
0.21	c reading problem ... 
1.59	c ... done. Time 1.375 ms.
1.59	c #vars     13898
1.59	c #constraints  816
1784.35	c starts		: 11
1784.35	c conflicts		: 14161
1784.35	c decisions		: 20270
1784.35	c propagations		: 301067
1784.35	c inspects		: 28682420
1784.35	c learnt literals	: 0
1784.35	c learnt binary clauses	: 0
1784.35	c learnt ternary clauses	: 0
1784.35	c learnt clauses	: 14160
1784.35	c root simplifications	: 0
1784.35	c removed literals (reason simplification)	: 0
1784.35	c reason swapping (by a shorter reason)	: 0
1784.35	c Calls to reduceDB	: 0
1784.35	c speed (decisions/second)	: 11.37015723575603
1784.35	c non guided choices	1106
1784.35	s UNKNOWN
1784.35	c Total wall clock time (ms): 1784.139

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.88 0.94 0.90 2/64 11406
/proc/meminfo: memFree=1675160/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=172 CPUtime=0
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 201 0 0 0 0 0 0 0 19 0 1 0 197174876 176128 24 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 8413988 0 0 4096 0 0 0 0 17 1 0 0
/proc/11406/statm: 55 31 25 14 0 3 0

[startup+10.002 s]
/proc/loadavg: 0.90 0.94 0.90 2/76 11418
/proc/meminfo: memFree=1486584/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=1715568 CPUtime=11.83
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 54164 0 1 0 1160 23 0 0 25 0 13 0 197174876 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071549899 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 428892 48919 1909 14 0 415639 0
[pid=11406/tid=11407] ppid=11404 vsize=1715568 CPUtime=0.35
/proc/11406/task/11407/stat : 11407 (java) S 11404 11406 11360 0 -1 64 6460 0 0 0 32 3 0 0 16 0 13 0 197174878 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11408] ppid=11404 vsize=1715568 CPUtime=0.34
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 11360 0 -1 64 5876 0 0 0 32 2 0 0 16 0 13 0 197174879 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 11360 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 197174881 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197174885 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1715568 CPUtime=0.83
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 11360 0 -1 64 1826 0 0 0 83 0 0 0 17 0 13 0 197174885 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1715568 CPUtime=1.1
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 11360 0 -1 64 3444 0 0 0 109 1 0 0 17 0 13 0 197174885 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197174885 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197174885 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 11360 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 197175046 1756741632 48919 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (Kb) 1715568

[startup+20.0098 s]
/proc/loadavg: 0.91 0.94 0.90 2/76 11418
/proc/meminfo: memFree=1489400/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=1715568 CPUtime=21.86
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 54744 0 1 0 2162 24 0 0 21 0 13 0 197174876 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071585029 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 428892 48185 1909 14 0 415639 0
[pid=11406/tid=11407] ppid=11404 vsize=1715568 CPUtime=0.37
/proc/11406/task/11407/stat : 11407 (java) S 11404 11406 11360 0 -1 64 6813 0 0 0 34 3 0 0 16 0 13 0 197174878 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11408] ppid=11404 vsize=1715568 CPUtime=0.37
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 11360 0 -1 64 6091 0 0 0 34 3 0 0 16 0 13 0 197174879 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 11360 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 197174881 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197174885 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1715568 CPUtime=0.83
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 11360 0 -1 64 1826 0 0 0 83 0 0 0 16 0 13 0 197174885 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1715568 CPUtime=1.11
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 11360 0 -1 64 3444 0 0 0 110 1 0 0 17 0 13 0 197174885 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197174885 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197174885 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 11360 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 197175046 1756741632 48185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.86
Current children cumulated vsize (Kb) 1715568

[startup+30.0166 s]
/proc/loadavg: 0.92 0.94 0.91 2/76 11418
/proc/meminfo: memFree=1507640/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=1715568 CPUtime=31.89
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 55257 0 1 0 3164 25 0 0 20 0 13 0 197174876 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071528238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 428892 43617 1909 14 0 415639 0
[pid=11406/tid=11407] ppid=11404 vsize=1715568 CPUtime=0.38
/proc/11406/task/11407/stat : 11407 (java) S 11404 11406 11360 0 -1 64 7060 0 0 0 35 3 0 0 16 0 13 0 197174878 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11408] ppid=11404 vsize=1715568 CPUtime=0.39
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 11360 0 -1 64 6344 0 0 0 36 3 0 0 15 0 13 0 197174879 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 11360 0 -1 64 24 0 0 0 0 0 0 0 15 0 13 0 197174881 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197174885 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1715568 CPUtime=0.83
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 11360 0 -1 64 1826 0 0 0 83 0 0 0 16 0 13 0 197174885 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1715568 CPUtime=1.11
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 11360 0 -1 64 3444 0 0 0 110 1 0 0 17 0 13 0 197174885 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197174885 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197174885 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 11360 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 197175046 1756741632 43617 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (Kb) 1715568

[startup+40.0234 s]
/proc/loadavg: 0.94 0.95 0.91 2/76 11418
/proc/meminfo: memFree=1519608/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=1715568 CPUtime=41.93
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 56225 0 1 0 4167 26 0 0 17 0 13 0 197174876 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071596551 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 428892 40632 1909 14 0 415639 0
[pid=11406/tid=11407] ppid=11404 vsize=1715568 CPUtime=0.42
/proc/11406/task/11407/stat : 11407 (java) S 11404 11406 11360 0 -1 64 7639 0 0 0 39 3 0 0 15 0 13 0 197174878 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11408] ppid=11404 vsize=1715568 CPUtime=0.43
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 11360 0 -1 64 6716 0 0 0 40 3 0 0 16 0 13 0 197174879 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1715568 CPUtime=0.01
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 11360 0 -1 64 24 0 0 0 0 1 0 0 15 0 13 0 197174881 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197174885 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1715568 CPUtime=0.83
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 11360 0 -1 64 1826 0 0 0 83 0 0 0 16 0 13 0 197174885 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1715568 CPUtime=1.11
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 11360 0 -1 64 3444 0 0 0 110 1 0 0 17 0 13 0 197174885 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197174885 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197174885 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 11360 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197175046 1756741632 40632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.93
Current children cumulated vsize (Kb) 1715568

[startup+50.0303 s]
/proc/loadavg: 0.95 0.95 0.91 2/76 11418
/proc/meminfo: memFree=1525368/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=1715568 CPUtime=51.95
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 56833 0 1 0 5168 27 0 0 18 0 13 0 197174876 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071550467 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 428892 39186 1909 14 0 415639 0
[pid=11406/tid=11407] ppid=11404 vsize=1715568 CPUtime=0.45
/proc/11406/task/11407/stat : 11407 (java) S 11404 11406 11360 0 -1 64 7875 0 0 0 41 4 0 0 16 0 13 0 197174878 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11408] ppid=11404 vsize=1715568 CPUtime=0.45
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 11360 0 -1 64 7072 0 0 0 42 3 0 0 16 0 13 0 197174879 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1715568 CPUtime=0.01
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 11360 0 -1 64 24 0 0 0 0 1 0 0 16 0 13 0 197174881 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197174885 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1715568 CPUtime=0.83
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 11360 0 -1 64 1826 0 0 0 83 0 0 0 16 0 13 0 197174885 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1715568 CPUtime=1.11
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 11360 0 -1 64 3444 0 0 0 110 1 0 0 17 0 13 0 197174885 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197174885 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197174885 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 11360 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197175046 1756741632 39186 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.95
Current children cumulated vsize (Kb) 1715568

[startup+60.0371 s]
/proc/loadavg: 0.95 0.95 0.91 2/76 11418
/proc/meminfo: memFree=1527736/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=1715568 CPUtime=61.99
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 57714 0 1 0 6171 28 0 0 19 0 13 0 197174876 1756741632 38606 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071549893 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 428892 38606 1909 14 0 415639 0
[pid=11406/tid=11407] ppid=11404 vsize=1715568 CPUtime=0.49
/proc/11406/task/11407/stat : 11407 (java) S 11404 11406 11360 0 -1 64 8261 0 0 0 44 5 0 0 16 0 13 0 197174878 1756741632 38606 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11408] ppid=11404 vsize=1715568 CPUtime=0.49
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 11360 0 -1 64 7551 0 0 0 46 3 0 0 16 0 13 0 197174879 1756741632 38606 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1715568 CPUtime=0.01
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 11360 0 -1 64 24 0 0 0 0 1 0 0 15 0 13 0 197174881 1756741632 38606 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 38606 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 38606 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 38606 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1715568 CPUtime=0.01
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1715568 CPUtime=0.91
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 11360 0 -1 64 2190 0 0 0 91 0 0 0 16 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1715568 CPUtime=1.15
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 11360 0 -1 64 3449 0 0 0 114 1 0 0 17 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197175046 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.03
Current children cumulated vsize (Kb) 1715568

[startup+1781.32 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 11420
/proc/meminfo: memFree=991032/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=1715568 CPUtime=1797.04
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 296494 0 1 0 179554 150 0 0 25 0 13 0 197174876 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071550447 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 428892 172388 1911 14 0 415639 0
[pid=11406/tid=11407] ppid=11404 vsize=1715568 CPUtime=15.13
/proc/11406/task/11407/stat : 11407 (java) S 11404 11406 11360 0 -1 64 80571 0 0 0 1479 34 0 0 16 0 13 0 197174878 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11408] ppid=11404 vsize=1715568 CPUtime=15.22
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 11360 0 -1 64 85230 0 0 0 1486 36 0 0 16 0 13 0 197174879 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1715568 CPUtime=0.46
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 11360 0 -1 64 297 0 0 0 24 22 0 0 16 0 13 0 197174881 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1715568 CPUtime=0.01
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1715568 CPUtime=0.91
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 11360 0 -1 64 2190 0 0 0 91 0 0 0 16 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1715568 CPUtime=1.15
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 11360 0 -1 64 3449 0 0 0 114 1 0 0 17 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197174885 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197175046 1756741632 172388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.04
Current children cumulated vsize (Kb) 1715568

[startup+1782.33 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 11420
/proc/meminfo: memFree=991032/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=1715568 CPUtime=1798.06
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 296500 0 1 0 179656 150 0 0 25 0 13 0 197174876 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071595281 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 428892 172393 1911 14 0 415639 0
[pid=11406/tid=11407] ppid=11404 vsize=1715568 CPUtime=15.15
/proc/11406/task/11407/stat : 11407 (java) S 11404 11406 11360 0 -1 64 80576 0 0 0 1481 34 0 0 16 0 13 0 197174878 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11408] ppid=11404 vsize=1715568 CPUtime=15.23
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 11360 0 -1 64 85230 0 0 0 1487 36 0 0 16 0 13 0 197174879 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1715568 CPUtime=0.46
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 11360 0 -1 64 297 0 0 0 24 22 0 0 15 0 13 0 197174881 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1715568 CPUtime=0.01
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1715568 CPUtime=0.91
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 11360 0 -1 64 2190 0 0 0 91 0 0 0 16 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1715568 CPUtime=1.15
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 11360 0 -1 64 3449 0 0 0 114 1 0 0 17 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197175046 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.06
Current children cumulated vsize (Kb) 1715568

[startup+1783.34 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 11420
/proc/meminfo: memFree=991032/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=1715568 CPUtime=1799.07
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 296500 0 1 0 179757 150 0 0 25 0 13 0 197174876 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071529749 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 428892 172393 1911 14 0 415639 0
[pid=11406/tid=11407] ppid=11404 vsize=1715568 CPUtime=15.15
/proc/11406/task/11407/stat : 11407 (java) S 11404 11406 11360 0 -1 64 80576 0 0 0 1481 34 0 0 16 0 13 0 197174878 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11408] ppid=11404 vsize=1715568 CPUtime=15.23
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 11360 0 -1 64 85230 0 0 0 1487 36 0 0 16 0 13 0 197174879 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1715568 CPUtime=0.46
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 11360 0 -1 64 297 0 0 0 24 22 0 0 16 0 13 0 197174881 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1715568 CPUtime=0.01
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1715568 CPUtime=0.91
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 11360 0 -1 64 2190 0 0 0 91 0 0 0 16 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1715568 CPUtime=1.15
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 11360 0 -1 64 3449 0 0 0 114 1 0 0 17 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197174885 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197175046 1756741632 172393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (Kb) 1715568

[startup+1784.34 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 11420
/proc/meminfo: memFree=990008/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=1715568 CPUtime=1800.1
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 296746 0 1 0 179860 150 0 0 25 0 13 0 197174876 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071568942 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 428892 172634 1911 14 0 415639 0
[pid=11406/tid=11407] ppid=11404 vsize=1715568 CPUtime=15.17
/proc/11406/task/11407/stat : 11407 (java) S 11404 11406 11360 0 -1 64 80709 0 0 0 1483 34 0 0 16 0 13 0 197174878 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11408] ppid=11404 vsize=1715568 CPUtime=15.26
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 11360 0 -1 64 85342 0 0 0 1489 37 0 0 16 0 13 0 197174879 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1715568 CPUtime=0.46
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 11360 0 -1 64 297 0 0 0 24 22 0 0 16 0 13 0 197174881 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1715568 CPUtime=0.01
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1715568 CPUtime=0.91
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 11360 0 -1 64 2190 0 0 0 91 0 0 0 16 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1715568 CPUtime=1.15
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 11360 0 -1 64 3449 0 0 0 114 1 0 0 17 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197175046 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (Kb) 1715568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.35 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 11420
/proc/meminfo: memFree=990008/2055920 swapFree=4182232/4192956
[pid=11406] ppid=11404 vsize=1715568 CPUtime=1800.1
/proc/11406/stat : 11406 (java) R 11404 11406 11360 0 -1 0 296746 0 1 0 179860 150 0 0 25 0 13 0 197174876 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071576151 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11406/statm: 428892 172634 1911 14 0 415639 0
[pid=11406/tid=11407] ppid=11404 vsize=1715568 CPUtime=15.17
/proc/11406/task/11407/stat : 11407 (java) S 11404 11406 11360 0 -1 64 80709 0 0 0 1483 34 0 0 16 0 13 0 197174878 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11408] ppid=11404 vsize=1715568 CPUtime=15.26
/proc/11406/task/11408/stat : 11408 (java) S 11404 11406 11360 0 -1 64 85342 0 0 0 1489 37 0 0 16 0 13 0 197174879 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11409] ppid=11404 vsize=1715568 CPUtime=0.46
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 11360 0 -1 64 297 0 0 0 24 22 0 0 16 0 13 0 197174881 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11410] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 11360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197174882 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=1715568 CPUtime=0.01
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11414] ppid=11404 vsize=1715568 CPUtime=0.91
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 11360 0 -1 64 2190 0 0 0 91 0 0 0 16 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=1715568 CPUtime=1.15
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 11360 0 -1 64 3449 0 0 0 114 1 0 0 17 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11416] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 11360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 11360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197174885 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11406/tid=11418] ppid=11404 vsize=1715568 CPUtime=0
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 11360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197175046 1756741632 172634 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (Kb) 1715568

Sending SIGTERM to -11406
Sleeping 2 seconds

Child status: 143
Real time (s): 1784.53
CPU time (s): 1800.27
CPU user time (s): 1798.66
CPU system time (s): 1.61175
CPU usage (%): 100.882
Max. virtual memory (cumulated for all children) (Kb): 1715568

Launcher Data (download as text)

Begin job on node70 on Sat Jun  3 06:10:53 UTC 2006


FILE ID= 43326-1149315053

PBS_JOBID= 308299

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  72b327feddced7495a083616b5e4ecd7

RANDOM SEED= 3037262


/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.265
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.265
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:       1675368 kB
Buffers:         29120 kB
Cached:         279548 kB
SwapCached:       2364 kB
Active:          83840 kB
Inactive:       233524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675368 kB
SwapTotal:     4192956 kB
SwapFree:      4182232 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          15416 kB
Slab:            49228 kB
Committed_AS:   241324 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node70 on Sat Jun  3 06:40:37 UTC 2006