Trace number 3732814

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-23No Cert. 96.15 93.0573

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUMb7796d84094d982e45331121511974b4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2514
Best CPU time to get the best result obtained on this benchmark1802.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2297
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
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

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.08	c no version file found!!!
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version	1.6.0_24
0.06/0.08	c os.name	Linux
0.06/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch	amd64
0.06/0.08	c Free memory 1599470296
0.06/0.08	c Max memory 1607860224
0.06/0.08	c Total memory 1607860224
0.06/0.08	c Number of processors 8
0.10/0.10	--- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.10	c No reason simplification
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3732814-1338691922.opb
0.10/0.10	c reading problem ... 
0.72/0.47	c ... done. Wall clock time 0.37s.
0.72/0.47	c CPU time (experimental) 0.45s.
0.72/0.47	c #vars     10000
0.72/0.47	c #constraints  10000
1.45/0.72	c SATISFIABLE
1.45/0.72	c OPTIMIZING...
1.45/0.72	c Got one! Elapsed wall clock time (in seconds):0.612
1.45/0.77	o 3334
2.52/1.40	c Got one! Elapsed wall clock time (in seconds):1.3
2.52/1.44	o 3295
3.13/2.06	c Got one! Elapsed wall clock time (in seconds):1.96
3.13/2.10	o 3281
4.16/3.05	c Got one! Elapsed wall clock time (in seconds):2.948
4.16/3.09	o 3245
5.77/4.68	c Got one! Elapsed wall clock time (in seconds):4.579
5.87/4.72	o 3228
6.97/5.81	c Got one! Elapsed wall clock time (in seconds):5.711
6.97/5.85	o 3217
9.36/8.27	c Got one! Elapsed wall clock time (in seconds):8.169
9.46/8.31	o 3136
13.21/12.00	c Got one! Elapsed wall clock time (in seconds):11.9
13.21/12.04	o 3085
22.09/20.43	c Got one! Elapsed wall clock time (in seconds):20.328
22.09/20.47	o 3031
49.97/47.58	c Got one! Elapsed wall clock time (in seconds):47.475
50.07/47.61	o 3017
77.46/74.31	c Got one! Elapsed wall clock time (in seconds):74.211
77.46/74.35	o 3007
93.26/90.20	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
93.26/90.20		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
93.26/90.20		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
93.46/90.34		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
93.46/90.34		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
93.46/90.34		at org.sat4j.minisat.core.Solver.search(Unknown Source)
93.46/90.34		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
93.56/90.47		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
93.76/90.66		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
93.76/90.66		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
93.76/90.66		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
93.76/90.66		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
94.06/90.94		at org.sat4j.AbstractLauncher.run(Unknown Source)
94.06/90.94		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
95.35/92.22	c starts		: 98
95.35/92.22	c conflicts		: 124552
95.35/92.22	c decisions		: 805499
95.35/92.22	c propagations		: 2392823
95.35/92.22	c inspects		: 16556187
95.35/92.22	c learnt literals	: 0
95.35/92.22	c learnt binary clauses	: 0
95.35/92.22	c learnt ternary clauses	: 0
95.35/92.22	c learnt clauses	: 124551
95.35/92.22	c root simplifications	: 0
95.35/92.22	c removed literals (reason simplification)	: 0
95.35/92.22	c reason swapping (by a shorter reason)	: 0
95.35/92.22	c Calls to reduceDB	: 0
95.35/92.22	c speed (decisions/second)	: 45194.35560792235
95.35/92.22	c non guided choices	67234
95.35/92.22	s SATISFIABLE
96.15/93.05	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
96.15/93.05		at java.lang.Integer.toString(Integer.java:310)
96.15/93.05		at java.lang.Integer.toString(Integer.java:118)
96.15/93.05		at java.lang.String.valueOf(String.java:2931)
96.15/93.05		at java.io.PrintWriter.print(PrintWriter.java:487)
96.15/93.05		at org.sat4j.reader.OPBReader2005.decode(Unknown Source)
96.15/93.05		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
96.15/93.05		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-3732814-1338691922/watcher-3732814-1338691922 -o /tmp/evaluation-result-3732814-1338691922/solver-3732814-1338691922 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3732814-1338691922.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: 2.07 2.02 2.00 3/194 18589
/proc/meminfo: memFree=27369720/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/18589/stat : 18589 (java) R 18587 18589 15565 0 -1 4202496 985 0 0 0 0 0 0 0 20 0 1 0 335317135 23793664 713 33554432000 1073741824 1073778376 140735445823104 140735445812168 233211737448 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 5809 713 527 9 0 128 0

