Trace number 4109164

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.65 1797.45

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_15_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM8841123e57febe545fae4a69b91f873c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark2.01469
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints50
Number of soft constraints18
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Top cost 838
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 837
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4109164-1466341814.wbo
0.07/0.13	c reading problem ... 
0.07/0.16	c ... done. Wall clock time 0.033s.
0.07/0.16	c declared #vars     300
0.07/0.16	c internal #vars     318
0.07/0.16	c #constraints  50
0.07/0.16	c constraints type 
0.07/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.07/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.07/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.07/0.16	c 50 constraints processed.
0.07/0.16	c objective function length is 18 literals
0.26/0.27	c SATISFIABLE
0.26/0.27	c OPTIMIZING...
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.146
0.26/0.27	o 144
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.197
0.51/0.32	o 119
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.246
0.51/0.37	o 114
0.64/0.44	c Got one! Elapsed wall clock time (in seconds):0.31
0.64/0.44	o 109
0.75/0.52	c Got one! Elapsed wall clock time (in seconds):0.395
0.75/0.52	o 77
1.05/0.75	c Got one! Elapsed wall clock time (in seconds):0.62
1.05/0.75	o 75
1.05/0.77	c Got one! Elapsed wall clock time (in seconds):0.647
1.05/0.77	o 58
1.35/1.05	c cleaning 4861 clauses out of 9726 with flag 13106/9726
1.91/1.59	c cleaning 5416 clauses out of 10866 with flag 57468/15727
2.31/1.95	c cleaning 6222 clauses out of 12451 with flag 110534/22728
2.83/2.41	c cleaning 7110 clauses out of 14229 with flag 170321/30728
3.43/3.00	c cleaning 8057 clauses out of 16119 with flag 245928/39728
4.33/3.97	c cleaning 9022 clauses out of 18060 with flag 317888/49726
5.33/4.90	c cleaning 10008 clauses out of 20038 with flag 409597/60726
6.42/6.07	c cleaning 11012 clauses out of 22032 with flag 514975/72728
8.02/7.70	c cleaning 11999 clauses out of 24018 with flag 627103/85726
9.52/9.17	c cleaning 13001 clauses out of 26020 with flag 741422/99727
11.53/11.16	c cleaning 14002 clauses out of 28021 with flag 869118/114729
13.63/13.24	c cleaning 14995 clauses out of 30017 with flag 1021082/130727
15.42/15.06	c cleaning 15987 clauses out of 32023 with flag 1160130/147728
17.33/16.94	c cleaning 16988 clauses out of 34034 with flag 1302603/165726
19.33/18.90	c cleaning 18018 clauses out of 36047 with flag 1463923/184727
21.53/21.11	c cleaning 18998 clauses out of 38029 with flag 1634554/204727
24.74/24.33	c cleaning 20007 clauses out of 40032 with flag 1832990/225728
28.93/28.54	c cleaning 20999 clauses out of 42023 with flag 2029840/247726
32.44/32.04	c cleaning 21980 clauses out of 44028 with flag 2215893/270730
35.63/35.24	c cleaning 23001 clauses out of 46044 with flag 2407730/294726
38.43/38.03	c cleaning 24006 clauses out of 48043 with flag 2629548/319726
42.13/41.73	c cleaning 25013 clauses out of 50040 with flag 2858571/345729
45.93/45.59	c cleaning 25994 clauses out of 52024 with flag 3109989/372726
50.04/49.66	c cleaning 27008 clauses out of 54030 with flag 3376633/400726
54.16/53.70	c cleaning 27998 clauses out of 56023 with flag 3626285/429727
58.26/57.88	c cleaning 28990 clauses out of 58024 with flag 3892669/459726
62.87/62.42	c cleaning 29998 clauses out of 60035 with flag 4169716/490727
67.77/67.34	c cleaning 30992 clauses out of 62036 with flag 4473317/522726
73.08/72.62	c cleaning 32014 clauses out of 64045 with flag 4797786/555727
78.37/77.91	c cleaning 32989 clauses out of 66031 with flag 5100711/589727
85.57/85.14	c cleaning 34014 clauses out of 68041 with flag 5416617/624726
94.08/93.61	c cleaning 35008 clauses out of 70028 with flag 5818645/660727
105.57/105.13	c cleaning 36001 clauses out of 72019 with flag 6228143/697726
116.77/116.39	c cleaning 37004 clauses out of 74018 with flag 6639492/735726
126.28/125.88	c cleaning 38008 clauses out of 76016 with flag 7045243/774728
135.28/134.81	c cleaning 38985 clauses out of 78008 with flag 7443784/814728
147.08/146.66	c cleaning 39999 clauses out of 80021 with flag 7815244/855726
156.06/155.58	c cleaning 41001 clauses out of 82022 with flag 8190702/897726
165.96/165.40	c cleaning 41994 clauses out of 84021 with flag 8561205/940726
175.16/174.68	c cleaning 42993 clauses out of 86028 with flag 8936404/984727
186.06/185.59	c cleaning 44001 clauses out of 88034 with flag 9341173/1029726
197.06/196.59	c cleaning 44989 clauses out of 90035 with flag 9784027/1075728
206.66/206.17	c cleaning 46010 clauses out of 92045 with flag 10262785/1122727
223.56/223.09	c cleaning 47007 clauses out of 94034 with flag 10821174/1170726
237.26/236.74	c cleaning 47997 clauses out of 96027 with flag 11377772/1219726
253.07/252.52	c cleaning 49004 clauses out of 98030 with flag 11834626/1269726
268.83/268.28	c cleaning 50001 clauses out of 100028 with flag 12379649/1320728
286.34/285.71	c cleaning 50996 clauses out of 102027 with flag 12949171/1372728
301.74/301.13	c cleaning 51992 clauses out of 104029 with flag 13473818/1425726
316.55/315.97	c cleaning 53006 clauses out of 106040 with flag 14043768/1479729
335.35/334.75	c cleaning 54005 clauses out of 108031 with flag 14534847/1534726
357.96/357.38	c cleaning 54993 clauses out of 110028 with flag 15125388/1590728
370.46/369.88	c cleaning 56014 clauses out of 112034 with flag 15634327/1647727
385.26/384.64	c cleaning 56982 clauses out of 114020 with flag 16190731/1705727
401.12/400.34	c cleaning 57999 clauses out of 116038 with flag 16826827/1764727
419.13/418.33	c cleaning 59009 clauses out of 118038 with flag 17388512/1824726
439.24/438.43	c cleaning 60011 clauses out of 120030 with flag 18068934/1885727
463.25/462.40	c cleaning 61002 clauses out of 122020 with flag 18816304/1947728
483.25/482.45	c cleaning 62008 clauses out of 124016 with flag 19554627/2010726
501.16/500.40	c cleaning 62986 clauses out of 126008 with flag 20291768/2074726
526.16/525.31	c cleaning 63999 clauses out of 128023 with flag 21022820/2139727
547.07/546.25	c cleaning 65004 clauses out of 130025 with flag 21776362/2205728
571.13/570.17	c cleaning 66000 clauses out of 132020 with flag 22571270/2272727
591.61/590.63	c cleaning 67001 clauses out of 134022 with flag 23348964/2340729
612.93/611.98	c cleaning 68002 clauses out of 136019 with flag 24244872/2409727
640.43/639.48	c cleaning 69005 clauses out of 138018 with flag 25039027/2479728
662.14/661.14	c cleaning 69987 clauses out of 140013 with flag 25857232/2550728
696.36/695.39	c cleaning 71009 clauses out of 142028 with flag 26729390/2622730
720.45/719.29	c cleaning 72002 clauses out of 144017 with flag 27602831/2695728
753.76/752.51	c cleaning 73000 clauses out of 146014 with flag 28373385/2769727
781.45/780.27	c cleaning 74008 clauses out of 148016 with flag 29300656/2844729
820.77/819.58	c cleaning 74999 clauses out of 150006 with flag 30226983/2920727
854.07/852.84	c cleaning 75996 clauses out of 152008 with flag 31179507/2997728
883.38/881.86	c cleaning 77001 clauses out of 154010 with flag 32063643/3075726
911.88/910.32	c cleaning 77982 clauses out of 156011 with flag 32990742/3154728
941.39/939.82	c cleaning 79001 clauses out of 158027 with flag 33947359/3234726
973.60/972.08	c cleaning 80006 clauses out of 160029 with flag 34935942/3315729
1007.50/1005.92	c cleaning 81004 clauses out of 162020 with flag 35873197/3397726
1042.69/1040.80	c cleaning 82002 clauses out of 164017 with flag 36850733/3480727
1077.51/1075.66	c cleaning 83006 clauses out of 166015 with flag 37907070/3564727
1114.13/1112.26	c cleaning 83992 clauses out of 168013 with flag 38892768/3649731
1146.82/1144.95	c cleaning 84995 clauses out of 170016 with flag 39853928/3735726
1189.06/1186.97	c cleaning 85992 clauses out of 172021 with flag 40900928/3822726
1229.57/1227.47	c cleaning 87001 clauses out of 174033 with flag 41967687/3910730
1266.67/1264.58	c cleaning 88003 clauses out of 176029 with flag 43067065/3999727
1302.87/1300.79	c cleaning 88996 clauses out of 178028 with flag 44104065/4089729
1345.99/1343.69	c cleaning 90007 clauses out of 180029 with flag 45184902/4180726
1387.10/1384.78	c cleaning 91005 clauses out of 182026 with flag 46345377/4272730
1447.41/1445.08	c cleaning 91998 clauses out of 184018 with flag 47499558/4365727
1498.02/1495.69	c cleaning 92992 clauses out of 186019 with flag 48697018/4459726
1549.97/1547.40	c cleaning 94005 clauses out of 188027 with flag 49839688/4554726
1623.00/1620.49	c cleaning 94998 clauses out of 190022 with flag 51037822/4650726
1672.71/1670.12	c cleaning 95996 clauses out of 192024 with flag 52234239/4747726
1722.07/1719.41	c cleaning 97010 clauses out of 194028 with flag 53606534/4845726
1771.78/1769.15	c cleaning 97999 clauses out of 196019 with flag 54884897/4944727
1800.09/1797.41	c starts		: 20287
1800.09/1797.41	c conflicts		: 5013125
1800.09/1797.41	c decisions		: 6905624
1800.09/1797.41	c propagations		: 89301538
1800.09/1797.41	c inspects		: 33649564197
1800.09/1797.41	c shortcuts		: 0
1800.09/1797.41	c learnt literals	: 0
1800.09/1797.41	c learnt binary clauses	: 0
1800.09/1797.41	c learnt ternary clauses	: 0
1800.09/1797.41	c learnt constraints	: 5013125
1800.09/1797.41	c ignored constraints	: 0
1800.09/1797.41	c root simplifications	: 0
1800.09/1797.41	c removed literals (reason simplification)	: 0
1800.09/1797.41	c reason swapping (by a shorter reason)	: 0
1800.09/1797.41	c Calls to reduceDB	: 95
1800.09/1797.41	c Number of update (reduction) of LBD	: 2571617
1800.09/1797.41	c Imported unit clauses	: 0
1800.09/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.41	c number of learned constraints concerned by reduction	: 0
1800.09/1797.41	c number of learning phase by resolution	: 0
1800.09/1797.41	c number of learning phase by cutting planes	: 0
1800.09/1797.41	c speed (assignments/second)	: 49687.905237393374
1800.09/1797.41	c non guided choices	14667
1800.09/1797.44	c learnt constraints type 
1800.09/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 166418
1800.09/1797.44	s SATISFIABLE
1800.09/1797.44	c Found 7 solution(s)
1800.09/1797.44	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -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 -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 
1800.09/1797.44	c objective function=58
1800.09/1797.44	c Total wall clock time (in seconds): 1797.313

