Trace number 4106626

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 PB16SAT (TO)13 1800.59 896.467

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_2.opb
MD5SUMfaa00895e2f6f80e77634e2be522df62
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint45
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6220
Sum of products size (including duplicates)12440
Number of different products6220
Sum of products size12440

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4106626-1466274243.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
1.03/0.57	c ... done. Wall clock time 0.436s.
1.03/0.57	c declared #vars     200
1.03/0.57	c internal #vars     6420
1.03/0.57	c #constraints  12640
1.03/0.57	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.03/0.57	c constraints type 
1.03/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6420
1.03/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6220
1.03/0.57	c 12640 constraints processed.
1.03/0.57	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.03/0.57	c constraints type 
1.03/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6420
1.03/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1.03/0.57	c 12640 constraints processed.
1.03/0.57	c objective function length is 200 literals
1.32/0.69	c And the winner is solver0
2.38/1.07	c SATISFIABLE
2.38/1.07	c OPTIMIZING...
2.38/1.07	c Got one! Elapsed wall clock time (in seconds):0.941
2.38/1.07	o 17
2.62/1.11	c And the winner is solver0
2.70/1.57	c Got one! Elapsed wall clock time (in seconds):1.444
2.70/1.57	o 16
2.79/1.61	c And the winner is solver0
3.18/2.08	c Got one! Elapsed wall clock time (in seconds):1.947
3.18/2.08	o 15
3.94/2.35	c And the winner is solver0
4.03/2.58	c Got one! Elapsed wall clock time (in seconds):2.449
4.03/2.58	o 14
8.31/4.59	c cleaning 2727 clauses out of 5454 with flag 12446/5454
17.76/9.02	c cleaning 4361 clauses out of 8727 with flag 31318/11454
27.99/14.06	c cleaning 5675 clauses out of 11364 with flag 54172/18452
41.54/20.70	c cleaning 6845 clauses out of 13690 with flag 79936/26453
56.78/28.14	c cleaning 7924 clauses out of 15848 with flag 108617/35456
73.36/36.33	c cleaning 8946 clauses out of 17922 with flag 142620/45454
90.47/44.84	c cleaning 9980 clauses out of 19974 with flag 177980/56452
110.34/54.72	c cleaning 10992 clauses out of 21994 with flag 216596/68452
131.60/65.30	c cleaning 11954 clauses out of 24002 with flag 258185/81452
154.05/76.59	c cleaning 13025 clauses out of 26049 with flag 309086/95453
179.13/89.05	c cleaning 14006 clauses out of 28023 with flag 358791/110452
206.76/102.76	c cleaning 14999 clauses out of 30017 with flag 413596/126452
238.06/118.72	c cleaning 15994 clauses out of 32018 with flag 471639/143452
263.11/131.24	c cleaning 0 clauses out of 5061 with flag 0/5062
267.25/133.11	c And the winner is solver0
267.89/133.72	c Got one! Elapsed wall clock time (in seconds):133.591
267.89/133.72	o 13
275.77/137.67	c cleaning 18849 clauses out of 37724 with flag 18880/165152
285.13/142.27	c cleaning 12430 clauses out of 24875 with flag 38017/171152
296.67/147.92	c cleaning 9712 clauses out of 19447 with flag 61734/178154
311.46/155.37	c cleaning 8852 clauses out of 17731 with flag 88559/186150
325.82/162.49	c cleaning 8888 clauses out of 17879 with flag 117675/195150
340.57/169.74	c cleaning 9472 clauses out of 18993 with flag 152045/205152
357.94/178.36	c cleaning 10243 clauses out of 20520 with flag 189772/216151
376.48/187.59	c cleaning 11138 clauses out of 22276 with flag 232516/228150
398.38/198.45	c cleaning 12062 clauses out of 24138 with flag 278335/241150
420.92/209.60	c cleaning 13023 clauses out of 26076 with flag 326410/255150
444.66/221.45	c cleaning 14025 clauses out of 28056 with flag 377967/270153
469.83/233.92	c cleaning 15011 clauses out of 30033 with flag 435934/286155
496.99/247.42	c cleaning 15989 clauses out of 32022 with flag 494488/303155
526.15/261.84	c cleaning 16997 clauses out of 34031 with flag 556618/321153
556.91/277.16	c cleaning 18008 clauses out of 36031 with flag 622179/340150
588.70/292.85	c cleaning 19001 clauses out of 38023 with flag 695248/360150
621.65/309.30	c cleaning 19988 clauses out of 40022 with flag 772372/381150
657.56/327.77	c cleaning 21016 clauses out of 42036 with flag 856017/403152
694.62/346.24	c cleaning 21992 clauses out of 44019 with flag 940635/426151
733.76/365.75	c cleaning 22997 clauses out of 46026 with flag 1024989/450150
777.52/387.52	c cleaning 23990 clauses out of 48030 with flag 1114045/475151
819.90/408.63	c cleaning 25006 clauses out of 50039 with flag 1209052/501150
863.36/430.23	c cleaning 25979 clauses out of 52033 with flag 1308277/528150
910.22/453.41	c cleaning 27009 clauses out of 54058 with flag 1410623/556154
957.60/476.93	c cleaning 28017 clauses out of 56046 with flag 1514526/585151
1009.60/502.80	c cleaning 29002 clauses out of 58028 with flag 1631097/615150
1062.78/529.05	c cleaning 29983 clauses out of 60026 with flag 1745905/646150
1075.98/535.61	c cleaning 0 clauses out of 10117 with flag 0/10119
1114.69/554.70	c cleaning 30990 clauses out of 62046 with flag 1869039/678153
1170.58/582.41	c cleaning 32017 clauses out of 64053 with flag 1977502/711150
1222.99/608.58	c cleaning 33017 clauses out of 66039 with flag 2092854/745153
1279.73/636.76	c cleaning 34000 clauses out of 68021 with flag 2216561/780152
1337.54/665.57	c cleaning 34989 clauses out of 70019 with flag 2352269/816150
1398.26/695.73	c cleaning 36004 clauses out of 72031 with flag 2493572/853151
1464.48/728.70	c cleaning 37007 clauses out of 74026 with flag 2625823/891150
1527.03/759.65	c cleaning 38004 clauses out of 76021 with flag 2764721/930152
1599.54/796.74	c cleaning 38997 clauses out of 78015 with flag 2912940/970150
1667.27/830.44	c cleaning 40008 clauses out of 80023 with flag 3057630/1011155
1737.73/865.45	c cleaning 40993 clauses out of 82010 with flag 3215780/1053150
1800.03/896.40	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.03/896.40	c starts		: 1529
1800.03/896.40	c conflicts		: 1089267
1800.03/896.40	c decisions		: 3249122
1800.03/896.40	c propagations		: 1102387276
1800.03/896.40	c inspects		: 7402724866
1800.03/896.40	c shortcuts		: 0
1800.03/896.40	c learnt literals	: 0
1800.03/896.40	c learnt binary clauses	: 0
1800.03/896.40	c learnt ternary clauses	: 5
1800.03/896.40	c learnt constraints	: 1089267
1800.03/896.40	c ignored constraints	: 0
1800.03/896.40	c root simplifications	: 0
1800.03/896.40	c removed literals (reason simplification)	: 221724
1800.03/896.40	c reason swapping (by a shorter reason)	: 0
1800.03/896.40	c Calls to reduceDB	: 51
1800.03/896.40	c Number of update (reduction) of LBD	: 498963
1800.03/896.40	c Imported unit clauses	: 0
1800.03/896.40	c number of reductions to clauses (during analyze)	: 0
1800.03/896.40	c number of learned constraints concerned by reduction	: 0
1800.03/896.40	c number of learning phase by resolution	: 0
1800.03/896.40	c number of learning phase by cutting planes	: 0
1800.03/896.40	c speed (assignments/second)	: 1230586.037643597
1800.03/896.40	c non guided choices	0
1800.03/896.43	c learnt constraints type 
1800.03/896.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77134
1800.03/896.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/896.43	c starts		: 53
1800.03/896.43	c conflicts		: 13377
1800.03/896.43	c decisions		: 28478
1800.03/896.43	c propagations		: 3212910
1800.03/896.43	c inspects		: 915739483
1800.03/896.43	c shortcuts		: 0
1800.03/896.43	c learnt literals	: 0
1800.03/896.43	c learnt binary clauses	: 0
1800.03/896.43	c learnt ternary clauses	: 0
1800.03/896.43	c learnt constraints	: 13374
1800.03/896.43	c ignored constraints	: 0
1800.03/896.43	c root simplifications	: 0
1800.03/896.43	c removed literals (reason simplification)	: 0
1800.03/896.43	c reason swapping (by a shorter reason)	: 0
1800.03/896.43	c Calls to reduceDB	: 2
1800.03/896.43	c Number of update (reduction) of LBD	: 0
1800.03/896.43	c Imported unit clauses	: 0
1800.03/896.43	c number of reductions to clauses (during analyze)	: 0
1800.03/896.43	c number of learned constraints concerned by reduction	: 0
1800.03/896.43	c number of learning phase by resolution	: 0
1800.03/896.43	c number of learning phase by cutting planes	: 0
1800.03/896.43	c speed (assignments/second)	: 4212.503343350273
1800.03/896.43	c non guided choices	0
1800.03/896.43	c learnt constraints type 
1800.03/896.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
1800.03/896.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 270
1800.03/896.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13099
1800.03/896.44	s SATISFIABLE
1800.03/896.44	c Found 5 solution(s)
1800.03/896.44	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 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1800.03/896.44	c objective function=13
1800.03/896.44	c Total wall clock time (in seconds): 896.307

