Trace number 42804

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.99 1797.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM99680d01aa100bfba038606e315bf03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark448
Best CPU time to get the best result obtained on this benchmark1800.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 431
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 497468
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 497468
Number of bits of the biggest sum of numbers19
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.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.20	c no version file found!!!
0.20	c sun.arch.data.model	32
0.20	c java.version	1.5.0_06
0.20	c os.name	Linux
0.20	c os.version	2.6.9-22.EL.rootsmp
0.20	c os.arch	i386
0.20	c Free memory 1548419056
0.20	c Max memory 1551040512
0.20	c Total memory 1551040512
0.20	c Number of processors 2
0.27	c Cutting planes based inference
0.27	c --- Begin Solver configuration ---
0.27	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.27	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.27	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving ROOT/tmp/node59/42804-1149392725/instance-42804-1149392725.opb
0.27	c reading problem ... 
122.31	c ... done. Time 122.04 ms.
122.31	c #vars     10000
122.31	c #constraints  656900
1797.34	c starts		: 15
1797.34	c conflicts		: 60023
1797.34	c decisions		: 103523
1797.34	c propagations		: 9736284
1797.34	c inspects		: 120787655
1797.34	c learnt literals	: 0
1797.34	c learnt binary clauses	: 0
1797.34	c learnt ternary clauses	: 0
1797.34	c learnt clauses	: 60022
1797.34	c root simplifications	: 0
1797.34	c removed literals (reason simplification)	: 0
1797.34	c reason swapping (by a shorter reason)	: 0
1797.34	c Calls to reduceDB	: 0
1797.35	c speed (decisions/second)	: 61.814924838406306
1797.35	c non guided choices	0
1797.35	s UNKNOWN
1797.35	c Total wall clock time (ms): 1797.08

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.93 0.98 0.99 2/64 14522
/proc/meminfo: memFree=1838712/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=18540 CPUtime=0
/proc/14522/stat : 14522 (runsolver) D 14520 14522 14476 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 204940733 18984960 279 18446744073709551615 4194304 4262084 548682068944 18446744073709551615 217051622695 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14522/statm: 4635 279 243 16 0 2626 0

[startup+10.0024 s]
/proc/loadavg: 0.94 0.98 0.99 2/75 14533
/proc/meminfo: memFree=1655792/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=1709592 CPUtime=10.5
/proc/14522/stat : 14522 (java) R 14520 14522 14476 0 -1 0 49122 0 1 0 1026 24 0 0 23 0 12 0 204940733 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071413264 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14522/statm: 427398 47524 1874 14 0 414145 0
[pid=14522/tid=14523] ppid=14520 vsize=1709592 CPUtime=0.14
/proc/14522/task/14523/stat : 14523 (java) S 14520 14522 14476 0 -1 64 2390 0 0 0 13 1 0 0 16 0 12 0 204940739 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1709592 CPUtime=0.14
/proc/14522/task/14524/stat : 14524 (java) S 14520 14522 14476 0 -1 64 2630 0 0 0 13 1 0 0 16 0 12 0 204940739 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14525/stat : 14525 (java) S 14520 14522 14476 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 204940748 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204940748 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1709592 CPUtime=0.3
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 357 0 0 0 30 0 0 0 17 0 12 0 204940748 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1709592 CPUtime=0.31
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 304 0 0 0 31 0 0 0 17 0 12 0 204940748 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204940748 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204940748 1750622208 47524 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.5
Current children cumulated vsize (Kb) 1709592

