Trace number 4099762

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
Sat4j PB 2.3.6 Res+CP PB16OPT788263 6.14806 8.40918

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-pipex.opb
MD5SUM3e6a99258fbc02bc052cab2d6151884d
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark788263
Best CPU time to get the best result obtained on this benchmark6.14806
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 788263
Optimality of the best value was proved YES
Number of variables48
Total number of constraints25
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint3
Maximum length of a constraint16
Number of terms in the objective function 48
Biggest coefficient in the objective function 107865
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 2514082
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 107865
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 2514082
Number of bits of the biggest sum of numbers22
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.03/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.03/0.28	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.28	c See www.sat4j.org for details.
0.03/0.28	c version PB16.v20160501
0.03/0.28	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.28	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.28	c java.vm.version	19.1-b02
0.03/0.28	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.28	c sun.arch.data.model	64
0.03/0.28	c java.version		1.6.0_24
0.03/0.28	c os.name		Linux
0.03/0.28	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.28	c os.arch		amd64
0.03/0.28	c Free memory 		501472288
0.03/0.28	c Max memory 		7480803328
0.03/0.28	c Total memory 		504102912
0.03/0.28	c Number of processors 	8
0.11/0.32	c Pseudo Boolean Optimization by upper bound
0.11/0.32	c ManyCore solver with 2 solvers running in parallel
0.11/0.32	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.32	c --- Begin Solver configuration ---
0.11/0.32	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.32	c Learn all clauses as in MiniSAT
0.11/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.32	c Expensive reason simplification
0.11/0.32	c Glucose 2.1 dynamic restart strategy
0.11/0.32	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.32	c timeout=2147483s
0.11/0.32	c DB Simplification allowed=false
0.11/0.32	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.32	c --- End Solver configuration ---
0.11/0.32	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.32	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.32	c --- Begin Solver configuration ---
0.11/0.32	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.32	c Learn all clauses as in MiniSAT
0.11/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.32	c No reason simplification
0.11/0.32	c Armin Biere (Picosat) restarts strategy
0.11/0.32	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.32	c timeout=2147483s
0.11/0.32	c DB Simplification allowed=false
0.11/0.32	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.32	c --- End Solver configuration ---
0.11/0.32	c solving HOME/instance-4099762-1467321212.opb
0.11/0.32	c reading problem ... 
0.11/0.32	c  objective function found
0.11/0.35	c ... done. Wall clock time 0.027s.
0.11/0.35	c declared #vars     48
0.11/0.35	c #constraints  41
0.11/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.36	c constraints type 
0.11/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
0.11/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
0.11/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.11/0.36	c 41 constraints processed.
0.11/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.36	c constraints type 
0.11/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16
0.11/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
0.11/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.11/0.36	c 41 constraints processed.
0.11/0.36	c objective function length is 48 literals
0.24/0.40	c And the winner is solver0
0.31/0.86	c SATISFIABLE
0.31/0.86	c OPTIMIZING...
0.31/0.86	c Got one! Elapsed wall clock time (in seconds):0.544
0.31/0.86	o 854974
0.31/0.87	c And the winner is solver0
0.32/1.37	c Got one! Elapsed wall clock time (in seconds):1.046
0.32/1.37	o 848614
0.32/1.38	c And the winner is solver0
0.39/1.87	c Got one! Elapsed wall clock time (in seconds):1.547
0.39/1.87	o 827564
0.39/1.87	c And the winner is solver0
0.41/2.37	c Got one! Elapsed wall clock time (in seconds):2.048
0.41/2.37	o 822484
0.41/2.39	c And the winner is solver0
0.56/2.87	c Got one! Elapsed wall clock time (in seconds):2.549
0.56/2.87	o 818062
0.65/2.93	c And the winner is solver0
0.87/3.37	c Got one! Elapsed wall clock time (in seconds):3.05
0.87/3.37	o 805784
1.30/3.53	c And the winner is solver1
1.82/3.87	c Got one! Elapsed wall clock time (in seconds):3.551
1.82/3.87	o 804539
1.82/3.88	c And the winner is solver1
2.02/4.37	c Got one! Elapsed wall clock time (in seconds):4.053
2.02/4.37	o 802184
2.09/4.44	c And the winner is solver1
2.23/4.87	c Got one! Elapsed wall clock time (in seconds):4.554
2.23/4.87	o 800174
2.28/4.99	c cleaning 3749 clauses out of 7498 with flag 2578/7498
2.53/5.10	c And the winner is solver1
2.92/5.37	c Got one! Elapsed wall clock time (in seconds):5.055
2.92/5.37	o 796793
2.96/5.42	c And the winner is solver1
3.04/5.88	c Got one! Elapsed wall clock time (in seconds):5.556
3.04/5.88	o 793368
3.30/6.05	c And the winner is solver1
3.30/6.06	c cleaning 4638 clauses out of 9284 with flag 7563/13033
3.42/6.38	c Got one! Elapsed wall clock time (in seconds):6.056
3.42/6.38	o 792757
3.88/6.64	c cleaning 4824 clauses out of 9647 with flag 12434/18034
3.88/6.67	c And the winner is solver1
4.03/6.88	c Got one! Elapsed wall clock time (in seconds):6.557
4.03/6.88	o 790836
4.49/7.16	c cleaning 5347 clauses out of 10696 with flag 12726/23907
4.70/7.26	c And the winner is solver1
4.86/7.38	c Got one! Elapsed wall clock time (in seconds):7.058
4.86/7.38	o 788263
5.09/7.57	c cleaning 5258 clauses out of 10520 with flag 7209/29078
5.92/7.92	c cleaning 5628 clauses out of 11262 with flag 23067/35078
5.92/7.96	c And the winner is solver1
6.06/8.40	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
6.06/8.40	c starts		: 625
6.06/8.40	c conflicts		: 35990
6.06/8.40	c decisions		: 44187
6.06/8.40	c propagations		: 410565
6.06/8.40	c inspects		: 35957235
6.06/8.40	c shortcuts		: 0
6.06/8.40	c learnt literals	: 0
6.06/8.40	c learnt binary clauses	: 2
6.06/8.40	c learnt ternary clauses	: 51
6.06/8.40	c learnt constraints	: 35990
6.06/8.40	c ignored constraints	: 0
6.06/8.40	c root simplifications	: 0
6.06/8.40	c removed literals (reason simplification)	: 99317
6.06/8.40	c reason swapping (by a shorter reason)	: 0
6.06/8.40	c Calls to reduceDB	: 6
6.06/8.40	c Number of update (reduction) of LBD	: 3997
6.06/8.40	c Imported unit clauses	: 0
6.06/8.40	c number of reductions to clauses (during analyze)	: 0
6.06/8.40	c number of learned constraints concerned by reduction	: 0
6.06/8.40	c number of learning phase by resolution	: 0
6.06/8.40	c number of learning phase by cutting planes	: 0
6.06/8.40	c speed (assignments/second)	: 402120.4701273262
6.06/8.40	c non guided choices	0
6.06/8.40	c learnt constraints type 
6.06/8.40	c >>>>>>>>>> Solver number 1 (9 answers) <<<<<<<<<<<<<<<<<<
6.06/8.40	c starts		: 24
6.06/8.40	c conflicts		: 1771
6.06/8.40	c decisions		: 2372
6.06/8.40	c propagations		: 21421
6.06/8.40	c inspects		: 3865764
6.06/8.40	c shortcuts		: 0
6.06/8.40	c learnt literals	: 0
6.06/8.40	c learnt binary clauses	: 0
6.06/8.40	c learnt ternary clauses	: 0
6.06/8.40	c learnt constraints	: 1766
6.06/8.40	c ignored constraints	: 0
6.06/8.40	c root simplifications	: 0
6.06/8.40	c removed literals (reason simplification)	: 0
6.06/8.40	c reason swapping (by a shorter reason)	: 0
6.06/8.40	c Calls to reduceDB	: 0
6.06/8.40	c Number of update (reduction) of LBD	: 0
6.06/8.40	c Imported unit clauses	: 0
6.06/8.40	c number of reductions to clauses (during analyze)	: 0
6.06/8.40	c number of learned constraints concerned by reduction	: 0
6.06/8.40	c number of learning phase by resolution	: 0
6.06/8.40	c number of learning phase by cutting planes	: 0
6.06/8.40	c speed (assignments/second)	: 4259.494929409426
6.06/8.40	c non guided choices	0
6.06/8.40	c learnt constraints type 
6.06/8.40	s OPTIMUM FOUND
6.06/8.40	c Found 14 solution(s)
6.06/8.40	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 x24 -x25 -x26 -x27 x28 -x29 x30 x31 x32 -x33 -x34 x35 x36 x37 x38 -x39 -x40 x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 
6.06/8.40	c objective function=788263
6.06/8.40	c Total wall clock time (in seconds): 8.081

