Trace number 4117640

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)130 1800.83 1830.14

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_16x16_007.opb.metafix.opb
MD5SUMb810f1c0069c557ad9a19e7420ad98d3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark69.2735
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
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 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4117640-1467214521.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.17	c ... done. Wall clock time 0.059s.
0.11/0.17	c declared #vars     256
0.11/0.17	c #constraints  188
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9
0.11/0.17	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.11/0.17	c org.sat4j.specs.Constr$1 => 7
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 163
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.17	c 188 constraints processed.
0.11/0.17	c objective function length is 256 literals
0.55/0.33	c SATISFIABLE
0.55/0.33	c OPTIMIZING...
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.221
0.55/0.33	o 130
0.99/0.62	c cleaning 2910 clauses out of 5821 with flag 22920/5821
1.53/0.93	c cleaning 4451 clauses out of 8912 with flag 48440/11822
1.93/1.32	c cleaning 5729 clauses out of 11463 with flag 79791/18824
2.34/1.78	c cleaning 6843 clauses out of 13732 with flag 115914/26822
2.96/2.38	c cleaning 7942 clauses out of 15890 with flag 156440/35823
3.66/3.01	c cleaning 8969 clauses out of 17948 with flag 200159/45823
4.36/3.79	c cleaning 9979 clauses out of 19977 with flag 255831/56821
5.26/4.60	c cleaning 10995 clauses out of 21998 with flag 311413/68821
6.16/5.56	c cleaning 11986 clauses out of 24003 with flag 369680/81821
7.36/6.72	c cleaning 13010 clauses out of 26021 with flag 437832/95825
8.46/7.89	c cleaning 13987 clauses out of 28009 with flag 504099/110823
9.95/9.32	c cleaning 15006 clauses out of 30022 with flag 585335/126823
11.35/10.75	c cleaning 16000 clauses out of 32014 with flag 665570/143821
12.87/12.26	c cleaning 17003 clauses out of 34014 with flag 745477/161821
14.66/14.03	c cleaning 18000 clauses out of 36011 with flag 840241/180821
16.56/15.90	c cleaning 18997 clauses out of 38011 with flag 940737/200821
18.86/18.20	c cleaning 20005 clauses out of 40014 with flag 1057603/221821
20.64/20.40	c cleaning 20994 clauses out of 42009 with flag 1187610/243821
23.22/22.74	c cleaning 21999 clauses out of 44017 with flag 1314016/266823
24.57/25.19	c cleaning 23000 clauses out of 46018 with flag 1451556/290823
28.77/28.12	c cleaning 24000 clauses out of 48017 with flag 1586927/315822
31.68/31.04	c cleaning 24992 clauses out of 50017 with flag 1708610/341822
34.56/33.92	c cleaning 25993 clauses out of 52026 with flag 1825425/368823
38.18/37.55	c cleaning 26994 clauses out of 54031 with flag 1980956/396821
39.87/41.13	c cleaning 28007 clauses out of 56038 with flag 2121703/425822
44.83/44.68	c cleaning 29001 clauses out of 58031 with flag 2283078/455822
49.19/48.56	c cleaning 29977 clauses out of 60030 with flag 2451188/486822
52.94/53.94	c cleaning 30990 clauses out of 62053 with flag 2730848/518822
54.67/58.14	c cleaning 32028 clauses out of 64062 with flag 2901658/551821
63.47/62.79	c cleaning 33014 clauses out of 66035 with flag 3091808/585822
68.02/67.35	c cleaning 34002 clauses out of 68021 with flag 3254162/620822
68.07/72.28	c cleaning 35005 clauses out of 70020 with flag 3444473/656823
76.61/77.73	c cleaning 35990 clauses out of 72015 with flag 3674469/693823
84.53/83.87	c cleaning 36996 clauses out of 74024 with flag 3914872/731822
89.59/88.87	c cleaning 38011 clauses out of 76028 with flag 4123928/770822
93.59/94.73	c cleaning 39002 clauses out of 78018 with flag 4312199/810823
101.48/100.83	c cleaning 39973 clauses out of 80014 with flag 4506934/851821
108.46/107.83	c cleaning 41018 clauses out of 82046 with flag 4757787/893826
115.22/114.59	c cleaning 42005 clauses out of 84023 with flag 4957525/936821
122.52/121.89	c cleaning 42991 clauses out of 86018 with flag 5162925/980821
130.11/129.49	c cleaning 44004 clauses out of 88027 with flag 5395658/1025821
133.48/136.67	c cleaning 44995 clauses out of 90023 with flag 5622209/1071821
137.43/146.18	c cleaning 45990 clauses out of 92028 with flag 5946223/1118821
146.93/153.82	c cleaning 47013 clauses out of 94041 with flag 6182388/1166824
154.96/162.24	c cleaning 47994 clauses out of 96025 with flag 6438818/1215821
164.54/170.30	c cleaning 49012 clauses out of 98032 with flag 6684260/1265822
171.04/178.84	c cleaning 49997 clauses out of 100019 with flag 6953831/1316821
179.59/188.25	c cleaning 50995 clauses out of 102022 with flag 7214177/1368821
198.95/198.33	c cleaning 51996 clauses out of 104028 with flag 7476863/1421822
208.65/209.90	c cleaning 52968 clauses out of 106031 with flag 7764430/1475821
224.73/224.17	c cleaning 54023 clauses out of 108065 with flag 8128093/1530823
233.08/265.87	c cleaning 54998 clauses out of 110040 with flag 8525749/1586821
235.26/277.17	c cleaning 56019 clauses out of 112045 with flag 8842593/1643824
250.51/289.61	c cleaning 57003 clauses out of 114025 with flag 9149131/1701823
259.11/305.87	c cleaning 58000 clauses out of 116021 with flag 9543343/1760822
281.23/317.15	c cleaning 59003 clauses out of 118022 with flag 9821808/1820823
299.49/330.15	c cleaning 59977 clauses out of 120017 with flag 10131733/1881821
315.29/345.99	c cleaning 61006 clauses out of 122041 with flag 10521907/1943822
332.09/362.74	c cleaning 62008 clauses out of 124034 with flag 10961212/2006821
347.11/377.74	c cleaning 63007 clauses out of 126026 with flag 11293526/2070821
362.90/393.45	c cleaning 64009 clauses out of 128022 with flag 11619991/2135824
377.99/408.53	c cleaning 65003 clauses out of 130010 with flag 11943730/2201821
392.80/423.39	c cleaning 65994 clauses out of 132008 with flag 12278497/2268822
409.40/440.00	c cleaning 66997 clauses out of 134013 with flag 12621399/2336821
425.20/455.77	c cleaning 68000 clauses out of 136016 with flag 12976814/2405821
443.50/474.03	c cleaning 69005 clauses out of 138019 with flag 13286246/2475824
462.50/493.01	c cleaning 69992 clauses out of 140012 with flag 13705105/2546822
482.81/513.37	c cleaning 71000 clauses out of 142019 with flag 14172557/2618821
502.01/532.56	c cleaning 72004 clauses out of 144020 with flag 14583988/2691822
521.81/552.33	c cleaning 72999 clauses out of 146015 with flag 14957546/2765821
541.91/572.40	c cleaning 73997 clauses out of 148016 with flag 15395480/2840821
563.52/594.01	c cleaning 75005 clauses out of 150019 with flag 15775316/2916821
585.42/616.00	c cleaning 75993 clauses out of 152014 with flag 16183216/2993821
609.43/639.95	c cleaning 77009 clauses out of 154021 with flag 16641456/3071821
631.43/661.97	c cleaning 77994 clauses out of 156015 with flag 17083431/3150824
655.73/686.29	c cleaning 78997 clauses out of 158018 with flag 17475876/3230821
680.75/711.16	c cleaning 80008 clauses out of 160022 with flag 17866313/3311822
704.25/734.69	c cleaning 80996 clauses out of 162013 with flag 18315908/3393821
730.05/760.47	c cleaning 81993 clauses out of 164017 with flag 18740861/3476821
756.45/786.87	c cleaning 83002 clauses out of 166024 with flag 19162874/3560821
784.06/814.43	c cleaning 84007 clauses out of 168022 with flag 19646556/3645821
811.36/841.71	c cleaning 84998 clauses out of 170016 with flag 20088426/3731822
842.58/872.99	c cleaning 85998 clauses out of 172017 with flag 20714247/3818821
879.07/909.46	c cleaning 87003 clauses out of 174020 with flag 21285421/3906822
910.07/940.45	c cleaning 88005 clauses out of 176018 with flag 21730555/3995823
941.38/971.72	c cleaning 89001 clauses out of 178013 with flag 22242611/4085823
973.28/1003.62	c cleaning 89992 clauses out of 180011 with flag 22797581/4176822
1006.79/1037.13	c cleaning 90993 clauses out of 182018 with flag 23254198/4268821
1041.80/1071.99	c cleaning 92013 clauses out of 184025 with flag 23736440/4361821
1075.89/1106.06	c cleaning 92992 clauses out of 186013 with flag 24265738/4455822
1109.21/1139.33	c cleaning 94003 clauses out of 188023 with flag 24838071/4550824
1147.71/1177.88	c cleaning 94985 clauses out of 190022 with flag 25378442/4646826
1184.81/1214.97	c cleaning 96007 clauses out of 192034 with flag 25938689/4743823
1223.72/1253.85	c cleaning 97010 clauses out of 194026 with flag 26465736/4841822
1262.91/1293.05	c cleaning 98000 clauses out of 196015 with flag 27120338/4940821
1317.73/1347.87	c cleaning 98987 clauses out of 198017 with flag 27911281/5040823
1357.32/1387.40	c cleaning 100002 clauses out of 200029 with flag 28450032/5141822
1397.13/1427.25	c cleaning 101000 clauses out of 202026 with flag 28990827/5243821
1440.73/1470.88	c cleaning 102008 clauses out of 204026 with flag 29561386/5346821
1483.03/1513.15	c cleaning 103000 clauses out of 206018 with flag 30157174/5450821
1532.84/1562.99	c cleaning 103994 clauses out of 208018 with flag 31053503/5555821
1575.55/1605.70	c cleaning 105009 clauses out of 210025 with flag 31646879/5661822
1621.34/1651.43	c cleaning 106004 clauses out of 212017 with flag 32216858/5768823
1669.75/1699.85	c cleaning 106994 clauses out of 214012 with flag 32827829/5876822
1718.75/1748.84	c cleaning 107996 clauses out of 216017 with flag 33408164/5985821
1769.95/1800.00	c cleaning 108990 clauses out of 218022 with flag 33975349/6095822
1800.05/1830.10	c starts		: 13262
1800.05/1830.10	c conflicts		: 6171281
1800.05/1830.10	c decisions		: 8699424
1800.05/1830.10	c propagations		: 286953032
1800.05/1830.10	c inspects		: 33187197246
1800.05/1830.10	c shortcuts		: 0
1800.05/1830.10	c learnt literals	: 0
1800.05/1830.10	c learnt binary clauses	: 0
1800.05/1830.10	c learnt ternary clauses	: 0
1800.05/1830.10	c learnt constraints	: 6171281
1800.05/1830.10	c ignored constraints	: 0
1800.05/1830.10	c root simplifications	: 0
1800.05/1830.10	c removed literals (reason simplification)	: 0
1800.05/1830.10	c reason swapping (by a shorter reason)	: 0
1800.05/1830.10	c Calls to reduceDB	: 106
1800.05/1830.10	c Number of update (reduction) of LBD	: 2451992
1800.05/1830.10	c Imported unit clauses	: 0
1800.05/1830.10	c number of reductions to clauses (during analyze)	: 0
1800.05/1830.10	c number of learned constraints concerned by reduction	: 0
1800.05/1830.10	c number of learning phase by resolution	: 0
1800.05/1830.10	c number of learning phase by cutting planes	: 0
1800.05/1830.10	c speed (assignments/second)	: 156810.60027301533
1800.05/1830.10	c non guided choices	0
1800.05/1830.13	c learnt constraints type 
1800.05/1830.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 184492
1800.05/1830.13	s SATISFIABLE
1800.05/1830.13	c Found 1 solution(s)
1800.05/1830.13	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 
1800.05/1830.13	c objective function=130
1800.05/1830.13	c Total wall clock time (in seconds): 1830.027

