Trace number 42342

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.99 1784.49

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-vpm1.opb
MD5SUM019e5a614038472d624f56ab4ecfb30e
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark1782.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved NO
Number of variables2754
Total number of constraints444
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 constraints444
Minimum length of a constraint11
Maximum length of a constraint82
Number of terms in the objective function 168
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 168
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 819200
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 4941871
Number of bits of the biggest sum of numbers23
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.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.21	c no version file found!!!
0.21	c sun.arch.data.model	32
0.21	c java.version	1.5.0_06
0.21	c os.name	Linux
0.21	c os.version	2.6.9-34.ELsmp
0.21	c os.arch	i386
0.21	c Free memory 1548419056
0.21	c Max memory 1551040512
0.21	c Total memory 1551040512
0.21	c Number of processors 2
0.28	c Cutting planes based inference
0.28	c --- Begin Solver configuration ---
0.28	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.28	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.28	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving ROOT/tmp/node87/42342-1149322882/instance-42342-1149322882.opb
0.28	c reading problem ... 
0.87	c ... done. Time 0.59 ms.
0.87	c #vars     2754
0.87	c #constraints  486
1784.35	c starts		: 14
1784.35	c conflicts		: 47984
1784.35	c decisions		: 53552
1784.35	c propagations		: 267381
1784.35	c inspects		: 504095891
1784.35	c learnt literals	: 0
1784.35	c learnt binary clauses	: 0
1784.35	c learnt ternary clauses	: 0
1784.35	c learnt clauses	: 47983
1784.35	c root simplifications	: 0
1784.35	c removed literals (reason simplification)	: 0
1784.35	c reason swapping (by a shorter reason)	: 0
1784.35	c Calls to reduceDB	: 0
1784.35	c speed (decisions/second)	: 30.026857754826267
1784.35	c non guided choices	235
1784.35	s UNKNOWN
1784.35	c Total wall clock time (ms): 1784.075

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.04 0.96 0.91 2/67 31386
/proc/meminfo: memFree=1806512/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=168 CPUtime=0
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 197927315 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 11240372 0 0 4096 0 0 0 0 17 1 0 0
/proc/31386/statm: 42 23 18 14 0 2 0

[startup+10.0029 s]
/proc/loadavg: 1.11 0.97 0.92 2/79 31398
/proc/meminfo: memFree=1647128/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=1716908 CPUtime=11.17
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 46658 0 1 0 1097 20 0 0 23 0 13 0 197927315 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071572258 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31386/statm: 429227 41700 1907 14 0 415973 0
[pid=31386/tid=31387] ppid=31384 vsize=1716908 CPUtime=0.08
/proc/31386/task/31387/stat : 31387 (java) S 31384 31386 31340 0 -1 64 2104 0 0 0 8 0 0 0 16 0 13 0 197927324 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31388] ppid=31384 vsize=1716908 CPUtime=0.09
/proc/31386/task/31388/stat : 31388 (java) S 31384 31386 31340 0 -1 64 2217 0 0 0 8 1 0 0 16 0 13 0 197927324 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31389] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31389/stat : 31389 (java) S 31384 31386 31340 0 -1 64 31 0 0 0 0 0 0 0 17 0 13 0 197927327 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31393] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31393/stat : 31393 (java) S 31384 31386 31340 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197927331 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31394] ppid=31384 vsize=1716908 CPUtime=0.76
/proc/31386/task/31394/stat : 31394 (java) S 31384 31386 31340 0 -1 64 2291 0 0 0 75 1 0 0 16 0 13 0 197927331 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31395] ppid=31384 vsize=1716908 CPUtime=1.03
/proc/31386/task/31395/stat : 31395 (java) S 31384 31386 31340 0 -1 64 3487 0 0 0 102 1 0 0 17 0 13 0 197927331 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31396] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31396/stat : 31396 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197927331 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31397] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31397/stat : 31397 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197927331 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31398] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31398/stat : 31398 (java) S 31384 31386 31340 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 197927409 1758113792 41700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (Kb) 1716908