[startup+20.0103 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 14533
/proc/meminfo: memFree=1657392/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=1709592 CPUtime=20.59
/proc/14522/stat : 14522 (java) R 14520 14522 14476 0 -1 0 51194 0 1 0 2033 26 0 0 19 0 12 0 204940733 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071411415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14522/statm: 427398 47168 1874 14 0 414145 0
[pid=14522/tid=14523] ppid=14520 vsize=1709592 CPUtime=0.24
/proc/14522/task/14523/stat : 14523 (java) S 14520 14522 14476 0 -1 64 3473 0 0 0 22 2 0 0 16 0 12 0 204940739 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1709592 CPUtime=0.24
/proc/14522/task/14524/stat : 14524 (java) S 14520 14522 14476 0 -1 64 3584 0 0 0 22 2 0 0 16 0 12 0 204940739 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14525/stat : 14525 (java) S 14520 14522 14476 0 -1 64 35 0 0 0 0 0 0 0 15 0 12 0 204940742 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 204940748 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204940748 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1709592 CPUtime=0.3
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 357 0 0 0 30 0 0 0 17 0 12 0 204940748 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1709592 CPUtime=0.31
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 304 0 0 0 31 0 0 0 17 0 12 0 204940748 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204940748 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204940748 1750622208 47168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.59
Current children cumulated vsize (Kb) 1709592

[startup+30.0172 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 14533
/proc/meminfo: memFree=1639664/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=1709592 CPUtime=30.7
/proc/14522/stat : 14522 (java) R 14520 14522 14476 0 -1 0 55924 0 1 0 3041 29 0 0 25 0 12 0 204940733 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071413287 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14522/statm: 427398 51682 1874 14 0 414145 0
[pid=14522/tid=14523] ppid=14520 vsize=1709592 CPUtime=0.34
/proc/14522/task/14523/stat : 14523 (java) S 14520 14522 14476 0 -1 64 4304 0 0 0 32 2 0 0 16 0 12 0 204940739 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1709592 CPUtime=0.35
/proc/14522/task/14524/stat : 14524 (java) S 14520 14522 14476 0 -1 64 4436 0 0 0 33 2 0 0 16 0 12 0 204940739 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1709592 CPUtime=0.01
/proc/14522/task/14525/stat : 14525 (java) S 14520 14522 14476 0 -1 64 39 0 0 0 1 0 0 0 16 0 12 0 204940742 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14526] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 204940748 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204940748 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1709592 CPUtime=0.3
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 357 0 0 0 30 0 0 0 17 0 12 0 204940748 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1709592 CPUtime=0.31
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 304 0 0 0 31 0 0 0 17 0 12 0 204940748 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204940748 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204940748 1750622208 51682 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.7
Current children cumulated vsize (Kb) 1709592

[startup+40.0242 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 14533
/proc/meminfo: memFree=1633136/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=1709592 CPUtime=40.8
/proc/14522/stat : 14522 (java) R 14520 14522 14476 0 -1 0 57780 0 1 0 4049 31 0 0 17 0 12 0 204940733 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071411482 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14522/statm: 427398 53329 1874 14 0 414145 0
[pid=14522/tid=14523] ppid=14520 vsize=1709592 CPUtime=0.46
/proc/14522/task/14523/stat : 14523 (java) S 14520 14522 14476 0 -1 64 5479 0 0 0 43 3 0 0 16 0 12 0 204940739 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1709592 CPUtime=0.48
/proc/14522/task/14524/stat : 14524 (java) S 14520 14522 14476 0 -1 64 5091 0 0 0 45 3 0 0 15 0 12 0 204940739 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1709592 CPUtime=0.01
/proc/14522/task/14525/stat : 14525 (java) S 14520 14522 14476 0 -1 64 39 0 0 0 1 0 0 0 16 0 12 0 204940742 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 204940748 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204940748 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1709592 CPUtime=0.3
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 357 0 0 0 30 0 0 0 17 0 12 0 204940748 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1709592 CPUtime=0.31
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 304 0 0 0 31 0 0 0 17 0 12 0 204940748 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204940748 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204940748 1750622208 53329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.8
Current children cumulated vsize (Kb) 1709592

[startup+50.0311 s]
/proc/loadavg: 0.97 0.98 0.99 2/75 14533
/proc/meminfo: memFree=1629040/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=1709592 CPUtime=50.94
/proc/14522/stat : 14522 (java) R 14520 14522 14476 0 -1 0 58864 0 1 0 5061 33 0 0 18 0 12 0 204940733 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071411482 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14522/statm: 427398 54350 1874 14 0 414145 0
[pid=14522/tid=14523] ppid=14520 vsize=1709592 CPUtime=0.6
/proc/14522/task/14523/stat : 14523 (java) S 14520 14522 14476 0 -1 64 6115 0 0 0 57 3 0 0 16 0 12 0 204940739 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1709592 CPUtime=0.62
/proc/14522/task/14524/stat : 14524 (java) S 14520 14522 14476 0 -1 64 5514 0 0 0 59 3 0 0 15 0 12 0 204940739 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1709592 CPUtime=0.03
/proc/14522/task/14525/stat : 14525 (java) S 14520 14522 14476 0 -1 64 39 0 0 0 2 1 0 0 16 0 12 0 204940742 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 204940748 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204940748 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1709592 CPUtime=0.3
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 357 0 0 0 30 0 0 0 17 0 12 0 204940748 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1709592 CPUtime=0.31
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 304 0 0 0 31 0 0 0 17 0 12 0 204940748 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204940748 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204940748 1750622208 54350 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (Kb) 1709592

[startup+60.038 s]
/proc/loadavg: 0.97 0.98 0.99 2/75 14533
/proc/meminfo: memFree=1625200/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=1709592 CPUtime=61.09
/proc/14522/stat : 14522 (java) R 14520 14522 14476 0 -1 0 59872 0 1 0 6074 35 0 0 25 0 12 0 204940733 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071457609 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14522/statm: 427398 55300 1874 14 0 414145 0
[pid=14522/tid=14523] ppid=14520 vsize=1709592 CPUtime=0.75
/proc/14522/task/14523/stat : 14523 (java) S 14520 14522 14476 0 -1 64 6710 0 0 0 71 4 0 0 16 0 12 0 204940739 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1709592 CPUtime=0.76
/proc/14522/task/14524/stat : 14524 (java) S 14520 14522 14476 0 -1 64 5902 0 0 0 72 4 0 0 16 0 12 0 204940739 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1709592 CPUtime=0.03
/proc/14522/task/14525/stat : 14525 (java) S 14520 14522 14476 0 -1 64 39 0 0 0 2 1 0 0 16 0 12 0 204940742 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14526] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204940742 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 204940748 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204940748 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1709592 CPUtime=0.3
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 357 0 0 0 30 0 0 0 17 0 12 0 204940748 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1709592 CPUtime=0.31
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 304 0 0 0 31 0 0 0 17 0 12 0 204940748 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204940748 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1709592 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204940748 1750622208 55300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=14522/tid=14526] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1712008 CPUtime=0.66
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 714 0 0 0 66 0 0 0 16 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1712008 CPUtime=0.81
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 987 0 0 0 81 0 0 0 16 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14534] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14534/stat : 14534 (java) S 14520 14522 14476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204952995 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.84
Current children cumulated vsize (Kb) 1712008