[startup+0.0786419 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 18589
/proc/meminfo: memFree=27369720/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/18589/stat : 18589 (java) S 18587 18589 15565 0 -1 4202496 4148 0 1 0 6 0 0 0 20 0 18 0 335317135 3028844544 5867 33554432000 1073741824 1073778376 140735445823104 140735445814240 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 739464 5867 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2957856

[startup+0.100261 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 18589
/proc/meminfo: memFree=27369720/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/18589/stat : 18589 (java) S 18587 18589 15565 0 -1 4202496 4925 0 1 0 9 1 0 0 20 0 18 0 335317135 3028844544 6636 33554432000 1073741824 1073778376 140735445823104 140735445814240 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 739464 6636 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.30023 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 18589
/proc/meminfo: memFree=27369720/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=2957856 CPUtime=0.46 cores=0,2,4,6
/proc/18589/stat : 18589 (java) S 18587 18589 15565 0 -1 4202496 6154 0 1 0 45 1 0 0 20 0 18 0 335317135 3028844544 9916 33554432000 1073741824 1073778376 140735445823104 140735445814240 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 739464 9916 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2957856

[startup+0.700227 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 18589
/proc/meminfo: memFree=27369720/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=3024420 CPUtime=1.45 cores=0,2,4,6
/proc/18589/stat : 18589 (java) S 18587 18589 15565 0 -1 4202496 10853 0 1 0 143 2 0 0 20 0 19 0 335317135 3097006080 22260 33554432000 1073741824 1073778376 140735445823104 140735445814240 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 756105 22260 2273 9 0 746526 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 3024420

[startup+1.50069 s]
/proc/loadavg: 2.07 2.02 2.00 4/213 18609
/proc/meminfo: memFree=27279088/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=3024420 CPUtime=2.64 cores=0,2,4,6
/proc/18589/stat : 18589 (java) S 18587 18589 15565 0 -1 4202496 11266 0 1 0 261 3 0 0 20 0 19 0 335317135 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 140735445814240 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 756105 29326 2282 9 0 746526 0
[pid=18589/tid=18591] ppid=18587 vsize=3024420 CPUtime=1.47 cores=0,2,4,6
/proc/18589/task/18591/stat : 18591 (java) R 18587 18589 15565 0 -1 4202560 3121 0 1 0 145 2 0 0 20 0 19 0 335317136 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857563517544 139857436116810 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18592] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18592/stat : 18592 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857429555624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18593] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18593/stat : 18593 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857428503080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18594] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18594/stat : 18594 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857427450024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18595] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18595/stat : 18595 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857426397480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18596] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18596/stat : 18596 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857425345448 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18597] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18597/stat : 18597 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857424292904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18598] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18598/stat : 18598 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857087163048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18599] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18599/stat : 18599 (java) S 18587 18589 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857086110504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18600] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18600/stat : 18600 (java) S 18587 18589 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335317138 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857073912168 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18601] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18601/stat : 18601 (java) S 18587 18589 15565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335317138 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857072858488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18602] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18602/stat : 18602 (java) S 18587 18589 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335317138 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857071805320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18603] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18603/stat : 18603 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317141 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857070754064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18604] ppid=18587 vsize=3024420 CPUtime=0.57 cores=0,2,4,6
/proc/18589/task/18604/stat : 18604 (java) S 18587 18589 15565 0 -1 4202560 3911 0 0 0 57 0 0 0 20 0 19 0 335317141 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857069701944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18605] ppid=18587 vsize=3024420 CPUtime=0.56 cores=0,2,4,6
/proc/18589/task/18605/stat : 18605 (java) S 18587 18589 15565 0 -1 4202560 3029 0 0 0 56 0 0 0 20 0 19 0 335317141 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857068649400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18606] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18606/stat : 18606 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317141 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857067596536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18607] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18607/stat : 18607 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317141 3097006080 29326 33554432000 1073741824 1073778376 140735445823104 139857066544200 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 3024420

