Trace number 3738452

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 155.429 145.851

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUMd1969ed58806ec8ac69295cde35dfac4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark201611
Best CPU time to get the best result obtained on this benchmark1801.59
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1599470296
0.00/0.08	c Max memory 1607860224
0.00/0.08	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.09/0.10	--- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1cb1c5fa
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.10	c No reason simplification
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3738452-1338724622.opb
0.09/0.10	c reading problem ... 
140.80/131.35	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
140.80/131.35		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Unknown Source)
140.80/131.35		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
140.80/131.35		at org.sat4j.minisat.core.Solver.addPseudoBoolean(Unknown Source)
140.80/131.35		at org.sat4j.tools.SolverDecorator.addPseudoBoolean(Unknown Source)
140.80/131.35		at org.sat4j.reader.OPBReader2005.endConstraint(Unknown Source)
140.80/131.35		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
140.80/131.35		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
140.80/131.35		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
140.80/131.35		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
140.80/131.35		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
140.80/131.35		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
140.80/131.35		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
140.80/131.35		at org.sat4j.AbstractLauncher.run(Unknown Source)
140.80/131.35		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
155.30/145.84	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
155.30/145.84		at java.lang.StringBuilder.toString(StringBuilder.java:430)
155.30/145.84		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
155.30/145.84		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
155.30/145.84		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
155.30/145.84		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
155.30/145.84		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3738452-1338724622/watcher-3738452-1338724622 -o /tmp/evaluation-result-3738452-1338724622/solver-3738452-1338724622 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3738452-1338724622.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 9590
/proc/meminfo: memFree=28872092/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9590/stat : 9590 (java) R 9588 9590 7854 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 338588051 9515008 185 33554432000 1073741824 1073778376 140735646966672 140735646957896 214537235895 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 2323 185 142 9 0 71 0

[startup+0.0128439 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 9590
/proc/meminfo: memFree=28872092/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9590/stat : 9590 (java) S 9588 9590 7854 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 338588051 98570240 976 33554432000 1073741824 1073778376 140734197793856 140734197784992 214540779581 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 24065 976 742 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.10016 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 9590
/proc/meminfo: memFree=28872092/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/9590/stat : 9590 (java) S 9588 9590 7854 0 -1 4202496 4958 0 1 0 8 1 0 0 20 0 18 0 338588051 3028844544 6653 33554432000 1073741824 1073778376 140734197793856 140734197784992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 739464 6653 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.300174 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 9590
/proc/meminfo: memFree=28872092/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=2957856 CPUtime=0.43 cores=0,2,4,6
/proc/9590/stat : 9590 (java) S 9588 9590 7854 0 -1 4202496 5978 0 1 0 40 3 0 0 20 0 18 0 338588051 3028844544 35299 33554432000 1073741824 1073778376 140734197793856 140734197784992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 739464 35299 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.70029 s]
/proc/loadavg: 1.99 1.98 1.99 3/194 9590
/proc/meminfo: memFree=28872092/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=2957856 CPUtime=0.83 cores=0,2,4,6
/proc/9590/stat : 9590 (java) S 9588 9590 7854 0 -1 4202496 6045 0 1 0 78 5 0 0 20 0 18 0 338588051 3028844544 69603 33554432000 1073741824 1073778376 140734197793856 140734197784992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 739464 69603 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 2957856

