Trace number 43987

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 1170.27 1160.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-misc05.opb
MD5SUMbada111af8c03eca9b9736a7d2e9e703
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 benchmark0.159974
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1940
Total number of constraints300
Number of constraints which are clauses155
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints137
Minimum length of a constraint2
Maximum length of a constraint451
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
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 524652
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.18	c no version file found!!!
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_06
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 1548419056
0.18	c Max memory 1551040512
0.18	c Total memory 1551040512
0.18	c Number of processors 2
0.24	c Cutting planes based inference
0.24	c --- Begin Solver configuration ---
0.24	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.24	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.24	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving ROOT/tmp/node26/43987-1149345711/instance-43987-1149345711.opb
0.24	c reading problem ... 
0.79	c ... done. Time 0.546 ms.
0.79	c #vars     1940
0.79	c #constraints  328
1159.95	c starts		: 10
1159.95	c conflicts		: 7746
1159.95	c decisions		: 98057
1159.95	c propagations		: 1091881
1159.95	c inspects		: 114092787
1159.95	c learnt literals	: 0
1159.95	c learnt binary clauses	: 11
1159.95	c learnt ternary clauses	: 0
1159.95	c learnt clauses	: 7745
1159.95	c root simplifications	: 0
1159.95	c removed literals (reason simplification)	: 0
1159.95	c reason swapping (by a shorter reason)	: 0
1159.95	c Calls to reduceDB	: 0
1159.95	c speed (decisions/second)	: 84.59322664103888
1159.95	c non guided choices	38
1159.95	s UNSATISFIABLE
1159.95	c Total wall clock time (ms): 1159.711

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 2/64 27019
/proc/meminfo: memFree=1427320/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=308 CPUtime=0
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 57 0 0 0 0 0 0 0 19 0 1 0 17741999 315392 40 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 12591965 0 0 4096 0 0 0 0 17 1 0 0
/proc/27019/statm: 77 40 31 14 0 5 0

[startup+10.0014 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 27031
/proc/meminfo: memFree=1238952/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=1713536 CPUtime=11.25
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 52584 0 1 0 1105 20 0 0 18 0 13 0 17741999 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071557403 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27019/statm: 428384 48903 1909 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=0.17
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 4913 0 0 0 15 2 0 0 15 0 13 0 17742003 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=0.17
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 4643 0 0 0 16 1 0 0 16 0 13 0 17742003 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 17742005 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27026] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27026/stat : 27026 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 17742009 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27027] ppid=27017 vsize=1713536 CPUtime=0.68
/proc/27019/task/27027/stat : 27027 (java) S 27017 27019 26973 0 -1 64 1227 0 0 0 68 0 0 0 16 0 13 0 17742009 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27028] ppid=27017 vsize=1713536 CPUtime=0.91
/proc/27019/task/27028/stat : 27028 (java) S 27017 27019 26973 0 -1 64 2064 0 0 0 91 0 0 0 16 0 13 0 17742009 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27029] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27029/stat : 27029 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17742009 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27030] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27030/stat : 27030 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17742009 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27031] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27031/stat : 27031 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 17742082 1754660864 48903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.25
Current children cumulated vsize (Kb) 1713536

[startup+20.0084 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27031
/proc/meminfo: memFree=1231976/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=1713536 CPUtime=21.34
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 55809 0 1 0 2113 21 0 0 25 0 13 0 17741999 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071557480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27019/statm: 428384 50599 1909 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=0.25
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 6705 0 0 0 23 2 0 0 16 0 13 0 17742003 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=0.26
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 6061 0 0 0 25 1 0 0 17 0 13 0 17742003 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 28 0 0 0 0 0 0 0 17 0 13 0 17742005 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27026] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27026/stat : 27026 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742009 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27027] ppid=27017 vsize=1713536 CPUtime=0.68
/proc/27019/task/27027/stat : 27027 (java) S 27017 27019 26973 0 -1 64 1227 0 0 0 68 0 0 0 16 0 13 0 17742009 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27028] ppid=27017 vsize=1713536 CPUtime=0.92
/proc/27019/task/27028/stat : 27028 (java) S 27017 27019 26973 0 -1 64 2064 0 0 0 92 0 0 0 17 0 13 0 17742009 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27029] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27029/stat : 27029 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17742009 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27030] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27030/stat : 27030 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17742009 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27031] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27031/stat : 27031 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 17742082 1754660864 50599 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.34
Current children cumulated vsize (Kb) 1713536

