Trace number 43931

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.97 1782.48

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-czprob.opb
MD5SUMc15e03ab07153a4c6592115aff440072
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20.6829
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables98820
Total number of constraints927
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 constraints927
Minimum length of a constraint30
Maximum length of a constraint11190
Number of terms in the objective function 98250
Biggest coefficient in the objective function 259
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 608626
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 608626
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.22	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node20/43931-1149331602/instance-43931-1149331602.opb
0.22	c reading problem ... 
9.39	c ... done. Time 9.175 ms.
9.39	c #vars     98820
9.39	c #constraints  1777
1782.40	c starts		: 1
1782.40	c conflicts		: 90
1782.40	c decisions		: 44935
1782.40	c propagations		: 187063
1782.40	c inspects		: 311383
1782.40	c learnt literals	: 0
1782.40	c learnt binary clauses	: 0
1782.40	c learnt ternary clauses	: 0
1782.40	c learnt clauses	: 89
1782.40	c root simplifications	: 0
1782.40	c removed literals (reason simplification)	: 0
1782.40	c reason swapping (by a shorter reason)	: 0
1782.40	c Calls to reduceDB	: 0
1782.40	c speed (decisions/second)	: 25.3450359884282
1782.40	c non guided choices	188
1782.40	s UNKNOWN
1782.40	c Total wall clock time (ms): 1782.187

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.95 0.98 3/64 32269
/proc/meminfo: memFree=1823840/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1784 CPUtime=0
/proc/32269/stat : 32269 (java) D 32267 32269 32223 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 198823327 1826816 141 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/32269/statm: 446 141 106 14 0 91 0

[startup+10.0022 s]
/proc/loadavg: 1.01 0.97 0.98 2/76 32281
/proc/meminfo: memFree=1590400/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1713560 CPUtime=11.61
/proc/32269/stat : 32269 (java) R 32267 32269 32223 0 -1 0 64026 0 1 0 1127 34 0 0 17 0 13 0 198823327 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32269/statm: 428390 60095 1899 14 0 415137 0
[pid=32269/tid=32270] ppid=32267 vsize=1713560 CPUtime=0.88
/proc/32269/task/32270/stat : 32270 (java) S 32267 32269 32223 0 -1 64 12566 0 0 0 81 7 0 0 16 0 13 0 198823331 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32271] ppid=32267 vsize=1713560 CPUtime=0.88
/proc/32269/task/32271/stat : 32271 (java) S 32267 32269 32223 0 -1 64 13568 0 0 0 81 7 0 0 16 0 13 0 198823331 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32272] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32272/stat : 32272 (java) S 32267 32269 32223 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 198823333 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32273] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32276] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32276/stat : 32276 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198823337 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32277] ppid=32267 vsize=1713560 CPUtime=0.49
/proc/32269/task/32277/stat : 32277 (java) S 32267 32269 32223 0 -1 64 582 0 0 0 49 0 0 0 15 0 13 0 198823337 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32278] ppid=32267 vsize=1713560 CPUtime=0.5
/proc/32269/task/32278/stat : 32278 (java) S 32267 32269 32223 0 -1 64 763 0 0 0 50 0 0 0 16 0 13 0 198823337 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32279] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32279/stat : 32279 (java) S 32267 32269 32223 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198823337 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32280] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32280/stat : 32280 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198823337 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32281] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32281/stat : 32281 (java) S 32267 32269 32223 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198824316 1754685440 60095 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (Kb) 1713560