[startup+3.10064 s]
/proc/loadavg: 2.07 2.02 2.00 3/212 18610
/proc/meminfo: memFree=27247996/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=3024420 CPUtime=4.26 cores=0,2,4,6
/proc/18589/stat : 18589 (java) S 18587 18589 15565 0 -1 4202496 11288 0 1 0 423 3 0 0 20 0 18 0 335317135 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 140735445814240 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 756105 38541 2282 9 0 746526 0
[pid=18589/tid=18591] ppid=18587 vsize=3024420 CPUtime=3.07 cores=0,2,4,6
/proc/18589/task/18591/stat : 18591 (java) R 18587 18589 15565 0 -1 4202560 3140 0 1 0 304 3 0 0 20 0 18 0 335317136 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857563517368 139857436064730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18592] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18592/stat : 18592 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335317136 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857429555624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18593] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18593/stat : 18593 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335317136 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857428503080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18594] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18594/stat : 18594 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335317136 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857427450024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18595] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18595/stat : 18595 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335317136 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857426397480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18596] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18596/stat : 18596 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335317136 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857425345448 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18597] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18597/stat : 18597 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335317136 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857424292904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18598] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18598/stat : 18598 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335317136 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857087163048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18599] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18599/stat : 18599 (java) S 18587 18589 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335317136 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857086110504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18600] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18600/stat : 18600 (java) S 18587 18589 15565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 335317138 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857073912168 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18601] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18601/stat : 18601 (java) S 18587 18589 15565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335317138 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857072858488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18602] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18602/stat : 18602 (java) S 18587 18589 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335317138 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857071805320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18603] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18603/stat : 18603 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335317141 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857070754064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18604] ppid=18587 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/18589/task/18604/stat : 18604 (java) S 18587 18589 15565 0 -1 4202560 3911 0 0 0 59 0 0 0 20 0 18 0 335317141 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857069701944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18605] ppid=18587 vsize=3024420 CPUtime=0.56 cores=0,2,4,6
/proc/18589/task/18605/stat : 18605 (java) S 18587 18589 15565 0 -1 4202560 3029 0 0 0 56 0 0 0 20 0 18 0 335317141 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857068649400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18606] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18606/stat : 18606 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335317141 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857067596536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18607] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18607/stat : 18607 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335317141 3097006080 38541 33554432000 1073741824 1073778376 140735445823104 139857066544200 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 3024420

[startup+6.30059 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 18613
/proc/meminfo: memFree=27169808/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=3024420 CPUtime=7.46 cores=0,2,4,6
/proc/18589/stat : 18589 (java) S 18587 18589 15565 0 -1 4202496 11335 0 1 0 741 5 0 0 20 0 19 0 335317135 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 140735445814240 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 756105 56753 2283 9 0 746526 0
[pid=18589/tid=18591] ppid=18587 vsize=3024420 CPUtime=6.25 cores=0,2,4,6
/proc/18589/task/18591/stat : 18591 (java) R 18587 18589 15565 0 -1 4202560 3179 0 1 0 622 3 0 0 20 0 19 0 335317136 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857563515456 139857436179132 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18592] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18592/stat : 18592 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857429555624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18593] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18593/stat : 18593 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857428503080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18594] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18594/stat : 18594 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857427450024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18595] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18595/stat : 18595 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857426397480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18596] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18596/stat : 18596 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857425345448 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18597] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18597/stat : 18597 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857424292904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18598] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18598/stat : 18598 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857087163048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18599] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18599/stat : 18599 (java) S 18587 18589 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 335317136 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857086110504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18600] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18600/stat : 18600 (java) S 18587 18589 15565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 335317138 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857073912168 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18601] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18601/stat : 18601 (java) S 18587 18589 15565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 335317138 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857072858488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18602] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18602/stat : 18602 (java) S 18587 18589 15565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 335317138 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857071805320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18603] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18603/stat : 18603 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317141 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857070754064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18604] ppid=18587 vsize=3024420 CPUtime=0.6 cores=0,2,4,6
/proc/18589/task/18604/stat : 18604 (java) S 18587 18589 15565 0 -1 4202560 3911 0 0 0 60 0 0 0 20 0 19 0 335317141 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857069701944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18605] ppid=18587 vsize=3024420 CPUtime=0.56 cores=0,2,4,6
/proc/18589/task/18605/stat : 18605 (java) S 18587 18589 15565 0 -1 4202560 3029 0 0 0 56 0 0 0 20 0 19 0 335317141 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857068649400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18606] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18606/stat : 18606 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317141 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857067596536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18607] ppid=18587 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18607/stat : 18607 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 335317141 3097006080 56753 33554432000 1073741824 1073778376 140735445823104 139857066544200 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 3024420

