Trace number 4100677

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 PB16? (TO) 1800.63 1786.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scagr25.opb
MD5SUMb63141b317e602f06e6dedfad8ff4e9a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15000
Total number of constraints471
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints471
Minimum length of a constraint30
Maximum length of a constraint300
Number of terms in the objective function 14250
Biggest coefficient in the objective function 3992
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 536200
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262051
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 536200
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4100677-1466216792.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
0.78/0.48	c ... done. Wall clock time 0.361s.
0.78/0.48	c declared #vars     15000
0.78/0.48	c #constraints  771
0.78/0.48	c constraints type 
0.78/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 771
0.78/0.48	c 771 constraints processed.
0.78/0.48	c objective function length is 14250 literals
1.89/1.02	c cleaning 2488 clauses out of 4983 with flag 11613/5000
2.69/1.44	c cleaning 4241 clauses out of 8495 with flag 24781/11000
3.64/2.34	c cleaning 5624 clauses out of 11254 with flag 43336/18000
4.65/3.32	c cleaning 6824 clauses out of 13654 with flag 64180/26024
6.01/4.66	c cleaning 7889 clauses out of 15808 with flag 92071/35002
6.91/5.56	c cleaning 8949 clauses out of 17920 with flag 116074/45003
7.81/6.49	c cleaning 9972 clauses out of 19972 with flag 138560/56004
8.81/7.47	c cleaning 10986 clauses out of 21996 with flag 162964/68000
10.21/8.83	c cleaning 11998 clauses out of 24011 with flag 189456/81001
11.90/10.58	c cleaning 12993 clauses out of 26014 with flag 217774/95002
13.20/11.80	c cleaning 14010 clauses out of 28020 with flag 252393/110001
14.40/13.08	c cleaning 15007 clauses out of 30014 with flag 284580/126005
15.71/14.35	c cleaning 15987 clauses out of 32002 with flag 324900/143000
16.86/15.42	c cleaning 17004 clauses out of 34016 with flag 364363/161001
18.95/17.59	c cleaning 18005 clauses out of 36012 with flag 402364/180001
21.75/20.32	c cleaning 18994 clauses out of 38008 with flag 442380/200002
24.85/23.49	c cleaning 20003 clauses out of 40013 with flag 484381/221001
28.35/26.97	c cleaning 21001 clauses out of 42009 with flag 528382/243000
30.45/29.04	c cleaning 21997 clauses out of 44009 with flag 585812/266001
33.89/32.44	c cleaning 23000 clauses out of 46016 with flag 649715/290005
36.29/34.89	c cleaning 24002 clauses out of 48007 with flag 713409/315000
39.90/38.41	c cleaning 25001 clauses out of 50007 with flag 773386/341002
46.21/44.72	c cleaning 25996 clauses out of 52006 with flag 830363/368002
50.96/49.47	c cleaning 27002 clauses out of 54008 with flag 897388/396000
56.06/54.52	c cleaning 27998 clauses out of 56006 with flag 970151/425000
61.56/60.03	c cleaning 28994 clauses out of 58008 with flag 1048715/455000
67.86/66.37	c cleaning 30002 clauses out of 60016 with flag 1132554/486002
73.96/72.45	c cleaning 31005 clauses out of 62013 with flag 1219521/518001
80.85/79.25	c cleaning 32004 clauses out of 64007 with flag 1302293/551000
85.44/83.83	c cleaning 32998 clauses out of 66003 with flag 1387571/585000
90.44/88.85	c cleaning 33998 clauses out of 68005 with flag 1482323/620000
96.73/95.02	c cleaning 35001 clauses out of 70007 with flag 1585257/656000
102.14/100.49	c cleaning 36001 clauses out of 72009 with flag 1685361/693003
107.34/105.67	c cleaning 36999 clauses out of 74002 with flag 1773018/731000
110.72/108.97	c cleaning 37990 clauses out of 76004 with flag 1860422/770002
114.91/113.19	c cleaning 38998 clauses out of 78012 with flag 1957776/810001
119.58/117.73	c cleaning 39999 clauses out of 80014 with flag 2069716/851001
122.67/120.82	c cleaning 41002 clauses out of 82016 with flag 2162521/893002
126.64/124.75	c cleaning 42009 clauses out of 84017 with flag 2261478/936005
130.24/128.37	c cleaning 42995 clauses out of 86005 with flag 2362225/980002
134.35/132.44	c cleaning 43997 clauses out of 88009 with flag 2461025/1025001
140.18/138.20	c cleaning 44999 clauses out of 90012 with flag 2557229/1071001
143.58/141.69	c cleaning 46002 clauses out of 92014 with flag 2657524/1118002
149.55/147.55	c cleaning 47002 clauses out of 94009 with flag 2779986/1166000
161.85/159.82	c cleaning 47999 clauses out of 96010 with flag 2922514/1215003
168.89/166.87	c cleaning 49004 clauses out of 98010 with flag 3038196/1265002
173.76/171.69	c cleaning 49994 clauses out of 100004 with flag 3154607/1316000
178.35/176.20	c cleaning 51004 clauses out of 102010 with flag 3270923/1368000
183.74/181.52	c cleaning 51997 clauses out of 104005 with flag 3381934/1421000
193.50/191.26	c cleaning 52993 clauses out of 106008 with flag 3499437/1475000
197.40/195.19	c cleaning 54006 clauses out of 108012 with flag 3630894/1530001
204.94/202.64	c cleaning 54996 clauses out of 110007 with flag 3753273/1586002
217.79/215.45	c cleaning 55997 clauses out of 112010 with flag 3873860/1643001
228.39/226.00	c cleaning 56998 clauses out of 114012 with flag 3999805/1701000
236.97/234.52	c cleaning 57997 clauses out of 116011 with flag 4133818/1760000
244.03/241.51	c cleaning 59002 clauses out of 118018 with flag 4275860/1820004
263.14/260.61	c cleaning 60008 clauses out of 120016 with flag 4397924/1881004
269.37/266.75	c cleaning 61004 clauses out of 122011 with flag 4535196/1943007
276.47/273.82	c cleaning 61995 clauses out of 124001 with flag 4683555/2006003
283.05/280.39	c cleaning 62999 clauses out of 126002 with flag 4854249/2070001
295.30/292.50	c cleaning 63998 clauses out of 128005 with flag 5024130/2135003
310.26/307.43	c cleaning 65001 clauses out of 130006 with flag 5212752/2201002
320.60/317.77	c cleaning 65999 clauses out of 132003 with flag 5369292/2268001
329.65/326.75	c cleaning 66993 clauses out of 134002 with flag 5526734/2336000
339.02/336.06	c cleaning 68001 clauses out of 136009 with flag 5674088/2405002
345.97/342.97	c cleaning 68996 clauses out of 138004 with flag 5826616/2475001
359.79/356.74	c cleaning 69996 clauses out of 140005 with flag 5980563/2546000
369.54/366.44	c cleaning 70988 clauses out of 142009 with flag 6141767/2618000
381.12/377.99	c cleaning 72001 clauses out of 144021 with flag 6339132/2691000
398.28/395.02	c cleaning 73006 clauses out of 146020 with flag 6546400/2765000
405.16/401.81	c cleaning 74009 clauses out of 148017 with flag 6718109/2840003
412.92/409.58	c cleaning 74998 clauses out of 150006 with flag 6877239/2916001
430.63/427.13	c cleaning 75999 clauses out of 152009 with flag 7042125/2993002
454.98/451.40	c cleaning 77001 clauses out of 154010 with flag 7283974/3071002
461.85/458.26	c cleaning 77996 clauses out of 156007 with flag 7492497/3150000
485.19/481.51	c cleaning 79002 clauses out of 158012 with flag 7655705/3230001
499.45/495.63	c cleaning 79998 clauses out of 160012 with flag 7835990/3311003
513.05/509.16	c cleaning 80999 clauses out of 162016 with flag 8006704/3393005
543.68/539.66	c cleaning 82001 clauses out of 164012 with flag 8195577/3476000
574.43/570.31	c cleaning 82994 clauses out of 166013 with flag 8373906/3560002
584.55/580.31	c cleaning 83999 clauses out of 168019 with flag 8559278/3645002
604.45/600.12	c cleaning 85002 clauses out of 170018 with flag 8735911/3731000
628.43/624.00	c cleaning 86007 clauses out of 172018 with flag 8923420/3818002
653.29/648.78	c cleaning 86994 clauses out of 174011 with flag 9152612/3906002
664.21/659.59	c cleaning 87998 clauses out of 176015 with flag 9392737/3995000
674.48/669.64	c cleaning 89008 clauses out of 178021 with flag 9587603/4085004
689.32/684.48	c cleaning 89994 clauses out of 180009 with flag 9871184/4176000
718.01/713.03	c cleaning 91000 clauses out of 182015 with flag 10168228/4268000
727.77/722.63	c cleaning 92002 clauses out of 184015 with flag 10375157/4361000
744.91/739.65	c cleaning 93000 clauses out of 186013 with flag 10640165/4455000
754.70/749.39	c cleaning 93998 clauses out of 188014 with flag 10867213/4550002
794.59/789.14	c cleaning 94998 clauses out of 190014 with flag 11075157/4646000
833.78/828.21	c cleaning 95996 clauses out of 192017 with flag 11283910/4743001
870.72/865.01	c cleaning 97000 clauses out of 194020 with flag 11497995/4841000
886.63/880.88	c cleaning 98004 clauses out of 196020 with flag 11745460/4940000
907.36/901.47	c cleaning 99000 clauses out of 198018 with flag 11951871/5040002
976.05/970.03	c cleaning 100006 clauses out of 200016 with flag 12154346/5141000
1008.70/1002.50	c cleaning 100991 clauses out of 202011 with flag 12369906/5243001
1042.38/1036.18	c cleaning 101988 clauses out of 204018 with flag 12583210/5346001
1050.98/1044.51	c cleaning 103009 clauses out of 206029 with flag 12824547/5450001
1076.15/1069.57	c cleaning 104004 clauses out of 208019 with flag 13059157/5555000
1124.92/1118.19	c cleaning 105006 clauses out of 210015 with flag 13288377/5661000
1172.87/1165.92	c cleaning 106002 clauses out of 212011 with flag 13610909/5768002
1193.07/1186.04	c cleaning 106994 clauses out of 214007 with flag 13895365/5876000
1209.20/1201.96	c cleaning 107989 clauses out of 216012 with flag 14125581/5985000
1224.51/1217.03	c cleaning 109004 clauses out of 218024 with flag 14369319/6095001
1253.43/1245.73	c cleaning 109998 clauses out of 220019 with flag 14651726/6206000
1266.11/1258.22	c cleaning 111004 clauses out of 222021 with flag 14946646/6318000
1304.82/1296.74	c cleaning 112003 clauses out of 224022 with flag 15328091/6431005
1319.70/1311.38	c cleaning 113003 clauses out of 226014 with flag 15602864/6545000
1360.68/1352.05	c cleaning 114000 clauses out of 228012 with flag 15992832/6660003
1374.84/1365.90	c cleaning 114996 clauses out of 230008 with flag 16315572/6776000
1400.07/1390.95	c cleaning 116000 clauses out of 232012 with flag 16562932/6893000
1412.79/1403.45	c cleaning 116991 clauses out of 234013 with flag 16860539/7011001
1443.79/1434.22	c cleaning 118005 clauses out of 236024 with flag 17123577/7130003
1475.60/1465.71	c cleaning 119003 clauses out of 238015 with flag 17409143/7250000
1512.89/1502.85	c cleaning 120000 clauses out of 240015 with flag 17709246/7371003
1530.53/1520.29	c cleaning 120993 clauses out of 242012 with flag 18020394/7493000
1585.02/1574.56	c cleaning 122003 clauses out of 244019 with flag 18273099/7616000
1598.34/1587.57	c cleaning 123003 clauses out of 246017 with flag 18549001/7740001
1614.84/1603.79	c cleaning 124001 clauses out of 248012 with flag 18824210/7865002
1640.96/1629.78	c cleaning 124998 clauses out of 250010 with flag 19118037/7991001
1656.12/1644.68	c cleaning 125999 clauses out of 252014 with flag 19407360/8118003
1674.13/1662.35	c cleaning 126998 clauses out of 254011 with flag 19719761/8246001
1687.98/1675.90	c cleaning 128001 clauses out of 256017 with flag 20000247/8375005
1714.68/1702.46	c cleaning 128997 clauses out of 258015 with flag 20269203/8505004
1739.19/1726.62	c cleaning 130001 clauses out of 260015 with flag 20567484/8636001
1754.87/1742.00	c cleaning 130996 clauses out of 262012 with flag 20904252/8768000
1797.23/1784.17	c cleaning 132000 clauses out of 264016 with flag 21215055/8901000
1800.03/1786.90	c starts		: 18679
1800.03/1786.90	c conflicts		: 8921859
1800.03/1786.90	c decisions		: 12771657
1800.03/1786.90	c propagations		: 156166766
1800.03/1786.90	c inspects		: 35495505004
1800.03/1786.90	c shortcuts		: 0
1800.03/1786.90	c learnt literals	: 63
1800.03/1786.90	c learnt binary clauses	: 90
1800.03/1786.90	c learnt ternary clauses	: 142
1800.03/1786.90	c learnt constraints	: 8921797
1800.03/1786.90	c ignored constraints	: 0
1800.03/1786.90	c root simplifications	: 0
1800.03/1786.90	c removed literals (reason simplification)	: 0
1800.03/1786.90	c reason swapping (by a shorter reason)	: 0
1800.03/1786.90	c Calls to reduceDB	: 129
1800.03/1786.90	c Number of update (reduction) of LBD	: 551582
1800.03/1786.90	c Imported unit clauses	: 0
1800.03/1786.90	c number of reductions to clauses (during analyze)	: 0
1800.03/1786.90	c number of learned constraints concerned by reduction	: 0
1800.03/1786.90	c number of learning phase by resolution	: 0
1800.03/1786.90	c number of learning phase by cutting planes	: 0
1800.03/1786.90	c speed (assignments/second)	: 87421.68048805337
1800.03/1786.90	c non guided choices	1446101
1800.03/1786.90	c timeout
1800.03/1786.93	c learnt constraints type 
1800.03/1786.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 90
1800.03/1786.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152786
1800.03/1786.93	s UNKNOWN
1800.03/1786.93	c Total wall clock time (in seconds): 1786.806

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-4100677-1466216792/watcher-4100677-1466216792 -o /tmp/evaluation-result-4100677-1466216792/solver-4100677-1466216792 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100677-1466216792.opb 

