Trace number 4089362

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 PB16? (TO) 1800.62 1796.24

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x17-hard.opb
MD5SUM22fd08957be37e2925ef099a727a323f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables102
Total number of constraints205
Number of constraints which are clauses204
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint102
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 53
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 155
Number of bits of the biggest sum of numbers8
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089362-1466024190.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.028s.
0.11/0.13	c declared #vars     102
0.11/0.13	c #constraints  205
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 204
0.11/0.13	c 205 constraints processed.
0.50/0.38	c cleaning 2500 clauses out of 5000 with flag 10427/5000
0.81/0.56	c cleaning 4251 clauses out of 8501 with flag 22885/11001
1.02/0.75	c cleaning 5626 clauses out of 11251 with flag 37466/18002
1.34/1.02	c cleaning 6812 clauses out of 13624 with flag 54105/26001
1.66/1.32	c cleaning 7906 clauses out of 15812 with flag 72853/35001
1.96/1.65	c cleaning 8952 clauses out of 17906 with flag 93611/45001
2.36/2.02	c cleaning 9977 clauses out of 19954 with flag 116422/56001
2.84/2.45	c cleaning 10983 clauses out of 21976 with flag 141758/68000
3.45/3.06	c cleaning 11996 clauses out of 23994 with flag 171132/81001
4.06/3.68	c cleaning 12998 clauses out of 25998 with flag 201639/95001
4.66/4.26	c cleaning 13998 clauses out of 27999 with flag 233393/110000
5.36/4.99	c cleaning 14998 clauses out of 30001 with flag 267146/126000
6.26/5.84	c cleaning 16001 clauses out of 32005 with flag 302839/143002
7.16/6.77	c cleaning 17002 clauses out of 34004 with flag 341351/161002
8.26/7.84	c cleaning 18000 clauses out of 36002 with flag 380904/180002
9.37/8.98	c cleaning 18998 clauses out of 38001 with flag 422551/200001
10.66/10.23	c cleaning 19999 clauses out of 40002 with flag 466192/221000
11.86/11.48	c cleaning 21001 clauses out of 42004 with flag 511921/243001
13.26/12.86	c cleaning 21999 clauses out of 44002 with flag 560217/266000
14.66/14.22	c cleaning 23000 clauses out of 46003 with flag 610726/290000
16.36/15.91	c cleaning 23996 clauses out of 48003 with flag 662817/315000
17.87/17.43	c cleaning 25002 clauses out of 50008 with flag 716745/341001
19.56/19.16	c cleaning 26000 clauses out of 52006 with flag 772852/368001
21.47/21.03	c cleaning 27000 clauses out of 54006 with flag 831126/396001
23.36/22.93	c cleaning 28001 clauses out of 56006 with flag 891656/425001
25.36/24.93	c cleaning 29000 clauses out of 58005 with flag 954238/455001
27.42/27.00	c cleaning 30004 clauses out of 60007 with flag 1018912/486003
29.72/29.20	c cleaning 30997 clauses out of 62000 with flag 1085742/518000
31.72/31.25	c cleaning 31999 clauses out of 64003 with flag 1154382/551000
34.32/33.87	c cleaning 33001 clauses out of 66004 with flag 1225234/585000
36.83/36.32	c cleaning 34002 clauses out of 68003 with flag 1298128/620000
39.52/39.08	c cleaning 35001 clauses out of 70002 with flag 1372781/656001
42.12/41.65	c cleaning 35997 clauses out of 72000 with flag 1449563/693000
45.02/44.56	c cleaning 37000 clauses out of 74003 with flag 1529228/731000
48.42/47.95	c cleaning 37999 clauses out of 76004 with flag 1610999/770001
51.32/50.83	c cleaning 39002 clauses out of 78005 with flag 1696345/810001
54.32/53.83	c cleaning 39998 clauses out of 80003 with flag 1783149/851001
57.73/57.25	c cleaning 41001 clauses out of 82006 with flag 1873045/893002
61.42/60.95	c cleaning 41997 clauses out of 84003 with flag 1966843/936000
64.82/64.36	c cleaning 43000 clauses out of 86007 with flag 2060786/980001
69.60/69.00	c cleaning 44003 clauses out of 88007 with flag 2160029/1025001
73.40/72.87	c cleaning 45000 clauses out of 90003 with flag 2256344/1071000
77.70/77.17	c cleaning 45997 clauses out of 92003 with flag 2356786/1118000
82.20/81.60	c cleaning 46998 clauses out of 94006 with flag 2458970/1166000
87.20/86.60	c cleaning 48000 clauses out of 96009 with flag 2561789/1215001
92.10/91.58	c cleaning 49003 clauses out of 98008 with flag 2666557/1265000
97.00/96.48	c cleaning 49999 clauses out of 100005 with flag 2773154/1316000
102.70/102.12	c cleaning 50998 clauses out of 102006 with flag 2882195/1368000
108.90/108.38	c cleaning 52001 clauses out of 104008 with flag 2993951/1421000
114.60/114.05	c cleaning 53003 clauses out of 106007 with flag 3108791/1475000
121.34/120.72	c cleaning 54003 clauses out of 108008 with flag 3224709/1530004
128.14/127.58	c cleaning 54997 clauses out of 110001 with flag 3343059/1586000
135.24/134.69	c cleaning 55995 clauses out of 112004 with flag 3462314/1643000
142.35/141.76	c cleaning 56999 clauses out of 114010 with flag 3583036/1701001
149.25/148.66	c cleaning 58002 clauses out of 116010 with flag 3705616/1760000
156.05/155.49	c cleaning 59000 clauses out of 118008 with flag 3830442/1820000
162.65/162.06	c cleaning 60000 clauses out of 120008 with flag 3957497/1881000
169.66/169.04	c cleaning 61002 clauses out of 122010 with flag 4086568/1943002
176.59/175.84	c cleaning 62002 clauses out of 124008 with flag 4217805/2006002
183.09/182.33	c cleaning 62998 clauses out of 126004 with flag 4351061/2070000
189.29/188.54	c cleaning 63999 clauses out of 128006 with flag 4486608/2135000
196.19/195.44	c cleaning 65004 clauses out of 130009 with flag 4624230/2201002
202.90/202.14	c cleaning 65998 clauses out of 132004 with flag 4763764/2268001
211.80/211.10	c cleaning 66999 clauses out of 134005 with flag 4905557/2336000
220.42/219.66	c cleaning 67998 clauses out of 136007 with flag 5049656/2405001
229.22/228.41	c cleaning 69003 clauses out of 138009 with flag 5196346/2475001
238.16/237.20	c cleaning 70002 clauses out of 140006 with flag 5346340/2546001
246.86/245.99	c cleaning 70999 clauses out of 142003 with flag 5496782/2618000
255.56/254.61	c cleaning 72000 clauses out of 144004 with flag 5648795/2691000
265.56/264.67	c cleaning 72999 clauses out of 146005 with flag 5802864/2765001
275.87/274.98	c cleaning 74002 clauses out of 148005 with flag 5959197/2840000
286.47/285.57	c cleaning 74996 clauses out of 150003 with flag 6117564/2916000
298.57/297.67	c cleaning 76003 clauses out of 152010 with flag 6278002/2993003
309.88/308.82	c cleaning 77002 clauses out of 154005 with flag 6440896/3071001
319.39/318.38	c cleaning 77997 clauses out of 156003 with flag 6606577/3150001
329.59/328.57	c cleaning 78999 clauses out of 158005 with flag 6773588/3230000
339.79/338.80	c cleaning 80002 clauses out of 160007 with flag 6942305/3311001
351.69/350.62	c cleaning 80998 clauses out of 162004 with flag 7113223/3393000
366.20/365.13	c cleaning 82000 clauses out of 164007 with flag 7287253/3476001
382.62/381.45	c cleaning 83002 clauses out of 166007 with flag 7463764/3560001
396.51/395.32	c cleaning 83993 clauses out of 168004 with flag 7658167/3645000
410.02/408.82	c cleaning 85001 clauses out of 170014 with flag 7855459/3731003
420.82/419.61	c cleaning 86000 clauses out of 172010 with flag 8047584/3818000
433.12/431.93	c cleaning 86997 clauses out of 174010 with flag 8238365/3906000
447.30/445.91	c cleaning 88002 clauses out of 176013 with flag 8427615/3995000
457.40/456.02	c cleaning 89003 clauses out of 178014 with flag 8617605/4085003
467.39/466.09	c cleaning 90000 clauses out of 180009 with flag 8810766/4176001
479.31/477.91	c cleaning 90998 clauses out of 182008 with flag 9005713/4268000
493.59/492.00	c cleaning 92003 clauses out of 184011 with flag 9201550/4361001
509.09/507.57	c cleaning 93002 clauses out of 186009 with flag 9399077/4455002
527.50/525.91	c cleaning 94000 clauses out of 188007 with flag 9596939/4550002
543.19/541.65	c cleaning 95001 clauses out of 190006 with flag 9797341/4646001
562.10/560.57	c cleaning 95997 clauses out of 192006 with flag 10000350/4743002
582.27/580.54	c cleaning 96999 clauses out of 194007 with flag 10205521/4841000
604.48/602.71	c cleaning 98000 clauses out of 196008 with flag 10411013/4940000
624.50/622.72	c cleaning 99000 clauses out of 198008 with flag 10619563/5040000
644.79/642.82	c cleaning 99998 clauses out of 200008 with flag 10828195/5141000
668.29/666.39	c cleaning 101000 clauses out of 202010 with flag 11039623/5243000
695.09/693.14	c cleaning 102003 clauses out of 204011 with flag 11253380/5346001
720.08/718.11	c cleaning 103002 clauses out of 206007 with flag 11469109/5450000
745.45/743.38	c cleaning 104000 clauses out of 208005 with flag 11686701/5555000
769.56/767.41	c cleaning 105000 clauses out of 210005 with flag 11909828/5661000
794.76/792.67	c cleaning 106000 clauses out of 212007 with flag 12133714/5768002
818.50/816.21	c cleaning 106999 clauses out of 214005 with flag 12360889/5876000
843.30/841.03	c cleaning 108000 clauses out of 216007 with flag 12587430/5985001
870.41/868.14	c cleaning 108999 clauses out of 218006 with flag 12815640/6095000
895.32/892.96	c cleaning 109998 clauses out of 220007 with flag 13046380/6206000
925.53/923.19	c cleaning 111000 clauses out of 222009 with flag 13283573/6318000
959.34/956.91	c cleaning 112003 clauses out of 224009 with flag 13520550/6431000
987.44/985.03	c cleaning 113004 clauses out of 226007 with flag 13760831/6545001
1013.16/1010.63	c cleaning 114001 clauses out of 228004 with flag 14003271/6660002
1041.36/1038.86	c cleaning 114999 clauses out of 230002 with flag 14243900/6776001
1069.67/1067.12	c cleaning 116002 clauses out of 232004 with flag 14486488/6893002
1097.88/1095.29	c cleaning 116997 clauses out of 234002 with flag 14731154/7011002
1126.59/1123.99	c cleaning 118000 clauses out of 236005 with flag 14977663/7130002
1159.48/1156.60	c cleaning 119002 clauses out of 238005 with flag 15226321/7250002
1185.28/1182.40	c cleaning 120000 clauses out of 240003 with flag 15477273/7371002
1212.09/1209.20	c cleaning 120998 clauses out of 242001 with flag 15730130/7493000
1243.72/1240.76	c cleaning 121995 clauses out of 244003 with flag 15986541/7616000
1282.04/1279.03	c cleaning 123002 clauses out of 246009 with flag 16247114/7740001
1323.14/1320.18	c cleaning 124001 clauses out of 248006 with flag 16510148/7865000
1354.05/1350.94	c cleaning 124997 clauses out of 250005 with flag 16779128/7991000
1379.95/1376.81	c cleaning 126001 clauses out of 252009 with flag 17043703/8118001
1409.64/1406.45	c cleaning 127000 clauses out of 254008 with flag 17310886/8246001
1441.65/1438.49	c cleaning 127996 clauses out of 256008 with flag 17585920/8375001
1466.75/1463.57	c cleaning 129002 clauses out of 258011 with flag 17856655/8505000
1489.24/1485.98	c cleaning 130004 clauses out of 260011 with flag 18129742/8636002
1515.85/1512.52	c cleaning 130997 clauses out of 262005 with flag 18404931/8768000
1553.52/1550.17	c cleaning 132001 clauses out of 264010 with flag 18683219/8901002
1589.13/1585.78	c cleaning 133001 clauses out of 266007 with flag 18962207/9035000
1620.97/1617.48	c cleaning 133999 clauses out of 268006 with flag 19242823/9170000
1652.78/1649.27	c cleaning 135002 clauses out of 270007 with flag 19525897/9306000
1684.24/1680.57	c cleaning 136001 clauses out of 272006 with flag 19817142/9443001
1719.44/1715.73	c cleaning 137001 clauses out of 274004 with flag 20112868/9581000
1752.57/1748.78	c cleaning 137998 clauses out of 276003 with flag 20405879/9720000
1785.99/1782.18	c cleaning 138997 clauses out of 278005 with flag 20696354/9860000
1800.09/1796.20	c timeout
1800.09/1796.20	c starts		: 6529
1800.09/1796.20	c conflicts		: 9928649
1800.09/1796.20	c decisions		: 10596874
1800.09/1796.20	c propagations		: 50425471
1800.09/1796.20	c inspects		: 26814984490
1800.09/1796.20	c shortcuts		: 0
1800.09/1796.20	c learnt literals	: 0
1800.09/1796.20	c learnt binary clauses	: 0
1800.09/1796.20	c learnt ternary clauses	: 0
1800.09/1796.20	c learnt constraints	: 9928649
1800.09/1796.20	c ignored constraints	: 0
1800.09/1796.20	c root simplifications	: 0
1800.09/1796.20	c removed literals (reason simplification)	: 0
1800.09/1796.20	c reason swapping (by a shorter reason)	: 0
1800.09/1796.20	c Calls to reduceDB	: 136
1800.09/1796.20	c Number of update (reduction) of LBD	: 301853
1800.09/1796.20	c Imported unit clauses	: 0
1800.09/1796.20	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.20	c number of learned constraints concerned by reduction	: 0
1800.09/1796.20	c number of learning phase by resolution	: 0
1800.09/1796.20	c number of learning phase by cutting planes	: 0
1800.09/1796.20	c speed (assignments/second)	: 28075.417355206253
1800.09/1796.20	c non guided choices	47
1800.09/1796.23	c learnt constraints type 
1800.09/1796.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 207657
1800.09/1796.23	s UNKNOWN
1800.09/1796.23	c Total wall clock time (in seconds): 1796.133