[startup+12.7006 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 18615
/proc/meminfo: memFree=27042492/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=3024420 CPUtime=13.9 cores=0,2,4,6
/proc/18589/stat : 18589 (java) S 18587 18589 15565 0 -1 4202496 11404 0 1 0 1384 6 0 0 20 0 19 0 335317135 3097006080 87441 33554432000 1073741824 1073778376 140735445823104 140735445814240 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 756105 87441 2283 9 0 746526 0
[pid=18589/tid=18591] ppid=18587 vsize=3024420 CPUtime=12.62 cores=0,2,4,6

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

/proc/18589/task/18602/stat : 18602 (java) S 18587 18589 15565 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 20 0 335317138 3165167616 418265 33554432000 1073741824 1073778376 140735445823104 139857071805320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18603] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18603/stat : 18603 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335317141 3165167616 418265 33554432000 1073741824 1073778376 140735445823104 139857070754064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18604] ppid=18587 vsize=3090984 CPUtime=0.63 cores=0,2,4,6
/proc/18589/task/18604/stat : 18604 (java) S 18587 18589 15565 0 -1 4202560 3914 0 0 0 63 0 0 0 20 0 20 0 335317141 3165167616 418265 33554432000 1073741824 1073778376 140735445823104 139857069701944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18605] ppid=18587 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/18589/task/18605/stat : 18605 (java) S 18587 18589 15565 0 -1 4202560 3029 0 0 0 58 0 0 0 20 0 20 0 335317141 3165167616 418265 33554432000 1073741824 1073778376 140735445823104 139857068649400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18606] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18606/stat : 18606 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335317141 3165167616 418265 33554432000 1073741824 1073778376 140735445823104 139857067596536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18607] ppid=18587 vsize=3090984 CPUtime=0.02 cores=0,2,4,6
/proc/18589/task/18607/stat : 18607 (java) S 18587 18589 15565 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 20 0 335317141 3165167616 418265 33554432000 1073741824 1073778376 140735445823104 139857066544200 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18619] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18619/stat : 18619 (java) S 18587 18589 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335324575 3165167616 418265 33554432000 1073741824 1073778376 140735445823104 139857064412072 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 95.05
Current children cumulated vsize (KiB) 3090984