[startup+20.0094 s]
/proc/loadavg: 1.23 1.02 1.00 2/76 32281
/proc/meminfo: memFree=1585472/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1713560 CPUtime=21.86
/proc/32269/stat : 32269 (java) R 32267 32269 32223 0 -1 0 66197 0 1 0 2150 36 0 0 18 0 13 0 198823327 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071579812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32269/statm: 428390 61417 1908 14 0 415137 0
[pid=32269/tid=32270] ppid=32267 vsize=1713560 CPUtime=0.95
/proc/32269/task/32270/stat : 32270 (java) S 32267 32269 32223 0 -1 64 13915 0 0 0 87 8 0 0 15 0 13 0 198823331 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32271] ppid=32267 vsize=1713560 CPUtime=0.94
/proc/32269/task/32271/stat : 32271 (java) S 32267 32269 32223 0 -1 64 14346 0 0 0 86 8 0 0 16 0 13 0 198823331 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32272] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32272/stat : 32272 (java) S 32267 32269 32223 0 -1 64 13 0 0 0 0 0 0 0 15 0 13 0 198823333 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32273] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32276] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32276/stat : 32276 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198823337 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32277] ppid=32267 vsize=1713560 CPUtime=0.59
/proc/32269/task/32277/stat : 32277 (java) S 32267 32269 32223 0 -1 64 592 0 0 0 59 0 0 0 16 0 13 0 198823337 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32278] ppid=32267 vsize=1713560 CPUtime=0.61
/proc/32269/task/32278/stat : 32278 (java) S 32267 32269 32223 0 -1 64 772 0 0 0 61 0 0 0 16 0 13 0 198823337 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32279] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32279/stat : 32279 (java) S 32267 32269 32223 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198823337 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32280] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32280/stat : 32280 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198823337 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32281] ppid=32267 vsize=1713560 CPUtime=0
/proc/32269/task/32281/stat : 32281 (java) S 32267 32269 32223 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198824316 1754685440 61417 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.86
Current children cumulated vsize (Kb) 1713560

[startup+30.0206 s]
/proc/loadavg: 1.20 1.02 1.00 3/76 32281
/proc/meminfo: memFree=1625344/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1715132 CPUtime=32.2
/proc/32269/stat : 32269 (java) R 32267 32269 32223 0 -1 0 67830 0 1 0 3181 39 0 0 25 0 13 0 198823327 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071456211 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32269/statm: 428783 51403 1908 14 0 415530 0
[pid=32269/tid=32270] ppid=32267 vsize=1715132 CPUtime=1.01
/proc/32269/task/32270/stat : 32270 (java) S 32267 32269 32223 0 -1 64 14284 0 0 0 92 9 0 0 16 0 13 0 198823331 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32271] ppid=32267 vsize=1715132 CPUtime=1
/proc/32269/task/32271/stat : 32271 (java) S 32267 32269 32223 0 -1 64 14567 0 0 0 92 8 0 0 15 0 13 0 198823331 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32272] ppid=32267 vsize=1715132 CPUtime=0.02
/proc/32269/task/32272/stat : 32272 (java) S 32267 32269 32223 0 -1 64 23 0 0 0 1 1 0 0 17 0 13 0 198823333 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32273] ppid=32267 vsize=1715132 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1715132 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1715132 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32276] ppid=32267 vsize=1715132 CPUtime=0
/proc/32269/task/32276/stat : 32276 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198823337 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32277] ppid=32267 vsize=1715132 CPUtime=0.79
/proc/32269/task/32277/stat : 32277 (java) S 32267 32269 32223 0 -1 64 1595 0 0 0 78 1 0 0 17 0 13 0 198823337 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32278] ppid=32267 vsize=1715132 CPUtime=0.71
/proc/32269/task/32278/stat : 32278 (java) R 32267 32269 32223 0 -1 64 778 0 0 0 71 0 0 0 16 0 13 0 198823337 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4155039483 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32279] ppid=32267 vsize=1715132 CPUtime=0
/proc/32269/task/32279/stat : 32279 (java) S 32267 32269 32223 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198823337 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32280] ppid=32267 vsize=1715132 CPUtime=0
/proc/32269/task/32280/stat : 32280 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198823337 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32281] ppid=32267 vsize=1715132 CPUtime=0
/proc/32269/task/32281/stat : 32281 (java) S 32267 32269 32223 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198824316 1756295168 51403 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.2
Current children cumulated vsize (Kb) 1715132

