Trace number 43159

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.1 1794.38

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos6.opb
MD5SUM2a04555106a68acba17fb5820db41df1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21720
Total number of constraints1036
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)755
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint6
Maximum length of a constraint840
Number of terms in the objective function 6690
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 239444426529
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 239444426529
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
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/node70/43159-1149305993/instance-43159-1149305993.opb
0.20	c reading problem ... 
2.76	c ... done. Time 2.557 ms.
2.76	c #vars     21720
2.76	c #constraints  1259
1794.32	c starts		: 6
1794.32	c conflicts		: 1619
1794.32	c decisions		: 94077
1794.32	c propagations		: 231571
1794.32	c inspects		: 2738930
1794.32	c learnt literals	: 0
1794.32	c learnt binary clauses	: 0
1794.32	c learnt ternary clauses	: 0
1794.32	c learnt clauses	: 1618
1794.32	c root simplifications	: 0
1794.32	c removed literals (reason simplification)	: 0
1794.32	c reason swapping (by a shorter reason)	: 0
1794.32	c Calls to reduceDB	: 0
1794.32	c speed (decisions/second)	: 52.518811746322925
1794.32	c non guided choices	16417
1794.32	s UNKNOWN
1794.32	c Total wall clock time (ms): 1794.113

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node70/watcher-43159-1149305993 -o ROOT/results/node70/solver-43159-1149305993 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node70/43159-1149305993/instance-43159-1149305993.opb 436637460 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.92 3/64 10263
/proc/meminfo: memFree=1754856/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=172 CPUtime=0
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 196268890 176128 24 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 8413483 0 0 4096 0 0 0 0 17 1 0 0
/proc/10263/statm: 43 24 18 14 0 3 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.95 0.92 2/76 10275
/proc/meminfo: memFree=1547848/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=1713016 CPUtime=11.64
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 56989 0 1 0 1137 27 0 0 25 0 13 0 196268890 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 428254 53548 1910 14 0 415001 0
[pid=10263/tid=10264] ppid=10261 vsize=1713016 CPUtime=0.44
/proc/10263/task/10264/stat : 10264 (java) S 10261 10263 10217 0 -1 64 8879 0 0 0 40 4 0 0 16 0 13 0 196268893 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10265] ppid=10261 vsize=1713016 CPUtime=0.44
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 10217 0 -1 64 8432 0 0 0 41 3 0 0 17 0 13 0 196268893 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 10217 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 196268896 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196268900 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10271] ppid=10261 vsize=1713016 CPUtime=0.96
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 10217 0 -1 64 2189 0 0 0 96 0 0 0 16 0 13 0 196268900 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10272] ppid=10261 vsize=1713016 CPUtime=0.75
/proc/10263/task/10272/stat : 10272 (java) R 10261 10263 10217 0 -1 64 914 0 0 0 75 0 0 0 16 0 13 0 196268900 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4155427797 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10273] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 10217 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196268900 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196268900 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 10217 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 196269193 1754128384 53548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (Kb) 1713016

[startup+20.0091 s]
/proc/loadavg: 0.94 0.96 0.92 2/76 10275
/proc/meminfo: memFree=1545224/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=1713016 CPUtime=21.85
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 58025 0 1 0 2157 28 0 0 25 0 13 0 196268890 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071786063 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 428254 54214 1910 14 0 415001 0
[pid=10263/tid=10264] ppid=10261 vsize=1713016 CPUtime=0.47
/proc/10263/task/10264/stat : 10264 (java) S 10261 10263 10217 0 -1 64 9331 0 0 0 43 4 0 0 16 0 13 0 196268893 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10265] ppid=10261 vsize=1713016 CPUtime=0.46
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 10217 0 -1 64 8990 0 0 0 43 3 0 0 16 0 13 0 196268893 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 10217 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 196268896 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196268900 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10271] ppid=10261 vsize=1713016 CPUtime=1.06
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 10217 0 -1 64 2195 0 0 0 106 0 0 0 17 0 13 0 196268900 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=1713016 CPUtime=0.91
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 10217 0 -1 64 924 0 0 0 91 0 0 0 17 0 13 0 196268900 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10273] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 10217 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196268900 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196268900 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 10217 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 196269193 1754128384 54214 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.85
Current children cumulated vsize (Kb) 1713016

