Trace number 43864

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.2UNSAT 950.33 943.751

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-biella1.opb
MD5SUM02b8e2ce7db79ee00a9a8f2ebac90f1b
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 benchmark2.48762
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables42650
Total number of constraints1202
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 constraints1202
Minimum length of a constraint38
Maximum length of a constraint42650
Number of terms in the objective function 42650
Biggest coefficient in the objective function 58891
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 565237
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262142
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 565237
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/node48/43864-1149262052/instance-43864-1149262052.opb
0.22	c reading problem ... 
5.81	c ... done. Time 5.589 ms.
5.81	c #vars     42650
5.81	c #constraints  2399
943.66	c starts		: 1
943.66	c conflicts		: 49
943.66	c decisions		: 106699
943.66	c propagations		: 288511
943.66	c inspects		: 899723
943.66	c learnt literals	: 0
943.66	c learnt binary clauses	: 0
943.66	c learnt ternary clauses	: 0
943.66	c learnt clauses	: 48
943.66	c root simplifications	: 0
943.66	c removed literals (reason simplification)	: 0
943.66	c reason swapping (by a shorter reason)	: 0
943.66	c Calls to reduceDB	: 0
943.66	c speed (decisions/second)	: 113.77695030129314
943.66	c non guided choices	4499
943.66	s UNSATISFIABLE
943.66	c Total wall clock time (ms): 943.437

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 3/64 15282
/proc/meminfo: memFree=1254248/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1480 CPUtime=0
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 58 0 0 0 0 0 0 0 19 0 1 0 191872253 1515520 41 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 3533453 0 0 4096 0 0 0 0 17 1 0 0
/proc/15282/statm: 374 47 37 14 0 7 0

[startup+10.0028 s]
/proc/loadavg: 0.93 0.95 0.90 2/76 15294
/proc/meminfo: memFree=1062480/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1713068 CPUtime=11.16
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 51310 0 1 0 1094 22 0 0 25 0 13 0 191872253 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071581950 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 428267 49703 1900 14 0 415014 0
[pid=15282/tid=15283] ppid=15280 vsize=1713068 CPUtime=0.45
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 6247 0 0 0 43 2 0 0 17 0 13 0 191872257 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713068 CPUtime=0.46
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 6299 0 0 0 44 2 0 0 16 0 13 0 191872257 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713068 CPUtime=0
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 20 0 0 0 0 0 0 0 17 0 13 0 191872259 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713068 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713068 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713068 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15289] ppid=15280 vsize=1713068 CPUtime=0
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 15236 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191872263 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=1713068 CPUtime=0.48
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 15236 0 -1 64 805 0 0 0 48 0 0 0 15 0 13 0 191872263 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15291] ppid=15280 vsize=1713068 CPUtime=0.55
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 15236 0 -1 64 1428 0 0 0 55 0 0 0 17 0 13 0 191872263 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15292] ppid=15280 vsize=1713068 CPUtime=0
/proc/15282/task/15292/stat : 15292 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191872263 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15293] ppid=15280 vsize=1713068 CPUtime=0
/proc/15282/task/15293/stat : 15293 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191872263 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15294] ppid=15280 vsize=1713068 CPUtime=0
/proc/15282/task/15294/stat : 15294 (java) S 15280 15282 15236 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 191872847 1754181632 49703 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (Kb) 1713068

[startup+20.0095 s]
/proc/loadavg: 0.94 0.96 0.91 2/76 15294
/proc/meminfo: memFree=1063120/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1713032 CPUtime=21.58
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 58224 0 1 0 2131 27 0 0 25 0 13 0 191872253 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071456074 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 428258 49507 1902 14 0 415005 0
[pid=15282/tid=15283] ppid=15280 vsize=1713032 CPUtime=0.72
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 10020 0 0 0 67 5 0 0 15 0 13 0 191872257 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713032 CPUtime=0.69
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 9395 0 0 0 66 3 0 0 16 0 13 0 191872257 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 20 0 0 0 0 0 0 0 17 0 13 0 191872259 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15289] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 15236 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191872263 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=1713032 CPUtime=0.59
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 15236 0 -1 64 811 0 0 0 59 0 0 0 16 0 13 0 191872263 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15291] ppid=15280 vsize=1713032 CPUtime=0.68
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 15236 0 -1 64 1440 0 0 0 68 0 0 0 16 0 13 0 191872263 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15292] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15292/stat : 15292 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191872263 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15293] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15293/stat : 15293 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191872263 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15294] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15294/stat : 15294 (java) S 15280 15282 15236 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 191872847 1754144768 49507 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (Kb) 1713032