[startup+1.50061 s]
/proc/loadavg: 1.99 1.98 1.99 3/212 9608
/proc/meminfo: memFree=28498848/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=2957856 CPUtime=1.87 cores=0,2,4,6
/proc/9590/stat : 9590 (java) S 9588 9590 7854 0 -1 4202496 6316 0 1 0 173 14 0 0 20 0 18 0 338588051 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140734197784992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 739464 141354 2249 9 0 729885 0
[pid=9590/tid=9592] ppid=9588 vsize=2957856 CPUtime=1.38 cores=0,2,4,6
/proc/9590/task/9592/stat : 9592 (java) R 9588 9590 7854 0 -1 4202560 3269 0 1 0 130 8 0 0 20 0 18 0 338588052 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628364312056 140628304446699 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9590/tid=9593] ppid=9588 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/9590/task/9593/stat : 9593 (java) S 9588 9590 7854 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 338588053 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628229482792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9594] ppid=9588 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/9590/task/9594/stat : 9594 (java) S 9588 9590 7854 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 338588053 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628228429992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9595] ppid=9588 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/9590/task/9595/stat : 9595 (java) S 9588 9590 7854 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 18 0 338588053 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628227377704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9596] ppid=9588 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/9590/task/9596/stat : 9596 (java) S 9588 9590 7854 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 338588053 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628226324904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9597] ppid=9588 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/9590/task/9597/stat : 9597 (java) S 9588 9590 7854 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 338588053 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628225272616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9598] ppid=9588 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/9590/task/9598/stat : 9598 (java) S 9588 9590 7854 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 338588053 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628224219816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9599] ppid=9588 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/9590/task/9599/stat : 9599 (java) S 9588 9590 7854 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 338588053 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628223167528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9600] ppid=9588 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/9590/task/9600/stat : 9600 (java) S 9588 9590 7854 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 338588053 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628222114728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9601] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9601/stat : 9601 (java) S 9588 9590 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338588054 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628209916136 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9602] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9602/stat : 9602 (java) S 9588 9590 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 338588055 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628208862200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9603] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9603/stat : 9603 (java) S 9588 9590 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 338588055 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628207809800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9604] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9604/stat : 9604 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338588057 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628206758288 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9605] ppid=9588 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/9590/task/9605/stat : 9605 (java) S 9588 9590 7854 0 -1 4202560 826 0 0 0 7 0 0 0 20 0 18 0 338588057 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628205705912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9606] ppid=9588 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/9590/task/9606/stat : 9606 (java) S 9588 9590 7854 0 -1 4202560 846 0 0 0 6 0 0 0 20 0 18 0 338588057 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628204653112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9607] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9607/stat : 9607 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338588057 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628203601016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9608] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9608/stat : 9608 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338588057 3028844544 141354 33554432000 1073741824 1073778376 140734197793856 140628202548424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 2957856

[startup+3.10061 s]
/proc/loadavg: 2.15 2.02 2.01 3/212 9608
/proc/meminfo: memFree=28309840/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=2957856 CPUtime=3.78 cores=0,2,4,6
/proc/9590/stat : 9590 (java) S 9588 9590 7854 0 -1 4202496 6545 0 1 0 356 22 0 0 20 0 18 0 338588051 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140734197784992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 739464 173189 2253 9 0 729885 0
[pid=9590/tid=9592] ppid=9588 vsize=2957856 CPUtime=2.88 cores=0,2,4,6
/proc/9590/task/9592/stat : 9592 (java) R 9588 9590 7854 0 -1 4202560 3270 0 1 0 279 9 0 0 20 0 18 0 338588052 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628364312168 140628304407009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9590/tid=9593] ppid=9588 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/9590/task/9593/stat : 9593 (java) S 9588 9590 7854 0 -1 4202560 84 0 0 0 10 3 0 0 20 0 18 0 338588053 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628229482792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9594] ppid=9588 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/9590/task/9594/stat : 9594 (java) S 9588 9590 7854 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 18 0 338588053 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628228429992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9595] ppid=9588 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/9590/task/9595/stat : 9595 (java) S 9588 9590 7854 0 -1 4202560 60 0 0 0 7 1 0 0 20 0 18 0 338588053 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628227377704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9596] ppid=9588 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/9590/task/9596/stat : 9596 (java) S 9588 9590 7854 0 -1 4202560 71 0 0 0 8 3 0 0 20 0 18 0 338588053 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628226324904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9590/tid=9597] ppid=9588 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/9590/task/9597/stat : 9597 (java) S 9588 9590 7854 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 18 0 338588053 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628225272616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9598] ppid=9588 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/9590/task/9598/stat : 9598 (java) S 9588 9590 7854 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 18 0 338588053 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628224219816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9599] ppid=9588 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/9590/task/9599/stat : 9599 (java) S 9588 9590 7854 0 -1 4202560 45 0 0 0 5 1 0 0 20 0 18 0 338588053 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628223167528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9600] ppid=9588 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/9590/task/9600/stat : 9600 (java) S 9588 9590 7854 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 18 0 338588053 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628222114728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9601] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9601/stat : 9601 (java) S 9588 9590 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338588054 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628209916136 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9602] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9602/stat : 9602 (java) S 9588 9590 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 338588055 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628208862200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9603] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9603/stat : 9603 (java) S 9588 9590 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 338588055 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628207809800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9604] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9604/stat : 9604 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338588057 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628206758288 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9605] ppid=9588 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/9590/task/9605/stat : 9605 (java) S 9588 9590 7854 0 -1 4202560 830 0 0 0 8 0 0 0 20 0 18 0 338588057 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628205705912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9606] ppid=9588 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/9590/task/9606/stat : 9606 (java) S 9588 9590 7854 0 -1 4202560 846 0 0 0 6 0 0 0 20 0 18 0 338588057 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628204653112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9607] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9607/stat : 9607 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338588057 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628203601016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9608] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9608/stat : 9608 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338588057 3028844544 173189 33554432000 1073741824 1073778376 140734197793856 140628202548424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 2957856

