Trace number 4103938

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)209715197291 1800.03 898.64

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mas76.opb
MD5SUM1a1687e6de95bc6822d45f4331f81d44
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark209715197291
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 143487941105
Optimality of the best value was proved NO
Number of variables240
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint90
Maximum length of a constraint239
Number of terms in the objective function 240
Biggest coefficient in the objective function 1934281311383406679529881600000
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 3868562622766813359059763201675
Number of bits of the sum of numbers in the objective function 102
Biggest number in a constraint 1208925819614629174706176000000000
Number of bits of the biggest number in a constraint 110
Biggest sum of numbers in a constraint 2417851639229258350907097073774043
Number of bits of the biggest sum of numbers111
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103938-1466250276.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.28/0.22	c ... done. Wall clock time 0.1s.
0.28/0.22	c declared #vars     240
0.28/0.22	c #constraints  13
0.28/0.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.28/0.22	c constraints type 
0.28/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.28/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
0.28/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.28/0.22	c 13 constraints processed.
0.28/0.22	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.28/0.22	c constraints type 
0.28/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.28/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.28/0.22	c 13 constraints processed.
0.28/0.22	c objective function length is 240 literals
2.76/0.91	c cleaning 2495 clauses out of 5003 with flag 12788/5003
4.11/1.42	c cleaning 4247 clauses out of 8508 with flag 26463/11003
5.30/2.04	c cleaning 5618 clauses out of 11258 with flag 42287/18000
6.70/2.79	c cleaning 6813 clauses out of 13641 with flag 59738/26001
8.73/3.76	c cleaning 7903 clauses out of 15829 with flag 79930/35002
10.95/4.87	c cleaning 8951 clauses out of 17925 with flag 102112/45001
13.17/5.98	c And the winner is solver1
13.32/6.23	c SATISFIABLE
13.32/6.23	c OPTIMIZING...
13.32/6.23	c Got one! Elapsed wall clock time (in seconds):6.106
13.32/6.23	o 209715197291
15.19/7.04	c cleaning 12162 clauses out of 24323 with flag 13844/60350
16.40/7.62	c cleaning 9081 clauses out of 18161 with flag 29219/66350
17.59/8.20	c cleaning 8041 clauses out of 16081 with flag 47054/73351
19.02/8.94	c cleaning 8020 clauses out of 16039 with flag 67981/81350
20.60/9.74	c cleaning 8511 clauses out of 17021 with flag 91340/90352
22.39/10.68	c cleaning 9255 clauses out of 18509 with flag 117982/100351
24.60/11.74	c cleaning 10127 clauses out of 20254 with flag 146540/111351
27.23/13.02	c cleaning 11063 clauses out of 22127 with flag 178522/123351
30.26/14.51	c cleaning 12024 clauses out of 24064 with flag 212433/136351
33.28/16.01	c cleaning 13020 clauses out of 26041 with flag 248580/150352
36.28/17.58	c cleaning 14007 clauses out of 28020 with flag 287408/165351
40.14/19.44	c cleaning 15006 clauses out of 30012 with flag 329698/181350
44.35/21.55	c cleaning 16000 clauses out of 32008 with flag 374299/198352
48.54/23.68	c cleaning 16997 clauses out of 34006 with flag 420265/216350
53.57/26.11	c cleaning 18003 clauses out of 36010 with flag 469490/235351
58.58/28.63	c cleaning 19002 clauses out of 38007 with flag 523105/255351
64.18/31.44	c cleaning 20000 clauses out of 40004 with flag 577070/276350
69.81/34.22	c cleaning 20999 clauses out of 42005 with flag 632389/298351
76.21/37.42	c cleaning 21999 clauses out of 44006 with flag 690814/321351
82.60/40.63	c cleaning 22998 clauses out of 46006 with flag 748998/345350
89.41/44.07	c cleaning 24001 clauses out of 48009 with flag 807596/370351
96.40/47.53	c cleaning 24996 clauses out of 50007 with flag 866490/396350
104.27/51.45	c cleaning 26005 clauses out of 52012 with flag 925772/423351
112.93/55.75	c cleaning 27002 clauses out of 54006 with flag 986506/451350
122.14/60.34	c cleaning 28001 clauses out of 56006 with flag 1048446/480352
132.59/65.59	c cleaning 29002 clauses out of 58003 with flag 1112764/510350
143.20/70.86	c cleaning 29994 clauses out of 60002 with flag 1180026/541351
153.64/76.03	c cleaning 31000 clauses out of 62007 with flag 1247548/573350
165.22/81.88	c cleaning 31999 clauses out of 64007 with flag 1316459/606350
177.42/87.94	c cleaning 33003 clauses out of 66009 with flag 1389035/640351
190.06/94.21	c cleaning 33999 clauses out of 68005 with flag 1463051/675350
203.50/100.92	c cleaning 34999 clauses out of 70007 with flag 1539967/711351
218.39/108.38	c cleaning 36005 clauses out of 72011 with flag 1617132/748354
233.66/115.94	c cleaning 37000 clauses out of 74002 with flag 1696768/786350
249.50/123.89	c cleaning 38000 clauses out of 76003 with flag 1778161/825351
265.73/131.94	c cleaning 38991 clauses out of 78002 with flag 1861103/865350
283.92/141.08	c cleaning 40003 clauses out of 80011 with flag 1945663/906350
303.66/150.85	c cleaning 41000 clauses out of 82009 with flag 2032112/948351
325.25/161.66	c cleaning 42000 clauses out of 84008 with flag 2122153/991350
346.00/172.07	c cleaning 43000 clauses out of 86008 with flag 2212883/1035350
368.61/183.37	c cleaning 44005 clauses out of 88010 with flag 2305391/1080352
391.64/194.85	c cleaning 44999 clauses out of 90003 with flag 2400389/1126350
414.25/206.18	c cleaning 46002 clauses out of 92005 with flag 2497588/1173351
439.29/218.66	c cleaning 46999 clauses out of 94002 with flag 2596281/1221350
466.55/232.22	c cleaning 47999 clauses out of 96004 with flag 2696810/1270351
492.75/245.37	c cleaning 48999 clauses out of 98004 with flag 2799925/1320350
520.77/259.38	c cleaning 50000 clauses out of 100006 with flag 2905368/1371351
551.10/274.51	c cleaning 51000 clauses out of 102005 with flag 3012306/1423350
580.94/289.44	c cleaning 51999 clauses out of 104005 with flag 3122042/1476350
613.15/305.58	c cleaning 53001 clauses out of 106006 with flag 3233041/1530350
647.54/322.76	c cleaning 54002 clauses out of 108005 with flag 3345574/1585350
682.34/340.17	c cleaning 55001 clauses out of 110003 with flag 3461567/1641350
716.96/357.40	c cleaning 55994 clauses out of 112002 with flag 3581306/1698350
753.37/375.66	c cleaning 57004 clauses out of 114009 with flag 3701839/1756351
791.19/394.51	c cleaning 58002 clauses out of 116004 with flag 3825882/1815350
829.18/413.50	c cleaning 58997 clauses out of 118003 with flag 3950211/1875351
867.99/432.98	c cleaning 59998 clauses out of 120005 with flag 4077769/1936350
908.40/453.20	c cleaning 61004 clauses out of 122008 with flag 4206647/1998351
951.03/474.44	c cleaning 62001 clauses out of 124003 with flag 4336652/2061350
993.49/495.68	c cleaning 62996 clauses out of 126002 with flag 4468989/2125350
1038.13/517.99	c cleaning 63998 clauses out of 128007 with flag 4603205/2190351
1085.94/541.85	c cleaning 64998 clauses out of 130008 with flag 4739475/2256350
1136.85/567.37	c cleaning 65998 clauses out of 132010 with flag 4877529/2323350
1186.31/592.06	c cleaning 67003 clauses out of 134012 with flag 5019628/2391350
1242.59/620.12	c cleaning 68000 clauses out of 136009 with flag 5162732/2460350
1297.28/647.45	c cleaning 69005 clauses out of 138010 with flag 5306689/2530351
1343.23/670.43	c cleaning 69997 clauses out of 140004 with flag 5455828/2601350
1398.88/698.20	c cleaning 71002 clauses out of 142009 with flag 5605639/2673352
1457.21/727.36	c cleaning 72003 clauses out of 144005 with flag 5759034/2746350
1513.58/755.57	c cleaning 72997 clauses out of 146004 with flag 5912018/2820352
1571.28/784.38	c cleaning 73998 clauses out of 148006 with flag 6068509/2895351
1631.92/814.68	c cleaning 74994 clauses out of 150007 with flag 6229751/2971350
1700.74/849.05	c cleaning 76004 clauses out of 152014 with flag 6391701/3048351
1762.01/879.64	c cleaning 76996 clauses out of 154010 with flag 6556188/3126351
1800.03/898.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/898.60	c starts		: 5280
1800.03/898.60	c conflicts		: 3179705
1800.03/898.60	c decisions		: 3917068
1800.03/898.60	c propagations		: 28210781
1800.03/898.60	c inspects		: 16924651030
1800.03/898.60	c shortcuts		: 0
1800.03/898.60	c learnt literals	: 0
1800.03/898.60	c learnt binary clauses	: 0
1800.03/898.60	c learnt ternary clauses	: 0
1800.03/898.60	c learnt constraints	: 3179705
1800.03/898.60	c ignored constraints	: 0
1800.03/898.60	c root simplifications	: 0
1800.03/898.60	c removed literals (reason simplification)	: 27547352
1800.03/898.60	c reason swapping (by a shorter reason)	: 0
1800.03/898.60	c Calls to reduceDB	: 80
1800.03/898.60	c Number of update (reduction) of LBD	: 278687
1800.03/898.60	c Imported unit clauses	: 0
1800.03/898.60	c number of reductions to clauses (during analyze)	: 0
1800.03/898.60	c number of learned constraints concerned by reduction	: 0
1800.03/898.60	c number of learning phase by resolution	: 0
1800.03/898.60	c number of learning phase by cutting planes	: 0
1800.03/898.60	c speed (assignments/second)	: 31613.14581874212
1800.03/898.60	c non guided choices	0
1800.03/898.63	c learnt constraints type 
1800.03/898.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130368
1800.03/898.63	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.03/898.63	c starts		: 5
1800.03/898.63	c conflicts		: 357
1800.03/898.63	c decisions		: 3695
1800.03/898.63	c propagations		: 8539
1800.03/898.63	c inspects		: 384513
1800.03/898.63	c shortcuts		: 0
1800.03/898.63	c learnt literals	: 0
1800.03/898.63	c learnt binary clauses	: 0
1800.03/898.63	c learnt ternary clauses	: 0
1800.03/898.63	c learnt constraints	: 357
1800.03/898.63	c ignored constraints	: 0
1800.03/898.63	c root simplifications	: 0
1800.03/898.63	c removed literals (reason simplification)	: 0
1800.03/898.63	c reason swapping (by a shorter reason)	: 0
1800.03/898.63	c Calls to reduceDB	: 0
1800.03/898.63	c Number of update (reduction) of LBD	: 0
1800.03/898.63	c Imported unit clauses	: 0
1800.03/898.63	c number of reductions to clauses (during analyze)	: 0
1800.03/898.63	c number of learned constraints concerned by reduction	: 0
1800.03/898.63	c number of learning phase by resolution	: 0
1800.03/898.63	c number of learning phase by cutting planes	: 0
1800.03/898.63	c speed (assignments/second)	: 9.504653818669148
1800.03/898.63	c non guided choices	0
1800.03/898.63	c learnt constraints type 
1800.03/898.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 357
1800.03/898.63	s SATISFIABLE
1800.03/898.63	c Found 1 solution(s)
1800.03/898.63	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 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 
1800.03/898.63	c objective function=209715197291
1800.03/898.63	c Total wall clock time (in seconds): 898.512