[startup+92.7008 s]
/proc/loadavg: 2.01 2.01 2.00 3/214 18620
/proc/meminfo: memFree=25700388/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=3090984 CPUtime=95.85 cores=0,2,4,6
/proc/18589/stat : 18589 (java) S 18587 18589 15565 0 -1 4202496 13929 0 1 0 9444 141 0 0 20 0 20 0 335317135 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 140735445814240 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 772746 418266 2302 9 0 763167 0
[pid=18589/tid=18591] ppid=18587 vsize=3090984 CPUtime=88.25 cores=0,2,4,6
/proc/18589/task/18591/stat : 18591 (java) S 18587 18589 15565 0 -1 4202560 3311 0 1 0 8818 7 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857563518136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18592] ppid=18587 vsize=3090984 CPUtime=0.41 cores=0,2,4,6
/proc/18589/task/18592/stat : 18592 (java) S 18587 18589 15565 0 -1 4202560 384 0 0 0 21 20 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857429555624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18593] ppid=18587 vsize=3090984 CPUtime=0.3 cores=0,2,4,6
/proc/18589/task/18593/stat : 18593 (java) S 18587 18589 15565 0 -1 4202560 278 0 0 0 14 16 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857428503080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18594] ppid=18587 vsize=3090984 CPUtime=0.31 cores=0,2,4,6
/proc/18589/task/18594/stat : 18594 (java) S 18587 18589 15565 0 -1 4202560 299 0 0 0 14 17 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857427450024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18595] ppid=18587 vsize=3090984 CPUtime=0.38 cores=0,2,4,6
/proc/18589/task/18595/stat : 18595 (java) S 18587 18589 15565 0 -1 4202560 348 0 0 0 17 21 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857426397480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18596] ppid=18587 vsize=3090984 CPUtime=0.22 cores=0,2,4,6
/proc/18589/task/18596/stat : 18596 (java) S 18587 18589 15565 0 -1 4202560 207 0 0 0 9 13 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857425345448 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18597] ppid=18587 vsize=3090984 CPUtime=0.25 cores=0,2,4,6
/proc/18589/task/18597/stat : 18597 (java) S 18587 18589 15565 0 -1 4202560 242 0 0 0 12 13 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857424292904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18598] ppid=18587 vsize=3090984 CPUtime=0.26 cores=0,2,4,6
/proc/18589/task/18598/stat : 18598 (java) S 18587 18589 15565 0 -1 4202560 257 0 0 0 13 13 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857087163048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18599] ppid=18587 vsize=3090984 CPUtime=0.35 cores=0,2,4,6
/proc/18589/task/18599/stat : 18599 (java) S 18587 18589 15565 0 -1 4202560 336 0 0 0 16 19 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857086110504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18600] ppid=18587 vsize=3090984 CPUtime=3.48 cores=0,2,4,6
/proc/18589/task/18600/stat : 18600 (java) R 18587 18589 15565 0 -1 4202560 64 0 0 0 346 2 0 0 20 0 20 0 335317138 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857073912328 139857569848856 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18601] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18601/stat : 18601 (java) S 18587 18589 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 335317138 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857072858488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18602] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18602/stat : 18602 (java) S 18587 18589 15565 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 20 0 335317138 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857071805320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18603] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18603/stat : 18603 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857070754064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18604] ppid=18587 vsize=3090984 CPUtime=0.63 cores=0,2,4,6
/proc/18589/task/18604/stat : 18604 (java) S 18587 18589 15565 0 -1 4202560 3914 0 0 0 63 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857069701944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18605] ppid=18587 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/18589/task/18605/stat : 18605 (java) S 18587 18589 15565 0 -1 4202560 3029 0 0 0 58 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857068649400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18606] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18606/stat : 18606 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857067596536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18607] ppid=18587 vsize=3090984 CPUtime=0.02 cores=0,2,4,6
/proc/18589/task/18607/stat : 18607 (java) S 18587 18589 15565 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857066544200 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18619] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18619/stat : 18619 (java) S 18587 18589 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335324575 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857064412072 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18620] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18620/stat : 18620 (java) S 18587 18589 15565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 335326308 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857063359272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 95.85
Current children cumulated vsize (KiB) 3090984