[startup+6.30076 s]
/proc/loadavg: 2.15 2.02 2.01 7/212 9608
/proc/meminfo: memFree=27946256/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=2957856 CPUtime=8.6 cores=0,2,4,6
/proc/9590/stat : 9590 (java) S 9588 9590 7854 0 -1 4202496 15799 0 1 0 813 47 0 0 20 0 18 0 338588051 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140734197784992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 739464 241613 2262 9 0 729885 0
[pid=9590/tid=9592] ppid=9588 vsize=2957856 CPUtime=5.68 cores=0,2,4,6
/proc/9590/task/9592/stat : 9592 (java) R 9588 9590 7854 0 -1 4202560 3278 0 1 0 559 9 0 0 20 0 18 0 338588052 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628364304672 140628304406637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9590/tid=9593] ppid=9588 vsize=2957856 CPUtime=0.37 cores=0,2,4,6
/proc/9590/task/9593/stat : 9593 (java) S 9588 9590 7854 0 -1 4202560 172 0 0 0 31 6 0 0 20 0 18 0 338588053 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628229482792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9594] ppid=9588 vsize=2957856 CPUtime=0.19 cores=0,2,4,6
/proc/9590/task/9594/stat : 9594 (java) S 9588 9590 7854 0 -1 4202560 372 0 0 0 15 4 0 0 20 0 18 0 338588053 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628228429992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9595] ppid=9588 vsize=2957856 CPUtime=0.32 cores=0,2,4,6
/proc/9590/task/9595/stat : 9595 (java) S 9588 9590 7854 0 -1 4202560 168 0 0 0 26 6 0 0 20 0 18 0 338588053 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628227377704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9596] ppid=9588 vsize=2957856 CPUtime=0.38 cores=0,2,4,6
/proc/9590/task/9596/stat : 9596 (java) S 9588 9590 7854 0 -1 4202560 196 0 0 0 31 7 0 0 20 0 18 0 338588053 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628226324904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9597] ppid=9588 vsize=2957856 CPUtime=0.27 cores=0,2,4,6
/proc/9590/task/9597/stat : 9597 (java) S 9588 9590 7854 0 -1 4202560 128 0 0 0 22 5 0 0 20 0 18 0 338588053 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628225272616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9598] ppid=9588 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/9590/task/9598/stat : 9598 (java) S 9588 9590 7854 0 -1 4202560 420 0 0 0 14 3 0 0 20 0 18 0 338588053 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628224219816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9599] ppid=9588 vsize=2957856 CPUtime=0.25 cores=0,2,4,6
/proc/9590/task/9599/stat : 9599 (java) S 9588 9590 7854 0 -1 4202560 128 0 0 0 21 4 0 0 20 0 18 0 338588053 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628223167528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9600] ppid=9588 vsize=2957856 CPUtime=0.19 cores=0,2,4,6
/proc/9590/task/9600/stat : 9600 (java) S 9588 9590 7854 0 -1 4202560 110 0 0 0 16 3 0 0 20 0 18 0 338588053 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628222114728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9590/tid=9601] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9601/stat : 9601 (java) S 9588 9590 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338588054 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628209916136 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9602] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9602/stat : 9602 (java) S 9588 9590 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 338588055 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628208862200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9603] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9603/stat : 9603 (java) S 9588 9590 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 338588055 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628207809800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9604] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9604/stat : 9604 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338588057 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628206758288 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9605] ppid=9588 vsize=2957856 CPUtime=0.22 cores=0,2,4,6
/proc/9590/task/9605/stat : 9605 (java) S 9588 9590 7854 0 -1 4202560 2384 0 0 0 22 0 0 0 20 0 18 0 338588057 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628205705912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9606] ppid=9588 vsize=2957856 CPUtime=0.39 cores=0,2,4,6
/proc/9590/task/9606/stat : 9606 (java) S 9588 9590 7854 0 -1 4202560 7260 0 0 0 38 1 0 0 20 0 18 0 338588057 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628204653112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9607] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9607/stat : 9607 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338588057 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628203601016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9608] ppid=9588 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9608/stat : 9608 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338588057 3028844544 241613 33554432000 1073741824 1073778376 140734197793856 140628202548424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 2957856