[startup+20.0091 s]
/proc/loadavg: 1.09 0.97 0.92 2/79 31398
/proc/meminfo: memFree=1610912/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=1716908 CPUtime=21.29
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 55966 0 1 0 2105 24 0 0 19 0 13 0 197927315 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071484715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31386/statm: 429227 50778 1909 14 0 415973 0
[pid=31386/tid=31387] ppid=31384 vsize=1716908 CPUtime=0.19
/proc/31386/task/31387/stat : 31387 (java) S 31384 31386 31340 0 -1 64 5357 0 0 0 17 2 0 0 16 0 13 0 197927324 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31388] ppid=31384 vsize=1716908 CPUtime=0.18
/proc/31386/task/31388/stat : 31388 (java) S 31384 31386 31340 0 -1 64 5548 0 0 0 16 2 0 0 16 0 13 0 197927324 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31389] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31389/stat : 31389 (java) S 31384 31386 31340 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31393] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31393/stat : 31393 (java) S 31384 31386 31340 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197927331 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31394] ppid=31384 vsize=1716908 CPUtime=0.77
/proc/31386/task/31394/stat : 31394 (java) S 31384 31386 31340 0 -1 64 2294 0 0 0 76 1 0 0 16 0 13 0 197927331 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31395] ppid=31384 vsize=1716908 CPUtime=1.04
/proc/31386/task/31395/stat : 31395 (java) S 31384 31386 31340 0 -1 64 3488 0 0 0 103 1 0 0 16 0 13 0 197927331 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31396] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31396/stat : 31396 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197927331 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31397] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31397/stat : 31397 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197927331 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31398] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31398/stat : 31398 (java) S 31384 31386 31340 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 197927409 1758113792 50778 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.29
Current children cumulated vsize (Kb) 1716908

[startup+30.0163 s]
/proc/loadavg: 1.08 0.97 0.92 2/79 31398
/proc/meminfo: memFree=1603360/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=1716908 CPUtime=31.36
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 58927 0 1 0 3110 26 0 0 25 0 13 0 197927315 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071572258 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31386/statm: 429227 52629 1909 14 0 415973 0
[pid=31386/tid=31387] ppid=31384 vsize=1716908 CPUtime=0.25
/proc/31386/task/31387/stat : 31387 (java) S 31384 31386 31340 0 -1 64 6551 0 0 0 22 3 0 0 16 0 13 0 197927324 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31388] ppid=31384 vsize=1716908 CPUtime=0.25
/proc/31386/task/31388/stat : 31388 (java) S 31384 31386 31340 0 -1 64 7308 0 0 0 22 3 0 0 16 0 13 0 197927324 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31389] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31389/stat : 31389 (java) S 31384 31386 31340 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31393] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31393/stat : 31393 (java) S 31384 31386 31340 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197927331 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31394] ppid=31384 vsize=1716908 CPUtime=0.77
/proc/31386/task/31394/stat : 31394 (java) S 31384 31386 31340 0 -1 64 2294 0 0 0 76 1 0 0 16 0 13 0 197927331 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31395] ppid=31384 vsize=1716908 CPUtime=1.05
/proc/31386/task/31395/stat : 31395 (java) S 31384 31386 31340 0 -1 64 3488 0 0 0 104 1 0 0 17 0 13 0 197927331 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31396] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31396/stat : 31396 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197927331 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31397] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31397/stat : 31397 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197927331 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31398] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31398/stat : 31398 (java) S 31384 31386 31340 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 197927409 1758113792 52629 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.36
Current children cumulated vsize (Kb) 1716908