[startup+1794.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14729
/proc/meminfo: memFree=1441320/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=1712008 CPUtime=1797.85
/proc/14522/stat : 14522 (java) R 14520 14522 14476 0 -1 0 134129 0 1 0 179696 89 0 0 25 0 13 0 204940733 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071597071 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14522/statm: 428002 100816 1904 14 0 414749 0
[pid=14522/tid=14523] ppid=14520 vsize=1712008 CPUtime=3.38
/proc/14522/task/14523/stat : 14523 (java) S 14520 14522 14476 0 -1 64 43985 0 0 0 311 27 0 0 16 0 13 0 204940739 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1712008 CPUtime=3.44
/proc/14522/task/14524/stat : 14524 (java) S 14520 14522 14476 0 -1 64 41458 0 0 0 323 21 0 0 16 0 13 0 204940739 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1712008 CPUtime=0.13
/proc/14522/task/14525/stat : 14525 (java) S 14520 14522 14476 0 -1 64 41 0 0 0 7 6 0 0 16 0 13 0 204940742 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1712008 CPUtime=0.66
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 714 0 0 0 66 0 0 0 16 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1712008 CPUtime=0.81
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 987 0 0 0 81 0 0 0 16 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204940748 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14534] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14534/stat : 14534 (java) S 14520 14522 14476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204952995 1753096192 100816 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (Kb) 1712008

[startup+1795.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14729
/proc/meminfo: memFree=1440680/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=1712008 CPUtime=1798.86
/proc/14522/stat : 14522 (java) R 14520 14522 14476 0 -1 0 134420 0 1 0 179797 89 0 0 21 0 13 0 204940733 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071605783 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14522/statm: 428002 100952 1904 14 0 414749 0
[pid=14522/tid=14523] ppid=14520 vsize=1712008 CPUtime=3.39
/proc/14522/task/14523/stat : 14523 (java) S 14520 14522 14476 0 -1 64 44163 0 0 0 312 27 0 0 16 0 13 0 204940739 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1712008 CPUtime=3.45
/proc/14522/task/14524/stat : 14524 (java) S 14520 14522 14476 0 -1 64 41570 0 0 0 324 21 0 0 16 0 13 0 204940739 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1712008 CPUtime=0.13
/proc/14522/task/14525/stat : 14525 (java) S 14520 14522 14476 0 -1 64 41 0 0 0 7 6 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1712008 CPUtime=0.66
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 714 0 0 0 66 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1712008 CPUtime=0.81
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 987 0 0 0 81 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14534] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14534/stat : 14534 (java) S 14520 14522 14476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204952995 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.86
Current children cumulated vsize (Kb) 1712008

[startup+1796.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14729
/proc/meminfo: memFree=1440680/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=1712008 CPUtime=1799.87
/proc/14522/stat : 14522 (java) R 14520 14522 14476 0 -1 0 134420 0 1 0 179898 89 0 0 25 0 13 0 204940733 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071605495 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14522/statm: 428002 100952 1904 14 0 414749 0
[pid=14522/tid=14523] ppid=14520 vsize=1712008 CPUtime=3.39
/proc/14522/task/14523/stat : 14523 (java) S 14520 14522 14476 0 -1 64 44163 0 0 0 312 27 0 0 16 0 13 0 204940739 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1712008 CPUtime=3.45
/proc/14522/task/14524/stat : 14524 (java) S 14520 14522 14476 0 -1 64 41570 0 0 0 324 21 0 0 16 0 13 0 204940739 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1712008 CPUtime=0.13
/proc/14522/task/14525/stat : 14525 (java) S 14520 14522 14476 0 -1 64 41 0 0 0 7 6 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1712008 CPUtime=0.66
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 714 0 0 0 66 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1712008 CPUtime=0.81
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 987 0 0 0 81 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14534] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14534/stat : 14534 (java) S 14520 14522 14476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204952995 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.87
Current children cumulated vsize (Kb) 1712008