[startup+12.7006 s]
/proc/loadavg: 2.42 2.08 2.03 10/212 9608
/proc/meminfo: memFree=27274736/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=2957856 CPUtime=22.23 cores=0,2,4,6
/proc/9590/stat : 9590 (java) S 9588 9590 7854 0 -1 4202496 20067 0 1 0 2115 108 0 0 20 0 18 0 338588051 3028844544 400902 33554432000 1073741824 1073778376 140734197793856 140734197784992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 739464 400902 2276 9 0 729885 0
[pid=9590/tid=9592] ppid=9588 vsize=2957856 CPUtime=9.23 cores=0,2,4,6

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

/proc/9590/task/9593/stat : 9593 (java) S 9588 9590 7854 0 -1 4202560 690 0 0 0 148 13 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628229482792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9594] ppid=9588 vsize=3024420 CPUtime=1.34 cores=0,2,4,6
/proc/9590/task/9594/stat : 9594 (java) S 9588 9590 7854 0 -1 4202560 727 0 0 0 123 11 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628228429992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9595] ppid=9588 vsize=3024420 CPUtime=1.44 cores=0,2,4,6
/proc/9590/task/9595/stat : 9595 (java) S 9588 9590 7854 0 -1 4202560 1218 0 0 0 132 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628227377704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9596] ppid=9588 vsize=3024420 CPUtime=1.76 cores=0,2,4,6
/proc/9590/task/9596/stat : 9596 (java) S 9588 9590 7854 0 -1 4202560 1018 0 0 0 161 15 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628226324904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9597] ppid=9588 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/9590/task/9597/stat : 9597 (java) S 9588 9590 7854 0 -1 4202560 624 0 0 0 134 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628225272616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9598] ppid=9588 vsize=3024420 CPUtime=1.33 cores=0,2,4,6
/proc/9590/task/9598/stat : 9598 (java) S 9588 9590 7854 0 -1 4202560 581 0 0 0 123 10 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628224219816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9599] ppid=9588 vsize=3024420 CPUtime=1.41 cores=0,2,4,6
/proc/9590/task/9599/stat : 9599 (java) S 9588 9590 7854 0 -1 4202560 309 0 0 0 130 11 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628223167528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9600] ppid=9588 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/9590/task/9600/stat : 9600 (java) S 9588 9590 7854 0 -1 4202560 754 0 0 0 134 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628222114728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9601] ppid=9588 vsize=3024420 CPUtime=129.86 cores=0,2,4,6
/proc/9590/task/9601/stat : 9601 (java) R 9588 9590 7854 0 -1 4202560 89 0 0 0 12983 3 0 0 20 0 19 0 338588054 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628209916296 140628371167300 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9602] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9602/stat : 9602 (java) S 9588 9590 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338588055 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628208862200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9603] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9603/stat : 9603 (java) S 9588 9590 7854 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 338588055 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628207809800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9604] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9604/stat : 9604 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628206758288 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9605] ppid=9588 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/9590/task/9605/stat : 9605 (java) S 9588 9590 7854 0 -1 4202560 2384 0 0 0 22 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628205705912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9606] ppid=9588 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/9590/task/9606/stat : 9606 (java) S 9588 9590 7854 0 -1 4202560 7268 0 0 0 39 1 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628204653112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9607] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9607/stat : 9607 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628203601016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9608] ppid=9588 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/9590/task/9608/stat : 9608 (java) S 9588 9590 7854 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628202548424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9610] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9610/stat : 9610 (java) S 9588 9590 7854 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 338601187 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628200415400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 153.7
Current children cumulated vsize (KiB) 3024420

