Trace number 44051

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.2No Cert. 1797.57 1758.71

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-sp97ar.opb
MD5SUM08881dff6590c7283bf2bddc3ff4042d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark1783.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 46
Optimality of the best value was proved NO
Number of variables282020
Total number of constraints1761
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 constraints1761
Minimum length of a constraint20
Maximum length of a constraint49260
Number of terms in the objective function 282020
Biggest coefficient in the objective function 79
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 756319
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 756319
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.18	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.23	c Cutting planes based inference
0.23	c --- Begin Solver configuration ---
0.23	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.23	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.23	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving ROOT/tmp/node68/44051-1149360455/instance-44051-1149360455.opb
0.23	c reading problem ... 
40.93	c ... done. Time 40.699 ms.
40.93	c #vars     282020
40.93	c #constraints  1761
41.37	c SATISFIABLE
41.37	c OPTIMIZING...
41.37	c Got one! Ellapsed CPU time (in seconds):41.14
115.80	o 57
202.57	c Got one! Ellapsed CPU time (in seconds):202.339
280.42	o 53
371.69	c Got one! Ellapsed CPU time (in seconds):371.461
453.99	o 51
588.15	c Got one! Ellapsed CPU time (in seconds):587.921
669.46	o 50
994.15	c Got one! Ellapsed CPU time (in seconds):993.919
1076.99	o 48
1744.77	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1744.77	c starts		: 6
1744.77	c conflicts		: 75
1744.77	c decisions		: 867650
1744.77	c propagations		: 1101502
1744.77	c inspects		: 143113
1744.77	c learnt literals	: 0
1744.77	c learnt binary clauses	: 0
1744.77	c learnt ternary clauses	: 0
1744.77	c learnt clauses	: 74
1744.77	c root simplifications	: 0
1744.77	c removed literals (reason simplification)	: 0
1744.77	c reason swapping (by a shorter reason)	: 0
1744.77	c Calls to reduceDB	: 0
1744.77	c speed (decisions/second)	: 1484.7664485392766
1744.77	c non guided choices	448325
1744.77	s SATISFIABLE
1758.43	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.93 2/64 23871
/proc/meminfo: memFree=1417752/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1784 CPUtime=0
/proc/23871/stat : 23871 (java) D 23869 23871 23825 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 201715253 1826816 141 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/23871/statm: 446 141 106 14 0 91 0

[startup+10.0023 s]
/proc/loadavg: 1.07 0.99 0.94 2/75 23882
/proc/meminfo: memFree=1150608/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1713464 CPUtime=11.94
/proc/23871/stat : 23871 (java) R 23869 23871 23825 0 -1 0 72962 0 1 0 1161 33 0 0 17 0 12 0 201715253 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071520365 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 428366 68498 1886 14 0 415113 0
[pid=23871/tid=23872] ppid=23869 vsize=1713464 CPUtime=1.07
/proc/23871/task/23872/stat : 23872 (java) S 23869 23871 23825 0 -1 64 16058 0 0 0 100 7 0 0 16 0 12 0 201715259 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23873] ppid=23869 vsize=1713464 CPUtime=1.06
/proc/23871/task/23873/stat : 23873 (java) S 23869 23871 23825 0 -1 64 17143 0 0 0 98 8 0 0 16 0 12 0 201715259 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23874] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23874/stat : 23874 (java) S 23869 23871 23825 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 201715262 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23875] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23869 23871 23825 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201715263 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23876] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23876/stat : 23876 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201715263 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23877] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 201715266 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201715266 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1713464 CPUtime=0.66
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2429 0 0 0 65 1 0 0 16 0 12 0 201715266 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1713464 CPUtime=0.52
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 811 0 0 0 52 0 0 0 16 0 12 0 201715266 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 201715266 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201715266 1754587136 68498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (Kb) 1713464

[startup+20.0132 s]
/proc/loadavg: 1.06 0.99 0.94 2/75 23882
/proc/meminfo: memFree=1137360/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1713464 CPUtime=22.28
/proc/23871/stat : 23871 (java) R 23869 23871 23825 0 -1 0 77642 0 1 0 2191 37 0 0 25 0 12 0 201715253 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071341496 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 428366 71896 1886 14 0 415113 0
[pid=23871/tid=23872] ppid=23869 vsize=1713464 CPUtime=1.4
/proc/23871/task/23872/stat : 23872 (java) S 23869 23871 23825 0 -1 64 18288 0 0 0 131 9 0 0 16 0 12 0 201715259 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23873] ppid=23869 vsize=1713464 CPUtime=1.4
/proc/23871/task/23873/stat : 23873 (java) S 23869 23871 23825 0 -1 64 19567 0 0 0 131 9 0 0 16 0 12 0 201715259 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23874] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23874/stat : 23874 (java) S 23869 23871 23825 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 201715262 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23875] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23869 23871 23825 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201715263 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23876] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23876/stat : 23876 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201715263 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23877] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 201715266 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201715266 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1713464 CPUtime=0.67
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2431 0 0 0 66 1 0 0 16 0 12 0 201715266 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1713464 CPUtime=0.52
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 811 0 0 0 52 0 0 0 17 0 12 0 201715266 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 201715266 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1713464 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201715266 1754587136 71896 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.28
Current children cumulated vsize (Kb) 1713464