[startup+30.0159 s]
/proc/loadavg: 0.95 0.96 0.92 2/76 10275
/proc/meminfo: memFree=1563656/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=1713016 CPUtime=31.86
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 58197 0 1 0 3157 29 0 0 25 0 13 0 196268890 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071785011 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 428254 49610 1910 14 0 415001 0
[pid=10263/tid=10264] ppid=10261 vsize=1713016 CPUtime=0.48
/proc/10263/task/10264/stat : 10264 (java) S 10261 10263 10217 0 -1 64 9423 0 0 0 44 4 0 0 16 0 13 0 196268893 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10265] ppid=10261 vsize=1713016 CPUtime=0.48
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 10217 0 -1 64 9063 0 0 0 44 4 0 0 16 0 13 0 196268893 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 10217 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 196268896 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196268900 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10271] ppid=10261 vsize=1713016 CPUtime=1.06
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 10217 0 -1 64 2195 0 0 0 106 0 0 0 17 0 13 0 196268900 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=1713016 CPUtime=0.91
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 10217 0 -1 64 924 0 0 0 91 0 0 0 17 0 13 0 196268900 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10273] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 10217 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196268900 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196268900 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 10217 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 196269193 1754128384 49610 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.86
Current children cumulated vsize (Kb) 1713016

[startup+40.0227 s]
/proc/loadavg: 0.95 0.96 0.92 2/76 10275
/proc/meminfo: memFree=1587720/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=1713016 CPUtime=41.87
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 58215 0 1 0 4158 29 0 0 25 0 13 0 196268890 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071785029 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 428254 43608 1910 14 0 415001 0
[pid=10263/tid=10264] ppid=10261 vsize=1713016 CPUtime=0.48
/proc/10263/task/10264/stat : 10264 (java) S 10261 10263 10217 0 -1 64 9428 0 0 0 44 4 0 0 16 0 13 0 196268893 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10265] ppid=10261 vsize=1713016 CPUtime=0.49
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 10217 0 -1 64 9067 0 0 0 45 4 0 0 17 0 13 0 196268893 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10266] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 10217 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 196268896 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196268900 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10271] ppid=10261 vsize=1713016 CPUtime=1.06
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 10217 0 -1 64 2195 0 0 0 106 0 0 0 17 0 13 0 196268900 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=1713016 CPUtime=0.91
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 10217 0 -1 64 924 0 0 0 91 0 0 0 17 0 13 0 196268900 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10273] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 10217 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196268900 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196268900 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 10217 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196269193 1754128384 43608 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.87
Current children cumulated vsize (Kb) 1713016

[startup+50.0295 s]
/proc/loadavg: 0.96 0.96 0.92 2/76 10275
/proc/meminfo: memFree=1602760/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=1713016 CPUtime=51.87
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 58227 0 1 0 5157 30 0 0 25 0 13 0 196268890 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071432475 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 428254 39845 1910 14 0 415001 0
[pid=10263/tid=10264] ppid=10261 vsize=1713016 CPUtime=0.49
/proc/10263/task/10264/stat : 10264 (java) S 10261 10263 10217 0 -1 64 9431 0 0 0 45 4 0 0 16 0 13 0 196268893 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10265] ppid=10261 vsize=1713016 CPUtime=0.49
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 10217 0 -1 64 9068 0 0 0 45 4 0 0 17 0 13 0 196268893 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10266] ppid=10261 vsize=1713016 CPUtime=0.01
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 10217 0 -1 64 12 0 0 0 0 1 0 0 17 0 13 0 196268896 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196268900 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10271] ppid=10261 vsize=1713016 CPUtime=1.06
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 10217 0 -1 64 2195 0 0 0 106 0 0 0 17 0 13 0 196268900 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=1713016 CPUtime=0.91
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 10217 0 -1 64 924 0 0 0 91 0 0 0 17 0 13 0 196268900 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10273] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 10217 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196268900 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196268900 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 10217 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196269193 1754128384 39845 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.87
Current children cumulated vsize (Kb) 1713016

[startup+60.0363 s]
/proc/loadavg: 0.97 0.96 0.92 2/76 10275
/proc/meminfo: memFree=1613128/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=1713016 CPUtime=61.87
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 58242 0 1 0 6157 30 0 0 25 0 13 0 196268890 1754128384 37254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071753255 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 428254 37254 1910 14 0 415001 0
[pid=10263/tid=10264] ppid=10261 vsize=1713016 CPUtime=0.49
/proc/10263/task/10264/stat : 10264 (java) S 10261 10263 10217 0 -1 64 9436 0 0 0 45 4 0 0 16 0 13 0 196268893 1754128384 37254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10265] ppid=10261 vsize=1713016 CPUtime=0.49
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 10217 0 -1 64 9069 0 0 0 45 4 0 0 17 0 13 0 196268893 1754128384 37254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10266] ppid=10261 vsize=1713016 CPUtime=0.01
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 10217 0 -1 64 12 0 0 0 0 1 0 0 17 0 13 0 196268896 1754128384 37254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 37254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 37254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 37254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=1713016 CPUtime=0.01
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10271] ppid=10261 vsize=1713016 CPUtime=1.17
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 10217 0 -1 64 2203 0 0 0 117 0 0 0 16 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=1713016 CPUtime=1.01
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 10217 0 -1 64 924 0 0 0 101 0 0 0 17 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10273] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 10217 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196269193 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796
Current children cumulated vsize (Kb) 1713016