Verifier Data

OK	209715197291

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

pid=9582
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.25 4.13 4.14 4/197 9585
/proc/meminfo: memFree=27976372/32872528 swapFree=681964/737152
[pid=9585] ppid=9582 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9585/stat : 9585 (java) R 9582 9585 6358 0 -1 4202496 502 0 0 0 0 0 0 0 20 0 1 0 27076826 9515008 156 33554432000 1073741824 1073778376 140737430484304 140737430481432 213866338055 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9585/statm: 2323 170 128 9 0 71 0

[startup+0.100135 s]
/proc/loadavg: 4.25 4.13 4.14 4/197 9585
/proc/meminfo: memFree=27976372/32872528 swapFree=681964/737152
[pid=9585] ppid=9582 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 6358 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 27076826 9787879424 6040 33554432000 1073741824 1073778376 140737430484304 140737430475440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9585/statm: 2389619 6040 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 4.25 4.13 4.14 4/197 9585
/proc/meminfo: memFree=27976372/32872528 swapFree=681964/737152
[pid=9585] ppid=9582 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 6358 0 -1 4202496 4877 0 1 0 26 2 0 0 20 0 18 0 27076826 9787879424 7399 33554432000 1073741824 1073778376 140737430484304 140737430475440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9585/statm: 2389619 7399 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300243 s]
/proc/loadavg: 4.25 4.13 4.14 4/197 9585
/proc/meminfo: memFree=27976372/32872528 swapFree=681964/737152
[pid=9585] ppid=9582 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 6358 0 -1 4202496 10597 0 1 0 58 3 0 0 20 0 22 0 27076826 10060525568 13575 33554432000 1073741824 1073778376 140737430484304 140737430475440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9585/statm: 2456183 13579 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700161 s]
/proc/loadavg: 4.25 4.13 4.14 4/197 9585
/proc/meminfo: memFree=27976372/32872528 swapFree=681964/737152
[pid=9585] ppid=9582 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 6358 0 -1 4202496 14554 0 1 0 215 4 0 0 20 0 22 0 27076826 10060525568 23488 33554432000 1073741824 1073778376 140737430484304 140737430475440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9585/statm: 2456183 23488 2259 9 0 2446860 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 4.22 4.13 4.14 7/219 9607
/proc/meminfo: memFree=27822600/32872528 swapFree=681964/737152
[pid=9585] ppid=9582 vsize=9824732 CPUtime=4.31 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 6358 0 -1 4202496 15409 0 1 0 424 7 0 0 20 0 22 0 27076826 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140737430475440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9585/statm: 2456183 47635 2282 9 0 2446860 0
[pid=9585/tid=9587] ppid=9582 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/9585/task/9587/stat : 9587 (java) S 9582 9585 6358 0 -1 4202560 2426 0 1 0 18 1 0 0 20 0 22 0 27076827 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491487380344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9588] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9588/stat : 9588 (java) S 9582 9585 6358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491476442024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9589] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9589/stat : 9589 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491475389480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9590] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9590/stat : 9590 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491474336424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9591] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9591/stat : 9591 (java) S 9582 9585 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491473283880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9592] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9592/stat : 9592 (java) S 9582 9585 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491472230824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9593] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9593/stat : 9593 (java) S 9582 9585 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491471178280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9594] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9594/stat : 9594 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491470125224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9595] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9595/stat : 9595 (java) S 9582 9585 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491469072680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9596] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9596/stat : 9596 (java) S 9582 9585 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491311098728 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9597] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9597/stat : 9597 (java) S 9582 9585 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491310045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9598] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9598/stat : 9598 (java) S 9582 9585 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491308991880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9599] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9599/stat : 9599 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491307940624 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9600] ppid=9582 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/9585/task/9600/stat : 9600 (java) S 9582 9585 6358 0 -1 4202560 5183 0 0 0 72 1 0 0 20 0 22 0 27076832 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491306887480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9601] ppid=9582 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/9585/task/9601/stat : 9601 (java) S 9582 9585 6358 0 -1 4202560 6366 0 0 0 82 1 0 0 20 0 22 0 27076832 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491305834936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9602] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9602/stat : 9602 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491304782072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9603] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9603/stat : 9603 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491303729736 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9604] ppid=9582 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/9585/task/9604/stat : 9604 (java) R 9582 9585 6358 0 -1 4202560 24 0 0 0 122 0 0 0 20 0 22 0 27076849 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491302666640 140491350555196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9605] ppid=9582 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/9585/task/9605/stat : 9605 (java) R 9582 9585 6358 0 -1 4202560 94 0 0 0 120 2 0 0 20 0 22 0 27076849 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491301621240 140491350275352 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9606] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9606/stat : 9606 (java) S 9582 9585 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27076849 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491300570408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9607] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9607/stat : 9607 (java) S 9582 9585 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27076849 10060525568 47635 33554432000 1073741824 1073778376 140737430484304 140491299517864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 4.22 4.13 4.14 5/219 9607
/proc/meminfo: memFree=27793308/32872528 swapFree=681964/737152
[pid=9585] ppid=9582 vsize=9824732 CPUtime=7.53 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 6358 0 -1 4202496 15410 0 1 0 746 7 0 0 20 0 22 0 27076826 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140737430475440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9585/statm: 2456183 47636 2282 9 0 2446860 0
[pid=9585/tid=9587] ppid=9582 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/9585/task/9587/stat : 9587 (java) S 9582 9585 6358 0 -1 4202560 2426 0 1 0 18 1 0 0 20 0 22 0 27076827 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491487380344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9588] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9588/stat : 9588 (java) S 9582 9585 6358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491476442024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9589] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9589/stat : 9589 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491475389480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9590] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9590/stat : 9590 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491474336424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9591] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9591/stat : 9591 (java) S 9582 9585 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491473283880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9592] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9592/stat : 9592 (java) S 9582 9585 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491472230824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9593] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9593/stat : 9593 (java) S 9582 9585 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491471178280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9594] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9594/stat : 9594 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491470125224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9595] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9595/stat : 9595 (java) S 9582 9585 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491469072680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9596] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9596/stat : 9596 (java) S 9582 9585 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491311098728 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9597] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9597/stat : 9597 (java) S 9582 9585 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491310045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9598] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9598/stat : 9598 (java) S 9582 9585 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491308991880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9599] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9599/stat : 9599 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491307940624 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9600] ppid=9582 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/9585/task/9600/stat : 9600 (java) S 9582 9585 6358 0 -1 4202560 5184 0 0 0 76 1 0 0 20 0 22 0 27076832 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491306887480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9601] ppid=9582 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/9585/task/9601/stat : 9601 (java) S 9582 9585 6358 0 -1 4202560 6366 0 0 0 82 2 0 0 20 0 22 0 27076832 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491305834936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9602] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9602/stat : 9602 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491304782072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9603] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9603/stat : 9603 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491303729736 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9604] ppid=9582 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/9585/task/9604/stat : 9604 (java) R 9582 9585 6358 0 -1 4202560 24 0 0 0 282 0 0 0 20 0 22 0 27076849 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491302666640 140491350555196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9605] ppid=9582 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/9585/task/9605/stat : 9605 (java) R 9582 9585 6358 0 -1 4202560 94 0 0 0 279 2 0 0 20 0 22 0 27076849 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491301621240 140491350637841 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9606] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9606/stat : 9606 (java) S 9582 9585 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27076849 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491300570408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9607] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9607/stat : 9607 (java) S 9582 9585 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27076849 10060525568 47636 33554432000 1073741824 1073778376 140737430484304 140491299517864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 9824732