[startup+1797.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14729
/proc/meminfo: memFree=1440680/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=1712008 CPUtime=1800.87
/proc/14522/stat : 14522 (java) R 14520 14522 14476 0 -1 0 134420 0 1 0 179998 89 0 0 25 0 13 0 204940733 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071605315 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14522/statm: 428002 100952 1904 14 0 414749 0
[pid=14522/tid=14523] ppid=14520 vsize=1712008 CPUtime=3.39
/proc/14522/task/14523/stat : 14523 (java) S 14520 14522 14476 0 -1 64 44163 0 0 0 312 27 0 0 16 0 13 0 204940739 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1712008 CPUtime=3.45
/proc/14522/task/14524/stat : 14524 (java) S 14520 14522 14476 0 -1 64 41570 0 0 0 324 21 0 0 16 0 13 0 204940739 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1712008 CPUtime=0.13
/proc/14522/task/14525/stat : 14525 (java) S 14520 14522 14476 0 -1 64 41 0 0 0 7 6 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1712008 CPUtime=0.66
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 714 0 0 0 66 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1712008 CPUtime=0.81
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 987 0 0 0 81 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14534] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14534/stat : 14534 (java) S 14520 14522 14476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204952995 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.87
Current children cumulated vsize (Kb) 1712008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14729
/proc/meminfo: memFree=1440680/2055920 swapFree=4180880/4192956
[pid=14522] ppid=14520 vsize=1712008 CPUtime=1800.88
/proc/14522/stat : 14522 (java) R 14520 14522 14476 0 -1 0 134420 0 1 0 179999 89 0 0 25 0 13 0 204940733 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071605327 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14522/statm: 428002 100952 1904 14 0 414749 0
[pid=14522/tid=14523] ppid=14520 vsize=1712008 CPUtime=3.39
/proc/14522/task/14523/stat : 14523 (java) S 14520 14522 14476 0 -1 64 44163 0 0 0 312 27 0 0 16 0 13 0 204940739 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1712008 CPUtime=3.45
/proc/14522/task/14524/stat : 14524 (java) S 14520 14522 14476 0 -1 64 41570 0 0 0 324 21 0 0 16 0 13 0 204940739 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1712008 CPUtime=0.13
/proc/14522/task/14525/stat : 14525 (java) S 14520 14522 14476 0 -1 64 41 0 0 0 7 6 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14520 14522 14476 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14520 14522 14476 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204940742 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14528/stat : 14528 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14520 14522 14476 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14530] ppid=14520 vsize=1712008 CPUtime=0.66
/proc/14522/task/14530/stat : 14530 (java) S 14520 14522 14476 0 -1 64 714 0 0 0 66 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14531] ppid=14520 vsize=1712008 CPUtime=0.81
/proc/14522/task/14531/stat : 14531 (java) S 14520 14522 14476 0 -1 64 987 0 0 0 81 0 0 0 16 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14532] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14532/stat : 14532 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14522/tid=14533] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14533/stat : 14533 (java) S 14520 14522 14476 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204940748 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14522/tid=14534] ppid=14520 vsize=1712008 CPUtime=0
/proc/14522/task/14534/stat : 14534 (java) S 14520 14522 14476 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204952995 1753096192 100952 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.88
Current children cumulated vsize (Kb) 1712008

Sending SIGTERM to -14522
Sleeping 2 seconds

Child status: 143
Real time (s): 1797.45
CPU time (s): 1800.99
CPU user time (s): 1800.03
CPU system time (s): 0.962853
CPU usage (%): 100.197
Max. virtual memory (cumulated for all children) (Kb): 1712008

Launcher Data (download as text)

Begin job on node59 on Sun Jun  4 03:45:25 UTC 2006


FILE ID= 42804-1149392725

PBS_JOBID= 313521

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node59/42804-1149392725/instance-42804-1149392725.opb 473869514
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-42804-1149392725 -o ROOT/results/node59/solver-42804-1149392725 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node59/42804-1149392725/instance-42804-1149392725.opb 473869514

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  99680d01aa100bfba038606e315bf03d

RANDOM SEED= 473869514


/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.272
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.272
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:       1839112 kB
Buffers:         10656 kB
Cached:         134956 kB
SwapCached:       3648 kB
Active:          35696 kB
Inactive:       118488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839112 kB
SwapTotal:     4192956 kB
SwapFree:      4180880 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14732 kB
Slab:            48628 kB
Committed_AS:   370948 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node59 on Sun Jun  4 04:15:23 UTC 2006