Verifier Data

OK	788263

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4099762-1467321212/watcher-4099762-1467321212 -o /tmp/evaluation-result-4099762-1467321212/solver-4099762-1467321212 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467321212-30704 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099762-1467321212.opb 

pid=30731
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.26 2.13 2.22 2/177 30734
/proc/meminfo: memFree=30372420/32872528 swapFree=1370584/1517752
[pid=30734] ppid=30731 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/30734/stat : 30734 (runsolver) D 30731 30734 23751 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 1 0 13076018 24911872 159 33554432000 4194304 4338465 140735485641392 140735485638584 229355711927 0 0 4096 24578 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/30734/statm: 6082 159 113 36 0 2655 0

[startup+0.100166 s]
/proc/loadavg: 2.26 2.13 2.22 2/177 30734
/proc/meminfo: memFree=30372420/32872528 swapFree=1370584/1517752
[pid=30734] ppid=30731 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/30734/stat : 30734 (java) S 30731 30734 23751 0 -1 4202496 1439 0 15 0 0 0 0 0 20 0 2 0 13076018 103964672 1058 33554432000 1073741824 1073778376 140735419087216 140735419078352 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/30734/statm: 25382 1058 809 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.20035 s]
/proc/loadavg: 2.26 2.13 2.22 2/177 30734
/proc/meminfo: memFree=30372420/32872528 swapFree=1370584/1517752
[pid=30734] ppid=30731 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/30734/stat : 30734 (java) S 30731 30734 23751 0 -1 4202496 3160 0 19 0 2 1 0 0 20 0 13 0 13076018 9446973440 3288 33554432000 1073741824 1073778376 140735419087216 140735419078352 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/30734/statm: 2306390 3288 1704 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.300303 s]
/proc/loadavg: 2.26 2.13 2.22 2/177 30734
/proc/meminfo: memFree=30372420/32872528 swapFree=1370584/1517752
[pid=30734] ppid=30731 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/30734/stat : 30734 (java) S 30731 30734 23751 0 -1 4202496 4446 0 20 0 9 2 0 0 20 0 18 0 13076018 9787879424 5589 33554432000 1073741824 1073778376 140735419087216 140735419078352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/30734/statm: 2389619 5589 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.700281 s]
/proc/loadavg: 2.26 2.13 2.22 2/177 30734
/proc/meminfo: memFree=30372420/32872528 swapFree=1370584/1517752
[pid=30734] ppid=30731 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/30734/stat : 30734 (java) S 30731 30734 23751 0 -1 4202496 6013 0 20 0 26 5 0 0 20 0 19 0 13076018 10060525568 7931 33554432000 1073741824 1073778376 140735419087216 140735419078352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/30734/statm: 2456183 7931 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 2.08 2.10 2.21 1/214 30783
/proc/meminfo: memFree=30303068/32872528 swapFree=1370584/1517752
[pid=30734] ppid=30731 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/30734/stat : 30734 (java) S 30731 30734 23751 0 -1 4202496 6890 0 20 0 33 6 0 0 20 0 19 0 13076018 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140735419078352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/30734/statm: 2456183 10136 2230 9 0 2446860 0
[pid=30734/tid=30737] ppid=30731 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/30734/task/30737/stat : 30737 (java) S 30731 30734 23751 0 -1 4202560 2441 0 7 0 11 2 0 0 20 0 19 0 13076026 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138808116088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 12 0 0
[pid=30734/tid=30739] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30739/stat : 30739 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138746845480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30742] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30742/stat : 30742 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138745792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30744] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30744/stat : 30744 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138744740392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30746] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30746/stat : 30746 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138648385960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30748] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30748/stat : 30748 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138647333672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30750] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30750/stat : 30750 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138646280872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30752] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30752/stat : 30752 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138645228584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30753] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30753/stat : 30753 (java) S 30731 30734 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138644175784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30754] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30754/stat : 30754 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13076033 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138631977192 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30756] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30756/stat : 30756 (java) S 30731 30734 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13076035 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138630923256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30758] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30758/stat : 30758 (java) S 30731 30734 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13076035 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138629870856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30760] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30760/stat : 30760 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138628819344 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30762] ppid=30731 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30734/task/30762/stat : 30762 (java) S 30731 30734 23751 0 -1 4202560 523 0 0 0 4 0 0 0 20 0 19 0 13076040 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138627766968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30764] ppid=30731 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30734/task/30764/stat : 30764 (java) S 30731 30734 23751 0 -1 4202560 2586 0 1 0 10 0 0 0 20 0 19 0 13076040 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138626714168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30766] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30766/stat : 30766 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138625662072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30768] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30768/stat : 30768 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138624609480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30772] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30772/stat : 30772 (java) S 30731 30734 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13076055 10060525568 10136 33554432000 1073741824 1073778376 140735419087216 140138621449384 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 2.08 2.10 2.21 1/214 30795
/proc/meminfo: memFree=30280824/32872528 swapFree=1370584/1517752
[pid=30734] ppid=30731 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/30734/stat : 30734 (java) S 30731 30734 23751 0 -1 4202496 9141 0 20 0 77 10 0 0 20 0 19 0 13076018 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140735419078352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/30734/statm: 2456183 15492 2233 9 0 2446860 0
[pid=30734/tid=30737] ppid=30731 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/30734/task/30737/stat : 30737 (java) S 30731 30734 23751 0 -1 4202560 2442 0 7 0 11 2 0 0 20 0 19 0 13076026 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138808116088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 12 0 0
[pid=30734/tid=30739] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30739/stat : 30739 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138746845480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30742] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30742/stat : 30742 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138745792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30744] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30744/stat : 30744 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138744740392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30746] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30746/stat : 30746 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138648385960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30748] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30748/stat : 30748 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138647333672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30750] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30750/stat : 30750 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138646280872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30752] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30752/stat : 30752 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138645228584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30753] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30753/stat : 30753 (java) S 30731 30734 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138644175784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30754] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30754/stat : 30754 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13076033 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138631977192 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30756] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30756/stat : 30756 (java) S 30731 30734 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13076035 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138630923256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30758] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30758/stat : 30758 (java) S 30731 30734 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13076035 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138629870856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30760] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30760/stat : 30760 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138628819344 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30762] ppid=30731 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30734/task/30762/stat : 30762 (java) S 30731 30734 23751 0 -1 4202560 1491 0 0 0 16 0 0 0 20 0 19 0 13076040 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138627766968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30764] ppid=30731 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/30734/task/30764/stat : 30764 (java) S 30731 30734 23751 0 -1 4202560 3841 0 1 0 27 0 0 0 20 0 19 0 13076040 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138626714168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30766] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30766/stat : 30766 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138625662072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30768] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30768/stat : 30768 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138624609480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30772] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30772/stat : 30772 (java) S 30731 30734 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13076055 10060525568 15492 33554432000 1073741824 1073778376 140735419087216 140138621449384 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=32 pid=1817 uid=0 cmd=