[startup+40.0368 s]
/proc/loadavg: 1.16 1.02 1.00 2/76 32281
/proc/meminfo: memFree=1628480/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1717656 CPUtime=42.46
/proc/32269/stat : 32269 (java) R 32267 32269 32223 0 -1 0 69283 0 1 0 4206 40 0 0 25 0 13 0 198823327 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071333213 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32269/statm: 429414 50611 1908 14 0 416161 0
[pid=32269/tid=32270] ppid=32267 vsize=1717656 CPUtime=1.03
/proc/32269/task/32270/stat : 32270 (java) S 32267 32269 32223 0 -1 64 14284 0 0 0 94 9 0 0 16 0 13 0 198823331 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32271] ppid=32267 vsize=1717656 CPUtime=1.02
/proc/32269/task/32271/stat : 32271 (java) S 32267 32269 32223 0 -1 64 14567 0 0 0 94 8 0 0 16 0 13 0 198823331 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32272] ppid=32267 vsize=1717656 CPUtime=0.02
/proc/32269/task/32272/stat : 32272 (java) S 32267 32269 32223 0 -1 64 24 0 0 0 1 1 0 0 16 0 13 0 198823333 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32273] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32276] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32276/stat : 32276 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198823337 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32277] ppid=32267 vsize=1717656 CPUtime=1
/proc/32269/task/32277/stat : 32277 (java) S 32267 32269 32223 0 -1 64 3040 0 0 0 99 1 0 0 16 0 13 0 198823337 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32278] ppid=32267 vsize=1717656 CPUtime=0.73
/proc/32269/task/32278/stat : 32278 (java) S 32267 32269 32223 0 -1 64 779 0 0 0 73 0 0 0 17 0 13 0 198823337 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32279] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32279/stat : 32279 (java) S 32267 32269 32223 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198823337 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32280] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32280/stat : 32280 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198823337 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32281] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32281/stat : 32281 (java) S 32267 32269 32223 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 198824316 1758879744 50611 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.46
Current children cumulated vsize (Kb) 1717656

[startup+50.045 s]
/proc/loadavg: 1.14 1.02 1.00 2/76 32281
/proc/meminfo: memFree=1624448/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1717656 CPUtime=52.52
/proc/32269/stat : 32269 (java) R 32267 32269 32223 0 -1 0 70743 0 1 0 5211 41 0 0 25 0 13 0 198823327 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580042 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32269/statm: 429414 51639 1908 14 0 416161 0
[pid=32269/tid=32270] ppid=32267 vsize=1717656 CPUtime=1.08
/proc/32269/task/32270/stat : 32270 (java) S 32267 32269 32223 0 -1 64 15269 0 0 0 99 9 0 0 17 0 13 0 198823331 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32271] ppid=32267 vsize=1717656 CPUtime=1.08
/proc/32269/task/32271/stat : 32271 (java) S 32267 32269 32223 0 -1 64 15038 0 0 0 99 9 0 0 16 0 13 0 198823331 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32272] ppid=32267 vsize=1717656 CPUtime=0.02
/proc/32269/task/32272/stat : 32272 (java) S 32267 32269 32223 0 -1 64 24 0 0 0 1 1 0 0 16 0 13 0 198823333 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32273] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32276] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32276/stat : 32276 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 198823337 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32277] ppid=32267 vsize=1717656 CPUtime=1
/proc/32269/task/32277/stat : 32277 (java) S 32267 32269 32223 0 -1 64 3040 0 0 0 99 1 0 0 16 0 13 0 198823337 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32278] ppid=32267 vsize=1717656 CPUtime=0.73
/proc/32269/task/32278/stat : 32278 (java) S 32267 32269 32223 0 -1 64 779 0 0 0 73 0 0 0 16 0 13 0 198823337 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32279] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32279/stat : 32279 (java) S 32267 32269 32223 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198823337 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32280] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32280/stat : 32280 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198823337 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32281] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32281/stat : 32281 (java) S 32267 32269 32223 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 198824316 1758879744 51639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.52
Current children cumulated vsize (Kb) 1717656

