Trace number 4106690

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 Resolution PB16SAT (TO)-26 1800.7 1795.64

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_4.opb
MD5SUM85583812489e95a26f37a10baffcd23f
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
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 -29
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 constraint25
Maximum length of a constraint50
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)6260
Sum of products size (including duplicates)12520
Number of different products3130
Sum of products size6260

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106690-1466273513.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.45/0.39	c ... done. Wall clock time 0.282s.
0.45/0.39	c declared #vars     200
0.45/0.39	c internal #vars     3330
0.45/0.39	c #constraints  6660
0.45/0.39	c constraints type 
0.45/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3130
0.45/0.39	c org.sat4j.minisat.constraints.cnf.UnitClauses => 184
0.45/0.39	c org.sat4j.specs.Constr$1 => 212
0.45/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.45/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3130
0.45/0.39	c 6660 constraints processed.
0.45/0.39	c objective function length is 200 literals
0.75/0.42	c SATISFIABLE
0.75/0.42	c OPTIMIZING...
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.313
0.75/0.43	o -21
0.75/0.49	c Got one! Elapsed wall clock time (in seconds):0.373
0.75/0.49	o -22
0.75/0.49	c Got one! Elapsed wall clock time (in seconds):0.382
0.75/0.49	o -23
1.04/0.56	c Got one! Elapsed wall clock time (in seconds):0.446
1.04/0.56	o -24
1.76/0.95	c cleaning 2569 clauses out of 5138 with flag 10756/5138
2.22/1.34	c cleaning 4283 clauses out of 8568 with flag 23161/11137
2.63/1.72	c Got one! Elapsed wall clock time (in seconds):1.608
2.63/1.72	o -25
3.10/2.19	c cleaning 7673 clauses out of 15345 with flag 10336/22197
3.71/2.72	c cleaning 6837 clauses out of 13673 with flag 22732/28198
4.13/3.16	c Got one! Elapsed wall clock time (in seconds):3.045
4.13/3.16	o -26
4.85/3.83	c cleaning 8799 clauses out of 17600 with flag 10475/38962
5.35/4.37	c cleaning 7403 clauses out of 14805 with flag 22860/44966
5.95/4.97	c cleaning 7195 clauses out of 14398 with flag 37230/51962
6.66/5.66	c cleaning 7603 clauses out of 15205 with flag 53709/59964
7.45/6.43	c cleaning 8296 clauses out of 16602 with flag 72201/68964
8.56/7.53	c cleaning 9151 clauses out of 18304 with flag 92783/78962
9.76/8.76	c cleaning 10077 clauses out of 20153 with flag 115342/89962
11.36/10.30	c cleaning 11039 clauses out of 22078 with flag 140119/101964
13.06/12.10	c cleaning 12012 clauses out of 24038 with flag 167596/114963
15.37/14.32	c cleaning 13008 clauses out of 26026 with flag 202056/128963
17.76/16.75	c cleaning 14009 clauses out of 28018 with flag 237472/143963
20.42/19.36	c cleaning 15004 clauses out of 30010 with flag 276205/159964
23.52/22.46	c cleaning 15999 clauses out of 32007 with flag 320269/176965
26.43/25.38	c cleaning 17003 clauses out of 34005 with flag 360588/194962
29.52/28.43	c cleaning 18001 clauses out of 36002 with flag 399837/213962
32.93/31.83	c cleaning 18996 clauses out of 38001 with flag 441125/233962
36.23/35.11	c cleaning 20003 clauses out of 40005 with flag 484513/254962
39.73/38.66	c cleaning 20999 clauses out of 42002 with flag 529988/276962
43.83/42.72	c cleaning 22000 clauses out of 44006 with flag 577677/299965
47.82/46.75	c cleaning 23002 clauses out of 46006 with flag 627045/323965
52.22/51.10	c cleaning 24001 clauses out of 48003 with flag 678766/348964
57.92/56.78	c cleaning 24996 clauses out of 50000 with flag 732987/374962
62.62/61.42	c cleaning 26003 clauses out of 52005 with flag 788847/401963
67.91/66.72	c cleaning 26999 clauses out of 54004 with flag 846436/429965
74.82/73.69	c cleaning 28002 clauses out of 56005 with flag 906884/458965
83.12/81.95	c cleaning 28995 clauses out of 58000 with flag 969392/488962
91.05/89.70	c cleaning 30003 clauses out of 60006 with flag 1033875/519963
99.36/98.03	c cleaning 30998 clauses out of 62002 with flag 1100020/551962
108.55/107.29	c cleaning 31998 clauses out of 64005 with flag 1168368/584963
116.75/115.45	c cleaning 33003 clauses out of 66006 with flag 1238946/618962
125.65/124.34	c cleaning 33997 clauses out of 68003 with flag 1311539/653962
135.30/133.82	c cleaning 35003 clauses out of 70007 with flag 1386227/689963
150.20/148.72	c cleaning 35997 clauses out of 72004 with flag 1474173/726963
166.29/164.80	c cleaning 37001 clauses out of 74009 with flag 1571339/764965
183.79/182.39	c cleaning 37996 clauses out of 76005 with flag 1668928/803962
203.58/202.20	c cleaning 39000 clauses out of 78009 with flag 1771958/843962
222.60/220.90	c cleaning 40005 clauses out of 80010 with flag 1879216/884963
235.50/233.81	c cleaning 40997 clauses out of 82004 with flag 1964391/926962
250.11/248.43	c cleaning 42001 clauses out of 84008 with flag 2051605/969963
264.01/262.31	c cleaning 43003 clauses out of 86006 with flag 2140869/1013962
280.71/278.90	c cleaning 43996 clauses out of 88004 with flag 2232007/1058963
297.61/295.82	c cleaning 45002 clauses out of 90007 with flag 2325322/1104962
314.11/312.32	c cleaning 46003 clauses out of 92006 with flag 2420575/1151963
336.41/334.42	c cleaning 47002 clauses out of 94004 with flag 2517908/1199964
356.41/354.43	c cleaning 48001 clauses out of 96001 with flag 2617248/1248963
373.72/371.72	c cleaning 48996 clauses out of 97999 with flag 2718687/1298962
399.13/397.17	c cleaning 50002 clauses out of 100005 with flag 2822221/1349964
426.49/424.26	c cleaning 50998 clauses out of 102001 with flag 2927763/1401962
451.49/449.23	c cleaning 51995 clauses out of 104004 with flag 3035163/1454963
481.28/478.83	c cleaning 53004 clauses out of 106008 with flag 3144904/1508962
507.07/504.63	c cleaning 53998 clauses out of 108004 with flag 3256494/1563962
535.50/532.84	c cleaning 55002 clauses out of 110008 with flag 3370067/1619964
563.69/561.07	c cleaning 56002 clauses out of 112005 with flag 3485777/1676963
594.05/591.35	c cleaning 56999 clauses out of 114002 with flag 3603507/1734962
624.65/621.96	c cleaning 58000 clauses out of 116003 with flag 3723422/1793962
660.45/657.67	c cleaning 58998 clauses out of 118003 with flag 3845304/1853962
689.75/686.96	c cleaning 59999 clauses out of 120005 with flag 3969133/1914962
717.95/715.01	c cleaning 61004 clauses out of 122008 with flag 4094910/1976964
757.35/754.30	c cleaning 62000 clauses out of 124002 with flag 4222617/2039962
803.24/800.26	c cleaning 62998 clauses out of 126004 with flag 4352419/2103964
845.46/842.36	c cleaning 63995 clauses out of 128004 with flag 4484148/2168962
895.45/892.32	c cleaning 65002 clauses out of 130009 with flag 4618035/2234962
940.61/937.41	c cleaning 66001 clauses out of 132007 with flag 4753991/2301962
982.82/979.59	c cleaning 66995 clauses out of 134007 with flag 4892180/2369963
1022.71/1019.43	c cleaning 68006 clauses out of 136011 with flag 5032392/2438962
1065.48/1062.17	c cleaning 68998 clauses out of 138005 with flag 5174565/2508962
1104.36/1100.96	c cleaning 70002 clauses out of 140008 with flag 5318898/2579963
1145.84/1142.38	c cleaning 71003 clauses out of 142005 with flag 5465044/2651962
1178.94/1175.49	c cleaning 72000 clauses out of 144002 with flag 5613201/2724962
1212.26/1208.77	c cleaning 73000 clauses out of 146003 with flag 5763937/2798963
1248.52/1244.92	c cleaning 73995 clauses out of 148003 with flag 5916495/2873963
1288.32/1284.68	c cleaning 75001 clauses out of 150007 with flag 6070873/2949962
1331.21/1327.43	c cleaning 75999 clauses out of 152006 with flag 6227121/3026962
1375.01/1371.19	c cleaning 76998 clauses out of 154007 with flag 6385302/3104962
1434.35/1430.34	c cleaning 78001 clauses out of 156009 with flag 6545800/3183962
1489.25/1485.25	c cleaning 78997 clauses out of 158010 with flag 6708312/3263964
1540.81/1536.80	c cleaning 80001 clauses out of 160012 with flag 6872679/3344963
1592.55/1588.49	c cleaning 81005 clauses out of 162012 with flag 7038973/3426964
1635.70/1631.55	c cleaning 81999 clauses out of 164005 with flag 7207319/3509962
1689.93/1685.65	c cleaning 82998 clauses out of 166008 with flag 7377584/3593964
1759.44/1755.02	c cleaning 84003 clauses out of 168008 with flag 7550024/3678962
1800.04/1795.60	c starts		: 4962
1800.04/1795.60	c conflicts		: 3741972
1800.04/1795.60	c decisions		: 4503411
1800.04/1795.60	c propagations		: 21414743
1800.04/1795.60	c inspects		: 25152604306
1800.04/1795.60	c shortcuts		: 0
1800.04/1795.60	c learnt literals	: 0
1800.04/1795.60	c learnt binary clauses	: 0
1800.04/1795.60	c learnt ternary clauses	: 0
1800.04/1795.60	c learnt constraints	: 3741972
1800.04/1795.60	c ignored constraints	: 0
1800.04/1795.60	c root simplifications	: 0
1800.04/1795.60	c removed literals (reason simplification)	: 0
1800.04/1795.60	c reason swapping (by a shorter reason)	: 0
1800.04/1795.60	c Calls to reduceDB	: 85
1800.04/1795.60	c Number of update (reduction) of LBD	: 52073
1800.04/1795.60	c Imported unit clauses	: 0
1800.04/1795.60	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.60	c number of learned constraints concerned by reduction	: 0
1800.04/1795.60	c number of learning phase by resolution	: 0
1800.04/1795.60	c number of learning phase by cutting planes	: 0
1800.04/1795.60	c speed (assignments/second)	: 11928.929686707956
1800.04/1795.60	c non guided choices	0
1800.04/1795.63	c learnt constraints type 
1800.04/1795.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 147016
1800.04/1795.63	s SATISFIABLE
1800.04/1795.63	c Found 6 solution(s)
1800.04/1795.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 
1800.04/1795.63	c objective function=-26
1800.04/1795.63	c Total wall clock time (in seconds): 1795.522