Verifier Data

OK	13

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

pid=9583
running on 4 cores: 1,3,5,7

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: 4.24 4.31 4.10 4/197 9586
/proc/meminfo: memFree=26621716/32872528 swapFree=1286400/1433568
[pid=9586] ppid=9583 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9586/stat : 9586 (java) D 9583 9586 3621 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 29471046 9515008 175 33554432000 1073741824 1073778376 140734608326944 140734608309672 214369649552 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/9586/statm: 2323 175 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.24 4.31 4.10 4/197 9586
/proc/meminfo: memFree=26621716/32872528 swapFree=1286400/1433568
[pid=9586] ppid=9583 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9586/stat : 9586 (java) S 9583 9586 3621 0 -1 4202496 4240 0 1 0 6 1 0 0 20 0 18 0 29471046 9787879424 5357 33554432000 1073741824 1073778376 140734084758384 140734084749520 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9586/statm: 2389619 5359 2057 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200252 s]
/proc/loadavg: 4.24 4.31 4.10 4/197 9586
/proc/meminfo: memFree=26621716/32872528 swapFree=1286400/1433568
[pid=9586] ppid=9583 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/9586/stat : 9586 (java) S 9583 9586 3621 0 -1 4202496 4571 0 1 0 18 1 0 0 20 0 18 0 29471046 9787879424 7189 33554432000 1073741824 1073778376 140734084758384 140734084749520 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9586/statm: 2389619 7189 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 4.24 4.31 4.10 4/197 9586
/proc/meminfo: memFree=26621716/32872528 swapFree=1286400/1433568
[pid=9586] ppid=9583 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/9586/stat : 9586 (java) S 9583 9586 3621 0 -1 4202496 6360 0 1 0 43 2 0 0 20 0 18 0 29471046 9787879424 8954 33554432000 1073741824 1073778376 140734084758384 140734084749520 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9586/statm: 2389619 8954 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 4.24 4.31 4.10 4/197 9586
/proc/meminfo: memFree=26621716/32872528 swapFree=1286400/1433568
[pid=9586] ppid=9583 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/9586/stat : 9586 (java) S 9583 9586 3621 0 -1 4202496 24455 0 1 0 166 6 0 0 20 0 20 0 29471046 10060525568 26180 33554432000 1073741824 1073778376 140734084758384 140734084749520 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9586/statm: 2456183 26185 2260 9 0 2446860 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 4.24 4.31 4.10 7/219 9611
/proc/meminfo: memFree=26518292/32872528 swapFree=1286400/1433568
[pid=9586] ppid=9583 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/9586/stat : 9586 (java) S 9583 9586 3621 0 -1 4202496 29494 0 1 0 260 10 0 0 20 0 19 0 29471046 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 140734084749520 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9586/statm: 2456183 27943 2270 9 0 2446860 0
[pid=9586/tid=9588] ppid=9583 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/9586/task/9588/stat : 9588 (java) S 9583 9586 3621 0 -1 4202560 2434 0 1 0 51 2 0 0 20 0 19 0 29471047 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990929458040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9589] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9589/stat : 9589 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29471049 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990907558696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9590] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9590/stat : 9590 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29471049 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990906505896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9591] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9591/stat : 9591 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29471049 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990905453608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9592] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9592/stat : 9592 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29471049 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990904400808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9593] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9593/stat : 9593 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29471049 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990903347496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9594] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9594/stat : 9594 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29471049 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990432475304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9595] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9595/stat : 9595 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29471049 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990431423016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9596] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9596/stat : 9596 (java) S 9583 9586 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29471049 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990430370216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9597] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9597/stat : 9597 (java) S 9583 9586 3621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29471050 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990417959656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9598] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9598/stat : 9598 (java) S 9583 9586 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29471050 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990416905720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9599] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9599/stat : 9599 (java) S 9583 9586 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29471050 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990415853320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9600] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9600/stat : 9600 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29471053 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990414801808 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9601] ppid=9583 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/9586/task/9601/stat : 9601 (java) S 9583 9586 3621 0 -1 4202560 12021 0 0 0 84 2 0 0 20 0 19 0 29471053 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990413748408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9602] ppid=9583 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/9586/task/9602/stat : 9602 (java) S 9583 9586 3621 0 -1 4202560 13682 0 0 0 86 3 0 0 20 0 19 0 29471053 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990412695608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9603] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9603/stat : 9603 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29471053 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990411643512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9604] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9604/stat : 9604 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29471053 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990410590920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9608] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9608/stat : 9608 (java) S 9583 9586 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29471104 10060525568 27943 33554432000 1073741824 1073778376 140734084758384 139990406280744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.24 4.31 4.10 7/219 9617
/proc/meminfo: memFree=26492824/32872528 swapFree=1286400/1433568
[pid=9586] ppid=9583 vsize=9824732 CPUtime=5.22 cores=1,3,5,7
/proc/9586/stat : 9586 (java) S 9583 9586 3621 0 -1 4202496 29924 0 1 0 505 17 0 0 20 0 22 0 29471046 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 140734084749520 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9586/statm: 2456183 55739 2289 9 0 2446860 0
[pid=9586/tid=9588] ppid=9583 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/9586/task/9588/stat : 9588 (java) S 9583 9586 3621 0 -1 4202560 2435 0 1 0 52 2 0 0 20 0 22 0 29471047 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990929458040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9589] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9589/stat : 9589 (java) S 9583 9586 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29471049 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990907558696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9590] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9590/stat : 9590 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471049 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990906505896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9591] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9591/stat : 9591 (java) S 9583 9586 3621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29471049 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990905453608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9592] ppid=9583 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9586/task/9592/stat : 9592 (java) S 9583 9586 3621 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 29471049 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990904400808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9593] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9593/stat : 9593 (java) S 9583 9586 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29471049 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990903347496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9594] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9594/stat : 9594 (java) S 9583 9586 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29471049 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990432475304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9595] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9595/stat : 9595 (java) S 9583 9586 3621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29471049 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990431423016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9596] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9596/stat : 9596 (java) S 9583 9586 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29471049 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990430370216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9597] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9597/stat : 9597 (java) S 9583 9586 3621 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990417959656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9598] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9598/stat : 9598 (java) S 9583 9586 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990416905720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9599] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9599/stat : 9599 (java) S 9583 9586 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990415853320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9600] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9600/stat : 9600 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990414801808 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9601] ppid=9583 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/9586/task/9601/stat : 9601 (java) S 9583 9586 3621 0 -1 4202560 12074 0 0 0 129 2 0 0 20 0 22 0 29471053 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990413748408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9602] ppid=9583 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/9586/task/9602/stat : 9602 (java) S 9583 9586 3621 0 -1 4202560 13873 0 0 0 123 3 0 0 20 0 22 0 29471053 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990412695608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9603] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9603/stat : 9603 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990411643512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9604] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9604/stat : 9604 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990410590920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9608] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9608/stat : 9608 (java) S 9583 9586 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29471104 10060525568 55739 33554432000 1073741824 1073778376 140734084758384 139990406280744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.22 4.30 4.10 5/219 9620
/proc/meminfo: memFree=26228500/32872528 swapFree=1286400/1433568
[pid=9586] ppid=9583 vsize=9824732 CPUtime=12.2 cores=1,3,5,7
/proc/9586/stat : 9586 (java) S 9583 9586 3621 0 -1 4202496 32210 0 1 0 1188 32 0 0 20 0 22 0 29471046 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 140734084749520 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9586/statm: 2456183 107465 2295 9 0 2446860 0
[pid=9586/tid=9588] ppid=9583 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/9586/task/9588/stat : 9588 (java) S 9583 9586 3621 0 -1 4202560 2436 0 1 0 52 2 0 0 20 0 22 0 29471047 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990929458040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9589] ppid=9583 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/9586/task/9589/stat : 9589 (java) S 9583 9586 3621 0 -1 4202560 148 0 0 0 6 3 0 0 20 0 22 0 29471049 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990907558696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9590] ppid=9583 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9586/task/9590/stat : 9590 (java) S 9583 9586 3621 0 -1 4202560 99 0 0 0 4 2 0 0 20 0 22 0 29471049 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990906505896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9591] ppid=9583 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9586/task/9591/stat : 9591 (java) S 9583 9586 3621 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 29471049 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990905453608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9592] ppid=9583 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9586/task/9592/stat : 9592 (java) S 9583 9586 3621 0 -1 4202560 51 0 0 0 4 2 0 0 20 0 22 0 29471049 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990904400808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9593] ppid=9583 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9586/task/9593/stat : 9593 (java) S 9583 9586 3621 0 -1 4202560 116 0 0 0 2 2 0 0 20 0 22 0 29471049 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990903347496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9594] ppid=9583 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9586/task/9594/stat : 9594 (java) S 9583 9586 3621 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 29471049 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990432475304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9595] ppid=9583 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9586/task/9595/stat : 9595 (java) S 9583 9586 3621 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 22 0 29471049 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990431423016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9596] ppid=9583 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9586/task/9596/stat : 9596 (java) S 9583 9586 3621 0 -1 4202560 143 0 0 0 5 2 0 0 20 0 22 0 29471049 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990430370216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9597] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9597/stat : 9597 (java) S 9583 9586 3621 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990417959656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9598] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9598/stat : 9598 (java) S 9583 9586 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990416905720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9599] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9599/stat : 9599 (java) S 9583 9586 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990415853320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9600] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9600/stat : 9600 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990414801808 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9601] ppid=9583 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/9586/task/9601/stat : 9601 (java) S 9583 9586 3621 0 -1 4202560 12075 0 0 0 139 2 0 0 20 0 22 0 29471053 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990413748408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9602] ppid=9583 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/9586/task/9602/stat : 9602 (java) S 9583 9586 3621 0 -1 4202560 15367 0 0 0 148 3 0 0 20 0 22 0 29471053 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990412695608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9603] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9603/stat : 9603 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990411643512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9604] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9604/stat : 9604 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990410590920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9608] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9608/stat : 9608 (java) S 9583 9586 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29471104 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990406280744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9618] ppid=9583 vsize=9824732 CPUtime=3.55 cores=1,3,5,7
/proc/9586/task/9618/stat : 9618 (java) R 9583 9586 3621 0 -1 4202560 6 0 0 0 355 0 0 0 20 0 22 0 29471304 10060525568 107465 33554432000 1073741824 1073778376 140734084758384 139990409435504 139990785876997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9619] ppid=9583 vsize=9824732 CPUtime=3.55 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.56 4.45 4.26 5/219 9724
/proc/meminfo: memFree=23500776/32872528 swapFree=1286400/1433568
[pid=9586] ppid=9583 vsize=9824732 CPUtime=1650.96 cores=1,3,5,7
/proc/9586/stat : 9586 (java) S 9583 9586 3621 0 -1 4202496 40683 0 1 0 164898 198 0 0 20 0 22 0 29471046 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 140734084749520 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9586/statm: 2456183 917263 2304 9 0 2446860 0
[pid=9586/tid=9588] ppid=9583 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/9586/task/9588/stat : 9588 (java) S 9583 9586 3621 0 -1 4202560 2445 0 1 0 55 3 0 0 20 0 22 0 29471047 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990929458040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9589] ppid=9583 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/9586/task/9589/stat : 9589 (java) S 9583 9586 3621 0 -1 4202560 642 0 0 0 261 17 0 0 20 0 22 0 29471049 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990907558696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9590] ppid=9583 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/9586/task/9590/stat : 9590 (java) S 9583 9586 3621 0 -1 4202560 563 0 0 0 298 17 0 0 20 0 22 0 29471049 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990906505896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9591] ppid=9583 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/9586/task/9591/stat : 9591 (java) S 9583 9586 3621 0 -1 4202560 451 0 0 0 259 13 0 0 20 0 22 0 29471049 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990905453608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9592] ppid=9583 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/9586/task/9592/stat : 9592 (java) S 9583 9586 3621 0 -1 4202560 504 0 0 0 277 15 0 0 20 0 22 0 29471049 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990904400808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9593] ppid=9583 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/9586/task/9593/stat : 9593 (java) S 9583 9586 3621 0 -1 4202560 554 0 0 0 272 13 0 0 20 0 22 0 29471049 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990903347496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9594] ppid=9583 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/9586/task/9594/stat : 9594 (java) S 9583 9586 3621 0 -1 4202560 501 0 0 0 268 15 0 0 20 0 22 0 29471049 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990432475304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9595] ppid=9583 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/9586/task/9595/stat : 9595 (java) S 9583 9586 3621 0 -1 4202560 470 0 0 0 277 14 0 0 20 0 22 0 29471049 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990431423016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9596] ppid=9583 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/9586/task/9596/stat : 9596 (java) S 9583 9586 3621 0 -1 4202560 616 0 0 0 269 16 0 0 20 0 22 0 29471049 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990430370216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9597] ppid=9583 vsize=9824732 CPUtime=4.34 cores=1,3,5,7
/proc/9586/task/9597/stat : 9597 (java) S 9583 9586 3621 0 -1 4202560 2472 0 0 0 427 7 0 0 20 0 22 0 29471050 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990417959656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9598] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9598/stat : 9598 (java) S 9583 9586 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990416905720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9599] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9599/stat : 9599 (java) S 9583 9586 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990415853320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9600] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9600/stat : 9600 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990414801808 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9601] ppid=9583 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/9586/task/9601/stat : 9601 (java) S 9583 9586 3621 0 -1 4202560 12194 0 0 0 188 2 0 0 20 0 22 0 29471053 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990413748408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9602] ppid=9583 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/9586/task/9602/stat : 9602 (java) S 9583 9586 3621 0 -1 4202560 15599 0 0 0 207 3 0 0 20 0 22 0 29471053 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990412695608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9603] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9603/stat : 9603 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990411643512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9604] ppid=9583 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/9586/task/9604/stat : 9604 (java) S 9583 9586 3621 0 -1 4202560 47 0 0 0 14 22 0 0 20 0 22 0 29471053 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990410590920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9608] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9608/stat : 9608 (java) S 9583 9586 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29471104 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990406280744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9623] ppid=9583 vsize=9824732 CPUtime=680.09 cores=1,3,5,7
/proc/9586/task/9623/stat : 9623 (java) R 9583 9586 3621 0 -1 4202560 14 0 0 0 67999 10 0 0 20 0 22 0 29484418 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990407331584 139990785873752 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9624] ppid=9583 vsize=9824732 CPUtime=680.11 cores=1,3,5,7
/proc/9586/task/9624/stat : 9624 (java) R 9583 9586 3621 0 -1 4202560 471 0 0 0 67998 13 0 0 20 0 22 0 29484418 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990409438168 139990785913880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9625] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9625/stat : 9625 (java) S 9583 9586 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29484418 10060525568 917263 33554432000 1073741824 1073778376 140734084758384 139990408386216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1650.96
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.39 4.41 4.26 5/219 9726
/proc/meminfo: memFree=23520820/32872528 swapFree=1286400/1433568
[pid=9586] ppid=9583 vsize=9824732 CPUtime=1771.67 cores=1,3,5,7
/proc/9586/stat : 9586 (java) S 9583 9586 3621 0 -1 4202496 40789 0 1 0 176968 199 0 0 20 0 22 0 29471046 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 140734084749520 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9586/statm: 2456183 917349 2304 9 0 2446860 0
[pid=9586/tid=9588] ppid=9583 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/9586/task/9588/stat : 9588 (java) S 9583 9586 3621 0 -1 4202560 2446 0 1 0 55 3 0 0 20 0 22 0 29471047 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990929458040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9589] ppid=9583 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/9586/task/9589/stat : 9589 (java) S 9583 9586 3621 0 -1 4202560 648 0 0 0 283 17 0 0 20 0 22 0 29471049 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990907558696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9590] ppid=9583 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/9586/task/9590/stat : 9590 (java) S 9583 9586 3621 0 -1 4202560 577 0 0 0 318 17 0 0 20 0 22 0 29471049 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990906505896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9591] ppid=9583 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/9586/task/9591/stat : 9591 (java) S 9583 9586 3621 0 -1 4202560 463 0 0 0 283 13 0 0 20 0 22 0 29471049 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990905453608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9592] ppid=9583 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/9586/task/9592/stat : 9592 (java) S 9583 9586 3621 0 -1 4202560 533 0 0 0 295 15 0 0 20 0 22 0 29471049 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990904400808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9593] ppid=9583 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/9586/task/9593/stat : 9593 (java) S 9583 9586 3621 0 -1 4202560 554 0 0 0 293 13 0 0 20 0 22 0 29471049 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990903347496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9594] ppid=9583 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/9586/task/9594/stat : 9594 (java) S 9583 9586 3621 0 -1 4202560 505 0 0 0 284 15 0 0 20 0 22 0 29471049 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990432475304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9595] ppid=9583 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/9586/task/9595/stat : 9595 (java) S 9583 9586 3621 0 -1 4202560 491 0 0 0 296 14 0 0 20 0 22 0 29471049 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990431423016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9596] ppid=9583 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/9586/task/9596/stat : 9596 (java) S 9583 9586 3621 0 -1 4202560 616 0 0 0 289 16 0 0 20 0 22 0 29471049 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990430370216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9597] ppid=9583 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/9586/task/9597/stat : 9597 (java) S 9583 9586 3621 0 -1 4202560 2482 0 0 0 427 8 0 0 20 0 22 0 29471050 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990417959656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9598] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9598/stat : 9598 (java) S 9583 9586 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990416905720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9599] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9599/stat : 9599 (java) S 9583 9586 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990415853320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9600] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9600/stat : 9600 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990414801808 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9601] ppid=9583 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/9586/task/9601/stat : 9601 (java) S 9583 9586 3621 0 -1 4202560 12194 0 0 0 188 2 0 0 20 0 22 0 29471053 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990413748408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9602] ppid=9583 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/9586/task/9602/stat : 9602 (java) S 9583 9586 3621 0 -1 4202560 15599 0 0 0 207 3 0 0 20 0 22 0 29471053 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990412695608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9603] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9603/stat : 9603 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990411643512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9604] ppid=9583 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/9586/task/9604/stat : 9604 (java) S 9583 9586 3621 0 -1 4202560 51 0 0 0 14 24 0 0 20 0 22 0 29471053 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990410590920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9608] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9608/stat : 9608 (java) S 9583 9586 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29471104 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990406280744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9623] ppid=9583 vsize=9824732 CPUtime=739.62 cores=1,3,5,7
/proc/9586/task/9623/stat : 9623 (java) R 9583 9586 3621 0 -1 4202560 15 0 0 0 73949 13 0 0 20 0 22 0 29484418 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990407331600 139990785877577 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9624] ppid=9583 vsize=9824732 CPUtime=739.67 cores=1,3,5,7
/proc/9586/task/9624/stat : 9624 (java) R 9583 9586 3621 0 -1 4202560 475 0 0 0 73953 14 0 0 20 0 22 0 29484418 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990409438184 139990785938111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9625] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9625/stat : 9625 (java) S 9583 9586 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29484418 10060525568 917349 33554432000 1073741824 1073778376 140734084758384 139990408386216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1771.67
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.401 s]
/proc/loadavg: 4.38 4.41 4.26 5/219 9727
/proc/meminfo: memFree=23549772/32872528 swapFree=1286400/1433568
[pid=9586] ppid=9583 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/9586/stat : 9586 (java) S 9583 9586 3621 0 -1 4202496 40800 0 1 0 179803 200 0 0 20 0 22 0 29471046 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 140734084749520 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9586/statm: 2456183 917358 2304 9 0 2446860 0
[pid=9586/tid=9588] ppid=9583 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/9586/task/9588/stat : 9588 (java) S 9583 9586 3621 0 -1 4202560 2446 0 1 0 55 3 0 0 20 0 22 0 29471047 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990929458040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9589] ppid=9583 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/9586/task/9589/stat : 9589 (java) S 9583 9586 3621 0 -1 4202560 648 0 0 0 288 17 0 0 20 0 22 0 29471049 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990907558696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9590] ppid=9583 vsize=9824732 CPUtime=3.38 cores=1,3,5,7
/proc/9586/task/9590/stat : 9590 (java) S 9583 9586 3621 0 -1 4202560 585 0 0 0 320 18 0 0 20 0 22 0 29471049 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990906505896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9591] ppid=9583 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/9586/task/9591/stat : 9591 (java) S 9583 9586 3621 0 -1 4202560 463 0 0 0 288 13 0 0 20 0 22 0 29471049 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990905453608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9592] ppid=9583 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/9586/task/9592/stat : 9592 (java) S 9583 9586 3621 0 -1 4202560 534 0 0 0 299 15 0 0 20 0 22 0 29471049 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990904400808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9593] ppid=9583 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/9586/task/9593/stat : 9593 (java) S 9583 9586 3621 0 -1 4202560 554 0 0 0 301 13 0 0 20 0 22 0 29471049 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990903347496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9594] ppid=9583 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/9586/task/9594/stat : 9594 (java) S 9583 9586 3621 0 -1 4202560 505 0 0 0 288 15 0 0 20 0 22 0 29471049 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990432475304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9595] ppid=9583 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/9586/task/9595/stat : 9595 (java) S 9583 9586 3621 0 -1 4202560 491 0 0 0 301 14 0 0 20 0 22 0 29471049 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990431423016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9596] ppid=9583 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/9586/task/9596/stat : 9596 (java) S 9583 9586 3621 0 -1 4202560 616 0 0 0 292 16 0 0 20 0 22 0 29471049 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990430370216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9597] ppid=9583 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/9586/task/9597/stat : 9597 (java) S 9583 9586 3621 0 -1 4202560 2482 0 0 0 427 8 0 0 20 0 22 0 29471050 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990417959656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9598] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9598/stat : 9598 (java) S 9583 9586 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990416905720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9599] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9599/stat : 9599 (java) S 9583 9586 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29471050 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990415853320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9600] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9600/stat : 9600 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990414801808 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9601] ppid=9583 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/9586/task/9601/stat : 9601 (java) S 9583 9586 3621 0 -1 4202560 12194 0 0 0 188 2 0 0 20 0 22 0 29471053 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990413748408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9586/tid=9602] ppid=9583 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/9586/task/9602/stat : 9602 (java) S 9583 9586 3621 0 -1 4202560 15599 0 0 0 207 3 0 0 20 0 22 0 29471053 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990412695608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9603] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9603/stat : 9603 (java) S 9583 9586 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29471053 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990411643512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9604] ppid=9583 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/9586/task/9604/stat : 9604 (java) S 9583 9586 3621 0 -1 4202560 51 0 0 0 16 24 0 0 20 0 22 0 29471053 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990410590920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9608] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9608/stat : 9608 (java) S 9583 9586 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29471104 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990406280744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9586/tid=9623] ppid=9583 vsize=9824732 CPUtime=753.61 cores=1,3,5,7
/proc/9586/task/9623/stat : 9623 (java) R 9583 9586 3621 0 -1 4202560 16 0 0 0 75348 13 0 0 20 0 22 0 29484418 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990407331600 139990785891412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9586/tid=9624] ppid=9583 vsize=9824732 CPUtime=753.67 cores=1,3,5,7
/proc/9586/task/9624/stat : 9624 (java) R 9583 9586 3621 0 -1 4202560 476 0 0 0 75353 14 0 0 20 0 22 0 29484418 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990409438032 139990785938111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9586/tid=9625] ppid=9583 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9586/task/9625/stat : 9625 (java) S 9583 9586 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29484418 10060525568 917358 33554432000 1073741824 1073778376 140734084758384 139990408386216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9586 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.467
CPU time (s): 1800.59
CPU user time (s): 1798.09
CPU system time (s): 2.50162
CPU usage (%): 200.854
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.09
system time used= 2.50162
maximum resident set size= 3669552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40838
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23839
involuntary context switches= 24926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.64314 second user time and 6.17806 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 20:24:03
IDJOB=4106626
IDBENCH=48145
IDSOLVER=2543
FILE ID=node130/4106626-1466274243
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106626-1466274243/watcher-4106626-1466274243 -o /tmp/evaluation-result-4106626-1466274243/solver-4106626-1466274243 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106626-1466274243.opb

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

MD5SUM BENCH= faa00895e2f6f80e77634e2be522df62
RANDOM SEED=873116095

node130.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.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
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.365
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.55
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        26622360 kB
Buffers:           50176 kB
Cached:           168896 kB
SwapCached:         1872 kB
Active:          3908800 kB
Inactive:         166732 kB
Active(anon):    3856868 kB
Inactive(anon):     2212 kB
Active(file):      51932 kB
Inactive(file):   164520 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       5338620 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             601612 kB
SReclaimable:      45044 kB
SUnreclaim:       556568 kB
KernelStack:        1808 kB
PageTables:        14628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5833880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3934208 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= 71748 MiB
End job on node130 at 2016-06-18 20:38:59