Trace number 43801

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.84 1780.53

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3703.opb
MD5SUMde8002a7213606f6cc39967e9305bae2
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 154999
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654248
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654248
Number of bits of the biggest sum of numbers20
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node5/43801-1149247824/instance-43801-1149247824.opb
0.20	c reading problem ... 
35.63	c ... done. Time 35.427 ms.
35.63	c #vars     155000
35.63	c #constraints  5300
1780.38	c starts		: 2
1780.38	c conflicts		: 195
1780.38	c decisions		: 259784
1780.38	c propagations		: 701094
1780.38	c inspects		: 1169144
1780.38	c learnt literals	: 0
1780.38	c learnt binary clauses	: 0
1780.38	c learnt ternary clauses	: 0
1780.38	c learnt clauses	: 194
1780.38	c root simplifications	: 0
1780.38	c removed literals (reason simplification)	: 0
1780.38	c reason swapping (by a shorter reason)	: 0
1780.38	c Calls to reduceDB	: 0
1780.38	c speed (decisions/second)	: 148.90151146062004
1780.38	c non guided choices	154010
1780.38	s UNKNOWN
1780.38	c Total wall clock time (ms): 1780.176

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 3/64 25166
/proc/meminfo: memFree=1870304/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=292 CPUtime=0
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 52 0 0 0 0 0 0 0 19 0 1 0 190386149 299008 35 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 7893796 0 0 4096 0 0 0 0 17 1 0 0
/proc/25166/statm: 73 37 29 14 0 5 0

[startup+10.002 s]
/proc/loadavg: 0.93 0.95 0.90 2/75 25177
/proc/meminfo: memFree=1618120/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=1713568 CPUtime=11.49
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 70297 0 1 0 1113 36 0 0 25 0 12 0 190386149 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071448354 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 428392 64754 1884 14 0 415139 0
[pid=25166/tid=25167] ppid=25164 vsize=1713568 CPUtime=0.95
/proc/25166/task/25167/stat : 25167 (java) S 25164 25166 25120 0 -1 64 18160 0 0 0 88 7 0 0 16 0 12 0 190386153 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25168] ppid=25164 vsize=1713568 CPUtime=0.95
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 25120 0 -1 64 14613 0 0 0 84 11 0 0 16 0 12 0 190386153 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25169] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 25120 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 190386155 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25170] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190386156 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190386156 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 190386159 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 190386159 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1713568 CPUtime=0.36
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 456 0 0 0 36 0 0 0 16 0 12 0 190386159 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1713568 CPUtime=0.4
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 544 0 0 0 40 0 0 0 17 0 12 0 190386159 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25176] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 190386159 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 25120 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 190386159 1754693632 64754 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (Kb) 1713568

[startup+20.0089 s]
/proc/loadavg: 0.94 0.96 0.91 2/75 25177
/proc/meminfo: memFree=1632776/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=1713568 CPUtime=21.57
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 71471 0 1 0 2120 37 0 0 18 0 12 0 190386149 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071457489 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 428392 61153 1884 14 0 415139 0
[pid=25166/tid=25167] ppid=25164 vsize=1713568 CPUtime=1.05
/proc/25166/task/25167/stat : 25167 (java) S 25164 25166 25120 0 -1 64 18829 0 0 0 98 7 0 0 16 0 12 0 190386153 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25168] ppid=25164 vsize=1713568 CPUtime=1.04
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 25120 0 -1 64 15078 0 0 0 92 12 0 0 16 0 12 0 190386153 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25169] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 25120 0 -1 64 30 0 0 0 0 0 0 0 15 0 12 0 190386155 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25170] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190386156 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190386156 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 190386159 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 190386159 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1713568 CPUtime=0.36
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 457 0 0 0 36 0 0 0 17 0 12 0 190386159 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1713568 CPUtime=0.4
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 544 0 0 0 40 0 0 0 17 0 12 0 190386159 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25176] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 190386159 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 25120 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 190386159 1754693632 61153 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.57
Current children cumulated vsize (Kb) 1713568