[startup+145.001 s]
/proc/loadavg: 2.12 2.06 2.02 3/213 9610
/proc/meminfo: memFree=27165840/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=3024420 CPUtime=154.5 cores=0,2,4,6
/proc/9590/stat : 9590 (java) S 9588 9590 7854 0 -1 4202496 20195 0 1 0 15336 114 0 0 20 0 19 0 338588051 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140734197784992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 756105 423454 2285 9 0 746526 0
[pid=9590/tid=9592] ppid=9588 vsize=3024420 CPUtime=11.21 cores=0,2,4,6
/proc/9590/task/9592/stat : 9592 (java) S 9588 9590 7854 0 -1 4202560 3336 0 1 0 1110 11 0 0 20 0 19 0 338588052 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628364313784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9590/tid=9593] ppid=9588 vsize=3024420 CPUtime=1.61 cores=0,2,4,6
/proc/9590/task/9593/stat : 9593 (java) S 9588 9590 7854 0 -1 4202560 690 0 0 0 148 13 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628229482792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9594] ppid=9588 vsize=3024420 CPUtime=1.34 cores=0,2,4,6
/proc/9590/task/9594/stat : 9594 (java) S 9588 9590 7854 0 -1 4202560 727 0 0 0 123 11 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628228429992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9595] ppid=9588 vsize=3024420 CPUtime=1.44 cores=0,2,4,6
/proc/9590/task/9595/stat : 9595 (java) S 9588 9590 7854 0 -1 4202560 1218 0 0 0 132 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628227377704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9596] ppid=9588 vsize=3024420 CPUtime=1.76 cores=0,2,4,6
/proc/9590/task/9596/stat : 9596 (java) S 9588 9590 7854 0 -1 4202560 1018 0 0 0 161 15 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628226324904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9597] ppid=9588 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/9590/task/9597/stat : 9597 (java) S 9588 9590 7854 0 -1 4202560 624 0 0 0 134 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628225272616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9598] ppid=9588 vsize=3024420 CPUtime=1.33 cores=0,2,4,6
/proc/9590/task/9598/stat : 9598 (java) S 9588 9590 7854 0 -1 4202560 581 0 0 0 123 10 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628224219816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9599] ppid=9588 vsize=3024420 CPUtime=1.41 cores=0,2,4,6
/proc/9590/task/9599/stat : 9599 (java) S 9588 9590 7854 0 -1 4202560 309 0 0 0 130 11 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628223167528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9600] ppid=9588 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/9590/task/9600/stat : 9600 (java) S 9588 9590 7854 0 -1 4202560 754 0 0 0 134 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628222114728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9601] ppid=9588 vsize=3024420 CPUtime=130.65 cores=0,2,4,6
/proc/9590/task/9601/stat : 9601 (java) R 9588 9590 7854 0 -1 4202560 89 0 0 0 13062 3 0 0 20 0 19 0 338588054 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628209916296 140628370820928 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9602] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9602/stat : 9602 (java) S 9588 9590 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338588055 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628208862200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9603] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9603/stat : 9603 (java) S 9588 9590 7854 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 338588055 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628207809800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9604] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9604/stat : 9604 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628206758288 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9605] ppid=9588 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/9590/task/9605/stat : 9605 (java) S 9588 9590 7854 0 -1 4202560 2384 0 0 0 22 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628205705912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9606] ppid=9588 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/9590/task/9606/stat : 9606 (java) S 9588 9590 7854 0 -1 4202560 7268 0 0 0 39 1 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628204653112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9607] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9607/stat : 9607 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628203601016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9608] ppid=9588 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/9590/task/9608/stat : 9608 (java) S 9588 9590 7854 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628202548424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9610] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9610/stat : 9610 (java) S 9588 9590 7854 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 338601187 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628200415400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 154.5
Current children cumulated vsize (KiB) 3024420