[startup+40.0234 s]
/proc/loadavg: 1.06 0.97 0.92 2/79 31398
/proc/meminfo: memFree=1603872/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=1716908 CPUtime=41.41
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 60436 0 1 0 4114 27 0 0 25 0 13 0 197927315 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071393412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31386/statm: 429227 52510 1909 14 0 415973 0
[pid=31386/tid=31387] ppid=31384 vsize=1716908 CPUtime=0.29
/proc/31386/task/31387/stat : 31387 (java) S 31384 31386 31340 0 -1 64 7268 0 0 0 26 3 0 0 17 0 13 0 197927324 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31388] ppid=31384 vsize=1716908 CPUtime=0.29
/proc/31386/task/31388/stat : 31388 (java) S 31384 31386 31340 0 -1 64 8093 0 0 0 26 3 0 0 16 0 13 0 197927324 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31389] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31389/stat : 31389 (java) S 31384 31386 31340 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31393] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31393/stat : 31393 (java) S 31384 31386 31340 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197927331 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31394] ppid=31384 vsize=1716908 CPUtime=0.78
/proc/31386/task/31394/stat : 31394 (java) S 31384 31386 31340 0 -1 64 2295 0 0 0 77 1 0 0 16 0 13 0 197927331 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31395] ppid=31384 vsize=1716908 CPUtime=1.05
/proc/31386/task/31395/stat : 31395 (java) S 31384 31386 31340 0 -1 64 3488 0 0 0 104 1 0 0 17 0 13 0 197927331 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31396] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31396/stat : 31396 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197927331 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31397] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31397/stat : 31397 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197927331 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31398] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31398/stat : 31398 (java) S 31384 31386 31340 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197927409 1758113792 52510 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.41
Current children cumulated vsize (Kb) 1716908

[startup+50.0306 s]
/proc/loadavg: 1.05 0.97 0.92 2/79 31398
/proc/meminfo: memFree=1605088/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=1716908 CPUtime=51.47
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 62151 0 1 0 5118 29 0 0 25 0 13 0 197927315 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071489314 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31386/statm: 429227 52196 1909 14 0 415973 0
[pid=31386/tid=31387] ppid=31384 vsize=1716908 CPUtime=0.35
/proc/31386/task/31387/stat : 31387 (java) S 31384 31386 31340 0 -1 64 7991 0 0 0 31 4 0 0 16 0 13 0 197927324 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31388] ppid=31384 vsize=1716908 CPUtime=0.35
/proc/31386/task/31388/stat : 31388 (java) S 31384 31386 31340 0 -1 64 9078 0 0 0 31 4 0 0 16 0 13 0 197927324 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31389] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31389/stat : 31389 (java) S 31384 31386 31340 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31393] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31393/stat : 31393 (java) S 31384 31386 31340 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197927331 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31394] ppid=31384 vsize=1716908 CPUtime=0.78
/proc/31386/task/31394/stat : 31394 (java) S 31384 31386 31340 0 -1 64 2295 0 0 0 77 1 0 0 16 0 13 0 197927331 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31395] ppid=31384 vsize=1716908 CPUtime=1.05
/proc/31386/task/31395/stat : 31395 (java) S 31384 31386 31340 0 -1 64 3488 0 0 0 104 1 0 0 17 0 13 0 197927331 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31396] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31396/stat : 31396 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197927331 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31397] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31397/stat : 31397 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197927331 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31398] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31398/stat : 31398 (java) S 31384 31386 31340 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197927409 1758113792 52196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.47
Current children cumulated vsize (Kb) 1716908