[startup+30.0173 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 15294
/proc/meminfo: memFree=1100496/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1713032 CPUtime=31.61
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 58267 0 1 0 3133 28 0 0 25 0 13 0 191872253 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071231411 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 428258 40176 1902 14 0 415005 0
[pid=15282/tid=15283] ppid=15280 vsize=1713032 CPUtime=0.76
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 10020 0 0 0 71 5 0 0 15 0 13 0 191872257 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713032 CPUtime=0.73
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 9395 0 0 0 70 3 0 0 16 0 13 0 191872257 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713032 CPUtime=0.01
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 20 0 0 0 0 1 0 0 15 0 13 0 191872259 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15289] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 15236 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191872263 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=1713032 CPUtime=0.59
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 15236 0 -1 64 811 0 0 0 59 0 0 0 16 0 13 0 191872263 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15291] ppid=15280 vsize=1713032 CPUtime=0.68
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 15236 0 -1 64 1440 0 0 0 68 0 0 0 16 0 13 0 191872263 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15292] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15292/stat : 15292 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191872263 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15293] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15293/stat : 15293 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191872263 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15294] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15294/stat : 15294 (java) S 15280 15282 15236 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 191872847 1754144768 40176 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.61
Current children cumulated vsize (Kb) 1713032

[startup+40.024 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 15294
/proc/meminfo: memFree=1101776/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1713032 CPUtime=41.64
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 58315 0 1 0 4135 29 0 0 25 0 13 0 191872253 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071457022 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 428258 39856 1902 14 0 415005 0
[pid=15282/tid=15283] ppid=15280 vsize=1713032 CPUtime=0.81
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 10020 0 0 0 76 5 0 0 16 0 13 0 191872257 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713032 CPUtime=0.78
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 9395 0 0 0 75 3 0 0 15 0 13 0 191872257 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713032 CPUtime=0.03
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 20 0 0 0 1 2 0 0 16 0 13 0 191872259 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15289] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 15236 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=1713032 CPUtime=0.59
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 15236 0 -1 64 811 0 0 0 59 0 0 0 16 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15291] ppid=15280 vsize=1713032 CPUtime=0.68
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 15236 0 -1 64 1440 0 0 0 68 0 0 0 16 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15292] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15292/stat : 15292 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15293] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15293/stat : 15293 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15294] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15294/stat : 15294 (java) S 15280 15282 15236 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191872847 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.64
Current children cumulated vsize (Kb) 1713032

[startup+50.0307 s]
/proc/loadavg: 0.96 0.96 0.91 2/76 15294
/proc/meminfo: memFree=1101776/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1713032 CPUtime=51.66
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 58371 0 1 0 5136 30 0 0 25 0 13 0 191872253 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071456253 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 428258 39856 1902 14 0 415005 0
[pid=15282/tid=15283] ppid=15280 vsize=1713032 CPUtime=0.87
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 10020 0 0 0 82 5 0 0 16 0 13 0 191872257 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713032 CPUtime=0.82
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 9395 0 0 0 79 3 0 0 16 0 13 0 191872257 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713032 CPUtime=0.03
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 20 0 0 0 1 2 0 0 16 0 13 0 191872259 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15289] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 15236 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=1713032 CPUtime=0.59
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 15236 0 -1 64 811 0 0 0 59 0 0 0 16 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15291] ppid=15280 vsize=1713032 CPUtime=0.68
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 15236 0 -1 64 1440 0 0 0 68 0 0 0 16 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15292] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15292/stat : 15292 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15293] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15293/stat : 15293 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15294] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15294/stat : 15294 (java) S 15280 15282 15236 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191872847 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.66
Current children cumulated vsize (Kb) 1713032

[startup+60.0374 s]
/proc/loadavg: 0.97 0.96 0.91 2/76 15294
/proc/meminfo: memFree=1101776/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1713032 CPUtime=61.68
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 58426 0 1 0 6137 31 0 0 25 0 13 0 191872253 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071523368 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 428258 39856 1902 14 0 415005 0
[pid=15282/tid=15283] ppid=15280 vsize=1713032 CPUtime=0.93
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 10020 0 0 0 88 5 0 0 16 0 13 0 191872257 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713032 CPUtime=0.86
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 9395 0 0 0 83 3 0 0 16 0 13 0 191872257 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713032 CPUtime=0.05
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 20 0 0 0 2 3 0 0 16 0 13 0 191872259 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754144768 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/15282/statm: 428258 72034 1902 14 0 415005 0
[pid=15282/tid=15283] ppid=15280 vsize=1713032 CPUtime=6.42
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 20869 0 0 0 612 30 0 0 16 0 13 0 191872257 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713032 CPUtime=6.63
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 18234 0 0 0 629 34 0 0 16 0 13 0 191872257 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713032 CPUtime=0.56
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 119 0 0 0 30 26 0 0 15 0 13 0 191872259 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15289] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 15236 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191872263 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=1713032 CPUtime=0.67
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 15236 0 -1 64 817 0 0 0 67 0 0 0 17 0 13 0 191872263 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15291] ppid=15280 vsize=1713032 CPUtime=0.7
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 15236 0 -1 64 1441 0 0 0 70 0 0 0 17 0 13 0 191872263 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15292] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15292/stat : 15292 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191872263 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15293] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15293/stat : 15293 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191872263 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15294] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15294/stat : 15294 (java) S 15280 15282 15236 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191872847 1754144768 72034 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 896.99
Current children cumulated vsize (Kb) 1713032