[startup+145.401 s]
/proc/loadavg: 2.12 2.06 2.02 3/213 9610
/proc/meminfo: memFree=27165716/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=3024420 CPUtime=154.91 cores=0,2,4,6
/proc/9590/stat : 9590 (java) S 9588 9590 7854 0 -1 4202496 20195 0 1 0 15377 114 0 0 20 0 19 0 338588051 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140734197784992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 756105 423454 2285 9 0 746526 0
[pid=9590/tid=9592] ppid=9588 vsize=3024420 CPUtime=11.21 cores=0,2,4,6
/proc/9590/task/9592/stat : 9592 (java) S 9588 9590 7854 0 -1 4202560 3336 0 1 0 1110 11 0 0 20 0 19 0 338588052 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628364313784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9590/tid=9593] ppid=9588 vsize=3024420 CPUtime=1.61 cores=0,2,4,6
/proc/9590/task/9593/stat : 9593 (java) S 9588 9590 7854 0 -1 4202560 690 0 0 0 148 13 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628229482792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9594] ppid=9588 vsize=3024420 CPUtime=1.34 cores=0,2,4,6
/proc/9590/task/9594/stat : 9594 (java) S 9588 9590 7854 0 -1 4202560 727 0 0 0 123 11 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628228429992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9595] ppid=9588 vsize=3024420 CPUtime=1.44 cores=0,2,4,6
/proc/9590/task/9595/stat : 9595 (java) S 9588 9590 7854 0 -1 4202560 1218 0 0 0 132 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628227377704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9596] ppid=9588 vsize=3024420 CPUtime=1.76 cores=0,2,4,6
/proc/9590/task/9596/stat : 9596 (java) S 9588 9590 7854 0 -1 4202560 1018 0 0 0 161 15 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628226324904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9597] ppid=9588 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/9590/task/9597/stat : 9597 (java) S 9588 9590 7854 0 -1 4202560 624 0 0 0 134 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628225272616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9598] ppid=9588 vsize=3024420 CPUtime=1.33 cores=0,2,4,6
/proc/9590/task/9598/stat : 9598 (java) S 9588 9590 7854 0 -1 4202560 581 0 0 0 123 10 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628224219816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9599] ppid=9588 vsize=3024420 CPUtime=1.41 cores=0,2,4,6
/proc/9590/task/9599/stat : 9599 (java) S 9588 9590 7854 0 -1 4202560 309 0 0 0 130 11 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628223167528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9600] ppid=9588 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/9590/task/9600/stat : 9600 (java) S 9588 9590 7854 0 -1 4202560 754 0 0 0 134 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628222114728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9601] ppid=9588 vsize=3024420 CPUtime=131.06 cores=0,2,4,6
/proc/9590/task/9601/stat : 9601 (java) R 9588 9590 7854 0 -1 4202560 89 0 0 0 13103 3 0 0 20 0 19 0 338588054 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628209916296 140628371169152 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9602] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9602/stat : 9602 (java) S 9588 9590 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338588055 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628208862200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9603] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9603/stat : 9603 (java) S 9588 9590 7854 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 338588055 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628207809800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9604] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9604/stat : 9604 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628206758288 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9605] ppid=9588 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/9590/task/9605/stat : 9605 (java) S 9588 9590 7854 0 -1 4202560 2384 0 0 0 22 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628205705912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9606] ppid=9588 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/9590/task/9606/stat : 9606 (java) S 9588 9590 7854 0 -1 4202560 7268 0 0 0 39 1 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628204653112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9607] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9607/stat : 9607 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628203601016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9608] ppid=9588 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/9590/task/9608/stat : 9608 (java) S 9588 9590 7854 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628202548424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9610] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9610/stat : 9610 (java) S 9588 9590 7854 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 338601187 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628200415400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 154.91
Current children cumulated vsize (KiB) 3024420