[startup+6.3008 s]
/proc/loadavg: 2.08 2.10 2.21 2/214 30836
/proc/meminfo: memFree=30027736/32872528 swapFree=1370584/1517752
[pid=30734] ppid=30731 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/30734/stat : 30734 (java) S 30731 30734 23751 0 -1 4202496 21601 0 20 0 316 26 0 0 20 0 19 0 13076018 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140735419078352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/30734/statm: 2456183 42995 2274 9 0 2446860 0
[pid=30734/tid=30737] ppid=30731 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/30734/task/30737/stat : 30737 (java) S 30731 30734 23751 0 -1 4202560 2444 0 7 0 11 2 0 0 20 0 19 0 13076026 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138808116088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 12 0 0
[pid=30734/tid=30739] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30739/stat : 30739 (java) S 30731 30734 23751 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138746845480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30742] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30742/stat : 30742 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138745792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30744] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30744/stat : 30744 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138744740392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30746] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30746/stat : 30746 (java) S 30731 30734 23751 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138648385960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30748] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30748/stat : 30748 (java) S 30731 30734 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138647333672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30750] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30750/stat : 30750 (java) S 30731 30734 23751 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138646280872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30752] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30752/stat : 30752 (java) S 30731 30734 23751 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138645228584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30753] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30753/stat : 30753 (java) S 30731 30734 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138644175784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30754] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30754/stat : 30754 (java) S 30731 30734 23751 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13076033 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138631977192 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30756] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30756/stat : 30756 (java) S 30731 30734 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13076035 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138630923256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30758] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30758/stat : 30758 (java) S 30731 30734 23751 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13076035 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138629870856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30760] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30760/stat : 30760 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138628819344 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30762] ppid=30731 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/30734/task/30762/stat : 30762 (java) S 30731 30734 23751 0 -1 4202560 9427 0 0 0 93 2 0 0 20 0 19 0 13076040 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138627766968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30764] ppid=30731 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/30734/task/30764/stat : 30764 (java) S 30731 30734 23751 0 -1 4202560 8207 0 1 0 70 2 0 0 20 0 19 0 13076040 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138626714168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30766] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30766/stat : 30766 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138625662072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30768] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30768/stat : 30768 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138624609480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30810] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30810/stat : 30810 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13076355 10060525568 42995 33554432000 1073741824 1073778376 140735419087216 140138622502184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.42

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