[startup+30.021 s]
/proc/loadavg: 1.05 0.99 0.94 2/75 23882
/proc/meminfo: memFree=1133648/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1711848 CPUtime=32.43
/proc/23871/stat : 23871 (java) R 23869 23871 23825 0 -1 0 79034 0 1 0 3203 40 0 0 24 0 12 0 201715253 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071332927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23871/statm: 427962 72841 1886 14 0 414709 0
[pid=23871/tid=23872] ppid=23869 vsize=1711848 CPUtime=1.52
/proc/23871/task/23872/stat : 23872 (java) S 23869 23871 23825 0 -1 64 19454 0 0 0 143 9 0 0 16 0 12 0 201715259 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23873] ppid=23869 vsize=1711848 CPUtime=1.52
/proc/23871/task/23873/stat : 23873 (java) S 23869 23871 23825 0 -1 64 19778 0 0 0 143 9 0 0 16 0 12 0 201715259 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23874] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23874/stat : 23874 (java) S 23869 23871 23825 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 201715262 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23875] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23869 23871 23825 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201715263 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23876] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23876/stat : 23876 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201715263 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23877] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 201715266 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201715266 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1711848 CPUtime=0.68
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2431 0 0 0 67 1 0 0 17 0 12 0 201715266 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1711848 CPUtime=0.54
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 812 0 0 0 54 0 0 0 17 0 12 0 201715266 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 201715266 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201715266 1752932352 72841 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.43
Current children cumulated vsize (Kb) 1711848

[startup+40.0287 s]
/proc/loadavg: 1.04 0.99 0.94 2/75 23882
/proc/meminfo: memFree=1125520/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1711848 CPUtime=42.61
/proc/23871/stat : 23871 (java) R 23869 23871 23825 0 -1 0 81218 0 1 0 4218 43 0 0 18 0 12 0 201715253 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071520377 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 427962 74878 1886 14 0 414709 0
[pid=23871/tid=23872] ppid=23869 vsize=1711848 CPUtime=1.7
/proc/23871/task/23872/stat : 23872 (java) S 23869 23871 23825 0 -1 64 20518 0 0 0 160 10 0 0 15 0 12 0 201715259 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23873] ppid=23869 vsize=1711848 CPUtime=1.7
/proc/23871/task/23873/stat : 23873 (java) S 23869 23871 23825 0 -1 64 20880 0 0 0 160 10 0 0 16 0 12 0 201715259 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23874] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23874/stat : 23874 (java) S 23869 23871 23825 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 201715262 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23875] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23869 23871 23825 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201715263 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23876] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23876/stat : 23876 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201715263 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23877] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 201715266 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201715266 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1711848 CPUtime=0.68
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2431 0 0 0 67 1 0 0 17 0 12 0 201715266 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1711848 CPUtime=0.54
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 813 0 0 0 54 0 0 0 17 0 12 0 201715266 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 201715266 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1711848 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201715266 1752932352 74878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.61
Current children cumulated vsize (Kb) 1711848

[startup+50.0364 s]
/proc/loadavg: 1.04 0.99 0.94 2/75 23883
/proc/meminfo: memFree=1123984/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1712364 CPUtime=52.87
/proc/23871/stat : 23871 (java) R 23869 23871 23825 0 -1 0 81643 0 1 0 5243 44 0 0 25 0 12 0 201715253 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071704023 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 428091 75259 1902 14 0 414838 0
[pid=23871/tid=23872] ppid=23869 vsize=1712364 CPUtime=1.72
/proc/23871/task/23872/stat : 23872 (java) S 23869 23871 23825 0 -1 64 20652 0 0 0 162 10 0 0 16 0 12 0 201715259 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23873] ppid=23869 vsize=1712364 CPUtime=1.72
/proc/23871/task/23873/stat : 23873 (java) S 23869 23871 23825 0 -1 64 21105 0 0 0 162 10 0 0 16 0 12 0 201715259 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23874] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23874/stat : 23874 (java) S 23869 23871 23825 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 201715262 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23875] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23869 23871 23825 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201715263 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23876] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23876/stat : 23876 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201715263 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23877] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1712364 CPUtime=0.85
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2448 0 0 0 84 1 0 0 16 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1712364 CPUtime=0.69
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 825 0 0 0 69 0 0 0 16 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.87
Current children cumulated vsize (Kb) 1712364