pid=13823
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.40 2.25 2.20 3/194 13826
/proc/meminfo: memFree=29684804/32872528 swapFree=1402776/1580604
[pid=13826] ppid=13823 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13826/stat : 13826 (java) D 13823 13826 10680 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 23724923 9515008 176 33554432000 1073741824 1073778376 140737191404768 140737191387496 248790205328 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/13826/statm: 2323 176 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.40 2.25 2.20 3/194 13826
/proc/meminfo: memFree=29684804/32872528 swapFree=1402776/1580604
[pid=13826] ppid=13823 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13826/stat : 13826 (java) S 13823 13826 10680 0 -1 4202496 4219 0 1 0 7 0 0 0 20 0 18 0 23724923 9787879424 5335 33554432000 1073741824 1073778376 140736270077776 140736270068912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13826/statm: 2389619 5336 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200256 s]
/proc/loadavg: 2.40 2.25 2.20 3/194 13826
/proc/meminfo: memFree=29684804/32872528 swapFree=1402776/1580604
[pid=13826] ppid=13823 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13826/stat : 13826 (java) S 13823 13826 10680 0 -1 4202496 4907 0 1 0 26 1 0 0 20 0 18 0 23724923 9787879424 6950 33554432000 1073741824 1073778376 140736270077776 140736270068912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13826/statm: 2389619 6950 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 2.40 2.25 2.20 3/194 13826
/proc/meminfo: memFree=29684804/32872528 swapFree=1402776/1580604
[pid=13826] ppid=13823 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/13826/stat : 13826 (java) S 13823 13826 10680 0 -1 4202496 5770 0 1 0 48 1 0 0 20 0 18 0 23724923 9787879424 9494 33554432000 1073741824 1073778376 140736270077776 140736270068912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13826/statm: 2389619 9494 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700184 s]
/proc/loadavg: 2.40 2.25 2.20 3/194 13826
/proc/meminfo: memFree=29684804/32872528 swapFree=1402776/1580604
[pid=13826] ppid=13823 vsize=9625040 CPUtime=1.52 cores=1,3,5,7
/proc/13826/stat : 13826 (java) S 13823 13826 10680 0 -1 4202496 11988 0 1 0 150 2 0 0 20 0 19 0 23724923 9856040960 22626 33554432000 1073741824 1073778376 140736270077776 140736270068912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13826/statm: 2406260 22626 2265 9 0 2396937 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9625040