[startup+6.30077 s]
/proc/loadavg: 4.22 4.13 4.14 5/219 9607
/proc/meminfo: memFree=27670736/32872528 swapFree=681964/737152
[pid=9585] ppid=9582 vsize=9824732 CPUtime=13.57 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 6358 0 -1 4202496 15496 0 1 0 1345 12 0 0 20 0 22 0 27076826 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140737430475440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9585/statm: 2456183 55863 2285 9 0 2446860 0
[pid=9585/tid=9587] ppid=9582 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/9585/task/9587/stat : 9587 (java) S 9582 9585 6358 0 -1 4202560 2426 0 1 0 18 1 0 0 20 0 22 0 27076827 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491487380344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9588] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9588/stat : 9588 (java) S 9582 9585 6358 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491476442024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9589] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9589/stat : 9589 (java) S 9582 9585 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491475389480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9590] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9590/stat : 9590 (java) S 9582 9585 6358 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491474336424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9591] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9591/stat : 9591 (java) S 9582 9585 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491473283880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9592] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9592/stat : 9592 (java) S 9582 9585 6358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491472230824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9593] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9593/stat : 9593 (java) S 9582 9585 6358 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491471178280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9594] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9594/stat : 9594 (java) R 9582 9585 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491470125224 213869704252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9595] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9595/stat : 9595 (java) S 9582 9585 6358 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 27076828 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491469072680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9596] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9596/stat : 9596 (java) S 9582 9585 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491311098728 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9597] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9597/stat : 9597 (java) S 9582 9585 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491310045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9598] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9598/stat : 9598 (java) S 9582 9585 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491308991880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9599] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9599/stat : 9599 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 55863 33554432000 1073741824 1073778376 140737430484304 140491307940624 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9600] ppid=9582 vsize=9824732 CPUtime=0.86 cores=1,3,5,7

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