[startup+30.0159 s]
/proc/loadavg: 1.02 0.97 0.91 2/75 25177
/proc/meminfo: memFree=1657288/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=1713568 CPUtime=31.67
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 72617 0 1 0 3128 39 0 0 25 0 12 0 190386149 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071428292 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 428392 54997 1884 14 0 415139 0
[pid=25166/tid=25167] ppid=25164 vsize=1713568 CPUtime=1.13
/proc/25166/task/25167/stat : 25167 (java) S 25164 25166 25120 0 -1 64 19314 0 0 0 106 7 0 0 16 0 12 0 190386153 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25168] ppid=25164 vsize=1713568 CPUtime=1.12
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 25120 0 -1 64 15720 0 0 0 100 12 0 0 16 0 12 0 190386153 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25169] ppid=25164 vsize=1713568 CPUtime=0.01
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 25120 0 -1 64 30 0 0 0 0 1 0 0 16 0 12 0 190386155 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25170] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190386156 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190386156 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 190386159 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 190386159 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1713568 CPUtime=0.36
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 457 0 0 0 36 0 0 0 17 0 12 0 190386159 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1713568 CPUtime=0.4
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 544 0 0 0 40 0 0 0 17 0 12 0 190386159 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25176] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 190386159 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=1713568 CPUtime=0
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 25120 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 190386159 1754693632 54997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.67
Current children cumulated vsize (Kb) 1713568

[startup+40.0228 s]
/proc/loadavg: 1.02 0.97 0.91 2/76 25178
/proc/meminfo: memFree=1654528/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=1714084 CPUtime=41.94
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 75253 0 1 0 4152 42 0 0 25 0 13 0 190386149 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071104632 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 428521 55752 1902 14 0 415268 0
[pid=25166/tid=25167] ppid=25164 vsize=1714084 CPUtime=1.21
/proc/25166/task/25167/stat : 25167 (java) S 25164 25166 25120 0 -1 64 20425 0 0 0 113 8 0 0 16 0 13 0 190386153 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25168] ppid=25164 vsize=1714084 CPUtime=1.19
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 25120 0 -1 64 17161 0 0 0 106 13 0 0 16 0 13 0 190386153 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25169] ppid=25164 vsize=1714084 CPUtime=0.01
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 25120 0 -1 64 32 0 0 0 0 1 0 0 16 0 13 0 190386155 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25170] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190386156 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190386156 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190386159 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190386159 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1714084 CPUtime=0.49
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 468 0 0 0 49 0 0 0 16 0 13 0 190386159 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1714084 CPUtime=0.55
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 561 0 0 0 55 0 0 0 17 0 13 0 190386159 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25176] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190386159 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 25120 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190386159 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25178] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 25120 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 190389731 1755222016 55752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.94
Current children cumulated vsize (Kb) 1714084

[startup+50.0298 s]
/proc/loadavg: 1.01 0.97 0.91 2/76 25178
/proc/meminfo: memFree=1650624/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=1714084 CPUtime=52.03
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 76425 0 1 0 5160 43 0 0 25 0 13 0 190386149 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071576872 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 428521 56684 1902 14 0 415268 0
[pid=25166/tid=25167] ppid=25164 vsize=1714084 CPUtime=1.26
/proc/25166/task/25167/stat : 25167 (java) S 25164 25166 25120 0 -1 64 20997 0 0 0 117 9 0 0 16 0 13 0 190386153 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25168] ppid=25164 vsize=1714084 CPUtime=1.24
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 25120 0 -1 64 17749 0 0 0 110 14 0 0 17 0 13 0 190386153 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25169] ppid=25164 vsize=1714084 CPUtime=0.02
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 25120 0 -1 64 32 0 0 0 1 1 0 0 16 0 13 0 190386155 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25170] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190386156 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190386156 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190386159 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190386159 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1714084 CPUtime=0.53
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 470 0 0 0 53 0 0 0 17 0 13 0 190386159 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1714084 CPUtime=0.57
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 562 0 0 0 57 0 0 0 16 0 13 0 190386159 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25176] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190386159 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 25120 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190386159 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25178] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 25120 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 190389731 1755222016 56684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.03
Current children cumulated vsize (Kb) 1714084