[pid=30734/tid=30744] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30744/stat : 30744 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138744740392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30746] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30746/stat : 30746 (java) S 30731 30734 23751 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138648385960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30748] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30748/stat : 30748 (java) S 30731 30734 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138647333672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30750] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30750/stat : 30750 (java) S 30731 30734 23751 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138646280872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30752] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30752/stat : 30752 (java) S 30731 30734 23751 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138645228584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30753] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30753/stat : 30753 (java) S 30731 30734 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138644175784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30754] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30754/stat : 30754 (java) S 30731 30734 23751 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13076033 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138631977192 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30756] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30756/stat : 30756 (java) S 30731 30734 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13076035 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138630923256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30758] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30758/stat : 30758 (java) S 30731 30734 23751 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13076035 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138629870856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30760] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30760/stat : 30760 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13076040 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138628819344 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30762] ppid=30731 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/30734/task/30762/stat : 30762 (java) S 30731 30734 23751 0 -1 4202560 9427 0 0 0 93 2 0 0 20 0 22 0 13076040 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138627766968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30764] ppid=30731 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/30734/task/30764/stat : 30764 (java) S 30731 30734 23751 0 -1 4202560 8207 0 1 0 70 2 0 0 20 0 22 0 13076040 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138626714168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30766] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30766/stat : 30766 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13076040 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138625662072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30768] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30768/stat : 30768 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13076040 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138624609480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30810] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30810/stat : 30810 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13076355 10060525568 43001 33554432000 1073741824 1073778376 140735419087216 140138622502184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9824732