[startup+60.0523 s]
/proc/loadavg: 1.12 1.02 1.00 2/76 32281
/proc/meminfo: memFree=1630784/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1717656 CPUtime=62.6
/proc/32269/stat : 32269 (java) R 32267 32269 32223 0 -1 0 71985 0 1 0 6217 43 0 0 25 0 13 0 198823327 1758879744 50053 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071456549 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32269/statm: 429414 50053 1908 14 0 416161 0
[pid=32269/tid=32270] ppid=32267 vsize=1717656 CPUtime=1.15
/proc/32269/task/32270/stat : 32270 (java) S 32267 32269 32223 0 -1 64 15889 0 0 0 105 10 0 0 16 0 13 0 198823331 1758879744 50053 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32271] ppid=32267 vsize=1717656 CPUtime=1.15
/proc/32269/task/32271/stat : 32271 (java) S 32267 32269 32223 0 -1 64 15640 0 0 0 106 9 0 0 15 0 13 0 198823331 1758879744 50053 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32272] ppid=32267 vsize=1717656 CPUtime=0.03
/proc/32269/task/32272/stat : 32272 (java) S 32267 32269 32223 0 -1 64 24 0 0 0 2 1 0 0 15 0 13 0 198823333 1758879744 50053 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32273] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1758879744 50053 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1758879744 50053 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1717656 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1758879744 50053 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=32269/tid=32273] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32276] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32276/stat : 32276 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32277] ppid=32267 vsize=1718680 CPUtime=1.16
/proc/32269/task/32277/stat : 32277 (java) S 32267 32269 32223 0 -1 64 3049 0 0 0 115 1 0 0 16 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32278] ppid=32267 vsize=1718680 CPUtime=0.87
/proc/32269/task/32278/stat : 32278 (java) S 32267 32269 32223 0 -1 64 1285 0 0 0 87 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32279] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32279/stat : 32279 (java) S 32267 32269 32223 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32280] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32280/stat : 32280 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32281] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32281/stat : 32281 (java) S 32267 32269 32223 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 198824316 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.83
Current children cumulated vsize (Kb) 1718680

[startup+1779.38 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 32476
/proc/meminfo: memFree=1425088/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1718680 CPUtime=1797.84
/proc/32269/stat : 32269 (java) R 32267 32269 32223 0 -1 0 151101 0 1 0 179499 285 0 0 25 0 13 0 198823327 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071655539 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32269/statm: 429670 101129 1908 14 0 416417 0
[pid=32269/tid=32270] ppid=32267 vsize=1718680 CPUtime=17.78
/proc/32269/task/32270/stat : 32270 (java) S 32267 32269 32223 0 -1 64 36543 0 0 0 1677 101 0 0 16 0 13 0 198823331 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32271] ppid=32267 vsize=1718680 CPUtime=17.7
/proc/32269/task/32271/stat : 32271 (java) S 32267 32269 32223 0 -1 64 34015 0 0 0 1648 122 0 0 17 0 13 0 198823331 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32272] ppid=32267 vsize=1718680 CPUtime=0.44
/proc/32269/task/32272/stat : 32272 (java) S 32267 32269 32223 0 -1 64 111 0 0 0 26 18 0 0 16 0 13 0 198823333 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32273] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32276] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32276/stat : 32276 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32277] ppid=32267 vsize=1718680 CPUtime=1.16
/proc/32269/task/32277/stat : 32277 (java) S 32267 32269 32223 0 -1 64 3049 0 0 0 115 1 0 0 16 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32278] ppid=32267 vsize=1718680 CPUtime=0.87
/proc/32269/task/32278/stat : 32278 (java) S 32267 32269 32223 0 -1 64 1285 0 0 0 87 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32279] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32279/stat : 32279 (java) S 32267 32269 32223 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32280] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32280/stat : 32280 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32281] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32281/stat : 32281 (java) S 32267 32269 32223 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 198824316 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (Kb) 1718680