Verifier Data

OK	130

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-4117640-1467214521/watcher-4117640-1467214521 -o /tmp/evaluation-result-4117640-1467214521/solver-4117640-1467214521 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117640-1467214521.opb 

pid=4964
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.03 2.01 2/194 4967
/proc/meminfo: memFree=30512648/32872528 swapFree=242912/249044
[pid=4967] ppid=4964 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4967/stat : 4967 (java) S 4964 4967 4289 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 2558380 98570240 976 33554432000 1073741824 1073778376 140735144554848 140735144545984 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4967/statm: 24065 976 743 9 0 16771 0
[pid=4967/tid=4968] ppid=4964 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4968/stat : 4968 (java) R 4964 4967 4289 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 2558380 98570240 976 33554432000 1073741824 1073778376 140735144554848 140731861175848 247064249728 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.09 2.03 2.01 2/194 4967
/proc/meminfo: memFree=30512648/32872528 swapFree=242912/249044
[pid=4967] ppid=4964 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/4967/stat : 4967 (java) S 4964 4967 4289 0 -1 4202496 4482 0 1 0 10 1 0 0 20 0 18 0 2558380 9787879424 5609 33554432000 1073741824 1073778376 140735144554848 140735144545984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4967/statm: 2389619 5609 2140 9 0 2380296 0
[pid=4967/tid=4968] ppid=4964 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/4967/task/4968/stat : 4968 (java) R 4964 4967 4289 0 -1 4202560 2440 0 1 0 7 0 0 0 20 0 18 0 2558380 9787879424 5609 33554432000 1073741824 1073778376 140735144554848 140731861179296 140731783008478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 2.09 2.03 2.01 2/194 4967
/proc/meminfo: memFree=30512648/32872528 swapFree=242912/249044
[pid=4967] ppid=4964 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4967/stat : 4967 (java) S 4964 4967 4289 0 -1 4202496 5688 0 1 0 26 1 0 0 20 0 19 0 2558380 9856040960 7505 33554432000 1073741824 1073778376 140735144554848 140735144545984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4967/statm: 2406260 7505 2228 9 0 2396937 0
[pid=4967/tid=4968] ppid=4964 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/4967/task/4968/stat : 4968 (java) R 4964 4967 4289 0 -1 4202560 2471 0 1 0 17 0 0 0 20 0 19 0 2558380 9856040960 7505 33554432000 1073741824 1073778376 140735144554848 140731861181056 140731732724309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300322 s]
/proc/loadavg: 2.09 2.03 2.01 2/194 4967
/proc/meminfo: memFree=30512648/32872528 swapFree=242912/249044
[pid=4967] ppid=4964 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/4967/stat : 4967 (java) S 4964 4967 4289 0 -1 4202496 7332 0 1 0 54 1 0 0 20 0 19 0 2558380 9856040960 8364 33554432000 1073741824 1073778376 140735144554848 140735144545984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4967/statm: 2406260 8364 2244 9 0 2396937 0
[pid=4967/tid=4968] ppid=4964 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4967/task/4968/stat : 4968 (java) R 4964 4967 4289 0 -1 4202560 2473 0 1 0 27 0 0 0 20 0 19 0 2558380 9856040960 8364 33554432000 1073741824 1073778376 140735144554848 140731861180424 140731864466327 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700265 s]
/proc/loadavg: 2.09 2.03 2.01 2/194 4967
/proc/meminfo: memFree=30512648/32872528 swapFree=242912/249044
[pid=4967] ppid=4964 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/4967/stat : 4967 (java) S 4964 4967 4289 0 -1 4202496 16067 0 1 0 120 3 0 0 20 0 19 0 2558380 9856040960 13836 33554432000 1073741824 1073778376 140735144554848 140735144545984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4967/statm: 2406260 13836 2255 9 0 2396937 0
[pid=4967/tid=4968] ppid=4964 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/4967/task/4968/stat : 4968 (java) R 4964 4967 4289 0 -1 4202560 2474 0 1 0 67 0 0 0 20 0 19 0 2558380 9856040960 13836 33554432000 1073741824 1073778376 140735144554848 140731861180424 140731733209541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.09 2.03 2.01 3/213 4986
/proc/meminfo: memFree=30461344/32872528 swapFree=242912/249044
[pid=4967] ppid=4964 vsize=9625040 CPUtime=2.14 cores=0,2,4,6
/proc/4967/stat : 4967 (java) S 4964 4967 4289 0 -1 4202496 16215 0 1 0 211 3 0 0 20 0 19 0 2558380 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140735144545984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4967/statm: 2406260 15005 2257 9 0 2396937 0
[pid=4967/tid=4968] ppid=4964 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/4967/task/4968/stat : 4968 (java) R 4964 4967 4289 0 -1 4202560 2478 0 1 0 148 0 0 0 20 0 19 0 2558380 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731861180952 140731733210068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4970] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731705063592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4971] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731704011048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4972] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731702958504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4967/tid=4973] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4973/stat : 4973 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731701905960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4974] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4974/stat : 4974 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731700853416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4975] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4975/stat : 4975 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731699800872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4976] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4976/stat : 4976 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731698748328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4977] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4977/stat : 4977 (java) S 4964 4967 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731697695784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4978] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4978/stat : 4978 (java) S 4964 4967 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731685283944 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4979] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4979/stat : 4979 (java) S 4964 4967 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731684230264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4980] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4980/stat : 4980 (java) S 4964 4967 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731683177608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4981] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4981/stat : 4981 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731682126352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4982] ppid=4964 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/4967/task/4982/stat : 4982 (java) S 4964 4967 4289 0 -1 4202560 8237 0 0 0 33 2 0 0 20 0 19 0 2558385 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731681073720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4983] ppid=4964 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/4967/task/4983/stat : 4983 (java) S 4964 4967 4289 0 -1 4202560 4229 0 0 0 27 1 0 0 20 0 19 0 2558385 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731680021176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4984] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4984/stat : 4984 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731678968824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4985] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4985/stat : 4985 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731677916488 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4986] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4986/stat : 4986 (java) S 4964 4967 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2558397 9856040960 15005 33554432000 1073741824 1073778376 140735144554848 140731676861224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.16 2.05 2.01 3/213 4986
/proc/meminfo: memFree=30454712/32872528 swapFree=242912/249044
[pid=4967] ppid=4964 vsize=9625040 CPUtime=3.76 cores=0,2,4,6
/proc/4967/stat : 4967 (java) S 4964 4967 4289 0 -1 4202496 16223 0 1 0 373 3 0 0 20 0 19 0 2558380 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140735144545984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4967/statm: 2406260 16545 2257 9 0 2396937 0
[pid=4967/tid=4968] ppid=4964 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/4967/task/4968/stat : 4968 (java) R 4964 4967 4289 0 -1 4202560 2482 0 1 0 307 1 0 0 20 0 19 0 2558380 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731861180808 140731732907448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4970] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731705063592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4971] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731704011048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4972] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731702958504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4967/tid=4973] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4973/stat : 4973 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731701905960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4974] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4974/stat : 4974 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731700853416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4975] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4975/stat : 4975 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731699800872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4976] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4976/stat : 4976 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731698748328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4977] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4977/stat : 4977 (java) S 4964 4967 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731697695784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4978] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4978/stat : 4978 (java) S 4964 4967 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731685283944 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4979] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4979/stat : 4979 (java) S 4964 4967 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731684230264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4980] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4980/stat : 4980 (java) S 4964 4967 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731683177608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4981] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4981/stat : 4981 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731682126352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4982] ppid=4964 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/4967/task/4982/stat : 4982 (java) S 4964 4967 4289 0 -1 4202560 8241 0 0 0 35 2 0 0 20 0 19 0 2558385 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731681073720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4983] ppid=4964 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/4967/task/4983/stat : 4983 (java) S 4964 4967 4289 0 -1 4202560 4229 0 0 0 27 1 0 0 20 0 19 0 2558385 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731680021176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4984] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4984/stat : 4984 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731678968824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4985] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4985/stat : 4985 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731677916488 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4986] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4986/stat : 4986 (java) S 4964 4967 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2558397 9856040960 16545 33554432000 1073741824 1073778376 140735144554848 140731676861224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.16 2.05 2.01 3/213 4986
/proc/meminfo: memFree=30437304/32872528 swapFree=242912/249044
[pid=4967] ppid=4964 vsize=9625040 CPUtime=6.96 cores=0,2,4,6
/proc/4967/stat : 4967 (java) S 4964 4967 4289 0 -1 4202496 16231 0 1 0 693 3 0 0 20 0 19 0 2558380 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140735144545984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4967/statm: 2406260 19143 2258 9 0 2396937 0
[pid=4967/tid=4968] ppid=4964 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/4967/task/4968/stat : 4968 (java) R 4964 4967 4289 0 -1 4202560 2489 0 1 0 626 2 0 0 20 0 19 0 2558380 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731861171904 140731733112753 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4970] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731705063592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4971] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731704011048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4972] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731702958504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4967/tid=4973] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4973/stat : 4973 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731701905960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4974] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4974/stat : 4974 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731700853416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4975] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4975/stat : 4975 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731699800872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4976] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4976/stat : 4976 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731698748328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4977] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4977/stat : 4977 (java) S 4964 4967 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2558381 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731697695784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4978] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4978/stat : 4978 (java) S 4964 4967 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731685283944 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4979] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4979/stat : 4979 (java) S 4964 4967 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731684230264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4980] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4980/stat : 4980 (java) S 4964 4967 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731683177608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4981] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4981/stat : 4981 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731682126352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4982] ppid=4964 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/4967/task/4982/stat : 4982 (java) S 4964 4967 4289 0 -1 4202560 8241 0 0 0 35 2 0 0 20 0 19 0 2558385 9856040960 19143 33554432000 1073741824 1073778376 140735144554848 140731681073720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4983] ppid=4964 vsize=9625040 CPUtime=0.28 cores=0,2,4,6

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