Verifier Data

ERROR: no interpretation found !

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-4089362-1466024190/watcher-4089362-1466024190 -o /tmp/evaluation-result-4089362-1466024190/solver-4089362-1466024190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089362-1466024190.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.14 2.16 3/194 9290
/proc/meminfo: memFree=30213376/32872528 swapFree=1243664/1390832
[pid=9290] ppid=9287 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9290/stat : 9290 (java) S 9287 9290 5929 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 4467652 98570240 978 33554432000 1073741824 1073778376 140737205629360 140737205620496 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9290/statm: 24065 978 744 9 0 16771 0
[pid=9290/tid=9291] ppid=9287 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9291/stat : 9291 (java) R 9287 9290 5929 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 2 0 4467653 98582528 983 33554432000 1073741824 1073778376 140737205629360 140726993468968 272886482333 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.13 2.14 2.16 3/194 9290
/proc/meminfo: memFree=30213376/32872528 swapFree=1243664/1390832
[pid=9290] ppid=9287 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9290/stat : 9290 (java) S 9287 9290 5929 0 -1 4202496 4511 0 1 0 10 1 0 0 20 0 18 0 4467652 9787879424 6128 33554432000 1073741824 1073778376 140737205629360 140737205620496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9290/statm: 2389619 6128 2157 9 0 2380296 0
[pid=9290/tid=9291] ppid=9287 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9290/task/9291/stat : 9291 (java) R 9287 9290 5929 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 4467653 9787879424 6128 33554432000 1073741824 1073778376 140737205629360 140726993472416 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 2.13 2.14 2.16 3/194 9290
/proc/meminfo: memFree=30213376/32872528 swapFree=1243664/1390832
[pid=9290] ppid=9287 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9290/stat : 9290 (java) S 9287 9290 5929 0 -1 4202496 6479 0 1 0 32 2 0 0 20 0 19 0 4467652 9856040960 7342 33554432000 1073741824 1073778376 140737205629360 140737205620496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9290/statm: 2406260 7342 2232 9 0 2396937 0
[pid=9290/tid=9291] ppid=9287 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9290/task/9291/stat : 9291 (java) R 9287 9290 5929 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 19 0 4467653 9856040960 7342 33554432000 1073741824 1073778376 140737205629360 140726993473944 140726835082681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9625040