[startup+60.0378 s]
/proc/loadavg: 1.04 0.97 0.92 2/79 31398
/proc/meminfo: memFree=1605536/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=1716908 CPUtime=61.52
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 63815 0 1 0 6122 30 0 0 22 0 13 0 197927315 1758113792 52088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071516203 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31386/statm: 429227 52088 1909 14 0 415973 0
[pid=31386/tid=31387] ppid=31384 vsize=1716908 CPUtime=0.39
/proc/31386/task/31387/stat : 31387 (java) S 31384 31386 31340 0 -1 64 8782 0 0 0 35 4 0 0 16 0 13 0 197927324 1758113792 52088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31388] ppid=31384 vsize=1716908 CPUtime=0.38
/proc/31386/task/31388/stat : 31388 (java) S 31384 31386 31340 0 -1 64 9943 0 0 0 34 4 0 0 16 0 13 0 197927324 1758113792 52088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31389] ppid=31384 vsize=1716908 CPUtime=0.01
/proc/31386/task/31389/stat : 31389 (java) S 31384 31386 31340 0 -1 64 31 0 0 0 0 1 0 0 15 0 13 0 197927327 1758113792 52088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 52088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 52088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 52088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31393] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31393/stat : 31393 (java) S 31384 31386 31340 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31394] ppid=31384 vsize=1716908 CPUtime=0.83
/proc/31386/task/31394/stat : 31394 (java) S 31384 31386 31340 0 -1 64 2387 0 0 0 82 1 0 0 16 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31395] ppid=31384 vsize=1716908 CPUtime=1.1
/proc/31386/task/31395/stat : 31395 (java) S 31384 31386 31340 0 -1 64 3495 0 0 0 109 1 0 0 16 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31396] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31396/stat : 31396 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31397] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31397/stat : 31397 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31398] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31398/stat : 31398 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927409 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (Kb) 1716908

[startup+1781.3 s]
/proc/loadavg: 1.04 1.02 0.95 2/79 31400
/proc/meminfo: memFree=1257184/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=1716908 CPUtime=1797.74
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 233730 0 1 0 179648 126 0 0 25 0 13 0 197927315 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071489321 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31386/statm: 429227 138801 1909 14 0 415973 0
[pid=31386/tid=31387] ppid=31384 vsize=1716908 CPUtime=15.99
/proc/31386/task/31387/stat : 31387 (java) S 31384 31386 31340 0 -1 64 64202 0 0 0 1566 33 0 0 16 0 13 0 197927324 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31388] ppid=31384 vsize=1716908 CPUtime=15.99
/proc/31386/task/31388/stat : 31388 (java) S 31384 31386 31340 0 -1 64 66001 0 0 0 1566 33 0 0 16 0 13 0 197927324 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31389] ppid=31384 vsize=1716908 CPUtime=0.33
/proc/31386/task/31389/stat : 31389 (java) S 31384 31386 31340 0 -1 64 275 0 0 0 16 17 0 0 16 0 13 0 197927327 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31393] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31393/stat : 31393 (java) S 31384 31386 31340 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31394] ppid=31384 vsize=1716908 CPUtime=0.83
/proc/31386/task/31394/stat : 31394 (java) S 31384 31386 31340 0 -1 64 2387 0 0 0 82 1 0 0 16 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31395] ppid=31384 vsize=1716908 CPUtime=1.1
/proc/31386/task/31395/stat : 31395 (java) S 31384 31386 31340 0 -1 64 3495 0 0 0 109 1 0 0 16 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31396] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31396/stat : 31396 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31397] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31397/stat : 31397 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197927331 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31398] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31398/stat : 31398 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927409 1758113792 138801 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (Kb) 1716908

[startup+1782.31 s]
/proc/loadavg: 1.04 1.02 0.95 2/79 31400
/proc/meminfo: memFree=1256992/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=1716908 CPUtime=1798.78
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 233780 0 1 0 179752 126 0 0 25 0 13 0 197927315 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071644978 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31386/statm: 429227 138840 1909 14 0 415973 0
[pid=31386/tid=31387] ppid=31384 vsize=1716908 CPUtime=16.02
/proc/31386/task/31387/stat : 31387 (java) S 31384 31386 31340 0 -1 64 64216 0 0 0 1569 33 0 0 16 0 13 0 197927324 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31388] ppid=31384 vsize=1716908 CPUtime=16.01
/proc/31386/task/31388/stat : 31388 (java) S 31384 31386 31340 0 -1 64 66036 0 0 0 1568 33 0 0 16 0 13 0 197927324 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31389] ppid=31384 vsize=1716908 CPUtime=0.33
/proc/31386/task/31389/stat : 31389 (java) S 31384 31386 31340 0 -1 64 275 0 0 0 16 17 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31393] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31393/stat : 31393 (java) S 31384 31386 31340 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31394] ppid=31384 vsize=1716908 CPUtime=0.83
/proc/31386/task/31394/stat : 31394 (java) S 31384 31386 31340 0 -1 64 2387 0 0 0 82 1 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31395] ppid=31384 vsize=1716908 CPUtime=1.1
/proc/31386/task/31395/stat : 31395 (java) S 31384 31386 31340 0 -1 64 3495 0 0 0 109 1 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31396] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31396/stat : 31396 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31397] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31397/stat : 31397 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31398] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31398/stat : 31398 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927409 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (Kb) 1716908