[startup+7.20089 s]
/proc/loadavg: 1.91 2.06 2.20 4/217 30848
/proc/meminfo: memFree=30021224/32872528 swapFree=1370584/1517752
[pid=30734] ppid=30731 vsize=9824732 CPUtime=4.7 cores=0,2,4,6
/proc/30734/stat : 30734 (java) S 30731 30734 23751 0 -1 4202496 21631 0 20 0 442 28 0 0 20 0 22 0 13076018 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140735419078352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/30734/statm: 2456183 43518 2274 9 0 2446860 0
[pid=30734/tid=30737] ppid=30731 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/30734/task/30737/stat : 30737 (java) S 30731 30734 23751 0 -1 4202560 2444 0 7 0 12 2 0 0 20 0 22 0 13076026 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138808116088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 12 0 0
[pid=30734/tid=30739] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30739/stat : 30739 (java) S 30731 30734 23751 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138746845480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30742] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30742/stat : 30742 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138745792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30744] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30744/stat : 30744 (java) S 30731 30734 23751 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138744740392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30746] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30746/stat : 30746 (java) S 30731 30734 23751 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138648385960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30748] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30748/stat : 30748 (java) S 30731 30734 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138647333672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30750] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30750/stat : 30750 (java) S 30731 30734 23751 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138646280872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30752] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30752/stat : 30752 (java) S 30731 30734 23751 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138645228584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30753] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30753/stat : 30753 (java) S 30731 30734 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13076030 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138644175784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30754] ppid=30731 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30734/task/30754/stat : 30754 (java) S 30731 30734 23751 0 -1 4202560 9 0 0 0 0 1 0 0 20 0 22 0 13076033 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138631977192 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30756] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30756/stat : 30756 (java) S 30731 30734 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13076035 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138630923256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30758] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30758/stat : 30758 (java) S 30731 30734 23751 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13076035 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138629870856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30760] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30760/stat : 30760 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13076040 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138628819344 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30762] ppid=30731 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/30734/task/30762/stat : 30762 (java) S 30731 30734 23751 0 -1 4202560 9427 0 0 0 97 2 0 0 20 0 22 0 13076040 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138627766968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30764] ppid=30731 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/30734/task/30764/stat : 30764 (java) S 30731 30734 23751 0 -1 4202560 8209 0 1 0 74 2 0 0 20 0 22 0 13076040 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138626714168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30766] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30766/stat : 30766 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13076040 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138625662072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30768] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30768/stat : 30768 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13076040 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138624609480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30810] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30810/stat : 30810 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13076355 10060525568 43518 33554432000 1073741824 1073778376 140735419087216 140138622502184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9824732