[startup+60.0431 s]
/proc/loadavg: 1.03 0.99 0.94 2/75 23883
/proc/meminfo: memFree=1123984/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1712364 CPUtime=62.88
/proc/23871/stat : 23871 (java) R 23869 23871 23825 0 -1 0 81643 0 1 0 6244 44 0 0 25 0 12 0 201715253 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071704017 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 428091 75259 1902 14 0 414838 0
[pid=23871/tid=23872] ppid=23869 vsize=1712364 CPUtime=1.72
/proc/23871/task/23872/stat : 23872 (java) S 23869 23871 23825 0 -1 64 20652 0 0 0 162 10 0 0 16 0 12 0 201715259 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23873] ppid=23869 vsize=1712364 CPUtime=1.72
/proc/23871/task/23873/stat : 23873 (java) S 23869 23871 23825 0 -1 64 21105 0 0 0 162 10 0 0 16 0 12 0 201715259 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23874] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23874/stat : 23874 (java) S 23869 23871 23825 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 201715262 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23875] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23869 23871 23825 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201715263 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23876] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23876/stat : 23876 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201715263 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23877] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1712364 CPUtime=0.85
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2448 0 0 0 84 1 0 0 16 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1712364 CPUtime=0.69
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 825 0 0 0 69 0 0 0 16 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1712364 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201715266 1753460736 75259 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 201715266 1760055296 390358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 201715266 1760055296 390358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1718804 CPUtime=1.03
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2462 0 0 0 102 1 0 0 16 0 14 0 201715266 1760055296 390358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1718804 CPUtime=0.93
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 840 0 0 0 93 0 0 0 16 0 14 0 201715266 1760055296 390358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 201715266 1760055296 390358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 201715266 1760055296 390358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=24083] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/24083/stat : 24083 (java) S 23869 23871 23825 0 -1 64 73 0 0 0 0 0 0 0 16 0 14 0 201831294 1760055296 390358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=24084] ppid=23869 vsize=1718804 CPUtime=0.15
/proc/23871/task/24084/stat : 24084 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 15 0 0 0 18 0 14 0 201889730 1760055296 390358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1792.22
Current children cumulated vsize (Kb) 1718804

[startup+1754.32 s]
/proc/loadavg: 1.01 1.01 0.99 2/77 24084
/proc/meminfo: memFree=17504/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1718804 CPUtime=1793.22
/proc/23871/stat : 23871 (java) S 23869 23871 23825 0 -1 0 566913 0 2 0 178925 397 0 0 17 0 14 0 201715253 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 429701 390360 1914 14 0 416448 0
[pid=23871/tid=23872] ppid=23869 vsize=1718804 CPUtime=38.4
/proc/23871/task/23872/stat : 23872 (java) S 23869 23871 23825 0 -1 64 207612 0 0 0 3677 163 0 0 17 0 14 0 201715259 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23873] ppid=23869 vsize=1718804 CPUtime=38.39
/proc/23871/task/23873/stat : 23873 (java) S 23869 23871 23825 0 -1 64 190101 0 0 0 3705 134 0 0 16 0 14 0 201715259 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23874] ppid=23869 vsize=1718804 CPUtime=465.67
/proc/23871/task/23874/stat : 23874 (java) R 23869 23871 23825 0 -1 64 127660 0 1 0 46501 66 0 0 25 0 14 0 201715262 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154938500 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23875] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23869 23871 23825 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 201715263 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23876] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23876/stat : 23876 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 201715263 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23877] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1718804 CPUtime=1.03
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2462 0 0 0 102 1 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1718804 CPUtime=0.93
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 840 0 0 0 93 0 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=24083] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/24083/stat : 24083 (java) S 23869 23871 23825 0 -1 64 73 0 0 0 0 0 0 0 16 0 14 0 201831294 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=24084] ppid=23869 vsize=1718804 CPUtime=0.15
/proc/23871/task/24084/stat : 24084 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 15 0 0 0 18 0 14 0 201889730 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1793.22
Current children cumulated vsize (Kb) 1718804