[startup+1.50089 s]
/proc/loadavg: 2.40 2.25 2.20 4/213 13845
/proc/meminfo: memFree=29585280/32872528 swapFree=1402776/1580604
[pid=13826] ppid=13823 vsize=9625040 CPUtime=2.83 cores=1,3,5,7
/proc/13826/stat : 13826 (java) S 13823 13826 10680 0 -1 4202496 18780 0 1 0 280 3 0 0 20 0 19 0 23724923 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140736270068912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13826/statm: 2406260 30618 2273 9 0 2396937 0
[pid=13826/tid=13828] ppid=13823 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13826/task/13828/stat : 13828 (java) R 13823 13826 10680 0 -1 4202560 2441 0 1 0 144 1 0 0 20 0 19 0 23724924 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047899909840 140047760970273 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13829] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13829/stat : 13829 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047743613736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13830] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13830/stat : 13830 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047742560936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13831] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13831/stat : 13831 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047741508648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13832] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13832/stat : 13832 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047740455848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13833] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13833/stat : 13833 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047739402536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13834] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13834/stat : 13834 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047738349736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13835] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13835/stat : 13835 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047737297448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13836] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13836/stat : 13836 (java) S 13823 13826 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047736244648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13837] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13837/stat : 13837 (java) S 13823 13826 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047724047080 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13838] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13838/stat : 13838 (java) S 13823 13826 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047722993144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13839] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13839/stat : 13839 (java) S 13823 13826 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047721940744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13840] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13840/stat : 13840 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047720889232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13841] ppid=13823 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/13826/task/13841/stat : 13841 (java) S 13823 13826 10680 0 -1 4202560 10128 0 0 0 80 2 0 0 20 0 19 0 23724930 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047719835832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13842] ppid=13823 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/13826/task/13842/stat : 13842 (java) S 13823 13826 10680 0 -1 4202560 4934 0 0 0 52 0 0 0 20 0 19 0 23724930 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047718783032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13843] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13843/stat : 13843 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047717730936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13844] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13844/stat : 13844 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047716678344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13845] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13845/stat : 13845 (java) S 13823 13826 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23724977 9856040960 30618 33554432000 1073741824 1073778376 140736270077776 140047715624360 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.40 2.25 2.20 3/213 13845
/proc/meminfo: memFree=29554688/32872528 swapFree=1402776/1580604
[pid=13826] ppid=13823 vsize=9625040 CPUtime=4.44 cores=1,3,5,7
/proc/13826/stat : 13826 (java) S 13823 13826 10680 0 -1 4202496 18804 0 1 0 440 4 0 0 20 0 19 0 23724923 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140736270068912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13826/statm: 2406260 42394 2273 9 0 2396937 0
[pid=13826/tid=13828] ppid=13823 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/13826/task/13828/stat : 13828 (java) R 13823 13826 10680 0 -1 4202560 2465 0 1 0 303 2 0 0 20 0 19 0 23724924 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047899909840 140047761017808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13829] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13829/stat : 13829 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047743613736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13830] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13830/stat : 13830 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047742560936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13831] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13831/stat : 13831 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047741508648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13832] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13832/stat : 13832 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047740455848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13833] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13833/stat : 13833 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047739402536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13834] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13834/stat : 13834 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047738349736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13835] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13835/stat : 13835 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047737297448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13836] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13836/stat : 13836 (java) S 13823 13826 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047736244648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13837] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13837/stat : 13837 (java) S 13823 13826 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047724047080 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13838] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13838/stat : 13838 (java) S 13823 13826 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047722993144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13839] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13839/stat : 13839 (java) S 13823 13826 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047721940744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13840] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13840/stat : 13840 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047720889232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13841] ppid=13823 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/13826/task/13841/stat : 13841 (java) S 13823 13826 10680 0 -1 4202560 10128 0 0 0 81 2 0 0 20 0 19 0 23724930 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047719835832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13842] ppid=13823 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/13826/task/13842/stat : 13842 (java) S 13823 13826 10680 0 -1 4202560 4934 0 0 0 52 0 0 0 20 0 19 0 23724930 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047718783032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13843] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13843/stat : 13843 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047717730936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13844] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13844/stat : 13844 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047716678344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13845] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13845/stat : 13845 (java) S 13823 13826 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23724977 9856040960 42394 33554432000 1073741824 1073778376 140736270077776 140047715624360 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.37 2.25 2.20 3/213 13845
/proc/meminfo: memFree=29522452/32872528 swapFree=1402776/1580604
[pid=13826] ppid=13823 vsize=9625040 CPUtime=7.71 cores=1,3,5,7
/proc/13826/stat : 13826 (java) S 13823 13826 10680 0 -1 4202496 18852 0 1 0 765 6 0 0 20 0 19 0 23724923 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140736270068912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13826/statm: 2406260 44827 2287 9 0 2396937 0
[pid=13826/tid=13828] ppid=13823 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/13826/task/13828/stat : 13828 (java) R 13823 13826 10680 0 -1 4202560 2475 0 1 0 621 3 0 0 20 0 19 0 23724924 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047899909824 140047761028890 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13829] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13829/stat : 13829 (java) S 13823 13826 10680 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047743613736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13830] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13830/stat : 13830 (java) S 13823 13826 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047742560936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13831] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13831/stat : 13831 (java) S 13823 13826 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047741508648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13832] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13832/stat : 13832 (java) S 13823 13826 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047740455848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13833] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13833/stat : 13833 (java) S 13823 13826 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047739402536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13834] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13834/stat : 13834 (java) S 13823 13826 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047738349736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13835] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13835/stat : 13835 (java) S 13823 13826 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047737297448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13836] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13836/stat : 13836 (java) S 13823 13826 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23724926 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047736244648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13837] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13837/stat : 13837 (java) S 13823 13826 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047724047080 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13838] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13838/stat : 13838 (java) S 13823 13826 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047722993144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13839] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13839/stat : 13839 (java) S 13823 13826 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047721940744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13840] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13840/stat : 13840 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047720889232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13841] ppid=13823 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/13826/task/13841/stat : 13841 (java) S 13823 13826 10680 0 -1 4202560 10128 0 0 0 82 2 0 0 20 0 19 0 23724930 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047719835832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13842] ppid=13823 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13826/task/13842/stat : 13842 (java) S 13823 13826 10680 0 -1 4202560 4934 0 0 0 53 0 0 0 20 0 19 0 23724930 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047718783032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13843] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13843/stat : 13843 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047717730936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13844] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13844/stat : 13844 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047716678344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13845] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13845/stat : 13845 (java) S 13823 13826 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23724977 9856040960 44827 33554432000 1073741824 1073778376 140736270077776 140047715624360 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 9625040


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