[startup+30.0189 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27031
/proc/meminfo: memFree=1239080/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=1713536 CPUtime=31.43
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 57897 0 1 0 3121 22 0 0 25 0 13 0 17741999 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071410957 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27019/statm: 428384 48653 1909 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=0.34
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 7787 0 0 0 31 3 0 0 16 0 13 0 17742003 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=0.34
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 7050 0 0 0 32 2 0 0 15 0 13 0 17742003 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 17742005 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27026] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27026/stat : 27026 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742009 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27027] ppid=27017 vsize=1713536 CPUtime=0.68
/proc/27019/task/27027/stat : 27027 (java) S 27017 27019 26973 0 -1 64 1227 0 0 0 68 0 0 0 16 0 13 0 17742009 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27028] ppid=27017 vsize=1713536 CPUtime=0.93
/proc/27019/task/27028/stat : 27028 (java) S 27017 27019 26973 0 -1 64 2065 0 0 0 93 0 0 0 17 0 13 0 17742009 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27029] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27029/stat : 27029 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17742009 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27030] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27030/stat : 27030 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17742009 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27031] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27031/stat : 27031 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 17742082 1754660864 48653 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.43
Current children cumulated vsize (Kb) 1713536

[startup+40.0254 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27031
/proc/meminfo: memFree=1202856/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=1713536 CPUtime=41.58
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 68367 0 1 0 4132 26 0 0 22 0 13 0 17741999 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071543553 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27019/statm: 428384 57959 1911 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=0.43
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 9901 0 0 0 40 3 0 0 15 0 13 0 17742003 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=0.45
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 9025 0 0 0 42 3 0 0 16 0 13 0 17742003 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0.01
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 43 0 0 0 1 0 0 0 16 0 13 0 17742005 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27026] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27026/stat : 27026 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742009 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27027] ppid=27017 vsize=1713536 CPUtime=0.68
/proc/27019/task/27027/stat : 27027 (java) S 27017 27019 26973 0 -1 64 1227 0 0 0 68 0 0 0 16 0 13 0 17742009 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27028] ppid=27017 vsize=1713536 CPUtime=0.99
/proc/27019/task/27028/stat : 27028 (java) S 27017 27019 26973 0 -1 64 2077 0 0 0 99 0 0 0 17 0 13 0 17742009 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27029] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27029/stat : 27029 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17742009 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27030] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27030/stat : 27030 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17742009 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27031] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27031/stat : 27031 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742082 1754660864 57959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.58
Current children cumulated vsize (Kb) 1713536

[startup+50.0324 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27031
/proc/meminfo: memFree=1200296/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=1713536 CPUtime=51.67
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 70720 0 1 0 5139 28 0 0 19 0 13 0 17741999 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071491632 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27019/statm: 428384 58561 1911 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=0.53
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 11130 0 0 0 49 4 0 0 16 0 13 0 17742003 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=0.53
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 10136 0 0 0 50 3 0 0 16 0 13 0 17742003 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0.01
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 43 0 0 0 1 0 0 0 16 0 13 0 17742005 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27026] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27026/stat : 27026 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742009 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27027] ppid=27017 vsize=1713536 CPUtime=0.69
/proc/27019/task/27027/stat : 27027 (java) S 27017 27019 26973 0 -1 64 1227 0 0 0 69 0 0 0 17 0 13 0 17742009 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27028] ppid=27017 vsize=1713536 CPUtime=0.99
/proc/27019/task/27028/stat : 27028 (java) S 27017 27019 26973 0 -1 64 2077 0 0 0 99 0 0 0 17 0 13 0 17742009 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27029] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27029/stat : 27029 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17742009 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27030] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27030/stat : 27030 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17742009 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27031] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27031/stat : 27031 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742082 1754660864 58561 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.67
Current children cumulated vsize (Kb) 1713536

[startup+60.0394 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27031
/proc/meminfo: memFree=1194024/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=1713536 CPUtime=61.75
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 73571 0 1 0 6145 30 0 0 25 0 13 0 17741999 1754660864 60122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071641298 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27019/statm: 428384 60122 1911 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=0.61
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 12250 0 0 0 56 5 0 0 16 0 13 0 17742003 1754660864 60122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=0.6
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 11149 0 0 0 57 3 0 0 16 0 13 0 17742003 1754660864 60122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0.01
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 46 0 0 0 1 0 0 0 16 0 13 0 17742005 1754660864 60122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 60122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 60122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 60122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/27019/statm: 428384 130695 1911 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=8.91
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 59288 0 0 0 866 25 0 0 16 0 13 0 17742003 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=8.91
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 60077 0 0 0 867 24 0 0 17 0 13 0 17742003 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0.19
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 160 0 0 0 11 8 0 0 16 0 13 0 17742005 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27026] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27026/stat : 27026 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742009 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27027] ppid=27017 vsize=1713536 CPUtime=0.69
/proc/27019/task/27027/stat : 27027 (java) S 27017 27019 26973 0 -1 64 1227 0 0 0 69 0 0 0 17 0 13 0 17742009 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27028] ppid=27017 vsize=1713536 CPUtime=0.99
/proc/27019/task/27028/stat : 27028 (java) S 27017 27019 26973 0 -1 64 2077 0 0 0 99 0 0 0 17 0 13 0 17742009 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27029] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27029/stat : 27029 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17742009 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27030] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27030/stat : 27030 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17742009 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27031] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27031/stat : 27031 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742082 1754660864 130695 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1110.33
Current children cumulated vsize (Kb) 1713536