[startup+60.0367 s]
/proc/loadavg: 1.01 0.97 0.91 2/76 25178
/proc/meminfo: memFree=1654144/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=1714084 CPUtime=62.07
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 76872 0 1 0 6163 44 0 0 25 0 13 0 190386149 1755222016 55807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071576764 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 428521 55807 1902 14 0 415268 0
[pid=25166/tid=25167] ppid=25164 vsize=1714084 CPUtime=1.29
/proc/25166/task/25167/stat : 25167 (java) S 25164 25166 25120 0 -1 64 21321 0 0 0 120 9 0 0 15 0 13 0 190386153 1755222016 55807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25168] ppid=25164 vsize=1714084 CPUtime=1.28
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 25120 0 -1 64 17862 0 0 0 114 14 0 0 16 0 13 0 190386153 1755222016 55807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25169] ppid=25164 vsize=1714084 CPUtime=0.02
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 25120 0 -1 64 32 0 0 0 1 1 0 0 17 0 13 0 190386155 1755222016 55807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25170] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190386156 1755222016 55807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190386156 1755222016 55807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190386159 1755222016 55807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1714084 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190386159 1755222016 55807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1714084 CPUtime=0.53
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 470 0 0 0 53 0 0 0 17 0 13 0 190386159 1755222016 55807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1714084 CPUtime=0.57
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 562 0 0 0 57 0 0 0 16 0 13 0 190386159 1755222016 55807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=25166/tid=25170] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162151 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162151 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190386159 1758961664 162151 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 190386159 1758961664 162151 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1717736 CPUtime=0.9
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 2240 0 0 0 90 0 0 0 16 0 13 0 190386159 1758961664 162151 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1717736 CPUtime=0.84
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 1000 0 0 0 84 0 0 0 17 0 13 0 190386159 1758961664 162151 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25176] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190386159 1758961664 162151 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 25120 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190386159 1758961664 162151 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25178] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190389731 1758961664 162151 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.56
Current children cumulated vsize (Kb) 1717736

[startup+1777.35 s]
/proc/loadavg: 1.00 1.02 0.97 2/76 25180
/proc/meminfo: memFree=1227008/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=1717736 CPUtime=1797.59
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 263038 0 1 0 179465 294 0 0 25 0 13 0 190386149 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071473441 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 429434 162176 1908 14 0 416181 0
[pid=25166/tid=25167] ppid=25164 vsize=1717736 CPUtime=19.81
/proc/25166/task/25167/stat : 25167 (java) S 25164 25166 25120 0 -1 64 74965 0 0 0 1875 106 0 0 16 0 13 0 190386153 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25168] ppid=25164 vsize=1717736 CPUtime=19.9
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 25120 0 -1 64 70458 0 0 0 1882 108 0 0 16 0 13 0 190386153 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25169] ppid=25164 vsize=1717736 CPUtime=0.56
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 25120 0 -1 64 251 0 0 0 32 24 0 0 15 0 13 0 190386155 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25170] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190386159 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 190386159 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1717736 CPUtime=0.9
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 2240 0 0 0 90 0 0 0 16 0 13 0 190386159 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1717736 CPUtime=0.84
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 1000 0 0 0 84 0 0 0 17 0 13 0 190386159 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25176] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190386159 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 25120 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190386159 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25178] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190389731 1758961664 162176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.59
Current children cumulated vsize (Kb) 1717736