[startup+1755.33 s]
/proc/loadavg: 1.01 1.01 0.99 2/77 24084
/proc/meminfo: memFree=17504/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1718804 CPUtime=1794.23
/proc/23871/stat : 23871 (java) S 23869 23871 23825 0 -1 0 566913 0 2 0 179026 397 0 0 17 0 14 0 201715253 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 429701 390360 1914 14 0 416448 0
[pid=23871/tid=23872] ppid=23869 vsize=1718804 CPUtime=38.4
/proc/23871/task/23872/stat : 23872 (java) S 23869 23871 23825 0 -1 64 207612 0 0 0 3677 163 0 0 17 0 14 0 201715259 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23873] ppid=23869 vsize=1718804 CPUtime=38.39
/proc/23871/task/23873/stat : 23873 (java) S 23869 23871 23825 0 -1 64 190101 0 0 0 3705 134 0 0 16 0 14 0 201715259 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23874] ppid=23869 vsize=1718804 CPUtime=466.67
/proc/23871/task/23874/stat : 23874 (java) R 23869 23871 23825 0 -1 64 127660 0 1 0 46601 66 0 0 25 0 14 0 201715262 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154939760 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23875] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23869 23871 23825 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 201715263 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23876] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23876/stat : 23876 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 201715263 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23877] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1718804 CPUtime=1.03
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2462 0 0 0 102 1 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1718804 CPUtime=0.93
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 840 0 0 0 93 0 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=24083] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/24083/stat : 24083 (java) S 23869 23871 23825 0 -1 64 73 0 0 0 0 0 0 0 16 0 14 0 201831294 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=24084] ppid=23869 vsize=1718804 CPUtime=0.15
/proc/23871/task/24084/stat : 24084 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 15 0 0 0 18 0 14 0 201889730 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.23
Current children cumulated vsize (Kb) 1718804

[startup+1756.33 s]
/proc/loadavg: 1.01 1.01 0.99 2/77 24084
/proc/meminfo: memFree=17504/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1718804 CPUtime=1795.23
/proc/23871/stat : 23871 (java) S 23869 23871 23825 0 -1 0 566913 0 2 0 179126 397 0 0 17 0 14 0 201715253 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 429701 390360 1914 14 0 416448 0
[pid=23871/tid=23872] ppid=23869 vsize=1718804 CPUtime=38.4
/proc/23871/task/23872/stat : 23872 (java) S 23869 23871 23825 0 -1 64 207612 0 0 0 3677 163 0 0 17 0 14 0 201715259 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23873] ppid=23869 vsize=1718804 CPUtime=38.39
/proc/23871/task/23873/stat : 23873 (java) S 23869 23871 23825 0 -1 64 190101 0 0 0 3705 134 0 0 16 0 14 0 201715259 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23874] ppid=23869 vsize=1718804 CPUtime=467.68
/proc/23871/task/23874/stat : 23874 (java) R 23869 23871 23825 0 -1 64 127660 0 1 0 46702 66 0 0 25 0 14 0 201715262 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649000 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23875] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23869 23871 23825 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 201715263 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23876] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23876/stat : 23876 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 201715263 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23877] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1718804 CPUtime=1.03
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2462 0 0 0 102 1 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1718804 CPUtime=0.93
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 840 0 0 0 93 0 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=24083] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/24083/stat : 24083 (java) S 23869 23871 23825 0 -1 64 73 0 0 0 0 0 0 0 16 0 14 0 201831294 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=24084] ppid=23869 vsize=1718804 CPUtime=0.15
/proc/23871/task/24084/stat : 24084 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 15 0 0 0 18 0 14 0 201889730 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.23
Current children cumulated vsize (Kb) 1718804

[startup+1757.34 s]
/proc/loadavg: 1.01 1.01 0.99 2/77 24084
/proc/meminfo: memFree=17504/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1718804 CPUtime=1796.24
/proc/23871/stat : 23871 (java) S 23869 23871 23825 0 -1 0 566913 0 2 0 179227 397 0 0 17 0 14 0 201715253 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 429701 390360 1914 14 0 416448 0
[pid=23871/tid=23872] ppid=23869 vsize=1718804 CPUtime=38.4
/proc/23871/task/23872/stat : 23872 (java) S 23869 23871 23825 0 -1 64 207612 0 0 0 3677 163 0 0 17 0 14 0 201715259 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23873] ppid=23869 vsize=1718804 CPUtime=38.39
/proc/23871/task/23873/stat : 23873 (java) S 23869 23871 23825 0 -1 64 190101 0 0 0 3705 134 0 0 16 0 14 0 201715259 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23874] ppid=23869 vsize=1718804 CPUtime=468.68
/proc/23871/task/23874/stat : 23874 (java) R 23869 23871 23825 0 -1 64 127660 0 1 0 46802 66 0 0 25 0 14 0 201715262 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154940053 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23875] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23869 23871 23825 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 201715263 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23876] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23876/stat : 23876 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 201715263 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23877] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1718804 CPUtime=1.03
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2462 0 0 0 102 1 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1718804 CPUtime=0.93
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 840 0 0 0 93 0 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=24083] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/24083/stat : 24083 (java) S 23869 23871 23825 0 -1 64 73 0 0 0 0 0 0 0 16 0 14 0 201831294 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=24084] ppid=23869 vsize=1718804 CPUtime=0.15
/proc/23871/task/24084/stat : 24084 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 15 0 0 0 18 0 14 0 201889730 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.24
Current children cumulated vsize (Kb) 1718804