[startup+1110.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27031
/proc/meminfo: memFree=909032/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=1713536 CPUtime=1120.43
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 205180 0 1 0 111949 94 0 0 25 0 13 0 17741999 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071491937 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27019/statm: 428384 131128 1911 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=8.99
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 59623 0 0 0 874 25 0 0 16 0 13 0 17742003 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=8.99
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 60466 0 0 0 875 24 0 0 17 0 13 0 17742003 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0.19
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 164 0 0 0 11 8 0 0 16 0 13 0 17742005 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27026] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27026/stat : 27026 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742009 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27027] ppid=27017 vsize=1713536 CPUtime=0.69
/proc/27019/task/27027/stat : 27027 (java) S 27017 27019 26973 0 -1 64 1227 0 0 0 69 0 0 0 17 0 13 0 17742009 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27028] ppid=27017 vsize=1713536 CPUtime=0.99
/proc/27019/task/27028/stat : 27028 (java) S 27017 27019 26973 0 -1 64 2077 0 0 0 99 0 0 0 17 0 13 0 17742009 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27029] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27029/stat : 27029 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17742009 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27030] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27030/stat : 27030 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17742009 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27031] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27031/stat : 27031 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742082 1754660864 131128 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1120.43
Current children cumulated vsize (Kb) 1713536

[startup+1120.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27031
/proc/meminfo: memFree=899752/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=1713536 CPUtime=1130.56
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 207720 0 1 0 112961 95 0 0 25 0 13 0 17741999 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071707361 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27019/statm: 428384 133458 1911 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=9.12
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 60463 0 0 0 887 25 0 0 16 0 13 0 17742003 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=9.13
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 60874 0 0 0 888 25 0 0 16 0 13 0 17742003 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0.2
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 164 0 0 0 12 8 0 0 16 0 13 0 17742005 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27026] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27026/stat : 27026 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742009 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27027] ppid=27017 vsize=1713536 CPUtime=0.69
/proc/27019/task/27027/stat : 27027 (java) S 27017 27019 26973 0 -1 64 1227 0 0 0 69 0 0 0 17 0 13 0 17742009 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27028] ppid=27017 vsize=1713536 CPUtime=0.99
/proc/27019/task/27028/stat : 27028 (java) S 27017 27019 26973 0 -1 64 2077 0 0 0 99 0 0 0 17 0 13 0 17742009 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27029] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27029/stat : 27029 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17742009 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27030] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27030/stat : 27030 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17742009 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27031] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27031/stat : 27031 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742082 1754660864 133458 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1130.56
Current children cumulated vsize (Kb) 1713536

[startup+1130.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27031
/proc/meminfo: memFree=896680/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=1713536 CPUtime=1140.74
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 208499 0 1 0 113978 96 0 0 25 0 13 0 17741999 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071411287 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27019/statm: 428384 134222 1911 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=9.31
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 61037 0 0 0 905 26 0 0 16 0 13 0 17742003 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=9.3
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 61068 0 0 0 905 25 0 0 16 0 13 0 17742003 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0.2
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 164 0 0 0 12 8 0 0 15 0 13 0 17742005 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27026] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27026/stat : 27026 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742009 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27027] ppid=27017 vsize=1713536 CPUtime=0.69
/proc/27019/task/27027/stat : 27027 (java) S 27017 27019 26973 0 -1 64 1227 0 0 0 69 0 0 0 17 0 13 0 17742009 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27028] ppid=27017 vsize=1713536 CPUtime=0.99
/proc/27019/task/27028/stat : 27028 (java) S 27017 27019 26973 0 -1 64 2077 0 0 0 99 0 0 0 17 0 13 0 17742009 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27029] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27029/stat : 27029 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17742009 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27030] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27030/stat : 27030 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17742009 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27031] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27031/stat : 27031 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742082 1754660864 134222 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1140.74
Current children cumulated vsize (Kb) 1713536