[startup+900.694 s]
/proc/loadavg: 1.00 1.01 0.96 2/76 15296
/proc/meminfo: memFree=972688/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1713032 CPUtime=907.08
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 111985 0 1 0 90576 132 0 0 17 0 13 0 191872253 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071456111 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 428258 72086 1902 14 0 415005 0
[pid=15282/tid=15283] ppid=15280 vsize=1713032 CPUtime=6.51
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 20895 0 0 0 620 31 0 0 15 0 13 0 191872257 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713032 CPUtime=6.71
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 18260 0 0 0 636 35 0 0 16 0 13 0 191872257 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713032 CPUtime=0.56
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 119 0 0 0 30 26 0 0 15 0 13 0 191872259 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15289] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 15236 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191872263 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=1713032 CPUtime=0.67
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 15236 0 -1 64 817 0 0 0 67 0 0 0 17 0 13 0 191872263 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15291] ppid=15280 vsize=1713032 CPUtime=0.7
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 15236 0 -1 64 1441 0 0 0 70 0 0 0 17 0 13 0 191872263 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15292] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15292/stat : 15292 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191872263 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15293] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15293/stat : 15293 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191872263 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15294] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15294/stat : 15294 (java) S 15280 15282 15236 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191872847 1754144768 72086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 907.08
Current children cumulated vsize (Kb) 1713032

[startup+910.701 s]
/proc/loadavg: 1.00 1.01 0.96 2/76 15296
/proc/meminfo: memFree=972432/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1713032 CPUtime=917.16
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 112060 0 1 0 91582 134 0 0 17 0 13 0 191872253 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071456268 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 428258 72135 1902 14 0 415005 0
[pid=15282/tid=15283] ppid=15280 vsize=1713032 CPUtime=6.59
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 20920 0 0 0 628 31 0 0 15 0 13 0 191872257 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713032 CPUtime=6.79
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 18284 0 0 0 643 36 0 0 16 0 13 0 191872257 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713032 CPUtime=0.56
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 119 0 0 0 30 26 0 0 15 0 13 0 191872259 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15289] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 15236 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191872263 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=1713032 CPUtime=0.67
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 15236 0 -1 64 817 0 0 0 67 0 0 0 17 0 13 0 191872263 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15291] ppid=15280 vsize=1713032 CPUtime=0.7
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 15236 0 -1 64 1441 0 0 0 70 0 0 0 17 0 13 0 191872263 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15292] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15292/stat : 15292 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191872263 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15293] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15293/stat : 15293 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191872263 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15294] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15294/stat : 15294 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872847 1754144768 72135 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 917.16
Current children cumulated vsize (Kb) 1713032

[startup+920.709 s]
/proc/loadavg: 1.00 1.01 0.96 2/76 15296
/proc/meminfo: memFree=969808/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1713032 CPUtime=927.2
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 112744 0 1 0 92586 134 0 0 25 0 13 0 191872253 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071581703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 428258 72798 1902 14 0 415005 0
[pid=15282/tid=15283] ppid=15280 vsize=1713032 CPUtime=6.63
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 20977 0 0 0 632 31 0 0 17 0 13 0 191872257 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713032 CPUtime=6.83
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 18909 0 0 0 647 36 0 0 16 0 13 0 191872257 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713032 CPUtime=0.56
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 119 0 0 0 30 26 0 0 16 0 13 0 191872259 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15289] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 15236 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191872263 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=1713032 CPUtime=0.67
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 15236 0 -1 64 817 0 0 0 67 0 0 0 17 0 13 0 191872263 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15291] ppid=15280 vsize=1713032 CPUtime=0.7
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 15236 0 -1 64 1441 0 0 0 70 0 0 0 17 0 13 0 191872263 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15292] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15292/stat : 15292 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191872263 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15293] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15293/stat : 15293 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191872263 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15294] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15294/stat : 15294 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872847 1754144768 72798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 927.2
Current children cumulated vsize (Kb) 1713032