Verifier Data

OK	-26

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-4106690-1466273513/watcher-4106690-1466273513 -o /tmp/evaluation-result-4106690-1466273513/solver-4106690-1466273513 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26686 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106690-1466273513.opb 

pid=29091
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: 2.06 2.09 2.09 3/194 29094
/proc/meminfo: memFree=28126128/32872528 swapFree=163656/177964
[pid=29094] ppid=29091 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29094/stat : 29094 (java) D 29091 29094 26669 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 29401230 9515008 185 33554432000 1073741824 1073778376 140735694853888 140735694842952 224913354023 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 2323 185 143 9 0 71 0

[startup+0.100157 s]
/proc/loadavg: 2.06 2.09 2.09 3/194 29094
/proc/meminfo: memFree=28126128/32872528 swapFree=163656/177964
[pid=29094] ppid=29091 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29094/stat : 29094 (java) S 29091 29094 26669 0 -1 4202496 4416 0 1 0 8 1 0 0 20 0 18 0 29401230 9787879424 6038 33554432000 1073741824 1073778376 140735694853888 140735694845024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 2.06 2.09 2.09 3/194 29094
/proc/meminfo: memFree=28126128/32872528 swapFree=163656/177964
[pid=29094] ppid=29091 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/29094/stat : 29094 (java) S 29091 29094 26669 0 -1 4202496 4627 0 1 0 21 1 0 0 20 0 18 0 29401230 9787879424 6718 33554432000 1073741824 1073778376 140735694853888 140735694845024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 2389619 6718 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300337 s]
/proc/loadavg: 2.06 2.09 2.09 3/194 29094
/proc/meminfo: memFree=28126128/32872528 swapFree=163656/177964
[pid=29094] ppid=29091 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/29094/stat : 29094 (java) S 29091 29094 26669 0 -1 4202496 5560 0 1 0 44 1 0 0 20 0 18 0 29401230 9787879424 8869 33554432000 1073741824 1073778376 140735694853888 140735694845024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 2389619 8869 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700285 s]
/proc/loadavg: 2.06 2.09 2.09 3/194 29094
/proc/meminfo: memFree=28126128/32872528 swapFree=163656/177964
[pid=29094] ppid=29091 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/29094/stat : 29094 (java) S 29091 29094 26669 0 -1 4202496 11940 0 1 0 144 2 0 0 20 0 19 0 29401230 9856040960 14761 33554432000 1073741824 1073778376 140735694853888 140735694845024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 2406260 14761 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.06 2.09 2.09 3/213 29113
/proc/meminfo: memFree=28070636/32872528 swapFree=163656/177964
[pid=29094] ppid=29091 vsize=9625040 CPUtime=2.43 cores=1,3,5,7
/proc/29094/stat : 29094 (java) S 29091 29094 26669 0 -1 4202496 12154 0 1 0 240 3 0 0 20 0 19 0 29401230 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140735694845024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 2406260 17529 2273 9 0 2396937 0
[pid=29094/tid=29096] ppid=29091 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/29094/task/29096/stat : 29096 (java) R 29091 29094 26669 0 -1 4202560 2429 0 1 0 145 2 0 0 20 0 19 0 29401231 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517557468896 140517388780644 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29097] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29097/stat : 29097 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517518969128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29098] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29098/stat : 29098 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517517916328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29099] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29099/stat : 29099 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517516864040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29094/tid=29100] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29100/stat : 29100 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517515811240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29101] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29101/stat : 29101 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517514758952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29102] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29102/stat : 29102 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517513706152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29103] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29103/stat : 29103 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517512653864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29104] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29104/stat : 29104 (java) S 29091 29094 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517511601064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29105] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29105/stat : 29105 (java) S 29091 29094 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517381736680 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29106] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29106/stat : 29106 (java) S 29091 29094 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517380682744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29107] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29107/stat : 29107 (java) S 29091 29094 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517379630344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29108] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29108/stat : 29108 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517378578832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29109] ppid=29091 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/29094/task/29109/stat : 29109 (java) S 29091 29094 26669 0 -1 4202560 4909 0 0 0 46 0 0 0 20 0 19 0 29401236 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517377526456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29110] ppid=29091 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/29094/task/29110/stat : 29110 (java) S 29091 29094 26669 0 -1 4202560 3538 0 0 0 48 0 0 0 20 0 19 0 29401236 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517376473656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29111] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29111/stat : 29111 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517375421560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29112] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29112/stat : 29112 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517374368968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29113] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29113/stat : 29113 (java) S 29091 29094 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29401271 9856040960 17529 33554432000 1073741824 1073778376 140735694853888 140517373264808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.06 2.09 2.08 3/213 29113
/proc/meminfo: memFree=28057852/32872528 swapFree=163656/177964
[pid=29094] ppid=29091 vsize=9625040 CPUtime=4.13 cores=1,3,5,7
/proc/29094/stat : 29094 (java) S 29091 29094 26669 0 -1 4202496 12175 0 1 0 410 3 0 0 20 0 19 0 29401230 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140735694845024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 2406260 21126 2273 9 0 2396937 0
[pid=29094/tid=29096] ppid=29091 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/29094/task/29096/stat : 29096 (java) R 29091 29094 26669 0 -1 4202560 2437 0 1 0 305 2 0 0 20 0 19 0 29401231 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517557477752 140517388780644 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29097] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29097/stat : 29097 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517518969128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29098] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29098/stat : 29098 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517517916328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29099] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29099/stat : 29099 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517516864040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29094/tid=29100] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29100/stat : 29100 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517515811240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29101] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29101/stat : 29101 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517514758952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29102] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29102/stat : 29102 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517513706152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29103] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29103/stat : 29103 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517512653864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29104] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29104/stat : 29104 (java) S 29091 29094 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517511601064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29105] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29105/stat : 29105 (java) S 29091 29094 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517381736680 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29106] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29106/stat : 29106 (java) S 29091 29094 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517380682744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29107] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29107/stat : 29107 (java) S 29091 29094 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517379630344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29108] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29108/stat : 29108 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517378578832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29109] ppid=29091 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/29094/task/29109/stat : 29109 (java) S 29091 29094 26669 0 -1 4202560 4922 0 0 0 51 0 0 0 20 0 19 0 29401236 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517377526456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29110] ppid=29091 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/29094/task/29110/stat : 29110 (java) S 29091 29094 26669 0 -1 4202560 3538 0 0 0 52 0 0 0 20 0 19 0 29401236 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517376473656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29111] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29111/stat : 29111 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517375421560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29112] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29112/stat : 29112 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517374368968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29113] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29113/stat : 29113 (java) S 29091 29094 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29401271 9856040960 21126 33554432000 1073741824 1073778376 140735694853888 140517373264808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9625040