[pid=13826/tid=13838] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13838/stat : 13838 (java) S 13823 13826 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 81084 33554432000 1073741824 1073778376 140736270077776 140047722993144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13839] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13839/stat : 13839 (java) S 13823 13826 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 81084 33554432000 1073741824 1073778376 140736270077776 140047721940744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13840] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13840/stat : 13840 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 81084 33554432000 1073741824 1073778376 140736270077776 140047720889232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13841] ppid=13823 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/13826/task/13841/stat : 13841 (java) S 13823 13826 10680 0 -1 4202560 10136 0 0 0 89 2 0 0 20 0 19 0 23724930 9856040960 81084 33554432000 1073741824 1073778376 140736270077776 140047719835832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13842] ppid=13823 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13826/task/13842/stat : 13842 (java) S 13823 13826 10680 0 -1 4202560 4934 0 0 0 53 0 0 0 20 0 19 0 23724930 9856040960 81084 33554432000 1073741824 1073778376 140736270077776 140047718783032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13843] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13843/stat : 13843 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 81084 33554432000 1073741824 1073778376 140736270077776 140047717730936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13844] ppid=13823 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/13826/task/13844/stat : 13844 (java) S 13823 13826 10680 0 -1 4202560 98 0 0 0 20 24 0 0 20 0 19 0 23724930 9856040960 81084 33554432000 1073741824 1073778376 140736270077776 140047716678344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13845] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13845/stat : 13845 (java) S 13823 13826 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23724977 9856040960 81084 33554432000 1073741824 1073778376 140736270077776 140047715624360 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1734.79
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.23 2.24 3/213 13954
/proc/meminfo: memFree=28398908/32872528 swapFree=1402776/1580604
[pid=13826] ppid=13823 vsize=9625040 CPUtime=1795.35 cores=1,3,5,7
/proc/13826/stat : 13826 (java) S 13823 13826 10680 0 -1 4202496 29401 0 1 0 179457 78 0 0 20 0 19 0 23724923 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140736270068912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13826/statm: 2406260 82722 2296 9 0 2396937 0
[pid=13826/tid=13828] ppid=13823 vsize=9625040 CPUtime=1776.39 cores=1,3,5,7
/proc/13826/task/13828/stat : 13828 (java) R 13823 13826 10680 0 -1 4202560 2730 0 1 0 177607 32 0 0 20 0 19 0 23724924 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047899917648 140047761011251 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13829] ppid=13823 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/13826/task/13829/stat : 13829 (java) S 13823 13826 10680 0 -1 4202560 1177 0 0 0 185 7 0 0 20 0 19 0 23724926 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047743613736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13830] ppid=13823 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/13826/task/13830/stat : 13830 (java) S 13823 13826 10680 0 -1 4202560 1259 0 0 0 199 6 0 0 20 0 19 0 23724926 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047742560936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13831] ppid=13823 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/13826/task/13831/stat : 13831 (java) S 13823 13826 10680 0 -1 4202560 1469 0 0 0 198 5 0 0 20 0 19 0 23724926 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047741508648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13832] ppid=13823 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/13826/task/13832/stat : 13832 (java) S 13823 13826 10680 0 -1 4202560 1558 0 0 0 208 6 0 0 20 0 19 0 23724926 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047740455848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13833] ppid=13823 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/13826/task/13833/stat : 13833 (java) S 13823 13826 10680 0 -1 4202560 1058 0 0 0 199 5 0 0 20 0 19 0 23724926 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047739402536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13834] ppid=13823 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/13826/task/13834/stat : 13834 (java) S 13823 13826 10680 0 -1 4202560 1160 0 0 0 197 6 0 0 20 0 19 0 23724926 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047738349736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13835] ppid=13823 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/13826/task/13835/stat : 13835 (java) S 13823 13826 10680 0 -1 4202560 860 0 0 0 203 5 0 0 20 0 19 0 23724926 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047737297448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13836] ppid=13823 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/13826/task/13836/stat : 13836 (java) S 13823 13826 10680 0 -1 4202560 1466 0 0 0 193 7 0 0 20 0 19 0 23724926 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047736244648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13837] ppid=13823 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/13826/task/13837/stat : 13837 (java) S 13823 13826 10680 0 -1 4202560 229 0 0 0 102 5 0 0 20 0 19 0 23724927 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047724047080 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13838] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13838/stat : 13838 (java) S 13823 13826 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047722993144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13839] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13839/stat : 13839 (java) S 13823 13826 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047721940744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13840] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13840/stat : 13840 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047720889232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13841] ppid=13823 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/13826/task/13841/stat : 13841 (java) S 13823 13826 10680 0 -1 4202560 10136 0 0 0 89 2 0 0 20 0 19 0 23724930 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047719835832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13842] ppid=13823 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13826/task/13842/stat : 13842 (java) S 13823 13826 10680 0 -1 4202560 4934 0 0 0 53 0 0 0 20 0 19 0 23724930 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047718783032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13843] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13843/stat : 13843 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047717730936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13844] ppid=13823 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13826/task/13844/stat : 13844 (java) S 13823 13826 10680 0 -1 4202560 102 0 0 0 20 25 0 0 20 0 19 0 23724930 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047716678344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13845] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13845/stat : 13845 (java) S 13823 13826 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23724977 9856040960 82722 33554432000 1073741824 1073778376 140736270077776 140047715624360 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1795.35
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.9 s]
/proc/loadavg: 2.15 2.23 2.24 3/213 13954
/proc/meminfo: memFree=28398912/32872528 swapFree=1402776/1580604
[pid=13826] ppid=13823 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/13826/stat : 13826 (java) S 13823 13826 10680 0 -1 4202496 29405 0 1 0 179925 78 0 0 20 0 19 0 23724923 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140736270068912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13826/statm: 2406260 82725 2296 9 0 2396937 0
[pid=13826/tid=13828] ppid=13823 vsize=9625040 CPUtime=1780.97 cores=1,3,5,7
/proc/13826/task/13828/stat : 13828 (java) R 13823 13826 10680 0 -1 4202560 2731 0 1 0 178065 32 0 0 20 0 19 0 23724924 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047899909920 140047760938957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13829] ppid=13823 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/13826/task/13829/stat : 13829 (java) S 13823 13826 10680 0 -1 4202560 1177 0 0 0 186 7 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047743613736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13830] ppid=13823 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/13826/task/13830/stat : 13830 (java) S 13823 13826 10680 0 -1 4202560 1259 0 0 0 200 6 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047742560936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13831] ppid=13823 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/13826/task/13831/stat : 13831 (java) S 13823 13826 10680 0 -1 4202560 1469 0 0 0 199 5 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047741508648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13832] ppid=13823 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/13826/task/13832/stat : 13832 (java) S 13823 13826 10680 0 -1 4202560 1558 0 0 0 209 6 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047740455848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13833] ppid=13823 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/13826/task/13833/stat : 13833 (java) S 13823 13826 10680 0 -1 4202560 1058 0 0 0 200 5 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047739402536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13834] ppid=13823 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/13826/task/13834/stat : 13834 (java) S 13823 13826 10680 0 -1 4202560 1160 0 0 0 199 6 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047738349736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13835] ppid=13823 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/13826/task/13835/stat : 13835 (java) S 13823 13826 10680 0 -1 4202560 860 0 0 0 204 5 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047737297448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13836] ppid=13823 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/13826/task/13836/stat : 13836 (java) S 13823 13826 10680 0 -1 4202560 1466 0 0 0 195 7 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047736244648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13837] ppid=13823 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/13826/task/13837/stat : 13837 (java) S 13823 13826 10680 0 -1 4202560 232 0 0 0 102 5 0 0 20 0 19 0 23724927 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047724047080 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13838] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13838/stat : 13838 (java) S 13823 13826 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047722993144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13839] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13839/stat : 13839 (java) S 13823 13826 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047721940744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13840] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13840/stat : 13840 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047720889232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13841] ppid=13823 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/13826/task/13841/stat : 13841 (java) S 13823 13826 10680 0 -1 4202560 10136 0 0 0 89 2 0 0 20 0 19 0 23724930 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047719835832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13842] ppid=13823 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13826/task/13842/stat : 13842 (java) S 13823 13826 10680 0 -1 4202560 4934 0 0 0 53 0 0 0 20 0 19 0 23724930 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047718783032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13843] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13843/stat : 13843 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047717730936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13844] ppid=13823 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13826/task/13844/stat : 13844 (java) S 13823 13826 10680 0 -1 4202560 102 0 0 0 20 25 0 0 20 0 19 0 23724930 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047716678344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13845] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13845/stat : 13845 (java) S 13823 13826 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23724977 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047715624360 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 13826 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1786.9 s]
/proc/loadavg: 2.15 2.23 2.24 3/213 13954
/proc/meminfo: memFree=28398912/32872528 swapFree=1402776/1580604
[pid=13826] ppid=13823 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/13826/stat : 13826 (java) S 13823 13826 10680 0 -1 4202496 29405 0 1 0 179925 78 0 0 20 0 19 0 23724923 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140736270068912 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13826/statm: 2406260 82725 2296 9 0 2396937 0
[pid=13826/tid=13828] ppid=13823 vsize=9625040 CPUtime=1780.97 cores=1,3,5,7
/proc/13826/task/13828/stat : 13828 (java) R 13823 13826 10680 0 -1 4202560 2731 0 1 0 178065 32 0 0 20 0 19 0 23724924 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047899909920 140047760938957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13829] ppid=13823 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/13826/task/13829/stat : 13829 (java) S 13823 13826 10680 0 -1 4202560 1177 0 0 0 186 7 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047743613736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13830] ppid=13823 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/13826/task/13830/stat : 13830 (java) S 13823 13826 10680 0 -1 4202560 1259 0 0 0 200 6 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047742560936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13831] ppid=13823 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/13826/task/13831/stat : 13831 (java) S 13823 13826 10680 0 -1 4202560 1469 0 0 0 199 5 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047741508648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13832] ppid=13823 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/13826/task/13832/stat : 13832 (java) S 13823 13826 10680 0 -1 4202560 1558 0 0 0 209 6 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047740455848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13833] ppid=13823 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/13826/task/13833/stat : 13833 (java) S 13823 13826 10680 0 -1 4202560 1058 0 0 0 200 5 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047739402536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13834] ppid=13823 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/13826/task/13834/stat : 13834 (java) S 13823 13826 10680 0 -1 4202560 1160 0 0 0 199 6 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047738349736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13835] ppid=13823 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/13826/task/13835/stat : 13835 (java) S 13823 13826 10680 0 -1 4202560 860 0 0 0 204 5 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047737297448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13836] ppid=13823 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/13826/task/13836/stat : 13836 (java) S 13823 13826 10680 0 -1 4202560 1466 0 0 0 195 7 0 0 20 0 19 0 23724926 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047736244648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13826/tid=13837] ppid=13823 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/13826/task/13837/stat : 13837 (java) S 13823 13826 10680 0 -1 4202560 232 0 0 0 102 5 0 0 20 0 19 0 23724927 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047724047080 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13838] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13838/stat : 13838 (java) S 13823 13826 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047722993144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13839] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13839/stat : 13839 (java) S 13823 13826 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23724927 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047721940744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13840] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13840/stat : 13840 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047720889232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13841] ppid=13823 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/13826/task/13841/stat : 13841 (java) S 13823 13826 10680 0 -1 4202560 10136 0 0 0 89 2 0 0 20 0 19 0 23724930 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047719835832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13826/tid=13842] ppid=13823 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/13826/task/13842/stat : 13842 (java) S 13823 13826 10680 0 -1 4202560 4934 0 0 0 53 0 0 0 20 0 19 0 23724930 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047718783032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13843] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13843/stat : 13843 (java) S 13823 13826 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23724930 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047717730936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13826/tid=13844] ppid=13823 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13826/task/13844/stat : 13844 (java) S 13823 13826 10680 0 -1 4202560 102 0 0 0 20 25 0 0 20 0 19 0 23724930 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047716678344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13826/tid=13845] ppid=13823 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13826/task/13845/stat : 13845 (java) S 13823 13826 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23724977 9856040960 82725 33554432000 1073741824 1073778376 140736270077776 140047715624360 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1786.94
CPU time (s): 1800.63
CPU user time (s): 1799.38
CPU system time (s): 1.25081
CPU usage (%): 100.766
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 1.25081
maximum resident set size= 459452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29436
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45616
involuntary context switches= 40525

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2223 second user time and 12.3931 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 04:26:32
IDJOB=4100677
IDBENCH=1647
IDSOLVER=2546
FILE ID=node139/4100677-1466216792
RUNJOBID= node139-1466206053-10697
PBS_JOBID= 19918138
Free space on /tmp= 71592 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scagr25.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100677-1466216792/watcher-4100677-1466216792 -o /tmp/evaluation-result-4100677-1466216792/solver-4100677-1466216792 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100677-1466216792.opb

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

MD5SUM BENCH= b63141b317e602f06e6dedfad8ff4e9a
RANDOM SEED=605833897

node139.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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
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.500
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.500
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.500
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.56
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.500
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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.56
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.500
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.500
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:        29685224 kB
Buffers:          103924 kB
Cached:            89620 kB
SwapCached:         1900 kB
Active:           733376 kB
Inactive:         132232 kB
Active(anon):     673212 kB
Inactive(anon):     1472 kB
Active(file):      60164 kB
Inactive(file):   130760 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099480 kB
Dirty:              1000 kB
Writeback:             0 kB
AnonPages:       2254588 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             602520 kB
SReclaimable:      46424 kB
SUnreclaim:       556096 kB
KernelStack:        1608 kB
PageTables:         9012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2380800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    827392 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= 71592 MiB
End job on node139 at 2016-06-18 04:56:19