[startup+930.717 s]
/proc/loadavg: 1.00 1.01 0.96 2/76 15296
/proc/meminfo: memFree=967312/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1713032 CPUtime=937.25
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 113376 0 1 0 93591 134 0 0 25 0 13 0 191872253 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071581795 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 428258 73410 1902 14 0 415005 0
[pid=15282/tid=15283] ppid=15280 vsize=1713032 CPUtime=6.67
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 21092 0 0 0 636 31 0 0 17 0 13 0 191872257 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713032 CPUtime=6.88
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 19425 0 0 0 651 37 0 0 17 0 13 0 191872257 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713032 CPUtime=0.56
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 119 0 0 0 30 26 0 0 16 0 13 0 191872259 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15289] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 15236 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191872263 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=1713032 CPUtime=0.67
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 15236 0 -1 64 817 0 0 0 67 0 0 0 17 0 13 0 191872263 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15291] ppid=15280 vsize=1713032 CPUtime=0.72
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 15236 0 -1 64 1441 0 0 0 72 0 0 0 17 0 13 0 191872263 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15292] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15292/stat : 15292 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191872263 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15293] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15293/stat : 15293 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191872263 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15294] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15294/stat : 15294 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872847 1754144768 73410 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 937.25
Current children cumulated vsize (Kb) 1713032

[startup+940.724 s]
/proc/loadavg: 1.00 1.01 0.96 2/76 15296
/proc/meminfo: memFree=961424/2055920 swapFree=4181440/4192956
[pid=15282] ppid=15280 vsize=1713032 CPUtime=947.3
/proc/15282/stat : 15282 (java) R 15280 15282 15236 0 -1 0 115146 0 1 0 94595 135 0 0 19 0 13 0 191872253 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071581950 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15282/statm: 428258 74891 1902 14 0 415005 0
[pid=15282/tid=15283] ppid=15280 vsize=1713032 CPUtime=6.71
/proc/15282/task/15283/stat : 15283 (java) S 15280 15282 15236 0 -1 64 22203 0 0 0 640 31 0 0 17 0 13 0 191872257 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15284] ppid=15280 vsize=1713032 CPUtime=6.93
/proc/15282/task/15284/stat : 15284 (java) S 15280 15282 15236 0 -1 64 20083 0 0 0 656 37 0 0 17 0 13 0 191872257 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15285] ppid=15280 vsize=1713032 CPUtime=0.56
/proc/15282/task/15285/stat : 15285 (java) S 15280 15282 15236 0 -1 64 119 0 0 0 30 26 0 0 16 0 13 0 191872259 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15286] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15286/stat : 15286 (java) S 15280 15282 15236 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15287] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15287/stat : 15287 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872260 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15288] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15288/stat : 15288 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191872263 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15289] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15289/stat : 15289 (java) S 15280 15282 15236 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191872263 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15290] ppid=15280 vsize=1713032 CPUtime=0.67
/proc/15282/task/15290/stat : 15290 (java) S 15280 15282 15236 0 -1 64 817 0 0 0 67 0 0 0 17 0 13 0 191872263 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15291] ppid=15280 vsize=1713032 CPUtime=0.72
/proc/15282/task/15291/stat : 15291 (java) S 15280 15282 15236 0 -1 64 1441 0 0 0 72 0 0 0 17 0 13 0 191872263 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15292] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15292/stat : 15292 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191872263 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15282/tid=15293] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15293/stat : 15293 (java) S 15280 15282 15236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191872263 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15282/tid=15294] ppid=15280 vsize=1713032 CPUtime=0
/proc/15282/task/15294/stat : 15294 (java) S 15280 15282 15236 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191872847 1754144768 74891 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 947.3
Current children cumulated vsize (Kb) 1713032

Child status: 20
Real time (s): 943.751
CPU time (s): 950.33
CPU user time (s): 948.931
CPU system time (s): 1.39879
CPU usage (%): 100.697
Max. virtual memory (cumulated for all children) (Kb): 1713068

Launcher Data (download as text)

Begin job on node48 on Fri Jun  2 15:27:32 UTC 2006


FILE ID= 43864-1149262052

PBS_JOBID= 298709

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  02b8e2ce7db79ee00a9a8f2ebac90f1b

RANDOM SEED= 446392234


/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.259
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.259
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:       1254456 kB
Buffers:         27520 kB
Cached:         701044 kB
SwapCached:       3388 kB
Active:         229936 kB
Inactive:       507504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1254456 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:             216 kB
Writeback:           0 kB
Mapped:          14868 kB
Slab:            50000 kB
Committed_AS:   229952 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node48 on Fri Jun  2 15:43:16 UTC 2006