[startup+1778.35 s]
/proc/loadavg: 1.00 1.02 0.97 2/76 25180
/proc/meminfo: memFree=1226880/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=1717736 CPUtime=1798.61
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 263077 0 1 0 179567 294 0 0 25 0 13 0 190386149 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071436131 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 429434 162211 1908 14 0 416181 0
[pid=25166/tid=25167] ppid=25164 vsize=1717736 CPUtime=19.85
/proc/25166/task/25167/stat : 25167 (java) S 25164 25166 25120 0 -1 64 74995 0 0 0 1878 107 0 0 16 0 13 0 190386153 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25168] ppid=25164 vsize=1717736 CPUtime=19.92
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 25120 0 -1 64 70465 0 0 0 1884 108 0 0 16 0 13 0 190386153 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25169] ppid=25164 vsize=1717736 CPUtime=0.56
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 25120 0 -1 64 251 0 0 0 32 24 0 0 16 0 13 0 190386155 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25170] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190386159 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 190386159 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1717736 CPUtime=0.9
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 2240 0 0 0 90 0 0 0 16 0 13 0 190386159 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1717736 CPUtime=0.84
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 1000 0 0 0 84 0 0 0 17 0 13 0 190386159 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25176] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190386159 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 25120 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190386159 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25178] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190389731 1758961664 162211 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (Kb) 1717736

[startup+1779.36 s]
/proc/loadavg: 1.00 1.02 0.97 2/76 25180
/proc/meminfo: memFree=1226880/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=1717736 CPUtime=1799.63
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 263083 0 1 0 179669 294 0 0 25 0 13 0 190386149 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071473453 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 429434 162183 1908 14 0 416181 0
[pid=25166/tid=25167] ppid=25164 vsize=1717736 CPUtime=19.86
/proc/25166/task/25167/stat : 25167 (java) S 25164 25166 25120 0 -1 64 74997 0 0 0 1879 107 0 0 15 0 13 0 190386153 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25168] ppid=25164 vsize=1717736 CPUtime=19.94
/proc/25166/task/25168/stat : 25168 (java) S 25164 25166 25120 0 -1 64 70467 0 0 0 1886 108 0 0 16 0 13 0 190386153 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25169] ppid=25164 vsize=1717736 CPUtime=0.56
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 25120 0 -1 64 251 0 0 0 32 24 0 0 16 0 13 0 190386155 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25170] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190386159 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 190386159 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1717736 CPUtime=0.9
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 2240 0 0 0 90 0 0 0 16 0 13 0 190386159 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1717736 CPUtime=0.84
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 1000 0 0 0 84 0 0 0 17 0 13 0 190386159 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25176] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190386159 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 25120 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190386159 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25178] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190389731 1758961664 162183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (Kb) 1717736