[startup+0.300386 s]
/proc/loadavg: 2.13 2.14 2.16 3/194 9290
/proc/meminfo: memFree=30213376/32872528 swapFree=1243664/1390832
[pid=9290] ppid=9287 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/9290/stat : 9290 (java) S 9287 9290 5929 0 -1 4202496 6525 0 1 0 48 2 0 0 20 0 19 0 4467652 9856040960 7899 33554432000 1073741824 1073778376 140737205629360 140737205620496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9290/statm: 2406260 7899 2238 9 0 2396937 0
[pid=9290/tid=9291] ppid=9287 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9290/task/9291/stat : 9291 (java) R 9287 9290 5929 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 19 0 4467653 9856040960 7899 33554432000 1073741824 1073778376 140737205629360 140726993473944 140726835301824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700336 s]
/proc/loadavg: 2.13 2.14 2.16 3/194 9290
/proc/meminfo: memFree=30213376/32872528 swapFree=1243664/1390832
[pid=9290] ppid=9287 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/9290/stat : 9290 (java) S 9287 9290 5929 0 -1 4202496 7547 0 1 0 100 2 0 0 20 0 19 0 4467652 9856040960 8964 33554432000 1073741824 1073778376 140737205629360 140737205620496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9290/statm: 2406260 8964 2248 9 0 2396937 0
[pid=9290/tid=9291] ppid=9287 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9290/task/9291/stat : 9291 (java) R 9287 9290 5929 0 -1 4202560 2404 0 1 0 66 1 0 0 20 0 19 0 4467653 9856040960 8964 33554432000 1073741824 1073778376 140737205629360 140726993473944 140726835317960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.13 2.14 2.16 3/213 9309
/proc/meminfo: memFree=30183316/32872528 swapFree=1243664/1390832
[pid=9290] ppid=9287 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/9290/stat : 9290 (java) S 9287 9290 5929 0 -1 4202496 7553 0 1 0 184 2 0 0 20 0 19 0 4467652 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140737205620496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9290/statm: 2406260 10502 2249 9 0 2396937 0
[pid=9290/tid=9291] ppid=9287 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/9290/task/9291/stat : 9291 (java) R 9287 9290 5929 0 -1 4202560 2408 0 1 0 146 2 0 0 20 0 19 0 4467653 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726993473816 140726835259632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9293] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9293/stat : 9293 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726954965800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9294] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9294/stat : 9294 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726953913000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9295] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9295/stat : 9295 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726834818088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9296] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9296/stat : 9296 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726833765288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9297] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9297/stat : 9297 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726832711976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9298] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9298/stat : 9298 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726831659176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9299] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9299/stat : 9299 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726830606888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9300] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9300/stat : 9300 (java) S 9287 9290 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726829554088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9301] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9301/stat : 9301 (java) S 9287 9290 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726347225832 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9302] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9302/stat : 9302 (java) S 9287 9290 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726346171896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9303] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9303/stat : 9303 (java) S 9287 9290 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726345119496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9304] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9304/stat : 9304 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726344067984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9305] ppid=9287 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/9290/task/9305/stat : 9305 (java) S 9287 9290 5929 0 -1 4202560 1688 0 0 0 16 0 0 0 20 0 19 0 4467657 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726343014584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9306] ppid=9287 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9290/task/9306/stat : 9306 (java) S 9287 9290 5929 0 -1 4202560 2187 0 0 0 18 0 0 0 20 0 19 0 4467657 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726341961784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9307] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9307/stat : 9307 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726340909688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9308] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9308/stat : 9308 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726339857096 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9309] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9309/stat : 9309 (java) S 9287 9290 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4467666 9856040960 10502 33554432000 1073741824 1073778376 140737205629360 140726338803112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.13 2.14 2.16 3/213 9309
/proc/meminfo: memFree=30172836/32872528 swapFree=1243664/1390832
[pid=9290] ppid=9287 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/9290/stat : 9290 (java) S 9287 9290 5929 0 -1 4202496 8408 0 1 0 354 2 0 0 20 0 19 0 4467652 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140737205620496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9290/statm: 2406260 13075 2256 9 0 2396937 0
[pid=9290/tid=9291] ppid=9287 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/9290/task/9291/stat : 9291 (java) R 9287 9290 5929 0 -1 4202560 2419 0 1 0 306 2 0 0 20 0 19 0 4467653 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726993465040 140726835318034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9293] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9293/stat : 9293 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726954965800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9294] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9294/stat : 9294 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726953913000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9295] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9295/stat : 9295 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726834818088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9296] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9296/stat : 9296 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726833765288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9297] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9297/stat : 9297 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726832711976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9298] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9298/stat : 9298 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726831659176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9299] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9299/stat : 9299 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726830606888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9300] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9300/stat : 9300 (java) S 9287 9290 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726829554088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9301] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9301/stat : 9301 (java) S 9287 9290 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726347225832 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9302] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9302/stat : 9302 (java) S 9287 9290 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726346171896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9303] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9303/stat : 9303 (java) S 9287 9290 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726345119496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9304] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9304/stat : 9304 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726344067984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9305] ppid=9287 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9290/task/9305/stat : 9305 (java) S 9287 9290 5929 0 -1 4202560 2532 0 0 0 23 0 0 0 20 0 19 0 4467657 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726343014584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9306] ppid=9287 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9290/task/9306/stat : 9306 (java) S 9287 9290 5929 0 -1 4202560 2187 0 0 0 22 0 0 0 20 0 19 0 4467657 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726341961784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9307] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9307/stat : 9307 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726340909688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9308] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9308/stat : 9308 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726339857096 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9309] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9309/stat : 9309 (java) S 9287 9290 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4467666 9856040960 13075 33554432000 1073741824 1073778376 140737205629360 140726338803112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.12 2.13 2.16 3/213 9309
/proc/meminfo: memFree=30152164/32872528 swapFree=1243664/1390832
[pid=9290] ppid=9287 vsize=9625040 CPUtime=6.76 cores=1,3,5,7
/proc/9290/stat : 9290 (java) S 9287 9290 5929 0 -1 4202496 8422 0 1 0 674 2 0 0 20 0 19 0 4467652 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140737205620496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9290/statm: 2406260 18117 2258 9 0 2396937 0
[pid=9290/tid=9291] ppid=9287 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/9290/task/9291/stat : 9291 (java) R 9287 9290 5929 0 -1 4202560 2430 0 1 0 626 2 0 0 20 0 19 0 4467653 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726993465024 140726835318029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9293] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9293/stat : 9293 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726954965800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9294] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9294/stat : 9294 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726953913000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9295] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9295/stat : 9295 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726834818088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9296] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9296/stat : 9296 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726833765288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9297] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9297/stat : 9297 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726832711976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9298] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9298/stat : 9298 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726831659176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9299] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9299/stat : 9299 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726830606888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9300] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9300/stat : 9300 (java) S 9287 9290 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4467653 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726829554088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9301] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9301/stat : 9301 (java) S 9287 9290 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726347225832 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9302] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9302/stat : 9302 (java) S 9287 9290 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726346171896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9303] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9303/stat : 9303 (java) S 9287 9290 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726345119496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9304] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9304/stat : 9304 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726344067984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9305] ppid=9287 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9290/task/9305/stat : 9305 (java) S 9287 9290 5929 0 -1 4202560 2532 0 0 0 23 0 0 0 20 0 19 0 4467657 9856040960 18117 33554432000 1073741824 1073778376 140737205629360 140726343014584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9306] ppid=9287 vsize=9625040 CPUtime=0.22 cores=1,3,5,7

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