[startup+92.9007 s]
/proc/loadavg: 2.01 2.01 2.00 3/214 18620
/proc/meminfo: memFree=25700388/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=3090984 CPUtime=96.05 cores=0,2,4,6
/proc/18589/stat : 18589 (java) S 18587 18589 15565 0 -1 4202496 13932 0 1 0 9464 141 0 0 20 0 20 0 335317135 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 140735445814240 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 772746 418266 2302 9 0 763167 0
[pid=18589/tid=18591] ppid=18587 vsize=3090984 CPUtime=88.25 cores=0,2,4,6
/proc/18589/task/18591/stat : 18591 (java) S 18587 18589 15565 0 -1 4202560 3311 0 1 0 8818 7 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857563518136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18592] ppid=18587 vsize=3090984 CPUtime=0.41 cores=0,2,4,6
/proc/18589/task/18592/stat : 18592 (java) S 18587 18589 15565 0 -1 4202560 384 0 0 0 21 20 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857429555624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18593] ppid=18587 vsize=3090984 CPUtime=0.3 cores=0,2,4,6
/proc/18589/task/18593/stat : 18593 (java) S 18587 18589 15565 0 -1 4202560 278 0 0 0 14 16 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857428503080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18594] ppid=18587 vsize=3090984 CPUtime=0.31 cores=0,2,4,6
/proc/18589/task/18594/stat : 18594 (java) S 18587 18589 15565 0 -1 4202560 299 0 0 0 14 17 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857427450024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18595] ppid=18587 vsize=3090984 CPUtime=0.38 cores=0,2,4,6
/proc/18589/task/18595/stat : 18595 (java) S 18587 18589 15565 0 -1 4202560 348 0 0 0 17 21 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857426397480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18596] ppid=18587 vsize=3090984 CPUtime=0.22 cores=0,2,4,6
/proc/18589/task/18596/stat : 18596 (java) S 18587 18589 15565 0 -1 4202560 207 0 0 0 9 13 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857425345448 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18597] ppid=18587 vsize=3090984 CPUtime=0.25 cores=0,2,4,6
/proc/18589/task/18597/stat : 18597 (java) S 18587 18589 15565 0 -1 4202560 242 0 0 0 12 13 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857424292904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18598] ppid=18587 vsize=3090984 CPUtime=0.26 cores=0,2,4,6
/proc/18589/task/18598/stat : 18598 (java) S 18587 18589 15565 0 -1 4202560 257 0 0 0 13 13 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857087163048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18599] ppid=18587 vsize=3090984 CPUtime=0.35 cores=0,2,4,6
/proc/18589/task/18599/stat : 18599 (java) S 18587 18589 15565 0 -1 4202560 336 0 0 0 16 19 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857086110504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18600] ppid=18587 vsize=3090984 CPUtime=3.68 cores=0,2,4,6
/proc/18589/task/18600/stat : 18600 (java) R 18587 18589 15565 0 -1 4202560 64 0 0 0 366 2 0 0 20 0 20 0 335317138 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857073912328 139857567678780 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18601] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18601/stat : 18601 (java) S 18587 18589 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 335317138 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857072858488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18602] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18602/stat : 18602 (java) S 18587 18589 15565 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 20 0 335317138 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857071805320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18603] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18603/stat : 18603 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857070754064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18604] ppid=18587 vsize=3090984 CPUtime=0.63 cores=0,2,4,6
/proc/18589/task/18604/stat : 18604 (java) S 18587 18589 15565 0 -1 4202560 3914 0 0 0 63 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857069701944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18605] ppid=18587 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/18589/task/18605/stat : 18605 (java) S 18587 18589 15565 0 -1 4202560 3029 0 0 0 58 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857068649400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18606] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18606/stat : 18606 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857067596536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18607] ppid=18587 vsize=3090984 CPUtime=0.02 cores=0,2,4,6
/proc/18589/task/18607/stat : 18607 (java) S 18587 18589 15565 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857066544200 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18619] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18619/stat : 18619 (java) S 18587 18589 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335324575 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857064412072 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18620] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18620/stat : 18620 (java) S 18587 18589 15565 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 20 0 335326308 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857063359272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 96.05
Current children cumulated vsize (KiB) 3090984