[startup+6.30092 s]
/proc/loadavg: 2.06 2.09 2.08 3/213 29113
/proc/meminfo: memFree=28029128/32872528 swapFree=163656/177964
[pid=29094] ppid=29091 vsize=9625040 CPUtime=7.35 cores=1,3,5,7
/proc/29094/stat : 29094 (java) S 29091 29094 26669 0 -1 4202496 12190 0 1 0 732 3 0 0 20 0 19 0 29401230 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140735694845024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 2406260 27751 2274 9 0 2396937 0
[pid=29094/tid=29096] ppid=29091 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/29094/task/29096/stat : 29096 (java) R 29091 29094 26669 0 -1 4202560 2451 0 1 0 624 2 0 0 20 0 19 0 29401231 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517557468928 140517388853562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29097] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29097/stat : 29097 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517518969128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29098] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29098/stat : 29098 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517517916328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29099] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29099/stat : 29099 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517516864040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29094/tid=29100] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29100/stat : 29100 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517515811240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29101] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29101/stat : 29101 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517514758952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29102] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29102/stat : 29102 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517513706152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29103] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29103/stat : 29103 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517512653864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29104] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29104/stat : 29104 (java) S 29091 29094 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29401232 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517511601064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29105] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29105/stat : 29105 (java) S 29091 29094 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517381736680 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29106] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29106/stat : 29106 (java) S 29091 29094 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517380682744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29107] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29107/stat : 29107 (java) S 29091 29094 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517379630344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29108] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29108/stat : 29108 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517378578832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29109] ppid=29091 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/29094/task/29109/stat : 29109 (java) S 29091 29094 26669 0 -1 4202560 4922 0 0 0 51 0 0 0 20 0 19 0 29401236 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517377526456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29110] ppid=29091 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/29094/task/29110/stat : 29110 (java) S 29091 29094 26669 0 -1 4202560 3538 0 0 0 54 0 0 0 20 0 19 0 29401236 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517376473656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29111] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29111/stat : 29111 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517375421560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29112] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29112/stat : 29112 (java) S 29091 29094 26669 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517374368968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29113] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29113/stat : 29113 (java) S 29091 29094 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29401271 9856040960 27751 33554432000 1073741824 1073778376 140735694853888 140517373264808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 9625040


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