[startup+1791.29 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 10470
/proc/meminfo: memFree=1513928/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=1713016 CPUtime=1797
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 116389 0 1 0 179592 108 0 0 25 0 13 0 196268890 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071785011 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 428254 61778 1910 14 0 415001 0
[pid=10263/tid=10264] ppid=10261 vsize=1713016 CPUtime=5.07
/proc/10263/task/10264/stat : 10264 (java) S 10261 10263 10217 0 -1 64 21987 0 0 0 487 20 0 0 16 0 13 0 196268893 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10265] ppid=10261 vsize=1713016 CPUtime=5.12
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 10217 0 -1 64 21285 0 0 0 489 23 0 0 16 0 13 0 196268893 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10261 vsize=1713016 CPUtime=0.45
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 10217 0 -1 64 94 0 0 0 25 20 0 0 16 0 13 0 196268896 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=1713016 CPUtime=0.01
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10271] ppid=10261 vsize=1713016 CPUtime=1.17
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 10217 0 -1 64 2203 0 0 0 117 0 0 0 16 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=1713016 CPUtime=1.01
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 10217 0 -1 64 924 0 0 0 101 0 0 0 17 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10273] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 10217 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196268900 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196269193 1754128384 61778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797
Current children cumulated vsize (Kb) 1713016

[startup+1792.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 10470
/proc/meminfo: memFree=1513736/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=1713016 CPUtime=1798.02
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 116461 0 1 0 179694 108 0 0 25 0 13 0 196268890 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071784992 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 428254 61734 1910 14 0 415001 0
[pid=10263/tid=10264] ppid=10261 vsize=1713016 CPUtime=5.08
/proc/10263/task/10264/stat : 10264 (java) S 10261 10263 10217 0 -1 64 22038 0 0 0 488 20 0 0 17 0 13 0 196268893 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10265] ppid=10261 vsize=1713016 CPUtime=5.13
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 10217 0 -1 64 21305 0 0 0 490 23 0 0 16 0 13 0 196268893 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10261 vsize=1713016 CPUtime=0.45
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 10217 0 -1 64 94 0 0 0 25 20 0 0 16 0 13 0 196268896 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=1713016 CPUtime=0.01
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10271] ppid=10261 vsize=1713016 CPUtime=1.17
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 10217 0 -1 64 2203 0 0 0 117 0 0 0 16 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=1713016 CPUtime=1.01
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 10217 0 -1 64 924 0 0 0 101 0 0 0 17 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10273] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 10217 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196269193 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.02
Current children cumulated vsize (Kb) 1713016

[startup+1793.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 10470
/proc/meminfo: memFree=1513992/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=1713016 CPUtime=1799.02
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 116461 0 1 0 179794 108 0 0 25 0 13 0 196268890 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071432570 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 428254 61734 1910 14 0 415001 0
[pid=10263/tid=10264] ppid=10261 vsize=1713016 CPUtime=5.08
/proc/10263/task/10264/stat : 10264 (java) S 10261 10263 10217 0 -1 64 22038 0 0 0 488 20 0 0 17 0 13 0 196268893 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10265] ppid=10261 vsize=1713016 CPUtime=5.13
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 10217 0 -1 64 21305 0 0 0 490 23 0 0 16 0 13 0 196268893 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10261 vsize=1713016 CPUtime=0.45
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 10217 0 -1 64 94 0 0 0 25 20 0 0 16 0 13 0 196268896 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=1713016 CPUtime=0.01
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10271] ppid=10261 vsize=1713016 CPUtime=1.17
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 10217 0 -1 64 2203 0 0 0 117 0 0 0 16 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=1713016 CPUtime=1.01
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 10217 0 -1 64 924 0 0 0 101 0 0 0 17 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10273] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 10217 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196269193 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (Kb) 1713016