[startup+1780.37 s]
/proc/loadavg: 1.00 1.02 0.97 2/76 25180
/proc/meminfo: memFree=1226816/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=1717736 CPUtime=1800.67
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 263092 0 1 0 179772 295 0 0 20 0 13 0 190386149 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 429434 162189 1908 14 0 416181 0
[pid=25166/tid=25167] ppid=25164 vsize=1717736 CPUtime=19.88
/proc/25166/task/25167/stat : 25167 (java) R 25164 25166 25120 0 -1 64 75000 0 0 0 1881 107 0 0 16 0 13 0 190386153 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25168] ppid=25164 vsize=1717736 CPUtime=19.96
/proc/25166/task/25168/stat : 25168 (java) R 25164 25166 25120 0 -1 64 70470 0 0 0 1888 108 0 0 15 0 13 0 190386153 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649176 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25169] ppid=25164 vsize=1717736 CPUtime=0.56
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 25120 0 -1 64 251 0 0 0 32 24 0 0 16 0 13 0 190386155 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25170] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190386159 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 190386159 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1717736 CPUtime=0.9
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 2240 0 0 0 90 0 0 0 16 0 13 0 190386159 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1717736 CPUtime=0.84
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 1000 0 0 0 84 0 0 0 17 0 13 0 190386159 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25176] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190386159 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 25120 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190386159 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25178] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190389731 1758961664 162189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 1717736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.37 s]
/proc/loadavg: 1.00 1.02 0.97 4/76 25180
/proc/meminfo: memFree=1226816/2055920 swapFree=4180904/4192956
[pid=25166] ppid=25164 vsize=1717736 CPUtime=1800.68
/proc/25166/stat : 25166 (java) R 25164 25166 25120 0 -1 0 263093 0 1 0 179773 295 0 0 20 0 13 0 190386149 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25166/statm: 429434 162190 1908 14 0 416181 0
[pid=25166/tid=25167] ppid=25164 vsize=1717736 CPUtime=19.88
/proc/25166/task/25167/stat : 25167 (java) R 25164 25166 25120 0 -1 64 75000 0 0 0 1881 107 0 0 16 0 13 0 190386153 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25168] ppid=25164 vsize=1717736 CPUtime=19.96
/proc/25166/task/25168/stat : 25168 (java) R 25164 25166 25120 0 -1 64 70471 0 0 0 1888 108 0 0 15 0 13 0 190386153 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649075 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25169] ppid=25164 vsize=1717736 CPUtime=0.56
/proc/25166/task/25169/stat : 25169 (java) S 25164 25166 25120 0 -1 64 251 0 0 0 32 24 0 0 16 0 13 0 190386155 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25170] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25170/stat : 25170 (java) S 25164 25166 25120 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25171] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25171/stat : 25171 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190386156 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25172] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25172/stat : 25172 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190386159 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25173] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25173/stat : 25173 (java) S 25164 25166 25120 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 190386159 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25174] ppid=25164 vsize=1717736 CPUtime=0.9
/proc/25166/task/25174/stat : 25174 (java) S 25164 25166 25120 0 -1 64 2240 0 0 0 90 0 0 0 16 0 13 0 190386159 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25175] ppid=25164 vsize=1717736 CPUtime=0.84
/proc/25166/task/25175/stat : 25175 (java) S 25164 25166 25120 0 -1 64 1000 0 0 0 84 0 0 0 17 0 13 0 190386159 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25176] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25176/stat : 25176 (java) S 25164 25166 25120 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190386159 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25166/tid=25177] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25177/stat : 25177 (java) S 25164 25166 25120 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190386159 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25166/tid=25178] ppid=25164 vsize=1717736 CPUtime=0
/proc/25166/task/25178/stat : 25178 (java) S 25164 25166 25120 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190389731 1758961664 162190 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 1717736

Sending SIGTERM to -25166
Sleeping 2 seconds

Child status: 143
Real time (s): 1780.53
CPU time (s): 1800.84
CPU user time (s): 1797.79
CPU system time (s): 3.05853
CPU usage (%): 101.141
Max. virtual memory (cumulated for all children) (Kb): 1717868

Launcher Data (download as text)

Begin job on node5 on Fri Jun  2 11:30:25 UTC 2006


FILE ID= 43801-1149247824

PBS_JOBID= 297892

BENCH NAME= ROOT/tmp/node5/43801-1149247824/instance-43801-1149247824.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node5/43801-1149247824/instance-43801-1149247824.opb 294588357
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-43801-1149247824 -o ROOT/results/node5/solver-43801-1149247824 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node5/43801-1149247824/instance-43801-1149247824.opb 294588357

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  de8002a7213606f6cc39967e9305bae2

RANDOM SEED= 294588357


/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.279
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.279
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:       1870512 kB
Buffers:         12192 kB
Cached:         111336 kB
SwapCached:       3904 kB
Active:          35700 kB
Inactive:        96720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870512 kB
SwapTotal:     4192956 kB
SwapFree:      4180904 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14944 kB
Slab:            38988 kB
Committed_AS:   225196 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node5 on Fri Jun  2 12:00:05 UTC 2006