[startup+1780.39 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 32476
/proc/meminfo: memFree=1425088/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1718680 CPUtime=1798.85
/proc/32269/stat : 32269 (java) R 32267 32269 32223 0 -1 0 151102 0 1 0 179600 285 0 0 25 0 13 0 198823327 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071653209 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32269/statm: 429670 101129 1908 14 0 416417 0
[pid=32269/tid=32270] ppid=32267 vsize=1718680 CPUtime=17.8
/proc/32269/task/32270/stat : 32270 (java) S 32267 32269 32223 0 -1 64 36543 0 0 0 1679 101 0 0 16 0 13 0 198823331 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32271] ppid=32267 vsize=1718680 CPUtime=17.71
/proc/32269/task/32271/stat : 32271 (java) S 32267 32269 32223 0 -1 64 34015 0 0 0 1649 122 0 0 16 0 13 0 198823331 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32272] ppid=32267 vsize=1718680 CPUtime=0.44
/proc/32269/task/32272/stat : 32272 (java) S 32267 32269 32223 0 -1 64 111 0 0 0 26 18 0 0 16 0 13 0 198823333 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32273] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32276] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32276/stat : 32276 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32277] ppid=32267 vsize=1718680 CPUtime=1.16
/proc/32269/task/32277/stat : 32277 (java) S 32267 32269 32223 0 -1 64 3049 0 0 0 115 1 0 0 16 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32278] ppid=32267 vsize=1718680 CPUtime=0.87
/proc/32269/task/32278/stat : 32278 (java) S 32267 32269 32223 0 -1 64 1285 0 0 0 87 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32279] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32279/stat : 32279 (java) S 32267 32269 32223 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32280] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32280/stat : 32280 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32281] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32281/stat : 32281 (java) S 32267 32269 32223 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 198824316 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.85
Current children cumulated vsize (Kb) 1718680

[startup+1781.39 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 32476
/proc/meminfo: memFree=1425088/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1718680 CPUtime=1799.86
/proc/32269/stat : 32269 (java) R 32267 32269 32223 0 -1 0 151102 0 1 0 179701 285 0 0 25 0 13 0 198823327 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071653549 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32269/statm: 429670 101129 1908 14 0 416417 0
[pid=32269/tid=32270] ppid=32267 vsize=1718680 CPUtime=17.8
/proc/32269/task/32270/stat : 32270 (java) S 32267 32269 32223 0 -1 64 36543 0 0 0 1679 101 0 0 16 0 13 0 198823331 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32271] ppid=32267 vsize=1718680 CPUtime=17.71
/proc/32269/task/32271/stat : 32271 (java) S 32267 32269 32223 0 -1 64 34015 0 0 0 1649 122 0 0 16 0 13 0 198823331 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32272] ppid=32267 vsize=1718680 CPUtime=0.44
/proc/32269/task/32272/stat : 32272 (java) S 32267 32269 32223 0 -1 64 111 0 0 0 26 18 0 0 16 0 13 0 198823333 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32273] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32276] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32276/stat : 32276 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32277] ppid=32267 vsize=1718680 CPUtime=1.16
/proc/32269/task/32277/stat : 32277 (java) S 32267 32269 32223 0 -1 64 3049 0 0 0 115 1 0 0 16 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32278] ppid=32267 vsize=1718680 CPUtime=0.87
/proc/32269/task/32278/stat : 32278 (java) S 32267 32269 32223 0 -1 64 1285 0 0 0 87 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32279] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32279/stat : 32279 (java) S 32267 32269 32223 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32280] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32280/stat : 32280 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32281] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32281/stat : 32281 (java) S 32267 32269 32223 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 198824316 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.86
Current children cumulated vsize (Kb) 1718680