[startup+145.801 s]
/proc/loadavg: 2.12 2.06 2.02 3/213 9610
/proc/meminfo: memFree=27165716/32873648 swapFree=7116/7116
[pid=9590] ppid=9588 vsize=3024420 CPUtime=155.3 cores=0,2,4,6
/proc/9590/stat : 9590 (java) S 9588 9590 7854 0 -1 4202496 20195 0 1 0 15416 114 0 0 20 0 19 0 338588051 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140734197784992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9590/statm: 756105 423454 2285 9 0 746526 0
[pid=9590/tid=9592] ppid=9588 vsize=3024420 CPUtime=11.21 cores=0,2,4,6
/proc/9590/task/9592/stat : 9592 (java) S 9588 9590 7854 0 -1 4202560 3336 0 1 0 1110 11 0 0 20 0 19 0 338588052 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628364313784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9590/tid=9593] ppid=9588 vsize=3024420 CPUtime=1.61 cores=0,2,4,6
/proc/9590/task/9593/stat : 9593 (java) S 9588 9590 7854 0 -1 4202560 690 0 0 0 148 13 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628229482792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9594] ppid=9588 vsize=3024420 CPUtime=1.34 cores=0,2,4,6
/proc/9590/task/9594/stat : 9594 (java) S 9588 9590 7854 0 -1 4202560 727 0 0 0 123 11 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628228429992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9595] ppid=9588 vsize=3024420 CPUtime=1.44 cores=0,2,4,6
/proc/9590/task/9595/stat : 9595 (java) S 9588 9590 7854 0 -1 4202560 1218 0 0 0 132 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628227377704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9596] ppid=9588 vsize=3024420 CPUtime=1.76 cores=0,2,4,6
/proc/9590/task/9596/stat : 9596 (java) S 9588 9590 7854 0 -1 4202560 1018 0 0 0 161 15 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628226324904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9597] ppid=9588 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/9590/task/9597/stat : 9597 (java) S 9588 9590 7854 0 -1 4202560 624 0 0 0 134 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628225272616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9598] ppid=9588 vsize=3024420 CPUtime=1.33 cores=0,2,4,6
/proc/9590/task/9598/stat : 9598 (java) S 9588 9590 7854 0 -1 4202560 581 0 0 0 123 10 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628224219816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9599] ppid=9588 vsize=3024420 CPUtime=1.41 cores=0,2,4,6
/proc/9590/task/9599/stat : 9599 (java) S 9588 9590 7854 0 -1 4202560 309 0 0 0 130 11 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628223167528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9600] ppid=9588 vsize=3024420 CPUtime=1.46 cores=0,2,4,6
/proc/9590/task/9600/stat : 9600 (java) S 9588 9590 7854 0 -1 4202560 754 0 0 0 134 12 0 0 20 0 19 0 338588053 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628222114728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9601] ppid=9588 vsize=3024420 CPUtime=131.45 cores=0,2,4,6
/proc/9590/task/9601/stat : 9601 (java) R 9588 9590 7854 0 -1 4202560 89 0 0 0 13142 3 0 0 20 0 19 0 338588054 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628209916296 140628371169056 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9602] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9602/stat : 9602 (java) S 9588 9590 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338588055 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628208862200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9603] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9603/stat : 9603 (java) S 9588 9590 7854 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 338588055 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628207809800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9604] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9604/stat : 9604 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628206758288 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9605] ppid=9588 vsize=3024420 CPUtime=0.22 cores=0,2,4,6
/proc/9590/task/9605/stat : 9605 (java) S 9588 9590 7854 0 -1 4202560 2384 0 0 0 22 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628205705912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9606] ppid=9588 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/9590/task/9606/stat : 9606 (java) S 9588 9590 7854 0 -1 4202560 7268 0 0 0 39 1 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628204653112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9590/tid=9607] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9607/stat : 9607 (java) S 9588 9590 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628203601016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9590/tid=9608] ppid=9588 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/9590/task/9608/stat : 9608 (java) S 9588 9590 7854 0 -1 4202560 9 0 0 0 1 2 0 0 20 0 19 0 338588057 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628202548424 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9590/tid=9610] ppid=9588 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/9590/task/9610/stat : 9610 (java) S 9588 9590 7854 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 338601187 3097006080 423454 33554432000 1073741824 1073778376 140734197793856 140628200415400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 155.3
Current children cumulated vsize (KiB) 3024420

Child status: 1
Real time (s): 145.851
CPU time (s): 155.429
CPU user time (s): 154.158
CPU system time (s): 1.27181
CPU usage (%): 106.567
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.158
system time used= 1.27181
maximum resident set size= 1693840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20207
page faults= 1
swaps= 0
block input operations= 0
block output operations= 200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4696
involuntary context switches= 7372

runsolver used 0.628904 second user time and 1.49477 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 13:57:06
IDJOB=3738452
IDBENCH=71873
IDSOLVER=2319
FILE ID=node127/3738452-1338724622
RUNJOBID= node127-1338713637-7870
PBS_JOBID= 14636737
Free space on /tmp= 70356 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__256.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738452-1338724622/watcher-3738452-1338724622 -o /tmp/evaluation-result-3738452-1338724622/solver-3738452-1338724622 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3738452-1338724622.opb           

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d1969ed58806ec8ac69295cde35dfac4
RANDOM SEED=467968572

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28872620 kB
Buffers:          399976 kB
Cached:          2023720 kB
SwapCached:         1428 kB
Active:          1820240 kB
Inactive:        1279844 kB
Active(anon):     670388 kB
Inactive(anon):     7952 kB
Active(file):    1149852 kB
Inactive(file):  1271892 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:            129172 kB
Writeback:             0 kB
AnonPages:        698336 kB
Mapped:            19056 kB
Shmem:                92 kB
Slab:             750020 kB
SReclaimable:     193640 kB
SUnreclaim:       556380 kB
KernelStack:        1592 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1826232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    651264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70352 MiB
End job on node127 at 2012-06-03 13:59:32