[startup+8.00098 s]
/proc/loadavg: 1.91 2.06 2.20 4/217 30860
/proc/meminfo: memFree=30018392/32872528 swapFree=1370584/1517752
[pid=30734] ppid=30731 vsize=9824732 CPUtime=6.04 cores=0,2,4,6
/proc/30734/stat : 30734 (java) S 30731 30734 23751 0 -1 4202496 21750 0 20 0 570 34 0 0 20 0 19 0 13076018 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140735419078352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/30734/statm: 2456183 47438 2274 9 0 2446860 0
[pid=30734/tid=30737] ppid=30731 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/30734/task/30737/stat : 30737 (java) S 30731 30734 23751 0 -1 4202560 2444 0 7 0 12 2 0 0 20 0 19 0 13076026 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138808116088 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 12 0 0
[pid=30734/tid=30739] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30739/stat : 30739 (java) S 30731 30734 23751 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138746845480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30742] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30742/stat : 30742 (java) S 30731 30734 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138745792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30744] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30744/stat : 30744 (java) S 30731 30734 23751 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138744740392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30746] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30746/stat : 30746 (java) S 30731 30734 23751 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138648385960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30748] ppid=30731 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30734/task/30748/stat : 30748 (java) S 30731 30734 23751 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138647333672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30750] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30750/stat : 30750 (java) S 30731 30734 23751 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138646280872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30752] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30752/stat : 30752 (java) S 30731 30734 23751 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138645228584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30753] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30753/stat : 30753 (java) S 30731 30734 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138644175784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30754] ppid=30731 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30734/task/30754/stat : 30754 (java) S 30731 30734 23751 0 -1 4202560 78 0 0 0 0 2 0 0 20 0 19 0 13076033 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138631977192 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30756] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30756/stat : 30756 (java) S 30731 30734 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13076035 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138630923256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30758] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30758/stat : 30758 (java) S 30731 30734 23751 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13076035 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138629870856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30760] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30760/stat : 30760 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138628819344 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30762] ppid=30731 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/30734/task/30762/stat : 30762 (java) S 30731 30734 23751 0 -1 4202560 9431 0 0 0 99 2 0 0 20 0 19 0 13076040 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138627766968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30764] ppid=30731 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/30734/task/30764/stat : 30764 (java) S 30731 30734 23751 0 -1 4202560 8209 0 1 0 74 2 0 0 20 0 19 0 13076040 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138626714168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30766] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30766/stat : 30766 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138625662072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30768] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30768/stat : 30768 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138624609480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30810] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30810/stat : 30810 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13076355 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138622502184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 9824732