[startup+1140.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27031
/proc/meminfo: memFree=894248/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=1713536 CPUtime=1150.89
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 209118 0 1 0 114993 96 0 0 20 0 13 0 17741999 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071390169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27019/statm: 428384 134823 1911 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=9.45
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 61563 0 0 0 919 26 0 0 16 0 13 0 17742003 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=9.45
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 61152 0 0 0 920 25 0 0 17 0 13 0 17742003 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0.2
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 164 0 0 0 12 8 0 0 16 0 13 0 17742005 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27026] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27026/stat : 27026 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742009 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27027] ppid=27017 vsize=1713536 CPUtime=0.69
/proc/27019/task/27027/stat : 27027 (java) S 27017 27019 26973 0 -1 64 1227 0 0 0 69 0 0 0 17 0 13 0 17742009 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27028] ppid=27017 vsize=1713536 CPUtime=0.99
/proc/27019/task/27028/stat : 27028 (java) S 27017 27019 26973 0 -1 64 2077 0 0 0 99 0 0 0 17 0 13 0 17742009 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27029] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27029/stat : 27029 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17742009 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27030] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27030/stat : 27030 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17742009 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27031] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27031/stat : 27031 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742082 1754660864 134823 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1150.89
Current children cumulated vsize (Kb) 1713536

[startup+1150.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 27054
/proc/meminfo: memFree=891056/2055920 swapFree=4192956/4192956
[pid=27019] ppid=27017 vsize=1713536 CPUtime=1160.96
/proc/27019/stat : 27019 (java) R 27017 27019 26973 0 -1 0 209573 0 1 0 115999 97 0 0 25 0 13 0 17741999 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071348923 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27019/statm: 428384 135272 1911 14 0 415131 0
[pid=27019/tid=27020] ppid=27017 vsize=1713536 CPUtime=9.54
/proc/27019/task/27020/stat : 27020 (java) S 27017 27019 26973 0 -1 64 61933 0 0 0 928 26 0 0 16 0 13 0 17742003 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27021] ppid=27017 vsize=1713536 CPUtime=9.53
/proc/27019/task/27021/stat : 27021 (java) S 27017 27019 26973 0 -1 64 61233 0 0 0 928 25 0 0 16 0 13 0 17742003 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27022] ppid=27017 vsize=1713536 CPUtime=0.2
/proc/27019/task/27022/stat : 27022 (java) S 27017 27019 26973 0 -1 64 164 0 0 0 12 8 0 0 16 0 13 0 17742005 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27023] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27023/stat : 27023 (java) S 27017 27019 26973 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27024] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27024/stat : 27024 (java) S 27017 27019 26973 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17742006 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27025] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27025/stat : 27025 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 17742009 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27026] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27026/stat : 27026 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742009 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27027] ppid=27017 vsize=1713536 CPUtime=0.69
/proc/27019/task/27027/stat : 27027 (java) S 27017 27019 26973 0 -1 64 1227 0 0 0 69 0 0 0 17 0 13 0 17742009 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27028] ppid=27017 vsize=1713536 CPUtime=0.99
/proc/27019/task/27028/stat : 27028 (java) S 27017 27019 26973 0 -1 64 2077 0 0 0 99 0 0 0 17 0 13 0 17742009 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27029] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27029/stat : 27029 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 17742009 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27019/tid=27030] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27030/stat : 27030 (java) S 27017 27019 26973 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 17742009 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27019/tid=27031] ppid=27017 vsize=1713536 CPUtime=0
/proc/27019/task/27031/stat : 27031 (java) S 27017 27019 26973 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 17742082 1754660864 135272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1160.96
Current children cumulated vsize (Kb) 1713536

Child status: 20
Real time (s): 1160.09
CPU time (s): 1170.27
CPU user time (s): 1169.18
CPU system time (s): 1.08883
CPU usage (%): 100.878
Max. virtual memory (cumulated for all children) (Kb): 1713536

Launcher Data (download as text)

Begin job on node26 on Sat Jun  3 14:41:51 UTC 2006


FILE ID= 43987-1149345711

PBS_JOBID= 310652

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-misc05.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node26/43987-1149345711/instance-43987-1149345711.opb 519011983
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-43987-1149345711 -o ROOT/results/node26/solver-43987-1149345711 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node26/43987-1149345711/instance-43987-1149345711.opb 519011983

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  bada111af8c03eca9b9736a7d2e9e703

RANDOM SEED= 519011983


/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.247
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.247
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:       1427528 kB
Buffers:         28500 kB
Cached:         543040 kB
SwapCached:          0 kB
Active:          81292 kB
Inactive:       504736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427528 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             284 kB
Writeback:           0 kB
Mapped:          24912 kB
Slab:            28384 kB
Committed_AS:   259460 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node26 on Sat Jun  3 15:01:11 UTC 2006