[startup+93.0007 s]
/proc/loadavg: 2.01 2.01 2.00 3/214 18620
/proc/meminfo: memFree=25700388/32873844 swapFree=7120/7120
[pid=18589] ppid=18587 vsize=3090984 CPUtime=96.15 cores=0,2,4,6
/proc/18589/stat : 18589 (java) S 18587 18589 15565 0 -1 4202496 13934 0 1 0 9474 141 0 0 20 0 20 0 335317135 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 140735445814240 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18589/statm: 772746 418266 2302 9 0 763167 0
[pid=18589/tid=18591] ppid=18587 vsize=3090984 CPUtime=88.25 cores=0,2,4,6
/proc/18589/task/18591/stat : 18591 (java) S 18587 18589 15565 0 -1 4202560 3311 0 1 0 8818 7 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857563518136 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18592] ppid=18587 vsize=3090984 CPUtime=0.41 cores=0,2,4,6
/proc/18589/task/18592/stat : 18592 (java) S 18587 18589 15565 0 -1 4202560 384 0 0 0 21 20 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857429555624 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18593] ppid=18587 vsize=3090984 CPUtime=0.3 cores=0,2,4,6
/proc/18589/task/18593/stat : 18593 (java) S 18587 18589 15565 0 -1 4202560 278 0 0 0 14 16 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857428503080 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18594] ppid=18587 vsize=3090984 CPUtime=0.31 cores=0,2,4,6
/proc/18589/task/18594/stat : 18594 (java) S 18587 18589 15565 0 -1 4202560 299 0 0 0 14 17 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857427450024 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18595] ppid=18587 vsize=3090984 CPUtime=0.38 cores=0,2,4,6
/proc/18589/task/18595/stat : 18595 (java) S 18587 18589 15565 0 -1 4202560 348 0 0 0 17 21 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857426397480 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18596] ppid=18587 vsize=3090984 CPUtime=0.22 cores=0,2,4,6
/proc/18589/task/18596/stat : 18596 (java) S 18587 18589 15565 0 -1 4202560 207 0 0 0 9 13 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857425345448 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18597] ppid=18587 vsize=3090984 CPUtime=0.25 cores=0,2,4,6
/proc/18589/task/18597/stat : 18597 (java) S 18587 18589 15565 0 -1 4202560 242 0 0 0 12 13 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857424292904 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18598] ppid=18587 vsize=3090984 CPUtime=0.26 cores=0,2,4,6
/proc/18589/task/18598/stat : 18598 (java) S 18587 18589 15565 0 -1 4202560 257 0 0 0 13 13 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857087163048 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18599] ppid=18587 vsize=3090984 CPUtime=0.35 cores=0,2,4,6
/proc/18589/task/18599/stat : 18599 (java) S 18587 18589 15565 0 -1 4202560 336 0 0 0 16 19 0 0 20 0 20 0 335317136 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857086110504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18600] ppid=18587 vsize=3090984 CPUtime=3.78 cores=0,2,4,6
/proc/18589/task/18600/stat : 18600 (java) R 18587 18589 15565 0 -1 4202560 64 0 0 0 376 2 0 0 20 0 20 0 335317138 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857073912168 139857569643666 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18601] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18601/stat : 18601 (java) S 18587 18589 15565 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 335317138 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857072858488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18602] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18602/stat : 18602 (java) S 18587 18589 15565 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 20 0 335317138 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857071805320 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18603] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18603/stat : 18603 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857070754064 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18604] ppid=18587 vsize=3090984 CPUtime=0.63 cores=0,2,4,6
/proc/18589/task/18604/stat : 18604 (java) S 18587 18589 15565 0 -1 4202560 3914 0 0 0 63 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857069701944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18589/tid=18605] ppid=18587 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/18589/task/18605/stat : 18605 (java) S 18587 18589 15565 0 -1 4202560 3029 0 0 0 58 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857068649400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18589/tid=18606] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18606/stat : 18606 (java) S 18587 18589 15565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857067596536 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18607] ppid=18587 vsize=3090984 CPUtime=0.02 cores=0,2,4,6
/proc/18589/task/18607/stat : 18607 (java) S 18587 18589 15565 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 20 0 335317141 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857066544200 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18589/tid=18619] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18619/stat : 18619 (java) S 18587 18589 15565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 335324575 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857064412072 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18589/tid=18620] ppid=18587 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/18589/task/18620/stat : 18620 (java) S 18587 18589 15565 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 20 0 335326308 3165167616 418266 33554432000 1073741824 1073778376 140735445823104 139857063359272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 96.15
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18589 and gives
#  childrusage.ru_utime.tv_sec=94
#  childrusage.ru_utime.tv_usec=506632
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=541765
# CPU time returned by wait4() is 96.0484
# while last known CPU time is 96.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 93.0573
CPU time (s): 96.15
CPU user time (s): 94.74
CPU system time (s): 1.41
CPU usage (%): 103.323
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.5066
system time used= 1.54176
maximum resident set size= 1673088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13944
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2522
involuntary context switches= 983

runsolver used 0.204968 second user time and 0.507922 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-03 04:52:03
IDJOB=3732814
IDBENCH=2218
IDSOLVER=2319
FILE ID=node142/3732814-1338691922
RUNJOBID= node142-1338678627-15585
PBS_JOBID= 14636671
Free space on /tmp= 71188 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g100x100.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732814-1338691922/watcher-3732814-1338691922 -o /tmp/evaluation-result-3732814-1338691922/solver-3732814-1338691922 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3732814-1338691922.opb           

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

MD5SUM BENCH= b7796d84094d982e45331121511974b4
RANDOM SEED=780320650

node142.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.776
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	: 5333.55
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.776
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.776
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	: 5391.91
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.776
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.92
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.776
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.90
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.776
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.776
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.776
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:       32873844 kB
MemFree:        27369984 kB
Buffers:          246488 kB
Cached:          2749488 kB
SwapCached:            0 kB
Active:          2811604 kB
Inactive:        1876232 kB
Active(anon):    1683104 kB
Inactive(anon):    11220 kB
Active(file):    1128500 kB
Inactive(file):  1865012 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4376 kB
Writeback:             0 kB
AnonPages:       1700916 kB
Mapped:            18696 kB
Shmem:               200 kB
Slab:             674520 kB
SReclaimable:     116456 kB
SUnreclaim:       558064 kB
KernelStack:        1608 kB
PageTables:         7252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1669120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71184 MiB
End job on node142 at 2012-06-03 04:53:36