[startup+1758.35 s]
/proc/loadavg: 1.01 1.01 0.99 2/77 24084
/proc/meminfo: memFree=17504/2055920 swapFree=4182304/4192956
[pid=23871] ppid=23869 vsize=1718804 CPUtime=1797.24
/proc/23871/stat : 23871 (java) S 23869 23871 23825 0 -1 0 566913 0 2 0 179327 397 0 0 17 0 14 0 201715253 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23871/statm: 429701 390360 1914 14 0 416448 0
[pid=23871/tid=23872] ppid=23869 vsize=1718804 CPUtime=38.4
/proc/23871/task/23872/stat : 23872 (java) S 23869 23871 23825 0 -1 64 207612 0 0 0 3677 163 0 0 17 0 14 0 201715259 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23873] ppid=23869 vsize=1718804 CPUtime=38.39
/proc/23871/task/23873/stat : 23873 (java) S 23869 23871 23825 0 -1 64 190101 0 0 0 3705 134 0 0 16 0 14 0 201715259 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23874] ppid=23869 vsize=1718804 CPUtime=469.69
/proc/23871/task/23874/stat : 23874 (java) R 23869 23871 23825 0 -1 64 127660 0 1 0 46903 66 0 0 25 0 14 0 201715262 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154940042 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23875] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23875/stat : 23875 (java) S 23869 23871 23825 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 201715263 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23876] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23876/stat : 23876 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 201715263 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23877] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23877/stat : 23877 (java) S 23869 23871 23825 0 -1 64 0 0 0 0 0 0 0 0 24 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23878] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23878/stat : 23878 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23879] ppid=23869 vsize=1718804 CPUtime=1.03
/proc/23871/task/23879/stat : 23879 (java) S 23869 23871 23825 0 -1 64 2462 0 0 0 102 1 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23880] ppid=23869 vsize=1718804 CPUtime=0.93
/proc/23871/task/23880/stat : 23880 (java) S 23869 23871 23825 0 -1 64 840 0 0 0 93 0 0 0 16 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=23881] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23881/stat : 23881 (java) S 23869 23871 23825 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=23882] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/23882/stat : 23882 (java) S 23869 23871 23825 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 201715266 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23871/tid=24083] ppid=23869 vsize=1718804 CPUtime=0
/proc/23871/task/24083/stat : 24083 (java) S 23869 23871 23825 0 -1 64 73 0 0 0 0 0 0 0 16 0 14 0 201831294 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23871/tid=24084] ppid=23869 vsize=1718804 CPUtime=0.15
/proc/23871/task/24084/stat : 24084 (java) S 23869 23871 23825 0 -1 64 5 0 0 0 15 0 0 0 18 0 14 0 201889730 1760055296 390360 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.24
Current children cumulated vsize (Kb) 1718804

Child status: 1
Real time (s): 1758.71
CPU time (s): 1797.57
CPU user time (s): 1793.37
CPU system time (s): 4.19936
CPU usage (%): 102.21
Max. virtual memory (cumulated for all children) (Kb): 1718804

Launcher Data (download as text)

Begin job on node68 on Sat Jun  3 18:47:37 UTC 2006


FILE ID= 44051-1149360455

PBS_JOBID= 311482

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  08881dff6590c7283bf2bddc3ff4042d

RANDOM SEED= 216791844


/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.279
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.279
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:       1417960 kB
Buffers:         14004 kB
Cached:         561284 kB
SwapCached:       2168 kB
Active:         143908 kB
Inactive:       439968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417960 kB
SwapTotal:     4192956 kB
SwapFree:      4182304 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          15504 kB
Slab:            40140 kB
Committed_AS:   364888 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node68 on Sat Jun  3 19:16:56 UTC 2006