[pid=29094/tid=29106] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29106/stat : 29106 (java) S 29091 29094 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 154629 33554432000 1073741824 1073778376 140735694853888 140517380682744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29107] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29107/stat : 29107 (java) S 29091 29094 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 154629 33554432000 1073741824 1073778376 140735694853888 140517379630344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29108] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29108/stat : 29108 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 154629 33554432000 1073741824 1073778376 140735694853888 140517378578832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29109] ppid=29091 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/29094/task/29109/stat : 29109 (java) S 29091 29094 26669 0 -1 4202560 4922 0 0 0 51 0 0 0 20 0 19 0 29401236 9856040960 154629 33554432000 1073741824 1073778376 140735694853888 140517377526456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29110] ppid=29091 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/29094/task/29110/stat : 29110 (java) S 29091 29094 26669 0 -1 4202560 3547 0 0 0 57 0 0 0 20 0 19 0 29401236 9856040960 154629 33554432000 1073741824 1073778376 140735694853888 140517376473656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29111] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29111/stat : 29111 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 154629 33554432000 1073741824 1073778376 140735694853888 140517375421560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29112] ppid=29091 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/29094/task/29112/stat : 29112 (java) S 29091 29094 26669 0 -1 4202560 96 0 0 0 29 36 0 0 20 0 19 0 29401236 9856040960 154629 33554432000 1073741824 1073778376 140735694853888 140517374368968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29113] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29113/stat : 29113 (java) S 29091 29094 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29401271 9856040960 154629 33554432000 1073741824 1073778376 140735694853888 140517373264808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.53
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.05 2.06 3/214 29287
/proc/meminfo: memFree=30497992/32872528 swapFree=163656/177964
[pid=29094] ppid=29091 vsize=9625040 CPUtime=1726.64 cores=1,3,5,7
/proc/29094/stat : 29094 (java) S 29091 29094 26669 0 -1 4202496 16510 0 1 0 172560 104 0 0 20 0 19 0 29401230 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140735694845024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 2406260 153314 2296 9 0 2396937 0
[pid=29094/tid=29096] ppid=29091 vsize=9625040 CPUtime=1720.13 cores=1,3,5,7
/proc/29094/task/29096/stat : 29096 (java) R 29091 29094 26669 0 -1 4202560 2517 0 1 0 171980 33 0 0 20 0 19 0 29401231 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517557468928 140517388780528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29097] ppid=29091 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/29094/task/29097/stat : 29097 (java) S 29091 29094 26669 0 -1 4202560 525 0 0 0 45 7 0 0 20 0 19 0 29401232 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517518969128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29098] ppid=29091 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/29094/task/29098/stat : 29098 (java) S 29091 29094 26669 0 -1 4202560 360 0 0 0 45 8 0 0 20 0 19 0 29401232 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517517916328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29094/tid=29099] ppid=29091 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/29094/task/29099/stat : 29099 (java) S 29091 29094 26669 0 -1 4202560 433 0 0 0 41 8 0 0 20 0 19 0 29401232 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517516864040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29100] ppid=29091 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/29094/task/29100/stat : 29100 (java) S 29091 29094 26669 0 -1 4202560 404 0 0 0 48 9 0 0 20 0 19 0 29401232 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517515811240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29101] ppid=29091 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/29094/task/29101/stat : 29101 (java) S 29091 29094 26669 0 -1 4202560 492 0 0 0 48 8 0 0 20 0 19 0 29401232 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517514758952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29102] ppid=29091 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/29094/task/29102/stat : 29102 (java) S 29091 29094 26669 0 -1 4202560 581 0 0 0 56 9 0 0 20 0 19 0 29401232 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517513706152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29103] ppid=29091 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/29094/task/29103/stat : 29103 (java) S 29091 29094 26669 0 -1 4202560 664 0 0 0 49 9 0 0 20 0 19 0 29401232 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517512653864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29104] ppid=29091 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/29094/task/29104/stat : 29104 (java) S 29091 29094 26669 0 -1 4202560 389 0 0 0 49 9 0 0 20 0 19 0 29401232 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517511601064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29094/tid=29105] ppid=29091 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/29094/task/29105/stat : 29105 (java) S 29091 29094 26669 0 -1 4202560 312 0 0 0 55 2 0 0 20 0 19 0 29401233 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517381736680 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29106] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29106/stat : 29106 (java) S 29091 29094 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517380682744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29107] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29107/stat : 29107 (java) S 29091 29094 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517379630344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29108] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29108/stat : 29108 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517378578832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29109] ppid=29091 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/29094/task/29109/stat : 29109 (java) S 29091 29094 26669 0 -1 4202560 4922 0 0 0 51 0 0 0 20 0 19 0 29401236 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517377526456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29110] ppid=29091 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/29094/task/29110/stat : 29110 (java) S 29091 29094 26669 0 -1 4202560 3547 0 0 0 57 0 0 0 20 0 19 0 29401236 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517376473656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29111] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29111/stat : 29111 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517375421560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29112] ppid=29091 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/29094/task/29112/stat : 29112 (java) S 29091 29094 26669 0 -1 4202560 100 0 0 0 29 38 0 0 20 0 19 0 29401236 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517374368968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29113] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29113/stat : 29113 (java) S 29091 29094 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29401271 9856040960 153314 33554432000 1073741824 1073778376 140735694853888 140517373264808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/212 29288
/proc/meminfo: memFree=30491924/32872528 swapFree=163656/177964
[pid=29094] ppid=29091 vsize=9625040 CPUtime=1786.73 cores=1,3,5,7
/proc/29094/stat : 29094 (java) S 29091 29094 26669 0 -1 4202496 16530 0 1 0 178568 105 0 0 20 0 19 0 29401230 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140735694845024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 2406260 151500 2296 9 0 2396937 0
[pid=29094/tid=29096] ppid=29091 vsize=9625040 CPUtime=1780.08 cores=1,3,5,7
/proc/29094/task/29096/stat : 29096 (java) R 29091 29094 26669 0 -1 4202560 2518 0 1 0 177974 34 0 0 20 0 19 0 29401231 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517557468928 140517388653546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29097] ppid=29091 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/29094/task/29097/stat : 29097 (java) S 29091 29094 26669 0 -1 4202560 525 0 0 0 46 7 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517518969128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29098] ppid=29091 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/29094/task/29098/stat : 29098 (java) S 29091 29094 26669 0 -1 4202560 373 0 0 0 48 8 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517517916328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29094/tid=29099] ppid=29091 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/29094/task/29099/stat : 29099 (java) S 29091 29094 26669 0 -1 4202560 433 0 0 0 42 8 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517516864040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29100] ppid=29091 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/29094/task/29100/stat : 29100 (java) S 29091 29094 26669 0 -1 4202560 404 0 0 0 49 9 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517515811240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29101] ppid=29091 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/29094/task/29101/stat : 29101 (java) S 29091 29094 26669 0 -1 4202560 492 0 0 0 49 8 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517514758952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29102] ppid=29091 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/29094/task/29102/stat : 29102 (java) S 29091 29094 26669 0 -1 4202560 581 0 0 0 60 9 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517513706152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29103] ppid=29091 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/29094/task/29103/stat : 29103 (java) S 29091 29094 26669 0 -1 4202560 664 0 0 0 50 9 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517512653864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29104] ppid=29091 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/29094/task/29104/stat : 29104 (java) S 29091 29094 26669 0 -1 4202560 389 0 0 0 50 10 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517511601064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29094/tid=29105] ppid=29091 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/29094/task/29105/stat : 29105 (java) S 29091 29094 26669 0 -1 4202560 314 0 0 0 55 2 0 0 20 0 19 0 29401233 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517381736680 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29106] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29106/stat : 29106 (java) S 29091 29094 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517380682744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29107] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29107/stat : 29107 (java) S 29091 29094 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517379630344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29108] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29108/stat : 29108 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517378578832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29109] ppid=29091 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/29094/task/29109/stat : 29109 (java) S 29091 29094 26669 0 -1 4202560 4922 0 0 0 51 0 0 0 20 0 19 0 29401236 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517377526456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29110] ppid=29091 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/29094/task/29110/stat : 29110 (java) S 29091 29094 26669 0 -1 4202560 3547 0 0 0 57 0 0 0 20 0 19 0 29401236 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517376473656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29111] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29111/stat : 29111 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517375421560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29112] ppid=29091 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/29094/task/29112/stat : 29112 (java) S 29091 29094 26669 0 -1 4202560 104 0 0 0 30 40 0 0 20 0 19 0 29401236 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517374368968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29113] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29113/stat : 29113 (java) S 29091 29094 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29401271 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517373264808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.73
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.00 2.04 2.05 3/213 29289
/proc/meminfo: memFree=30455168/32872528 swapFree=163656/177964
[pid=29094] ppid=29091 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/29094/stat : 29094 (java) S 29091 29094 26669 0 -1 4202496 16530 0 1 0 179898 106 0 0 20 0 19 0 29401230 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140735694845024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 2406260 151500 2296 9 0 2396937 0
[pid=29094/tid=29096] ppid=29091 vsize=9625040 CPUtime=1793.37 cores=1,3,5,7
/proc/29094/task/29096/stat : 29096 (java) R 29091 29094 26669 0 -1 4202560 2518 0 1 0 179303 34 0 0 20 0 19 0 29401231 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517557468928 140517388780203 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29097] ppid=29091 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/29094/task/29097/stat : 29097 (java) S 29091 29094 26669 0 -1 4202560 525 0 0 0 46 7 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517518969128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29098] ppid=29091 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/29094/task/29098/stat : 29098 (java) S 29091 29094 26669 0 -1 4202560 373 0 0 0 48 8 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517517916328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29094/tid=29099] ppid=29091 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/29094/task/29099/stat : 29099 (java) S 29091 29094 26669 0 -1 4202560 433 0 0 0 42 8 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517516864040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29100] ppid=29091 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/29094/task/29100/stat : 29100 (java) S 29091 29094 26669 0 -1 4202560 404 0 0 0 49 9 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517515811240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29101] ppid=29091 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/29094/task/29101/stat : 29101 (java) S 29091 29094 26669 0 -1 4202560 492 0 0 0 49 8 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517514758952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29102] ppid=29091 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/29094/task/29102/stat : 29102 (java) S 29091 29094 26669 0 -1 4202560 581 0 0 0 60 9 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517513706152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29103] ppid=29091 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/29094/task/29103/stat : 29103 (java) S 29091 29094 26669 0 -1 4202560 664 0 0 0 50 9 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517512653864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29104] ppid=29091 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/29094/task/29104/stat : 29104 (java) S 29091 29094 26669 0 -1 4202560 389 0 0 0 50 10 0 0 20 0 19 0 29401232 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517511601064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29094/tid=29105] ppid=29091 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/29094/task/29105/stat : 29105 (java) S 29091 29094 26669 0 -1 4202560 314 0 0 0 55 2 0 0 20 0 19 0 29401233 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517381736680 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29106] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29106/stat : 29106 (java) S 29091 29094 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517380682744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29107] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29107/stat : 29107 (java) S 29091 29094 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29401233 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517379630344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29108] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29108/stat : 29108 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517378578832 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29109] ppid=29091 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/29094/task/29109/stat : 29109 (java) S 29091 29094 26669 0 -1 4202560 4922 0 0 0 51 0 0 0 20 0 19 0 29401236 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517377526456 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29094/tid=29110] ppid=29091 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/29094/task/29110/stat : 29110 (java) S 29091 29094 26669 0 -1 4202560 3547 0 0 0 57 0 0 0 20 0 19 0 29401236 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517376473656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29111] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29111/stat : 29111 (java) S 29091 29094 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29401236 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517375421560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29094/tid=29112] ppid=29091 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/29094/task/29112/stat : 29112 (java) S 29091 29094 26669 0 -1 4202560 104 0 0 0 31 40 0 0 20 0 19 0 29401236 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517374368968 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29094/tid=29113] ppid=29091 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29094/task/29113/stat : 29113 (java) S 29091 29094 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29401271 9856040960 151500 33554432000 1073741824 1073778376 140735694853888 140517373264808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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 29094 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.64
CPU time (s): 1800.7
CPU user time (s): 1799.12
CPU system time (s): 1.58176
CPU usage (%): 100.282
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.58176
maximum resident set size= 760656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16568
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38929
involuntary context switches= 27154

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7421 second user time and 11.8442 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 20:11:53
IDJOB=4106690
IDBENCH=48189
IDSOLVER=2546
FILE ID=node105/4106690-1466273513
RUNJOBID= node105-1466265085-26686
PBS_JOBID= 19918230
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106690-1466273513/watcher-4106690-1466273513 -o /tmp/evaluation-result-4106690-1466273513/solver-4106690-1466273513 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26686 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106690-1466273513.opb

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

MD5SUM BENCH= 85583812489e95a26f37a10baffcd23f
RANDOM SEED=746548306

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.54
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28126508 kB
Buffers:           91424 kB
Cached:           180944 kB
SwapCached:         1684 kB
Active:          3637192 kB
Inactive:         188080 kB
Active(anon):    3552416 kB
Inactive(anon):     2976 kB
Active(file):      84776 kB
Inactive(file):   185104 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       3730232 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             605184 kB
SReclaimable:      48636 kB
SUnreclaim:       556548 kB
KernelStack:        1592 kB
PageTables:        11312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3979060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3420160 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 node105 at 2016-06-18 20:41:49