[pid=9290/tid=9302] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9302/stat : 9302 (java) S 9287 9290 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 127870 33554432000 1073741824 1073778376 140737205629360 140726346171896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9303] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9303/stat : 9303 (java) S 9287 9290 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 127870 33554432000 1073741824 1073778376 140737205629360 140726345119496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9304] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9304/stat : 9304 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 127870 33554432000 1073741824 1073778376 140737205629360 140726344067984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9305] ppid=9287 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9290/task/9305/stat : 9305 (java) S 9287 9290 5929 0 -1 4202560 2532 0 0 0 23 0 0 0 20 0 19 0 4467657 9856040960 127870 33554432000 1073741824 1073778376 140737205629360 140726343014584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9306] ppid=9287 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9290/task/9306/stat : 9306 (java) S 9287 9290 5929 0 -1 4202560 2558 0 0 0 24 0 0 0 20 0 19 0 4467657 9856040960 127870 33554432000 1073741824 1073778376 140737205629360 140726341961784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9307] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9307/stat : 9307 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 127870 33554432000 1073741824 1073778376 140737205629360 140726340909688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9308] ppid=9287 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9290/task/9308/stat : 9308 (java) S 9287 9290 5929 0 -1 4202560 98 0 0 0 28 37 0 0 20 0 19 0 4467657 9856040960 127870 33554432000 1073741824 1073778376 140737205629360 140726339857096 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9309] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9309/stat : 9309 (java) S 9287 9290 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4467666 9856040960 127870 33554432000 1073741824 1073778376 140737205629360 140726338803112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1665.89
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.20 2.18 4/212 9440
/proc/meminfo: memFree=29624940/32872528 swapFree=1243664/1390832
[pid=9290] ppid=9287 vsize=9625040 CPUtime=1726.04 cores=1,3,5,7
/proc/9290/stat : 9290 (java) S 9287 9290 5929 0 -1 4202496 12438 0 1 0 172522 82 0 0 20 0 19 0 4467652 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140737205620496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9290/statm: 2406260 126700 2280 9 0 2396937 0
[pid=9290/tid=9291] ppid=9287 vsize=9625040 CPUtime=1721 cores=1,3,5,7
/proc/9290/task/9291/stat : 9291 (java) R 9287 9290 5929 0 -1 4202560 2498 0 1 0 172067 33 0 0 20 0 19 0 4467653 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726993465024 140726835265715 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9293] ppid=9287 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/9290/task/9293/stat : 9293 (java) S 9287 9290 5929 0 -1 4202560 493 0 0 0 35 4 0 0 20 0 19 0 4467653 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726954965800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9294] ppid=9287 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/9290/task/9294/stat : 9294 (java) S 9287 9290 5929 0 -1 4202560 228 0 0 0 34 4 0 0 20 0 19 0 4467653 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726953913000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9295] ppid=9287 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/9290/task/9295/stat : 9295 (java) S 9287 9290 5929 0 -1 4202560 488 0 0 0 50 6 0 0 20 0 19 0 4467653 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726834818088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9296] ppid=9287 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/9290/task/9296/stat : 9296 (java) S 9287 9290 5929 0 -1 4202560 334 0 0 0 55 6 0 0 20 0 19 0 4467653 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726833765288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9297] ppid=9287 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/9290/task/9297/stat : 9297 (java) S 9287 9290 5929 0 -1 4202560 491 0 0 0 52 6 0 0 20 0 19 0 4467653 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726832711976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9298] ppid=9287 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/9290/task/9298/stat : 9298 (java) S 9287 9290 5929 0 -1 4202560 457 0 0 0 36 5 0 0 20 0 19 0 4467653 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726831659176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9299] ppid=9287 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/9290/task/9299/stat : 9299 (java) S 9287 9290 5929 0 -1 4202560 486 0 0 0 53 7 0 0 20 0 19 0 4467653 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726830606888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9300] ppid=9287 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9290/task/9300/stat : 9300 (java) S 9287 9290 5929 0 -1 4202560 382 0 0 0 31 3 0 0 20 0 19 0 4467653 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726829554088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9301] ppid=9287 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9290/task/9301/stat : 9301 (java) S 9287 9290 5929 0 -1 4202560 133 0 0 0 23 2 0 0 20 0 19 0 4467655 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726347225832 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9302] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9302/stat : 9302 (java) S 9287 9290 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726346171896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9303] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9303/stat : 9303 (java) S 9287 9290 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726345119496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9304] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9304/stat : 9304 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726344067984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9305] ppid=9287 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9290/task/9305/stat : 9305 (java) S 9287 9290 5929 0 -1 4202560 2532 0 0 0 23 0 0 0 20 0 19 0 4467657 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726343014584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9306] ppid=9287 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9290/task/9306/stat : 9306 (java) S 9287 9290 5929 0 -1 4202560 2558 0 0 0 24 0 0 0 20 0 19 0 4467657 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726341961784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9307] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9307/stat : 9307 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726340909688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9308] ppid=9287 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/9290/task/9308/stat : 9308 (java) S 9287 9290 5929 0 -1 4202560 100 0 0 0 30 38 0 0 20 0 19 0 4467657 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726339857096 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9309] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9309/stat : 9309 (java) S 9287 9290 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4467666 9856040960 126700 33554432000 1073741824 1073778376 140737205629360 140726338803112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.04
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.19 2.18 3/213 9442
/proc/meminfo: memFree=29654160/32872528 swapFree=1243664/1390832
[pid=9290] ppid=9287 vsize=9625040 CPUtime=1786.18 cores=1,3,5,7
/proc/9290/stat : 9290 (java) S 9287 9290 5929 0 -1 4202496 12446 0 1 0 178534 84 0 0 20 0 19 0 4467652 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140737205620496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9290/statm: 2406260 126701 2280 9 0 2396937 0
[pid=9290/tid=9291] ppid=9287 vsize=9625040 CPUtime=1780.95 cores=1,3,5,7
/proc/9290/task/9291/stat : 9291 (java) R 9287 9290 5929 0 -1 4202560 2499 0 1 0 178061 34 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726993465024 140726835265754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9293] ppid=9287 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/9290/task/9293/stat : 9293 (java) S 9287 9290 5929 0 -1 4202560 493 0 0 0 36 4 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726954965800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9294] ppid=9287 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/9290/task/9294/stat : 9294 (java) S 9287 9290 5929 0 -1 4202560 228 0 0 0 36 4 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726953913000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9295] ppid=9287 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/9290/task/9295/stat : 9295 (java) S 9287 9290 5929 0 -1 4202560 488 0 0 0 51 6 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726834818088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9296] ppid=9287 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/9290/task/9296/stat : 9296 (java) S 9287 9290 5929 0 -1 4202560 334 0 0 0 57 6 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726833765288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9297] ppid=9287 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/9290/task/9297/stat : 9297 (java) S 9287 9290 5929 0 -1 4202560 491 0 0 0 53 6 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726832711976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9298] ppid=9287 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/9290/task/9298/stat : 9298 (java) S 9287 9290 5929 0 -1 4202560 457 0 0 0 40 5 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726831659176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9299] ppid=9287 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/9290/task/9299/stat : 9299 (java) S 9287 9290 5929 0 -1 4202560 486 0 0 0 55 7 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726830606888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9300] ppid=9287 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9290/task/9300/stat : 9300 (java) S 9287 9290 5929 0 -1 4202560 382 0 0 0 33 4 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726829554088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9301] ppid=9287 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9290/task/9301/stat : 9301 (java) S 9287 9290 5929 0 -1 4202560 136 0 0 0 23 2 0 0 20 0 19 0 4467655 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726347225832 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9302] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9302/stat : 9302 (java) S 9287 9290 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726346171896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9303] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9303/stat : 9303 (java) S 9287 9290 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726345119496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9304] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9304/stat : 9304 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726344067984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9305] ppid=9287 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9290/task/9305/stat : 9305 (java) S 9287 9290 5929 0 -1 4202560 2532 0 0 0 23 0 0 0 20 0 19 0 4467657 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726343014584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9306] ppid=9287 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9290/task/9306/stat : 9306 (java) S 9287 9290 5929 0 -1 4202560 2558 0 0 0 24 0 0 0 20 0 19 0 4467657 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726341961784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9307] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9307/stat : 9307 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726340909688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9308] ppid=9287 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/9290/task/9308/stat : 9308 (java) S 9287 9290 5929 0 -1 4202560 104 0 0 0 30 40 0 0 20 0 19 0 4467657 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726339857096 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9309] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9309/stat : 9309 (java) S 9287 9290 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4467666 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726338803112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.18
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.17 2.18 2.18 3/213 9442
/proc/meminfo: memFree=29654284/32872528 swapFree=1243664/1390832
[pid=9290] ppid=9287 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/9290/stat : 9290 (java) S 9287 9290 5929 0 -1 4202496 12448 0 1 0 179924 85 0 0 20 0 19 0 4467652 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140737205620496 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9290/statm: 2406260 126701 2280 9 0 2396937 0
[pid=9290/tid=9291] ppid=9287 vsize=9625040 CPUtime=1794.85 cores=1,3,5,7
/proc/9290/task/9291/stat : 9291 (java) R 9287 9290 5929 0 -1 4202560 2499 0 1 0 179451 34 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726993465024 140726835318034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9293] ppid=9287 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/9290/task/9293/stat : 9293 (java) S 9287 9290 5929 0 -1 4202560 493 0 0 0 36 4 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726954965800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9294] ppid=9287 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/9290/task/9294/stat : 9294 (java) S 9287 9290 5929 0 -1 4202560 228 0 0 0 36 4 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726953913000 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9295] ppid=9287 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/9290/task/9295/stat : 9295 (java) S 9287 9290 5929 0 -1 4202560 488 0 0 0 51 6 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726834818088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9296] ppid=9287 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/9290/task/9296/stat : 9296 (java) S 9287 9290 5929 0 -1 4202560 334 0 0 0 57 6 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726833765288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9297] ppid=9287 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/9290/task/9297/stat : 9297 (java) S 9287 9290 5929 0 -1 4202560 491 0 0 0 53 6 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726832711976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9298] ppid=9287 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/9290/task/9298/stat : 9298 (java) S 9287 9290 5929 0 -1 4202560 457 0 0 0 40 5 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726831659176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9290/tid=9299] ppid=9287 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/9290/task/9299/stat : 9299 (java) S 9287 9290 5929 0 -1 4202560 486 0 0 0 55 7 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726830606888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9300] ppid=9287 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9290/task/9300/stat : 9300 (java) S 9287 9290 5929 0 -1 4202560 382 0 0 0 33 4 0 0 20 0 19 0 4467653 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726829554088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9301] ppid=9287 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9290/task/9301/stat : 9301 (java) S 9287 9290 5929 0 -1 4202560 136 0 0 0 23 2 0 0 20 0 19 0 4467655 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726347225832 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9302] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9302/stat : 9302 (java) S 9287 9290 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726346171896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9303] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9303/stat : 9303 (java) S 9287 9290 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4467655 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726345119496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9304] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9304/stat : 9304 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726344067984 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9305] ppid=9287 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9290/task/9305/stat : 9305 (java) S 9287 9290 5929 0 -1 4202560 2532 0 0 0 23 0 0 0 20 0 19 0 4467657 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726343014584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9306] ppid=9287 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9290/task/9306/stat : 9306 (java) S 9287 9290 5929 0 -1 4202560 2558 0 0 0 24 0 0 0 20 0 19 0 4467657 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726341961784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9290/tid=9307] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9307/stat : 9307 (java) S 9287 9290 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4467657 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726340909688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9290/tid=9308] ppid=9287 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/9290/task/9308/stat : 9308 (java) S 9287 9290 5929 0 -1 4202560 106 0 0 0 30 40 0 0 20 0 19 0 4467657 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726339857096 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9290/tid=9309] ppid=9287 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9290/task/9309/stat : 9309 (java) S 9287 9290 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4467666 9856040960 126701 33554432000 1073741824 1073778376 140737205629360 140726338803112 272889853865 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 9290 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.24
CPU time (s): 1800.62
CPU user time (s): 1799.3
CPU system time (s): 1.3258
CPU usage (%): 100.244
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 1.3258
maximum resident set size= 573144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12491
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38677
involuntary context switches= 7485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.10422 second user time and 7.13492 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 22:56:30
IDJOB=4089362
IDBENCH=107395
IDSOLVER=2546
FILE ID=node119/4089362-1466024190
RUNJOBID= node119-1466012072-5946
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid6x17-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089362-1466024190/watcher-4089362-1466024190 -o /tmp/evaluation-result-4089362-1466024190/solver-4089362-1466024190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089362-1466024190.opb

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

MD5SUM BENCH= 22fd08957be37e2925ef099a727a323f
RANDOM SEED=119688041

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30213928 kB
Buffers:           19024 kB
Cached:            92396 kB
SwapCached:        14200 kB
Active:           467504 kB
Inactive:         101008 kB
Active(anon):     444992 kB
Inactive(anon):    14104 kB
Active(file):      22512 kB
Inactive(file):    86904 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       1779644 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565100 kB
SReclaimable:       9236 kB
SUnreclaim:       555864 kB
KernelStack:        1760 kB
PageTables:         7976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2002260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 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= 71736 MiB
End job on node119 at 2016-06-15 23:26:27