[pid=4967/tid=4979] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4979/stat : 4979 (java) S 4964 4967 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 128759 33554432000 1073741824 1073778376 140735144554848 140731684230264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4980] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4980/stat : 4980 (java) S 4964 4967 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 128759 33554432000 1073741824 1073778376 140735144554848 140731683177608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4981] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4981/stat : 4981 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 128759 33554432000 1073741824 1073778376 140735144554848 140731682126352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4982] ppid=4964 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/4967/task/4982/stat : 4982 (java) S 4964 4967 4289 0 -1 4202560 8267 0 0 0 38 2 0 0 20 0 19 0 2558385 9856040960 128759 33554432000 1073741824 1073778376 140735144554848 140731681073720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4983] ppid=4964 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/4967/task/4983/stat : 4983 (java) S 4964 4967 4289 0 -1 4202560 4229 0 0 0 27 1 0 0 20 0 19 0 2558385 9856040960 128759 33554432000 1073741824 1073778376 140735144554848 140731680021176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4984] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4984/stat : 4984 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 128759 33554432000 1073741824 1073778376 140735144554848 140731678968824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4985] ppid=4964 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/4967/task/4985/stat : 4985 (java) S 4964 4967 4289 0 -1 4202560 94 0 0 0 27 25 0 0 20 0 19 0 2558385 9856040960 128759 33554432000 1073741824 1073778376 140735144554848 140731677916488 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4986] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4986/stat : 4986 (java) S 4964 4967 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2558397 9856040960 128759 33554432000 1073741824 1073778376 140735144554848 140731676861224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1632.24
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.10 2.10 2.09 3/213 5052
/proc/meminfo: memFree=29807936/32872528 swapFree=242912/249044
[pid=4967] ppid=4964 vsize=9625040 CPUtime=1692.25 cores=0,2,4,6
/proc/4967/stat : 4967 (java) S 4964 4967 4289 0 -1 4202496 17557 0 1 0 169175 50 0 0 20 0 19 0 2558380 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140735144545984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4967/statm: 2406260 136439 2272 9 0 2396937 0
[pid=4967/tid=4968] ppid=4964 vsize=9625040 CPUtime=1690.68 cores=0,2,4,6
/proc/4967/task/4968/stat : 4968 (java) R 4964 4967 4289 0 -1 4202560 2622 0 1 0 169035 33 0 0 20 0 19 0 2558380 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731861171904 140731733210015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4970] ppid=4964 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (java) S 4964 4967 4289 0 -1 4202560 51 0 0 0 5 3 0 0 20 0 19 0 2558381 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731705063592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4967/tid=4971] ppid=4964 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (java) S 4964 4967 4289 0 -1 4202560 129 0 0 0 6 3 0 0 20 0 19 0 2558381 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731704011048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4972] ppid=4964 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (java) S 4964 4967 4289 0 -1 4202560 174 0 0 0 9 3 0 0 20 0 19 0 2558381 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731702958504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4973] ppid=4964 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/4967/task/4973/stat : 4973 (java) S 4964 4967 4289 0 -1 4202560 77 0 0 0 7 3 0 0 20 0 19 0 2558381 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731701905960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4967/tid=4974] ppid=4964 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4967/task/4974/stat : 4974 (java) S 4964 4967 4289 0 -1 4202560 50 0 0 0 4 3 0 0 20 0 19 0 2558381 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731700853416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4975] ppid=4964 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4967/task/4975/stat : 4975 (java) S 4964 4967 4289 0 -1 4202560 133 0 0 0 5 2 0 0 20 0 19 0 2558381 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731699800872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4976] ppid=4964 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/4967/task/4976/stat : 4976 (java) S 4964 4967 4289 0 -1 4202560 59 0 0 0 7 3 0 0 20 0 19 0 2558381 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731698748328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4977] ppid=4964 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4967/task/4977/stat : 4977 (java) S 4964 4967 4289 0 -1 4202560 147 0 0 0 4 2 0 0 20 0 19 0 2558381 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731697695784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4978] ppid=4964 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4967/task/4978/stat : 4978 (java) S 4964 4967 4289 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 19 0 2558382 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731685283944 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4979] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4979/stat : 4979 (java) S 4964 4967 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731684230264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4980] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4980/stat : 4980 (java) S 4964 4967 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731683177608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4981] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4981/stat : 4981 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731682126352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4982] ppid=4964 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/4967/task/4982/stat : 4982 (java) S 4964 4967 4289 0 -1 4202560 8267 0 0 0 38 2 0 0 20 0 19 0 2558385 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731681073720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4983] ppid=4964 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/4967/task/4983/stat : 4983 (java) S 4964 4967 4289 0 -1 4202560 4229 0 0 0 27 1 0 0 20 0 19 0 2558385 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731680021176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4984] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4984/stat : 4984 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731678968824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4985] ppid=4964 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/4967/task/4985/stat : 4985 (java) S 4964 4967 4289 0 -1 4202560 98 0 0 0 28 26 0 0 20 0 19 0 2558385 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731677916488 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4986] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4986/stat : 4986 (java) S 4964 4967 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2558397 9856040960 136439 33554432000 1073741824 1073778376 140735144554848 140731676861224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1692.25
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.10 2.09 3/213 5053
/proc/meminfo: memFree=29772964/32872528 swapFree=242912/249044
[pid=4967] ppid=4964 vsize=9625040 CPUtime=1752.25 cores=0,2,4,6
/proc/4967/stat : 4967 (java) S 4964 4967 4289 0 -1 4202496 17577 0 1 0 175173 52 0 0 20 0 19 0 2558380 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140735144545984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4967/statm: 2406260 144631 2272 9 0 2396937 0
[pid=4967/tid=4968] ppid=4964 vsize=9625040 CPUtime=1750.68 cores=0,2,4,6
/proc/4967/task/4968/stat : 4968 (java) R 4964 4967 4289 0 -1 4202560 2638 0 1 0 175033 35 0 0 20 0 19 0 2558380 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731861171904 140731733210015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4970] ppid=4964 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (java) S 4964 4967 4289 0 -1 4202560 51 0 0 0 5 3 0 0 20 0 19 0 2558381 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731705063592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4967/tid=4971] ppid=4964 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (java) S 4964 4967 4289 0 -1 4202560 129 0 0 0 6 3 0 0 20 0 19 0 2558381 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731704011048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4972] ppid=4964 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (java) S 4964 4967 4289 0 -1 4202560 174 0 0 0 9 3 0 0 20 0 19 0 2558381 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731702958504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4973] ppid=4964 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/4967/task/4973/stat : 4973 (java) S 4964 4967 4289 0 -1 4202560 77 0 0 0 7 3 0 0 20 0 19 0 2558381 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731701905960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4967/tid=4974] ppid=4964 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4967/task/4974/stat : 4974 (java) S 4964 4967 4289 0 -1 4202560 50 0 0 0 4 3 0 0 20 0 19 0 2558381 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731700853416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4975] ppid=4964 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4967/task/4975/stat : 4975 (java) S 4964 4967 4289 0 -1 4202560 133 0 0 0 5 2 0 0 20 0 19 0 2558381 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731699800872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4976] ppid=4964 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/4967/task/4976/stat : 4976 (java) S 4964 4967 4289 0 -1 4202560 59 0 0 0 7 3 0 0 20 0 19 0 2558381 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731698748328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4977] ppid=4964 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4967/task/4977/stat : 4977 (java) S 4964 4967 4289 0 -1 4202560 147 0 0 0 4 2 0 0 20 0 19 0 2558381 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731697695784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4978] ppid=4964 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4967/task/4978/stat : 4978 (java) S 4964 4967 4289 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 19 0 2558382 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731685283944 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4979] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4979/stat : 4979 (java) S 4964 4967 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731684230264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4980] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4980/stat : 4980 (java) S 4964 4967 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731683177608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4981] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4981/stat : 4981 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731682126352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4982] ppid=4964 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/4967/task/4982/stat : 4982 (java) S 4964 4967 4289 0 -1 4202560 8267 0 0 0 38 2 0 0 20 0 19 0 2558385 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731681073720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4983] ppid=4964 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/4967/task/4983/stat : 4983 (java) S 4964 4967 4289 0 -1 4202560 4229 0 0 0 27 1 0 0 20 0 19 0 2558385 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731680021176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4984] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4984/stat : 4984 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731678968824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4985] ppid=4964 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/4967/task/4985/stat : 4985 (java) S 4964 4967 4289 0 -1 4202560 102 0 0 0 30 27 0 0 20 0 19 0 2558385 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731677916488 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4986] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4986/stat : 4986 (java) S 4964 4967 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2558397 9856040960 144631 33554432000 1073741824 1073778376 140735144554848 140731676861224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1752.25
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1830.1 s]
/proc/loadavg: 2.12 2.11 2.09 3/212 5118
/proc/meminfo: memFree=29839032/32872528 swapFree=242912/249044
[pid=4967] ppid=4964 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/4967/stat : 4967 (java) S 4964 4967 4289 0 -1 4202496 17590 0 1 0 179952 53 0 0 20 0 19 0 2558380 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140735144545984 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4967/statm: 2406260 150263 2272 9 0 2396937 0
[pid=4967/tid=4968] ppid=4964 vsize=9625040 CPUtime=1798.48 cores=0,2,4,6
/proc/4967/task/4968/stat : 4968 (java) R 4964 4967 4289 0 -1 4202560 2649 0 1 0 179811 37 0 0 20 0 19 0 2558380 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731861171904 140731733210015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4970] ppid=4964 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/4967/task/4970/stat : 4970 (java) S 4964 4967 4289 0 -1 4202560 51 0 0 0 5 3 0 0 20 0 19 0 2558381 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731705063592 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4967/tid=4971] ppid=4964 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/4967/task/4971/stat : 4971 (java) S 4964 4967 4289 0 -1 4202560 129 0 0 0 6 3 0 0 20 0 19 0 2558381 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731704011048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4972] ppid=4964 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/4967/task/4972/stat : 4972 (java) S 4964 4967 4289 0 -1 4202560 174 0 0 0 9 3 0 0 20 0 19 0 2558381 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731702958504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4973] ppid=4964 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/4967/task/4973/stat : 4973 (java) S 4964 4967 4289 0 -1 4202560 77 0 0 0 7 3 0 0 20 0 19 0 2558381 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731701905960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4967/tid=4974] ppid=4964 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4967/task/4974/stat : 4974 (java) S 4964 4967 4289 0 -1 4202560 50 0 0 0 4 3 0 0 20 0 19 0 2558381 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731700853416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4975] ppid=4964 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4967/task/4975/stat : 4975 (java) S 4964 4967 4289 0 -1 4202560 133 0 0 0 5 2 0 0 20 0 19 0 2558381 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731699800872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4976] ppid=4964 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/4967/task/4976/stat : 4976 (java) S 4964 4967 4289 0 -1 4202560 59 0 0 0 7 3 0 0 20 0 19 0 2558381 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731698748328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4977] ppid=4964 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4967/task/4977/stat : 4977 (java) S 4964 4967 4289 0 -1 4202560 147 0 0 0 4 2 0 0 20 0 19 0 2558381 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731697695784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4978] ppid=4964 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4967/task/4978/stat : 4978 (java) S 4964 4967 4289 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 19 0 2558382 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731685283944 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4967/tid=4979] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4979/stat : 4979 (java) S 4964 4967 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731684230264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4980] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4980/stat : 4980 (java) S 4964 4967 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2558382 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731683177608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4981] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4981/stat : 4981 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731682126352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4982] ppid=4964 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/4967/task/4982/stat : 4982 (java) S 4964 4967 4289 0 -1 4202560 8267 0 0 0 38 2 0 0 20 0 19 0 2558385 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731681073720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4983] ppid=4964 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/4967/task/4983/stat : 4983 (java) S 4964 4967 4289 0 -1 4202560 4229 0 0 0 27 1 0 0 20 0 19 0 2558385 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731680021176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4984] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4984/stat : 4984 (java) S 4964 4967 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2558385 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731678968824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4967/tid=4985] ppid=4964 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/4967/task/4985/stat : 4985 (java) S 4964 4967 4289 0 -1 4202560 104 0 0 0 30 29 0 0 20 0 19 0 2558385 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731677916488 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4967/tid=4986] ppid=4964 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4967/task/4986/stat : 4986 (java) S 4964 4967 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2558397 9856040960 150263 33554432000 1073741824 1073778376 140735144554848 140731676861224 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 4967 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1830.14
CPU time (s): 1800.83
CPU user time (s): 1799.76
CPU system time (s): 1.07084
CPU usage (%): 98.3982
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 1.07084
maximum resident set size= 607376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17644
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32827
involuntary context switches= 4202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2124 second user time and 10.0855 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-29 17:35:21
IDJOB=4117640
IDBENCH=111597
IDSOLVER=2546
FILE ID=node103/4117640-1467214521
RUNJOBID= node103-1467209106-4305
PBS_JOBID= 19997590
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_16x16_007.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117640-1467214521/watcher-4117640-1467214521 -o /tmp/evaluation-result-4117640-1467214521/solver-4117640-1467214521 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4305 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117640-1467214521.opb

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

MD5SUM BENCH= b810f1c0069c557ad9a19e7420ad98d3
RANDOM SEED=172145737

node103.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.456
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.91
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.456
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.456
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.54
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.456
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.456
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.456
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.456
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.456
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30512920 kB
Buffers:           88636 kB
Cached:          1217924 kB
SwapCached:            0 kB
Active:           949656 kB
Inactive:         409916 kB
Active(anon):      55840 kB
Inactive(anon):        0 kB
Active(file):     893816 kB
Inactive(file):   409916 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1748 kB
Writeback:             0 kB
AnonPages:        312324 kB
Mapped:            22180 kB
Shmem:               204 kB
Slab:             602856 kB
SReclaimable:      46816 kB
SUnreclaim:       556040 kB
KernelStack:        1640 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     947496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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= 71712 MiB
End job on node103 at 2016-06-29 18:05:51