[startup+1794.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 10470
/proc/meminfo: memFree=1513992/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=1713016 CPUtime=1800.03
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 116461 0 1 0 179895 108 0 0 25 0 13 0 196268890 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071691036 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 428254 61734 1910 14 0 415001 0
[pid=10263/tid=10264] ppid=10261 vsize=1713016 CPUtime=5.08
/proc/10263/task/10264/stat : 10264 (java) S 10261 10263 10217 0 -1 64 22038 0 0 0 488 20 0 0 17 0 13 0 196268893 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10265] ppid=10261 vsize=1713016 CPUtime=5.13
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 10217 0 -1 64 21305 0 0 0 490 23 0 0 16 0 13 0 196268893 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10261 vsize=1713016 CPUtime=0.45
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 10217 0 -1 64 94 0 0 0 25 20 0 0 16 0 13 0 196268896 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=1713016 CPUtime=0.01
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10271] ppid=10261 vsize=1713016 CPUtime=1.17
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 10217 0 -1 64 2203 0 0 0 117 0 0 0 16 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=1713016 CPUtime=1.01
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 10217 0 -1 64 924 0 0 0 101 0 0 0 17 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10273] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 10217 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196269193 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (Kb) 1713016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.32 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 10470
/proc/meminfo: memFree=1513992/2055920 swapFree=4182232/4192956
[pid=10263] ppid=10261 vsize=1713016 CPUtime=1800.03
/proc/10263/stat : 10263 (java) R 10261 10263 10217 0 -1 0 116461 0 1 0 179895 108 0 0 25 0 13 0 196268890 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071691155 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10263/statm: 428254 61734 1910 14 0 415001 0
[pid=10263/tid=10264] ppid=10261 vsize=1713016 CPUtime=5.08
/proc/10263/task/10264/stat : 10264 (java) S 10261 10263 10217 0 -1 64 22038 0 0 0 488 20 0 0 17 0 13 0 196268893 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10265] ppid=10261 vsize=1713016 CPUtime=5.13
/proc/10263/task/10265/stat : 10265 (java) S 10261 10263 10217 0 -1 64 21305 0 0 0 490 23 0 0 16 0 13 0 196268893 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10266] ppid=10261 vsize=1713016 CPUtime=0.45
/proc/10263/task/10266/stat : 10266 (java) S 10261 10263 10217 0 -1 64 94 0 0 0 25 20 0 0 16 0 13 0 196268896 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10267] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10267/stat : 10267 (java) S 10261 10263 10217 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10268] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10268/stat : 10268 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196268897 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10269] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10269/stat : 10269 (java) S 10261 10263 10217 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10270] ppid=10261 vsize=1713016 CPUtime=0.01
/proc/10263/task/10270/stat : 10270 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10271] ppid=10261 vsize=1713016 CPUtime=1.17
/proc/10263/task/10271/stat : 10271 (java) S 10261 10263 10217 0 -1 64 2203 0 0 0 117 0 0 0 16 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10272] ppid=10261 vsize=1713016 CPUtime=1.01
/proc/10263/task/10272/stat : 10272 (java) S 10261 10263 10217 0 -1 64 924 0 0 0 101 0 0 0 17 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10273] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10273/stat : 10273 (java) S 10261 10263 10217 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10263/tid=10274] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10274/stat : 10274 (java) S 10261 10263 10217 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196268900 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10263/tid=10275] ppid=10261 vsize=1713016 CPUtime=0
/proc/10263/task/10275/stat : 10275 (java) S 10261 10263 10217 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196269193 1754128384 61734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (Kb) 1713016

Sending SIGTERM to -10263
Sleeping 2 seconds

Child status: 143
Real time (s): 1794.38
CPU time (s): 1800.1
CPU user time (s): 1798.97
CPU system time (s): 1.12983
CPU usage (%): 100.319
Max. virtual memory (cumulated for all children) (Kb): 1713016

Launcher Data (download as text)

Begin job on node70 on Sat Jun  3 03:39:53 UTC 2006


FILE ID= 43159-1149305993

PBS_JOBID= 307629

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  2a04555106a68acba17fb5820db41df1

RANDOM SEED= 436637460


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1755064 kB
Buffers:         27888 kB
Cached:         200948 kB
SwapCached:       2364 kB
Active:          76604 kB
Inactive:       160856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1755064 kB
SwapTotal:     4192956 kB
SwapFree:      4182232 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          15416 kB
Slab:            49396 kB
Committed_AS:   229980 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node70 on Sat Jun  3 04:09:47 UTC 2006