Verifier Data

OK	58

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-4109164-1466341814/watcher-4109164-1466341814 -o /tmp/evaluation-result-4109164-1466341814/solver-4109164-1466341814 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109164-1466341814.wbo 

pid=20493
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: 0.20 0.19 0.13 3/176 20499
/proc/meminfo: memFree=30347576/32872528 swapFree=1286400/1433568
[pid=20499] ppid=20493 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20499/stat : 20499 (java) D 20493 20499 20454 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 36228206 9515008 176 33554432000 1073741824 1073778376 140736757964976 140736757947704 214369649552 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/20499/statm: 2323 176 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 0.20 0.19 0.13 3/176 20499
/proc/meminfo: memFree=30347576/32872528 swapFree=1286400/1433568
[pid=20499] ppid=20493 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20493 20499 20454 0 -1 4202496 4158 0 1 0 6 1 0 0 20 0 18 0 36228206 9787879424 5271 33554432000 1073741824 1073778376 140735965654368 140735965645504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20499/statm: 2389619 5274 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200245 s]
/proc/loadavg: 0.20 0.19 0.13 3/176 20499
/proc/meminfo: memFree=30347576/32872528 swapFree=1286400/1433568
[pid=20499] ppid=20493 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20493 20499 20454 0 -1 4202496 5944 0 1 0 24 2 0 0 20 0 19 0 36228206 9856040960 7000 33554432000 1073741824 1073778376 140735965654368 140735965645504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20499/statm: 2406260 7000 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300206 s]
/proc/loadavg: 0.20 0.19 0.13 3/176 20499
/proc/meminfo: memFree=30347576/32872528 swapFree=1286400/1433568
[pid=20499] ppid=20493 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20493 20499 20454 0 -1 4202496 6711 0 1 0 49 2 0 0 20 0 19 0 36228206 9856040960 8311 33554432000 1073741824 1073778376 140735965654368 140735965645504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20499/statm: 2406260 8311 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70026 s]
/proc/loadavg: 0.20 0.19 0.13 3/176 20499
/proc/meminfo: memFree=30347576/32872528 swapFree=1286400/1433568
[pid=20499] ppid=20493 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20493 20499 20454 0 -1 4202496 8715 0 1 0 102 3 0 0 20 0 19 0 36228206 9856040960 9364 33554432000 1073741824 1073778376 140735965654368 140735965645504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20499/statm: 2406260 9364 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 0.50 0.26 0.15 4/214 20537
/proc/meminfo: memFree=30274960/32872528 swapFree=1286400/1433568
[pid=20499] ppid=20493 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20493 20499 20454 0 -1 4202496 8759 0 1 0 188 3 0 0 20 0 19 0 36228206 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 140735965645504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20499/statm: 2406260 9917 2250 9 0 2396937 0
[pid=20499/tid=20503] ppid=20493 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/20499/task/20503/stat : 20503 (java) R 20493 20499 20454 0 -1 4202560 2410 0 1 0 144 2 0 0 20 0 19 0 36228207 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855799249928 139855628021918 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20505] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20505/stat : 20505 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855760743080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20508] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20508/stat : 20508 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855759690536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20510] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20510/stat : 20510 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855758637992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20512] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20512/stat : 20512 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855757585448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20516] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20516/stat : 20516 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855756531880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20517] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20517/stat : 20517 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855755479336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20518] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20518/stat : 20518 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855754426792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20519] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20519/stat : 20519 (java) S 20493 20499 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855753374248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20521] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20521/stat : 20521 (java) S 20493 20499 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855623334504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20524] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20524/stat : 20524 (java) S 20493 20499 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855622280824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20525] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20525/stat : 20525 (java) S 20493 20499 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855621228168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20527] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20527/stat : 20527 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855620176912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20529] ppid=20493 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20499/task/20529/stat : 20529 (java) S 20493 20499 20454 0 -1 4202560 1200 0 0 0 12 0 0 0 20 0 19 0 36228213 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855619123256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20531] ppid=20493 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/20499/task/20531/stat : 20531 (java) S 20493 20499 20454 0 -1 4202560 3878 0 0 0 29 0 0 0 20 0 19 0 36228213 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855618070712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20533] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20533/stat : 20533 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855617018360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20535] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20535/stat : 20535 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855615966024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20536] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20536/stat : 20536 (java) S 20493 20499 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36228223 9856040960 9917 33554432000 1073741824 1073778376 140735965654368 139855614911784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 0.50 0.26 0.15 4/214 20537
/proc/meminfo: memFree=30255536/32872528 swapFree=1286400/1433568
[pid=20499] ppid=20493 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20493 20499 20454 0 -1 4202496 8774 0 1 0 350 3 0 0 20 0 19 0 36228206 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 140735965645504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20499/statm: 2406260 11975 2250 9 0 2396937 0
[pid=20499/tid=20503] ppid=20493 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/20499/task/20503/stat : 20503 (java) R 20493 20499 20454 0 -1 4202560 2415 0 1 0 304 2 0 0 20 0 19 0 36228207 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855799242432 139855628021467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20505] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20505/stat : 20505 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855760743080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20508] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20508/stat : 20508 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855759690536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20510] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20510/stat : 20510 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855758637992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20512] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20512/stat : 20512 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855757585448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20516] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20516/stat : 20516 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855756531880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20517] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20517/stat : 20517 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855755479336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20518] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20518/stat : 20518 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855754426792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20519] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20519/stat : 20519 (java) S 20493 20499 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855753374248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20521] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20521/stat : 20521 (java) S 20493 20499 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855623334504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20524] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20524/stat : 20524 (java) S 20493 20499 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855622280824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20525] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20525/stat : 20525 (java) S 20493 20499 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855621228168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20527] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20527/stat : 20527 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855620176912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20529] ppid=20493 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20499/task/20529/stat : 20529 (java) S 20493 20499 20454 0 -1 4202560 1200 0 0 0 12 0 0 0 20 0 19 0 36228213 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855619123256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20531] ppid=20493 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20499/task/20531/stat : 20531 (java) S 20493 20499 20454 0 -1 4202560 3888 0 0 0 30 0 0 0 20 0 19 0 36228213 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855618070712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20533] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20533/stat : 20533 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855617018360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20535] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20535/stat : 20535 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855615966024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20536] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20536/stat : 20536 (java) S 20493 20499 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36228223 9856040960 11975 33554432000 1073741824 1073778376 140735965654368 139855614911784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 0.62 0.29 0.16 4/214 20537
/proc/meminfo: memFree=30211152/32872528 swapFree=1286400/1433568
[pid=20499] ppid=20493 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20493 20499 20454 0 -1 4202496 8781 0 1 0 669 3 0 0 20 0 19 0 36228206 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 140735965645504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20499/statm: 2406260 14045 2251 9 0 2396937 0
[pid=20499/tid=20503] ppid=20493 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/20499/task/20503/stat : 20503 (java) R 20493 20499 20454 0 -1 4202560 2421 0 1 0 623 2 0 0 20 0 19 0 36228207 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855799242432 139855628021881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20505] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20505/stat : 20505 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855760743080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20508] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20508/stat : 20508 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855759690536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20510] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20510/stat : 20510 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855758637992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20512] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20512/stat : 20512 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855757585448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20516] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20516/stat : 20516 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855756531880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20517] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20517/stat : 20517 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855755479336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20518] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20518/stat : 20518 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855754426792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20519] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20519/stat : 20519 (java) S 20493 20499 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36228209 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855753374248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20521] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20521/stat : 20521 (java) S 20493 20499 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855623334504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20524] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20524/stat : 20524 (java) S 20493 20499 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855622280824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20525] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20525/stat : 20525 (java) S 20493 20499 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855621228168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20527] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20527/stat : 20527 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855620176912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20529] ppid=20493 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20499/task/20529/stat : 20529 (java) S 20493 20499 20454 0 -1 4202560 1200 0 0 0 12 0 0 0 20 0 19 0 36228213 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855619123256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20531] ppid=20493 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20499/task/20531/stat : 20531 (java) S 20493 20499 20454 0 -1 4202560 3888 0 0 0 30 0 0 0 20 0 19 0 36228213 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855618070712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20533] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20533/stat : 20533 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855617018360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20535] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20535/stat : 20535 (java) S 20493 20499 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855615966024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20536] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20536/stat : 20536 (java) S 20493 20499 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36228223 9856040960 14045 33554432000 1073741824 1073778376 140735965654368 139855614911784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