/proc/9585/task/9590/stat : 9590 (java) S 9582 9585 6358 0 -1 4202560 482 0 0 0 74 8 0 0 20 0 22 0 27076828 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491474336424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9591] ppid=9582 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/9585/task/9591/stat : 9591 (java) S 9582 9585 6358 0 -1 4202560 563 0 0 0 79 7 0 0 20 0 22 0 27076828 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491473283880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9592] ppid=9582 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/9585/task/9592/stat : 9592 (java) S 9582 9585 6358 0 -1 4202560 937 0 0 0 75 7 0 0 20 0 22 0 27076828 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491472230824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9593] ppid=9582 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/9585/task/9593/stat : 9593 (java) S 9582 9585 6358 0 -1 4202560 359 0 0 0 72 8 0 0 20 0 22 0 27076828 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491471178280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9594] ppid=9582 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/9585/task/9594/stat : 9594 (java) S 9582 9585 6358 0 -1 4202560 781 0 0 0 81 6 0 0 20 0 22 0 27076828 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491470125224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9595] ppid=9582 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/9585/task/9595/stat : 9595 (java) S 9582 9585 6358 0 -1 4202560 633 0 0 0 73 7 0 0 20 0 22 0 27076828 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491469072680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9596] ppid=9582 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/9585/task/9596/stat : 9596 (java) S 9582 9585 6358 0 -1 4202560 269 0 0 0 74 24 0 0 20 0 22 0 27076829 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491311098728 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9597] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9597/stat : 9597 (java) S 9582 9585 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491310045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9598] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9598/stat : 9598 (java) S 9582 9585 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491308991880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9599] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9599/stat : 9599 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491307940624 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9600] ppid=9582 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/9585/task/9600/stat : 9600 (java) S 9582 9585 6358 0 -1 4202560 5192 0 0 0 94 1 0 0 20 0 22 0 27076832 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491306887480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9601] ppid=9582 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/9585/task/9601/stat : 9601 (java) S 9582 9585 6358 0 -1 4202560 8257 0 0 0 110 2 0 0 20 0 22 0 27076832 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491305834936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9602] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9602/stat : 9602 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491304782072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9603] ppid=9582 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/9585/task/9603/stat : 9603 (java) S 9582 9585 6358 0 -1 4202560 47 0 0 0 10 15 0 0 20 0 22 0 27076832 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491303729736 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9606] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9606/stat : 9606 (java) S 9582 9585 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27076849 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491300570408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9608] ppid=9582 vsize=9824732 CPUtime=810.77 cores=1,3,5,7
/proc/9585/task/9608/stat : 9608 (java) R 9582 9585 6358 0 -1 4202560 201 0 0 0 81064 13 0 0 20 0 22 0 27077449 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491302673024 140491350404896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9609] ppid=9582 vsize=9824732 CPUtime=810.94 cores=1,3,5,7
/proc/9585/task/9609/stat : 9609 (java) R 9582 9585 6358 0 -1 4202560 500 0 0 0 81081 13 0 0 20 0 22 0 27077449 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491301621072 140491350535606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9610] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9610/stat : 9610 (java) S 9582 9585 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27077449 10060525568 111351 33554432000 1073741824 1073778376 140737430484304 140491299517224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1647.33
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.24 4.14 4.12 5/219 9699
/proc/meminfo: memFree=27540476/32872528 swapFree=681964/737152
[pid=9585] ppid=9582 vsize=9824732 CPUtime=1767.42 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 6358 0 -1 4202496 24867 0 1 0 176632 110 0 0 20 0 22 0 27076826 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140737430475440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9585/statm: 2456183 122374 2294 9 0 2446860 0
[pid=9585/tid=9587] ppid=9582 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/9585/task/9587/stat : 9587 (java) S 9582 9585 6358 0 -1 4202560 2432 0 1 0 20 3 0 0 20 0 22 0 27076827 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491487380344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9588] ppid=9582 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/9585/task/9588/stat : 9588 (java) S 9582 9585 6358 0 -1 4202560 701 0 0 0 84 8 0 0 20 0 22 0 27076828 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491476442024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9589] ppid=9582 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/9585/task/9589/stat : 9589 (java) S 9582 9585 6358 0 -1 4202560 958 0 0 0 85 7 0 0 20 0 22 0 27076828 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491475389480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9590] ppid=9582 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/9585/task/9590/stat : 9590 (java) S 9582 9585 6358 0 -1 4202560 518 0 0 0 79 8 0 0 20 0 22 0 27076828 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491474336424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9591] ppid=9582 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/9585/task/9591/stat : 9591 (java) S 9582 9585 6358 0 -1 4202560 613 0 0 0 87 7 0 0 20 0 22 0 27076828 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491473283880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9592] ppid=9582 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/9585/task/9592/stat : 9592 (java) S 9582 9585 6358 0 -1 4202560 1029 0 0 0 83 7 0 0 20 0 22 0 27076828 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491472230824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9593] ppid=9582 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/9585/task/9593/stat : 9593 (java) S 9582 9585 6358 0 -1 4202560 518 0 0 0 82 8 0 0 20 0 22 0 27076828 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491471178280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9594] ppid=9582 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/9585/task/9594/stat : 9594 (java) S 9582 9585 6358 0 -1 4202560 962 0 0 0 87 7 0 0 20 0 22 0 27076828 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491470125224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9595] ppid=9582 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/9585/task/9595/stat : 9595 (java) S 9582 9585 6358 0 -1 4202560 675 0 0 0 82 8 0 0 20 0 22 0 27076828 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491469072680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9596] ppid=9582 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/9585/task/9596/stat : 9596 (java) S 9582 9585 6358 0 -1 4202560 488 0 0 0 86 25 0 0 20 0 22 0 27076829 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491311098728 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9597] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9597/stat : 9597 (java) S 9582 9585 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491310045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9598] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9598/stat : 9598 (java) S 9582 9585 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491308991880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9599] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9599/stat : 9599 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491307940624 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9600] ppid=9582 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/9585/task/9600/stat : 9600 (java) S 9582 9585 6358 0 -1 4202560 5192 0 0 0 94 1 0 0 20 0 22 0 27076832 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491306887480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9601] ppid=9582 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/9585/task/9601/stat : 9601 (java) S 9582 9585 6358 0 -1 4202560 8257 0 0 0 110 2 0 0 20 0 22 0 27076832 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491305834936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9602] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9602/stat : 9602 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491304782072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9603] ppid=9582 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/9585/task/9603/stat : 9603 (java) S 9582 9585 6358 0 -1 4202560 51 0 0 0 11 16 0 0 20 0 22 0 27076832 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491303729736 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9606] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9606/stat : 9606 (java) S 9582 9585 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27076849 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491300570408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9608] ppid=9582 vsize=9824732 CPUtime=870.28 cores=1,3,5,7
/proc/9585/task/9608/stat : 9608 (java) R 9582 9585 6358 0 -1 4202560 207 0 0 0 87013 15 0 0 20 0 22 0 27077449 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491302673024 140491350337407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9609] ppid=9582 vsize=9824732 CPUtime=870.43 cores=1,3,5,7
/proc/9585/task/9609/stat : 9609 (java) R 9582 9585 6358 0 -1 4202560 876 0 0 0 87029 14 0 0 20 0 22 0 27077449 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491301620832 140491350535552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9610] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9610/stat : 9610 (java) S 9582 9585 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27077449 10060525568 122374 33554432000 1073741824 1073778376 140737430484304 140491299517224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1767.42
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.601 s]
/proc/loadavg: 4.18 4.13 4.12 5/219 9699
/proc/meminfo: memFree=27542960/32872528 swapFree=681964/737152
[pid=9585] ppid=9582 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/9585/stat : 9585 (java) S 9582 9585 6358 0 -1 4202496 25097 0 1 0 179891 112 0 0 20 0 22 0 27076826 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140737430475440 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9585/statm: 2456183 122314 2294 9 0 2446860 0
[pid=9585/tid=9587] ppid=9582 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/9585/task/9587/stat : 9587 (java) S 9582 9585 6358 0 -1 4202560 2432 0 1 0 20 3 0 0 20 0 22 0 27076827 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491487380344 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9588] ppid=9582 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/9585/task/9588/stat : 9588 (java) S 9582 9585 6358 0 -1 4202560 820 0 0 0 86 8 0 0 20 0 22 0 27076828 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491476442024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9589] ppid=9582 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/9585/task/9589/stat : 9589 (java) S 9582 9585 6358 0 -1 4202560 959 0 0 0 88 7 0 0 20 0 22 0 27076828 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491475389480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9590] ppid=9582 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/9585/task/9590/stat : 9590 (java) S 9582 9585 6358 0 -1 4202560 584 0 0 0 82 8 0 0 20 0 22 0 27076828 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491474336424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9591] ppid=9582 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/9585/task/9591/stat : 9591 (java) S 9582 9585 6358 0 -1 4202560 613 0 0 0 89 7 0 0 20 0 22 0 27076828 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491473283880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9592] ppid=9582 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/9585/task/9592/stat : 9592 (java) S 9582 9585 6358 0 -1 4202560 1038 0 0 0 86 7 0 0 20 0 22 0 27076828 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491472230824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9593] ppid=9582 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/9585/task/9593/stat : 9593 (java) S 9582 9585 6358 0 -1 4202560 518 0 0 0 83 8 0 0 20 0 22 0 27076828 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491471178280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9594] ppid=9582 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/9585/task/9594/stat : 9594 (java) S 9582 9585 6358 0 -1 4202560 962 0 0 0 90 7 0 0 20 0 22 0 27076828 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491470125224 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9595] ppid=9582 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/9585/task/9595/stat : 9595 (java) S 9582 9585 6358 0 -1 4202560 684 0 0 0 85 8 0 0 20 0 22 0 27076828 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491469072680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9596] ppid=9582 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/9585/task/9596/stat : 9596 (java) S 9582 9585 6358 0 -1 4202560 504 0 0 0 86 27 0 0 20 0 22 0 27076829 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491311098728 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9597] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9597/stat : 9597 (java) S 9582 9585 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491310045048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9598] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9598/stat : 9598 (java) S 9582 9585 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27076829 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491308991880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9599] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9599/stat : 9599 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491307940624 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9585/tid=9600] ppid=9582 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/9585/task/9600/stat : 9600 (java) S 9582 9585 6358 0 -1 4202560 5192 0 0 0 94 1 0 0 20 0 22 0 27076832 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491306887480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9601] ppid=9582 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/9585/task/9601/stat : 9601 (java) S 9582 9585 6358 0 -1 4202560 8257 0 0 0 110 2 0 0 20 0 22 0 27076832 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491305834936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9602] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9602/stat : 9602 (java) S 9582 9585 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27076832 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491304782072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9585/tid=9603] ppid=9582 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/9585/task/9603/stat : 9603 (java) S 9582 9585 6358 0 -1 4202560 53 0 0 0 11 17 0 0 20 0 22 0 27076832 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491303729736 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9606] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9606/stat : 9606 (java) S 9582 9585 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27076849 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491300570408 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9608] ppid=9582 vsize=9824732 CPUtime=886.45 cores=1,3,5,7
/proc/9585/task/9608/stat : 9608 (java) R 9582 9585 6358 0 -1 4202560 208 0 0 0 88630 15 0 0 20 0 22 0 27077449 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491302673024 140491350555196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9585/tid=9609] ppid=9582 vsize=9824732 CPUtime=886.58 cores=1,3,5,7
/proc/9585/task/9609/stat : 9609 (java) R 9582 9585 6358 0 -1 4202560 883 0 0 0 88644 14 0 0 20 0 22 0 27077449 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491301621184 140491350381619 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9585/tid=9610] ppid=9582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9585/task/9610/stat : 9610 (java) S 9582 9585 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27077449 10060525568 122314 33554432000 1073741824 1073778376 140737430484304 140491299517224 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 9585 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9585 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=399209
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=602756
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.64
CPU time (s): 1800.03
CPU user time (s): 1798.91
CPU system time (s): 1.12
CPU usage (%): 200.306
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.4
system time used= 1.60276
maximum resident set size= 603488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25347
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27387
involuntary context switches= 29823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96409 second user time and 8.67768 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 13:44:36
IDJOB=4103938
IDBENCH=2510
IDSOLVER=2543
FILE ID=node112/4103938-1466250276
RUNJOBID= node112-1466241279-6375
PBS_JOBID= 19918204
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mas76.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103938-1466250276/watcher-4103938-1466250276 -o /tmp/evaluation-result-4103938-1466250276/solver-4103938-1466250276 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6375 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103938-1466250276.opb

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

MD5SUM BENCH= 1a1687e6de95bc6822d45f4331f81d44
RANDOM SEED=1793876722

node112.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.734
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.46
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.734
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.734
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	: 5321.48
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.734
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.734
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.734
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.55
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.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27976908 kB
Buffers:           39780 kB
Cached:           105828 kB
SwapCached:         2036 kB
Active:          3318536 kB
Inactive:          92716 kB
Active(anon):    3262776 kB
Inactive(anon):     5288 kB
Active(file):      55760 kB
Inactive(file):    87428 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096736 kB
Dirty:               536 kB
Writeback:             0 kB
AnonPages:       4016304 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             600996 kB
SReclaimable:      44764 kB
SUnreclaim:       556232 kB
KernelStack:        1792 kB
PageTables:        12356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4302952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3262464 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= 71708 MiB
End job on node112 at 2016-06-18 13:59:35