[startup+1782.4 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 32476
/proc/meminfo: memFree=1425088/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1718680 CPUtime=1800.88
/proc/32269/stat : 32269 (java) R 32267 32269 32223 0 -1 0 151103 0 1 0 179803 285 0 0 22 0 13 0 198823327 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071755827 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32269/statm: 429670 101129 1908 14 0 416417 0
[pid=32269/tid=32270] ppid=32267 vsize=1718680 CPUtime=17.81
/proc/32269/task/32270/stat : 32270 (java) S 32267 32269 32223 0 -1 64 36543 0 0 0 1680 101 0 0 16 0 13 0 198823331 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32271] ppid=32267 vsize=1718680 CPUtime=17.72
/proc/32269/task/32271/stat : 32271 (java) S 32267 32269 32223 0 -1 64 34015 0 0 0 1650 122 0 0 16 0 13 0 198823331 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32272] ppid=32267 vsize=1718680 CPUtime=0.44
/proc/32269/task/32272/stat : 32272 (java) S 32267 32269 32223 0 -1 64 111 0 0 0 26 18 0 0 15 0 13 0 198823333 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32273] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32276] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32276/stat : 32276 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32277] ppid=32267 vsize=1718680 CPUtime=1.16
/proc/32269/task/32277/stat : 32277 (java) S 32267 32269 32223 0 -1 64 3049 0 0 0 115 1 0 0 16 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32278] ppid=32267 vsize=1718680 CPUtime=0.87
/proc/32269/task/32278/stat : 32278 (java) S 32267 32269 32223 0 -1 64 1285 0 0 0 87 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32279] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32279/stat : 32279 (java) S 32267 32269 32223 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32280] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32280/stat : 32280 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32281] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32281/stat : 32281 (java) S 32267 32269 32223 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 198824316 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.88
Current children cumulated vsize (Kb) 1718680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.4 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 32476
/proc/meminfo: memFree=1425088/2055920 swapFree=4181488/4192956
[pid=32269] ppid=32267 vsize=1718680 CPUtime=1800.88
/proc/32269/stat : 32269 (java) R 32267 32269 32223 0 -1 0 151103 0 1 0 179803 285 0 0 22 0 13 0 198823327 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071755843 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32269/statm: 429670 101129 1908 14 0 416417 0
[pid=32269/tid=32270] ppid=32267 vsize=1718680 CPUtime=17.81
/proc/32269/task/32270/stat : 32270 (java) S 32267 32269 32223 0 -1 64 36543 0 0 0 1680 101 0 0 16 0 13 0 198823331 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32271] ppid=32267 vsize=1718680 CPUtime=17.72
/proc/32269/task/32271/stat : 32271 (java) S 32267 32269 32223 0 -1 64 34015 0 0 0 1650 122 0 0 16 0 13 0 198823331 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32272] ppid=32267 vsize=1718680 CPUtime=0.44
/proc/32269/task/32272/stat : 32272 (java) S 32267 32269 32223 0 -1 64 111 0 0 0 26 18 0 0 15 0 13 0 198823333 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32273] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32273/stat : 32273 (java) S 32267 32269 32223 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32274] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32274/stat : 32274 (java) S 32267 32269 32223 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198823334 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32275] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32275/stat : 32275 (java) S 32267 32269 32223 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32276] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32276/stat : 32276 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32277] ppid=32267 vsize=1718680 CPUtime=1.16
/proc/32269/task/32277/stat : 32277 (java) S 32267 32269 32223 0 -1 64 3049 0 0 0 115 1 0 0 16 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32278] ppid=32267 vsize=1718680 CPUtime=0.87
/proc/32269/task/32278/stat : 32278 (java) S 32267 32269 32223 0 -1 64 1285 0 0 0 87 0 0 0 17 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32279] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32279/stat : 32279 (java) S 32267 32269 32223 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32269/tid=32280] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32280/stat : 32280 (java) S 32267 32269 32223 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198823337 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32269/tid=32281] ppid=32267 vsize=1718680 CPUtime=0
/proc/32269/task/32281/stat : 32281 (java) S 32267 32269 32223 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 198824316 1759928320 101129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.88
Current children cumulated vsize (Kb) 1718680

Sending SIGTERM to -32269
Sleeping 2 seconds

Child status: 143
Real time (s): 1782.48
CPU time (s): 1800.97
CPU user time (s): 1798.04
CPU system time (s): 2.92455
CPU usage (%): 101.037
Max. virtual memory (cumulated for all children) (Kb): 1718680

Launcher Data (download as text)

Begin job on node20 on Sat Jun  3 10:46:42 UTC 2006


FILE ID= 43931-1149331602

PBS_JOBID= 309928

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-czprob.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node20/43931-1149331602/instance-43931-1149331602.opb 182353157
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-43931-1149331602 -o ROOT/results/node20/solver-43931-1149331602 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node20/43931-1149331602/instance-43931-1149331602.opb 182353157

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  c15e03ab07153a4c6592115aff440072

RANDOM SEED= 182353157


/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.236
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.236
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:       1824112 kB
Buffers:         12996 kB
Cached:         149132 kB
SwapCached:       3180 kB
Active:          40764 kB
Inactive:       130072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824112 kB
SwapTotal:     4192956 kB
SwapFree:      4181488 kB
Dirty:             216 kB
Writeback:           0 kB
Mapped:          14772 kB
Slab:            47096 kB
Committed_AS:   328112 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node20 on Sat Jun  3 11:16:25 UTC 2006