[startup+1783.31 s]
/proc/loadavg: 1.04 1.02 0.95 2/79 31400
/proc/meminfo: memFree=1256992/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=1716908 CPUtime=1799.78
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 233780 0 1 0 179852 126 0 0 25 0 13 0 197927315 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071431081 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31386/statm: 429227 138840 1909 14 0 415973 0
[pid=31386/tid=31387] ppid=31384 vsize=1716908 CPUtime=16.02
/proc/31386/task/31387/stat : 31387 (java) S 31384 31386 31340 0 -1 64 64216 0 0 0 1569 33 0 0 16 0 13 0 197927324 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31388] ppid=31384 vsize=1716908 CPUtime=16.01
/proc/31386/task/31388/stat : 31388 (java) S 31384 31386 31340 0 -1 64 66036 0 0 0 1568 33 0 0 16 0 13 0 197927324 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31389] ppid=31384 vsize=1716908 CPUtime=0.33
/proc/31386/task/31389/stat : 31389 (java) S 31384 31386 31340 0 -1 64 275 0 0 0 16 17 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31393] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31393/stat : 31393 (java) S 31384 31386 31340 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31394] ppid=31384 vsize=1716908 CPUtime=0.83
/proc/31386/task/31394/stat : 31394 (java) S 31384 31386 31340 0 -1 64 2387 0 0 0 82 1 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31395] ppid=31384 vsize=1716908 CPUtime=1.1
/proc/31386/task/31395/stat : 31395 (java) S 31384 31386 31340 0 -1 64 3495 0 0 0 109 1 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31396] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31396/stat : 31396 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31397] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31397/stat : 31397 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31398] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31398/stat : 31398 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927409 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.78
Current children cumulated vsize (Kb) 1716908