/proc/20499/task/20524/stat : 20524 (java) S 20493 20499 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 163522 33554432000 1073741824 1073778376 140735965654368 139855622280824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20525] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20525/stat : 20525 (java) S 20493 20499 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 163522 33554432000 1073741824 1073778376 140735965654368 139855621228168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20527] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20527/stat : 20527 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 163522 33554432000 1073741824 1073778376 140735965654368 139855620176912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20529] ppid=20493 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20499/task/20529/stat : 20529 (java) S 20493 20499 20454 0 -1 4202560 1200 0 0 0 12 0 0 0 20 0 19 0 36228213 9856040960 163522 33554432000 1073741824 1073778376 140735965654368 139855619123256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20531] ppid=20493 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20499/task/20531/stat : 20531 (java) S 20493 20499 20454 0 -1 4202560 3898 0 0 0 33 0 0 0 20 0 19 0 36228213 9856040960 163522 33554432000 1073741824 1073778376 140735965654368 139855618070712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20533] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20533/stat : 20533 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 163522 33554432000 1073741824 1073778376 140735965654368 139855617018360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20535] ppid=20493 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20499/task/20535/stat : 20535 (java) S 20493 20499 20454 0 -1 4202560 96 0 0 0 28 32 0 0 20 0 19 0 36228213 9856040960 163522 33554432000 1073741824 1073778376 140735965654368 139855615966024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20536] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20536/stat : 20536 (java) S 20493 20499 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36228223 9856040960 163522 33554432000 1073741824 1073778376 140735965654368 139855614911784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664.91
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.15 1.84 5/213 20577
/proc/meminfo: memFree=29201856/32872528 swapFree=1286400/1433568
[pid=20499] ppid=20493 vsize=9625040 CPUtime=1724.96 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20493 20499 20454 0 -1 4202496 11336 0 1 0 172405 91 0 0 20 0 19 0 36228206 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 140735965645504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20499/statm: 2406260 163521 2277 9 0 2396937 0
[pid=20499/tid=20503] ppid=20493 vsize=9625040 CPUtime=1721.5 cores=1,3,5,7
/proc/20499/task/20503/stat : 20503 (java) R 20493 20499 20454 0 -1 4202560 2486 0 1 0 172120 30 0 0 20 0 19 0 36228207 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855799242528 139855627971659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20505] ppid=20493 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20499/task/20505/stat : 20505 (java) S 20493 20499 20454 0 -1 4202560 373 0 0 0 20 5 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855760743080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20508] ppid=20493 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20499/task/20508/stat : 20508 (java) S 20493 20499 20454 0 -1 4202560 169 0 0 0 19 6 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855759690536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20510] ppid=20493 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20499/task/20510/stat : 20510 (java) S 20493 20499 20454 0 -1 4202560 314 0 0 0 30 8 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855758637992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20512] ppid=20493 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/20499/task/20512/stat : 20512 (java) S 20493 20499 20454 0 -1 4202560 354 0 0 0 24 8 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855757585448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20516] ppid=20493 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/20499/task/20516/stat : 20516 (java) S 20493 20499 20454 0 -1 4202560 197 0 0 0 23 5 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855756531880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20517] ppid=20493 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20499/task/20517/stat : 20517 (java) S 20493 20499 20454 0 -1 4202560 197 0 0 0 24 10 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855755479336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20518] ppid=20493 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20499/task/20518/stat : 20518 (java) S 20493 20499 20454 0 -1 4202560 317 0 0 0 26 8 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855754426792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20519] ppid=20493 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20499/task/20519/stat : 20519 (java) S 20493 20499 20454 0 -1 4202560 305 0 0 0 23 7 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855753374248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20521] ppid=20493 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20499/task/20521/stat : 20521 (java) S 20493 20499 20454 0 -1 4202560 167 0 0 0 10 2 0 0 20 0 19 0 36228210 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855623334504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20524] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20524/stat : 20524 (java) S 20493 20499 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855622280824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20525] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20525/stat : 20525 (java) S 20493 20499 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855621228168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20527] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20527/stat : 20527 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855620176912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20529] ppid=20493 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20499/task/20529/stat : 20529 (java) S 20493 20499 20454 0 -1 4202560 1200 0 0 0 12 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855619123256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20531] ppid=20493 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20499/task/20531/stat : 20531 (java) S 20493 20499 20454 0 -1 4202560 3898 0 0 0 33 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855618070712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20533] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20533/stat : 20533 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855617018360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20535] ppid=20493 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/20499/task/20535/stat : 20535 (java) S 20493 20499 20454 0 -1 4202560 100 0 0 0 30 33 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855615966024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20536] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20536/stat : 20536 (java) S 20493 20499 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36228223 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855614911784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.96
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.13 1.85 3/213 20644
/proc/meminfo: memFree=29614536/32872528 swapFree=1286400/1433568
[pid=20499] ppid=20493 vsize=9625040 CPUtime=1784.98 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20493 20499 20454 0 -1 4202496 11340 0 1 0 178405 93 0 0 20 0 19 0 36228206 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 140735965645504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20499/statm: 2406260 163521 2277 9 0 2396937 0
[pid=20499/tid=20503] ppid=20493 vsize=9625040 CPUtime=1781.51 cores=1,3,5,7
/proc/20499/task/20503/stat : 20503 (java) R 20493 20499 20454 0 -1 4202560 2486 0 1 0 178120 31 0 0 20 0 19 0 36228207 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855799242528 139855628021456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20505] ppid=20493 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20499/task/20505/stat : 20505 (java) S 20493 20499 20454 0 -1 4202560 373 0 0 0 20 5 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855760743080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20508] ppid=20493 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20499/task/20508/stat : 20508 (java) S 20493 20499 20454 0 -1 4202560 169 0 0 0 19 6 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855759690536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20510] ppid=20493 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20499/task/20510/stat : 20510 (java) S 20493 20499 20454 0 -1 4202560 314 0 0 0 30 8 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855758637992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20512] ppid=20493 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/20499/task/20512/stat : 20512 (java) S 20493 20499 20454 0 -1 4202560 354 0 0 0 24 8 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855757585448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20516] ppid=20493 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/20499/task/20516/stat : 20516 (java) S 20493 20499 20454 0 -1 4202560 197 0 0 0 23 5 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855756531880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20517] ppid=20493 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20499/task/20517/stat : 20517 (java) S 20493 20499 20454 0 -1 4202560 197 0 0 0 24 10 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855755479336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20518] ppid=20493 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20499/task/20518/stat : 20518 (java) S 20493 20499 20454 0 -1 4202560 317 0 0 0 26 8 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855754426792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20519] ppid=20493 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20499/task/20519/stat : 20519 (java) S 20493 20499 20454 0 -1 4202560 305 0 0 0 23 7 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855753374248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20521] ppid=20493 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20499/task/20521/stat : 20521 (java) S 20493 20499 20454 0 -1 4202560 167 0 0 0 10 2 0 0 20 0 19 0 36228210 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855623334504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20524] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20524/stat : 20524 (java) S 20493 20499 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855622280824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20525] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20525/stat : 20525 (java) S 20493 20499 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855621228168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20527] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20527/stat : 20527 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855620176912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20529] ppid=20493 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20499/task/20529/stat : 20529 (java) S 20493 20499 20454 0 -1 4202560 1200 0 0 0 12 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855619123256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20531] ppid=20493 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20499/task/20531/stat : 20531 (java) S 20493 20499 20454 0 -1 4202560 3898 0 0 0 33 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855618070712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20533] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20533/stat : 20533 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855617018360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20535] ppid=20493 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20499/task/20535/stat : 20535 (java) S 20493 20499 20454 0 -1 4202560 104 0 0 0 31 35 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855615966024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20536] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20536/stat : 20536 (java) S 20493 20499 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36228223 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855614911784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.98
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.15 2.14 1.85 6/214 20712
/proc/meminfo: memFree=29664896/32872528 swapFree=1286400/1433568
[pid=20499] ppid=20493 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/20499/stat : 20499 (java) S 20493 20499 20454 0 -1 4202496 11340 0 1 0 179916 93 0 0 20 0 19 0 36228206 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 140735965645504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20499/statm: 2406260 163521 2277 9 0 2396937 0
[pid=20499/tid=20503] ppid=20493 vsize=9625040 CPUtime=1796.61 cores=1,3,5,7
/proc/20499/task/20503/stat : 20503 (java) R 20493 20499 20454 0 -1 4202560 2486 0 1 0 179630 31 0 0 20 0 19 0 36228207 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855799242528 139855627975876 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20505] ppid=20493 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20499/task/20505/stat : 20505 (java) S 20493 20499 20454 0 -1 4202560 373 0 0 0 20 5 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855760743080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20508] ppid=20493 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20499/task/20508/stat : 20508 (java) S 20493 20499 20454 0 -1 4202560 169 0 0 0 19 6 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855759690536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20510] ppid=20493 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20499/task/20510/stat : 20510 (java) S 20493 20499 20454 0 -1 4202560 314 0 0 0 30 8 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855758637992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20512] ppid=20493 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/20499/task/20512/stat : 20512 (java) S 20493 20499 20454 0 -1 4202560 354 0 0 0 24 8 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855757585448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20516] ppid=20493 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/20499/task/20516/stat : 20516 (java) S 20493 20499 20454 0 -1 4202560 197 0 0 0 23 5 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855756531880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20517] ppid=20493 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20499/task/20517/stat : 20517 (java) S 20493 20499 20454 0 -1 4202560 197 0 0 0 24 10 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855755479336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20518] ppid=20493 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20499/task/20518/stat : 20518 (java) S 20493 20499 20454 0 -1 4202560 317 0 0 0 26 8 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855754426792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20519] ppid=20493 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20499/task/20519/stat : 20519 (java) S 20493 20499 20454 0 -1 4202560 305 0 0 0 23 7 0 0 20 0 19 0 36228209 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855753374248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20499/tid=20521] ppid=20493 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20499/task/20521/stat : 20521 (java) S 20493 20499 20454 0 -1 4202560 167 0 0 0 10 2 0 0 20 0 19 0 36228210 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855623334504 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20524] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20524/stat : 20524 (java) S 20493 20499 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855622280824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20525] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20525/stat : 20525 (java) S 20493 20499 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36228210 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855621228168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20527] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20527/stat : 20527 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855620176912 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20529] ppid=20493 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/20499/task/20529/stat : 20529 (java) S 20493 20499 20454 0 -1 4202560 1200 0 0 0 12 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855619123256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20499/tid=20531] ppid=20493 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20499/task/20531/stat : 20531 (java) S 20493 20499 20454 0 -1 4202560 3898 0 0 0 33 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855618070712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20533] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20533/stat : 20533 (java) S 20493 20499 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855617018360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20499/tid=20535] ppid=20493 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20499/task/20535/stat : 20535 (java) S 20493 20499 20454 0 -1 4202560 104 0 0 0 31 35 0 0 20 0 19 0 36228213 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855615966024 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20499/tid=20536] ppid=20493 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20499/task/20536/stat : 20536 (java) S 20493 20499 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36228223 9856040960 163521 33554432000 1073741824 1073778376 140735965654368 139855614911784 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 20499 sig 9
??? kill -20499 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.45
CPU time (s): 1800.65
CPU user time (s): 1799.26
CPU system time (s): 1.39179
CPU usage (%): 100.178
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 1.39179
maximum resident set size= 678864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11392
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38260
involuntary context switches= 4140

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.79451 second user time and 14.2018 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:10:14
IDJOB=4109164
IDBENCH=78685
IDSOLVER=2551
FILE ID=node130/4109164-1466341814
RUNJOBID= node130-1466341814-20471
PBS_JOBID= 19922023
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_15_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109164-1466341814/watcher-4109164-1466341814 -o /tmp/evaluation-result-4109164-1466341814/solver-4109164-1466341814 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109164-1466341814.wbo

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

MD5SUM BENCH= 8841123e57febe545fae4a69b91f873c
RANDOM SEED=1780222370

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30348012 kB
Buffers:           93856 kB
Cached:           256108 kB
SwapCached:         1836 kB
Active:            89448 kB
Inactive:         264204 kB
Active(anon):       3384 kB
Inactive(anon):     2524 kB
Active(file):      86064 kB
Inactive(file):   261680 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:       1436136 kB
Mapped:             6912 kB
Shmem:                 0 kB
Slab:             605876 kB
SReclaimable:      49688 kB
SUnreclaim:       556188 kB
KernelStack:        1344 kB
PageTables:         7224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1531204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-19 15:40:12