[startup+8.4007 s]
/proc/loadavg: 1.91 2.06 2.20 4/217 30860
/proc/meminfo: memFree=30018392/32872528 swapFree=1370584/1517752
[pid=30734] ppid=30731 vsize=9824732 CPUtime=6.06 cores=0,2,4,6
/proc/30734/stat : 30734 (java) S 30731 30734 23751 0 -1 4202496 21750 0 20 0 572 34 0 0 20 0 19 0 13076018 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140735419078352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 4 0 0
/proc/30734/statm: 2456183 47438 2274 9 0 2446860 0
[pid=30734/tid=30737] ppid=30731 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/30734/task/30737/stat : 30737 (java) R 30731 30734 23751 0 -1 4202560 2444 0 7 0 13 2 0 0 20 0 19 0 13076026 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138808116016 140138748073959 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0
[pid=30734/tid=30739] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30739/stat : 30739 (java) S 30731 30734 23751 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138746845480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30742] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30742/stat : 30742 (java) S 30731 30734 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138745792680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30744] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30744/stat : 30744 (java) S 30731 30734 23751 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138744740392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30746] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30746/stat : 30746 (java) S 30731 30734 23751 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138648385960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30734/tid=30748] ppid=30731 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30734/task/30748/stat : 30748 (java) S 30731 30734 23751 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138647333672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30750] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30750/stat : 30750 (java) S 30731 30734 23751 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138646280872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30752] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30752/stat : 30752 (java) S 30731 30734 23751 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138645228584 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30753] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30753/stat : 30753 (java) S 30731 30734 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13076030 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138644175784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30754] ppid=30731 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30734/task/30754/stat : 30754 (java) S 30731 30734 23751 0 -1 4202560 78 0 0 0 0 2 0 0 20 0 19 0 13076033 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138631977192 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30756] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30756/stat : 30756 (java) S 30731 30734 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13076035 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138630923256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30758] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30758/stat : 30758 (java) S 30731 30734 23751 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13076035 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138629870856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30760] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30760/stat : 30760 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138628819344 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30734/tid=30762] ppid=30731 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/30734/task/30762/stat : 30762 (java) R 30731 30734 23751 0 -1 4202560 9431 0 0 0 100 2 0 0 20 0 19 0 13076040 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138627766848 140138812233306 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30764] ppid=30731 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/30734/task/30764/stat : 30764 (java) S 30731 30734 23751 0 -1 4202560 8209 0 1 0 74 2 0 0 20 0 19 0 13076040 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138626714168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30766] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30766/stat : 30766 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138625662072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30734/tid=30768] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30768/stat : 30768 (java) S 30731 30734 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13076040 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138624609480 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30734/tid=30810] ppid=30731 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30734/task/30810/stat : 30810 (java) S 30731 30734 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13076355 10060525568 47438 33554432000 1073741824 1073778376 140735419087216 140138622502184 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 8.40918
CPU time (s): 6.14806
CPU user time (s): 5.70213
CPU system time (s): 0.445932
CPU usage (%): 73.1114
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.70213
system time used= 0.445932
maximum resident set size= 189780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21763
page faults= 20
swaps= 0
block input operations= 12544
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1308
involuntary context switches= 490

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043993 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-30 23:13:32
IDJOB=4099762
IDBENCH=1513
IDSOLVER=2543
FILE ID=node129/4099762-1467321212
RUNJOBID= node129-1467321212-30704
PBS_JOBID= 20005258
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-pipex.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099762-1467321212/watcher-4099762-1467321212 -o /tmp/evaluation-result-4099762-1467321212/solver-4099762-1467321212 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467321212-30704 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099762-1467321212.opb

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

MD5SUM BENCH= 3e6a99258fbc02bc052cab2d6151884d
RANDOM SEED=1512919585

node129.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.683
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.36
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.683
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	: 5332.56
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.683
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	: 5332.55
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.683
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	: 5332.55
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.683
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	: 5332.55
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.683
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	: 5332.56
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.683
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	: 5332.55
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.683
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30373500 kB
Buffers:           56524 kB
Cached:           120596 kB
SwapCached:            0 kB
Active:           101524 kB
Inactive:          90536 kB
Active(anon):       1184 kB
Inactive(anon):    17100 kB
Active(file):     100340 kB
Inactive(file):    73436 kB
Unevictable:     1517752 kB
Mlocked:         1370584 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3436 kB
Writeback:             0 kB
AnonPages:       1588632 kB
Mapped:            13924 kB
Shmem:               204 kB
Slab:             653604 kB
SReclaimable:      97052 kB
SUnreclaim:       556552 kB
KernelStack:        1408 kB
PageTables:         7116 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1619728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71600 MiB
End job on node129 at 2016-06-30 23:13:40