[startup+1784.32 s]
/proc/loadavg: 1.04 1.02 0.95 2/79 31400
/proc/meminfo: memFree=1256992/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=1716908 CPUtime=1800.79
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 233780 0 1 0 179953 126 0 0 25 0 13 0 197927315 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071395391 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31386/statm: 429227 138840 1909 14 0 415973 0
[pid=31386/tid=31387] ppid=31384 vsize=1716908 CPUtime=16.02
/proc/31386/task/31387/stat : 31387 (java) S 31384 31386 31340 0 -1 64 64216 0 0 0 1569 33 0 0 16 0 13 0 197927324 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31388] ppid=31384 vsize=1716908 CPUtime=16.01
/proc/31386/task/31388/stat : 31388 (java) S 31384 31386 31340 0 -1 64 66036 0 0 0 1568 33 0 0 16 0 13 0 197927324 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31389] ppid=31384 vsize=1716908 CPUtime=0.33
/proc/31386/task/31389/stat : 31389 (java) S 31384 31386 31340 0 -1 64 275 0 0 0 16 17 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31393] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31393/stat : 31393 (java) S 31384 31386 31340 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31394] ppid=31384 vsize=1716908 CPUtime=0.83
/proc/31386/task/31394/stat : 31394 (java) S 31384 31386 31340 0 -1 64 2387 0 0 0 82 1 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31395] ppid=31384 vsize=1716908 CPUtime=1.1
/proc/31386/task/31395/stat : 31395 (java) S 31384 31386 31340 0 -1 64 3495 0 0 0 109 1 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31396] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31396/stat : 31396 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31397] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31397/stat : 31397 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31398] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31398/stat : 31398 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927409 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (Kb) 1716908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.32 s]
/proc/loadavg: 1.04 1.02 0.95 2/79 31400
/proc/meminfo: memFree=1256992/2055888 swapFree=4085404/4096564
[pid=31386] ppid=31384 vsize=1716908 CPUtime=1800.79
/proc/31386/stat : 31386 (java) R 31384 31386 31340 0 -1 0 233780 0 1 0 179953 126 0 0 25 0 13 0 197927315 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071516187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31386/statm: 429227 138840 1909 14 0 415973 0
[pid=31386/tid=31387] ppid=31384 vsize=1716908 CPUtime=16.02
/proc/31386/task/31387/stat : 31387 (java) S 31384 31386 31340 0 -1 64 64216 0 0 0 1569 33 0 0 16 0 13 0 197927324 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31388] ppid=31384 vsize=1716908 CPUtime=16.01
/proc/31386/task/31388/stat : 31388 (java) S 31384 31386 31340 0 -1 64 66036 0 0 0 1568 33 0 0 16 0 13 0 197927324 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31389] ppid=31384 vsize=1716908 CPUtime=0.33
/proc/31386/task/31389/stat : 31389 (java) S 31384 31386 31340 0 -1 64 275 0 0 0 16 17 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31390] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31390/stat : 31390 (java) S 31384 31386 31340 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31391] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31391/stat : 31391 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927327 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31392] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31392/stat : 31392 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31393] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31393/stat : 31393 (java) S 31384 31386 31340 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31386/tid=31394] ppid=31384 vsize=1716908 CPUtime=0.83
/proc/31386/task/31394/stat : 31394 (java) S 31384 31386 31340 0 -1 64 2387 0 0 0 82 1 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31395] ppid=31384 vsize=1716908 CPUtime=1.1
/proc/31386/task/31395/stat : 31395 (java) S 31384 31386 31340 0 -1 64 3495 0 0 0 109 1 0 0 16 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31396] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31396/stat : 31396 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31397] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31397/stat : 31397 (java) S 31384 31386 31340 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197927331 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31386/tid=31398] ppid=31384 vsize=1716908 CPUtime=0
/proc/31386/task/31398/stat : 31398 (java) S 31384 31386 31340 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197927409 1758113792 138840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.79
Current children cumulated vsize (Kb) 1716908

Sending SIGTERM to -31386
Sleeping 2 seconds

Child status: 143
Real time (s): 1784.49
CPU time (s): 1800.99
CPU user time (s): 1799.64
CPU system time (s): 1.34879
CPU usage (%): 100.924
Max. virtual memory (cumulated for all children) (Kb): 1716908

Launcher Data (download as text)

Begin job on node87 on Sat Jun  3 08:21:22 UTC 2006


FILE ID= 42342-1149322882

PBS_JOBID= 309466

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-vpm1.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node87/42342-1149322882/instance-42342-1149322882.opb 171280157
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node87/watcher-42342-1149322882 -o ROOT/results/node87/solver-42342-1149322882 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node87/42342-1149322882/instance-42342-1149322882.opb 171280157

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  019e5a614038472d624f56ab4ecfb30e

RANDOM SEED= 171280157


/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.234
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	: 6006.17
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.234
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	: 5999.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1806912 kB
Buffers:         19112 kB
Cached:         165132 kB
SwapCached:       2348 kB
Active:          23068 kB
Inactive:       169852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1806912 kB
SwapTotal:     4096564 kB
SwapFree:      4085404 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          16760 kB
Slab:            42756 kB
Committed_AS:   273172 kB
PageTables:       1280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node87 on Sat Jun  3 08:51:06 UTC 2006