Trace number 4119438

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)495 1800.01 1795.44

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_clique-30.opb
MD5SUMfea51cc67015116d9598bd78f7d7fded
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark495
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables90
Total number of constraints30
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 1305
Biggest coefficient in the objective function 29
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 13485
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 13485
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)1305
Sum of products size (including duplicates)2610
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4119438-1467258227.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
0.22/0.25	c ... done. Wall clock time 0.137s.
0.22/0.25	c declared #vars     90
0.22/0.25	c internal #vars     1395
0.22/0.25	c #constraints  2670
0.22/0.25	c constraints type 
0.22/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1335
0.22/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.22/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1305
0.22/0.25	c 2670 constraints processed.
0.22/0.25	c objective function length is 1305 literals
0.42/0.38	c SATISFIABLE
0.42/0.38	c OPTIMIZING...
0.42/0.38	c Got one! Elapsed wall clock time (in seconds):0.266
0.42/0.38	o 495
1.34/0.88	c cleaning 2554 clauses out of 5117 with flag 12312/5117
2.02/1.31	c cleaning 4281 clauses out of 8562 with flag 27686/11116
2.42/1.79	c cleaning 5641 clauses out of 11281 with flag 44362/18116
3.03/2.35	c cleaning 6818 clauses out of 13640 with flag 63201/26116
3.64/2.99	c cleaning 7909 clauses out of 15823 with flag 84730/35117
4.45/3.73	c cleaning 8952 clauses out of 17913 with flag 108176/45116
5.27/4.58	c cleaning 9979 clauses out of 19961 with flag 134243/56116
6.27/5.50	c cleaning 10988 clauses out of 21982 with flag 163046/68116
7.27/6.55	c cleaning 11997 clauses out of 23994 with flag 194682/81116
8.37/7.69	c cleaning 12999 clauses out of 25997 with flag 231391/95116
9.67/8.97	c cleaning 13995 clauses out of 27998 with flag 268480/110116
10.96/10.29	c cleaning 14998 clauses out of 30003 with flag 307247/126116
12.46/11.74	c cleaning 16000 clauses out of 32006 with flag 347924/143117
14.07/13.33	c cleaning 16999 clauses out of 34006 with flag 391356/161117
15.76/15.00	c cleaning 18004 clauses out of 36008 with flag 434766/180118
17.46/16.77	c cleaning 18996 clauses out of 38003 with flag 480464/200117
19.39/18.60	c cleaning 19997 clauses out of 40007 with flag 527149/221117
21.39/20.63	c cleaning 21004 clauses out of 42010 with flag 575819/243117
23.49/22.78	c cleaning 21996 clauses out of 44005 with flag 627372/266116
25.79/25.06	c cleaning 22999 clauses out of 46010 with flag 682959/290117
28.19/27.42	c cleaning 23999 clauses out of 48010 with flag 744040/315116
30.60/29.87	c cleaning 24999 clauses out of 50012 with flag 804592/341117
33.19/32.49	c cleaning 26002 clauses out of 52013 with flag 865400/368117
36.00/35.30	c cleaning 26997 clauses out of 54010 with flag 929395/396116
39.09/38.32	c cleaning 28001 clauses out of 56014 with flag 992413/425117
42.07/41.30	c cleaning 29000 clauses out of 58012 with flag 1059953/455116
45.27/44.45	c cleaning 30003 clauses out of 60013 with flag 1130416/486117
48.57/47.79	c cleaning 31004 clauses out of 62010 with flag 1202293/518117
52.07/51.25	c cleaning 32001 clauses out of 64006 with flag 1275617/551117
55.77/54.91	c cleaning 32997 clauses out of 66004 with flag 1351314/585116
59.57/58.79	c cleaning 34004 clauses out of 68009 with flag 1429395/620118
63.68/62.86	c cleaning 35000 clauses out of 70003 with flag 1510277/656116
67.87/67.01	c cleaning 35995 clauses out of 72003 with flag 1594389/693116
72.30/71.43	c cleaning 37000 clauses out of 74008 with flag 1678459/731116
76.91/76.03	c cleaning 38003 clauses out of 76010 with flag 1764727/770118
81.60/80.79	c cleaning 38996 clauses out of 78006 with flag 1851794/810117
86.72/85.83	c cleaning 40001 clauses out of 80010 with flag 1942266/851117
91.91/91.01	c cleaning 41002 clauses out of 82009 with flag 2036137/893117
97.31/96.46	c cleaning 41996 clauses out of 84006 with flag 2129156/936116
102.91/102.09	c cleaning 43005 clauses out of 86011 with flag 2230246/980117
108.63/107.78	c cleaning 43996 clauses out of 88006 with flag 2333056/1025117
114.73/113.84	c cleaning 44999 clauses out of 90009 with flag 2436923/1071116
120.84/119.97	c cleaning 46003 clauses out of 92011 with flag 2546418/1118117
127.93/127.00	c cleaning 46999 clauses out of 94007 with flag 2656117/1166116
134.23/133.33	c cleaning 47999 clauses out of 96009 with flag 2770140/1215117
140.53/139.63	c cleaning 49002 clauses out of 98010 with flag 2884699/1265117
146.89/145.92	c cleaning 49997 clauses out of 100007 with flag 3000580/1316116
153.59/152.67	c cleaning 50999 clauses out of 102010 with flag 3116436/1368116
161.09/160.19	c cleaning 52003 clauses out of 104011 with flag 3237037/1421116
169.30/168.33	c cleaning 53002 clauses out of 106009 with flag 3358668/1475117
177.19/176.20	c cleaning 54002 clauses out of 108007 with flag 3477630/1530117
184.80/183.82	c cleaning 54998 clauses out of 110006 with flag 3613178/1586118
191.87/190.88	c cleaning 55999 clauses out of 112007 with flag 3741694/1643117
199.37/198.36	c cleaning 57005 clauses out of 114009 with flag 3866928/1701118
207.46/206.48	c cleaning 58000 clauses out of 116005 with flag 3999593/1760119
216.17/215.19	c cleaning 59000 clauses out of 118002 with flag 4132564/1820116
225.37/224.31	c cleaning 59998 clauses out of 120003 with flag 4266960/1881117
234.02/232.95	c cleaning 60997 clauses out of 122004 with flag 4404813/1943116
242.72/241.66	c cleaning 62001 clauses out of 124007 with flag 4546870/2006116
252.13/251.03	c cleaning 63000 clauses out of 126006 with flag 4687938/2070116
261.43/260.34	c cleaning 64000 clauses out of 128006 with flag 4832980/2135116
271.22/270.07	c cleaning 65004 clauses out of 130007 with flag 4978107/2201117
281.33/280.12	c cleaning 66000 clauses out of 132003 with flag 5122878/2268117
291.53/290.38	c cleaning 67001 clauses out of 134003 with flag 5274973/2336117
303.13/301.93	c cleaning 67998 clauses out of 136002 with flag 5424012/2405117
314.04/312.78	c cleaning 69000 clauses out of 138003 with flag 5577388/2475116
324.74/323.42	c cleaning 69994 clauses out of 140003 with flag 5732268/2546116
335.65/334.39	c cleaning 71000 clauses out of 142010 with flag 5887473/2618117
346.74/345.34	c cleaning 72004 clauses out of 144009 with flag 6042478/2691116
358.43/357.05	c cleaning 73003 clauses out of 146005 with flag 6198157/2765116
370.34/368.94	c cleaning 73999 clauses out of 148002 with flag 6359704/2840116
381.94/380.48	c cleaning 74996 clauses out of 150003 with flag 6522031/2916116
394.05/392.60	c cleaning 75996 clauses out of 152007 with flag 6687797/2993116
407.16/405.67	c cleaning 77003 clauses out of 154012 with flag 6853757/3071117
420.97/419.41	c cleaning 78000 clauses out of 156008 with flag 7021380/3150116
435.61/434.01	c cleaning 79004 clauses out of 158008 with flag 7194507/3230116
449.92/448.34	c cleaning 79998 clauses out of 160004 with flag 7372521/3311116
465.02/463.30	c cleaning 80998 clauses out of 162006 with flag 7548355/3393116
479.33/477.65	c cleaning 81998 clauses out of 164010 with flag 7729738/3476118
494.74/493.08	c cleaning 83005 clauses out of 166011 with flag 7908692/3560117
509.94/508.19	c cleaning 84001 clauses out of 168006 with flag 8088034/3645117
526.35/524.51	c cleaning 84994 clauses out of 170004 with flag 8266351/3731116
543.46/541.67	c cleaning 85999 clauses out of 172012 with flag 8446833/3818118
558.82/556.93	c cleaning 87000 clauses out of 174011 with flag 8632850/3906116
575.32/573.47	c cleaning 88003 clauses out of 176011 with flag 8828201/3995116
592.18/590.27	c cleaning 88997 clauses out of 178008 with flag 9019764/4085116
608.10/606.12	c cleaning 89996 clauses out of 180014 with flag 9214937/4176119
624.70/622.79	c cleaning 91006 clauses out of 182016 with flag 9411881/4268117
640.62/638.61	c cleaning 92001 clauses out of 184009 with flag 9615095/4361116
658.12/656.19	c cleaning 92995 clauses out of 186008 with flag 9819177/4455116
678.27/676.23	c cleaning 93997 clauses out of 188014 with flag 10017974/4550117
697.29/695.21	c cleaning 95004 clauses out of 190016 with flag 10219219/4646116
714.58/712.45	c cleaning 96005 clauses out of 192013 with flag 10425370/4743117
731.98/729.89	c cleaning 97001 clauses out of 194007 with flag 10635434/4841116
750.57/748.32	c cleaning 97999 clauses out of 196006 with flag 10847758/4940116
770.79/768.50	c cleaning 99001 clauses out of 198007 with flag 11054335/5040116
789.28/786.91	c cleaning 99994 clauses out of 200006 with flag 11272338/5141116
807.60/805.27	c cleaning 100993 clauses out of 202012 with flag 11498254/5243116
825.89/823.49	c cleaning 102008 clauses out of 204019 with flag 11722832/5346116
847.40/844.92	c cleaning 103003 clauses out of 206011 with flag 11942628/5450116
866.85/864.31	c cleaning 103997 clauses out of 208008 with flag 12164749/5555116
887.56/885.04	c cleaning 105005 clauses out of 210012 with flag 12391959/5661117
907.34/904.73	c cleaning 105994 clauses out of 212006 with flag 12622296/5768116
928.23/925.58	c cleaning 107001 clauses out of 214012 with flag 12856075/5876116
951.73/949.01	c cleaning 108000 clauses out of 216011 with flag 13090003/5985116
974.10/971.34	c cleaning 108998 clauses out of 218011 with flag 13320424/6095116
995.91/993.20	c cleaning 109999 clauses out of 220013 with flag 13556469/6206116
1017.27/1014.44	c cleaning 111002 clauses out of 222014 with flag 13797002/6318116
1037.53/1034.60	c cleaning 112001 clauses out of 224012 with flag 14045604/6431116
1060.23/1057.31	c cleaning 113000 clauses out of 226011 with flag 14292341/6545116
1081.86/1078.97	c cleaning 114003 clauses out of 228011 with flag 14540191/6660116
1105.15/1102.16	c cleaning 114999 clauses out of 230009 with flag 14789854/6776117
1131.42/1128.33	c cleaning 115996 clauses out of 232009 with flag 15050350/6893116
1153.43/1150.37	c cleaning 117006 clauses out of 234014 with flag 15317310/7011117
1178.28/1175.15	c cleaning 117997 clauses out of 236007 with flag 15581094/7130116
1207.58/1204.35	c cleaning 119003 clauses out of 238010 with flag 15842466/7250116
1236.97/1233.69	c cleaning 119999 clauses out of 240008 with flag 16099046/7371117
1267.47/1264.17	c cleaning 121000 clauses out of 242009 with flag 16357042/7493117
1296.91/1293.59	c cleaning 121995 clauses out of 244008 with flag 16622659/7616116
1325.99/1322.55	c cleaning 122999 clauses out of 246014 with flag 16895217/7740117
1354.77/1351.28	c cleaning 123999 clauses out of 248014 with flag 17166482/7865116
1384.18/1380.54	c cleaning 125002 clauses out of 250015 with flag 17436037/7991116
1416.86/1413.18	c cleaning 126004 clauses out of 252013 with flag 17708837/8118116
1450.64/1446.87	c cleaning 126997 clauses out of 254010 with flag 17984669/8246117
1479.64/1475.76	c cleaning 128000 clauses out of 256012 with flag 18257566/8375116
1509.40/1505.48	c cleaning 128998 clauses out of 258012 with flag 18530013/8505116
1543.29/1539.27	c cleaning 130001 clauses out of 260014 with flag 18830055/8636116
1576.36/1572.21	c cleaning 131005 clauses out of 262014 with flag 19109598/8768117
1606.55/1602.31	c cleaning 132003 clauses out of 264009 with flag 19396703/8901117
1636.93/1632.67	c cleaning 133002 clauses out of 266007 with flag 19690429/9035118
1673.02/1668.69	c cleaning 133994 clauses out of 268003 with flag 19980312/9170116
1707.81/1703.38	c cleaning 134998 clauses out of 270009 with flag 20278597/9306116
1744.74/1740.21	c cleaning 136000 clauses out of 272011 with flag 20586418/9443116
1784.58/1780.02	c cleaning 136998 clauses out of 274011 with flag 20886030/9581116
1800.01/1795.40	c starts		: 1668
1800.01/1795.40	c conflicts		: 9648910
1800.01/1795.40	c decisions		: 11381626
1800.01/1795.40	c propagations		: 759728435
1800.01/1795.40	c inspects		: 27568784123
1800.01/1795.40	c shortcuts		: 0
1800.01/1795.40	c learnt literals	: 0
1800.01/1795.40	c learnt binary clauses	: 0
1800.01/1795.40	c learnt ternary clauses	: 0
1800.01/1795.40	c learnt constraints	: 9648910
1800.01/1795.40	c ignored constraints	: 0
1800.01/1795.40	c root simplifications	: 0
1800.01/1795.40	c removed literals (reason simplification)	: 0
1800.01/1795.40	c reason swapping (by a shorter reason)	: 0
1800.01/1795.40	c Calls to reduceDB	: 134
1800.01/1795.40	c Number of update (reduction) of LBD	: 313427
1800.01/1795.40	c Imported unit clauses	: 0
1800.01/1795.40	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.40	c number of learned constraints concerned by reduction	: 0
1800.01/1795.40	c number of learning phase by resolution	: 0
1800.01/1795.40	c number of learning phase by cutting planes	: 0
1800.01/1795.40	c speed (assignments/second)	: 423212.6161326154
1800.01/1795.40	c non guided choices	47
1800.01/1795.43	c learnt constraints type 
1800.01/1795.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 204807
1800.01/1795.43	s SATISFIABLE
1800.01/1795.43	c Found 1 solution(s)
1800.01/1795.43	v -x1 x2 -x3 -x4 x5 -x6 -x7 x8 -x9 -x10 x11 -x12 -x13 x14 -x15 -x16 x17 -x18 -x19 x20 -x21 -x22 x23 -x24 -x25 x26 -x27 -x28 x29 -x30 x31 -x32 -x33 x34 -x35 -x36 x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 x66 -x67 -x68 x69 -x70 -x71 x72 -x73 -x74 x75 -x76 -x77 x78 -x79 -x80 x81 -x82 -x83 x84 -x85 -x86 x87 -x88 -x89 x90 
1800.01/1795.43	c objective function=495
1800.01/1795.43	c Total wall clock time (in seconds): 1795.319

Verifier Data

OK	495

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

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

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


[startup+0 s]
/proc/loadavg: 2.33 2.30 2.22 4/194 25677
/proc/meminfo: memFree=27649280/32872528 swapFree=1394328/1580332
[pid=25677] ppid=25674 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/25677/stat : 25677 (java) R 25674 25677 24014 0 -1 4202496 468 0 0 0 0 0 0 0 20 0 1 0 15851250 9379840 123 33554432000 1073741824 1073778376 140734306256096 140734306253224 248793567712 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25677/statm: 2323 129 99 9 0 71 0

[startup+0.10016 s]
/proc/loadavg: 2.33 2.30 2.22 4/194 25677
/proc/meminfo: memFree=27649280/32872528 swapFree=1394328/1580332
[pid=25677] ppid=25674 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/25677/stat : 25677 (java) S 25674 25677 24014 0 -1 4202496 4441 0 1 0 7 1 0 0 20 0 18 0 15851250 9787879424 5564 33554432000 1073741824 1073778376 140734306256096 140734306247232 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25677/statm: 2389619 5564 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200245 s]
/proc/loadavg: 2.33 2.30 2.22 4/194 25677
/proc/meminfo: memFree=27649280/32872528 swapFree=1394328/1580332
[pid=25677] ppid=25674 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/25677/stat : 25677 (java) S 25674 25677 24014 0 -1 4202496 4647 0 1 0 21 1 0 0 20 0 18 0 15851250 9787879424 6281 33554432000 1073741824 1073778376 140734306256096 140734306247232 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25677/statm: 2389619 6281 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300211 s]
/proc/loadavg: 2.33 2.30 2.22 4/194 25677
/proc/meminfo: memFree=27649280/32872528 swapFree=1394328/1580332
[pid=25677] ppid=25674 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25677/stat : 25677 (java) S 25674 25677 24014 0 -1 4202496 5163 0 1 0 40 2 0 0 20 0 19 0 15851250 9856040960 7579 33554432000 1073741824 1073778376 140734306256096 140734306247232 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25677/statm: 2406260 7579 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9625040

[startup+0.700269 s]
/proc/loadavg: 2.33 2.30 2.22 4/194 25677
/proc/meminfo: memFree=27649280/32872528 swapFree=1394328/1580332
[pid=25677] ppid=25674 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/25677/stat : 25677 (java) S 25674 25677 24014 0 -1 4202496 10827 0 1 0 120 3 0 0 20 0 19 0 15851250 9856040960 9924 33554432000 1073741824 1073778376 140734306256096 140734306247232 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25677/statm: 2406260 9924 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.33 2.30 2.22 4/213 25696
/proc/meminfo: memFree=27613272/32872528 swapFree=1394328/1580332
[pid=25677] ppid=25674 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/25677/stat : 25677 (java) S 25674 25677 24014 0 -1 4202496 12207 0 1 0 219 3 0 0 20 0 19 0 15851250 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140734306247232 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25677/statm: 2406260 11540 2262 9 0 2396937 0
[pid=25677/tid=25679] ppid=25674 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/25677/task/25679/stat : 25679 (java) R 25674 25677 24014 0 -1 4202560 2480 0 1 0 144 2 0 0 20 0 19 0 15851251 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700507414520 140700447692434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25680] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25680/stat : 25680 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700446144936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25681] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25681/stat : 25681 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700349577768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25682] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25682/stat : 25682 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700348524712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25683] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25683/stat : 25683 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700347472168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25684] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25684/stat : 25684 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700346420136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25685] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25685/stat : 25685 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700345367592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25686] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25686/stat : 25686 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700344314536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25687] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25687/stat : 25687 (java) S 25674 25677 24014 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700343261992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25688] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25688/stat : 25688 (java) S 25674 25677 24014 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 15851253 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700331063656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25689] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25689/stat : 25689 (java) S 25674 25677 24014 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700330009976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25690] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25690/stat : 25690 (java) S 25674 25677 24014 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700328956808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25691] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25691/stat : 25691 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700327905552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25692] ppid=25674 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25677/task/25692/stat : 25692 (java) S 25674 25677 24014 0 -1 4202560 3792 0 0 0 41 0 0 0 20 0 19 0 15851256 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700326853432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25693] ppid=25674 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25677/task/25693/stat : 25693 (java) S 25674 25677 24014 0 -1 4202560 4658 0 0 0 30 2 0 0 20 0 19 0 15851256 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700325800888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25694] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25694/stat : 25694 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700324748024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25695] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25695/stat : 25695 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700323695688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25696] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25696/stat : 25696 (java) S 25674 25677 24014 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 15851276 9856040960 11540 33554432000 1073741824 1073778376 140734306256096 140700322640936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.33 2.30 2.22 4/213 25696
/proc/meminfo: memFree=27605088/32872528 swapFree=1394328/1580332
[pid=25677] ppid=25674 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/25677/stat : 25677 (java) S 25674 25677 24014 0 -1 4202496 12218 0 1 0 382 3 0 0 20 0 19 0 15851250 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140734306247232 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25677/statm: 2406260 15128 2262 9 0 2396937 0
[pid=25677/tid=25679] ppid=25674 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/25677/task/25679/stat : 25679 (java) R 25674 25677 24014 0 -1 4202560 2487 0 1 0 304 2 0 0 20 0 19 0 15851251 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700507406016 140700447707348 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25680] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25680/stat : 25680 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700446144936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25681] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25681/stat : 25681 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700349577768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25682] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25682/stat : 25682 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700348524712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25683] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25683/stat : 25683 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700347472168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25684] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25684/stat : 25684 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700346420136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25685] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25685/stat : 25685 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700345367592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25686] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25686/stat : 25686 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700344314536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25687] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25687/stat : 25687 (java) S 25674 25677 24014 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700343261992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25688] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25688/stat : 25688 (java) S 25674 25677 24014 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 15851253 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700331063656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25689] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25689/stat : 25689 (java) S 25674 25677 24014 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700330009976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25690] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25690/stat : 25690 (java) S 25674 25677 24014 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700328956808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25691] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25691/stat : 25691 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700327905552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25692] ppid=25674 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25677/task/25692/stat : 25692 (java) S 25674 25677 24014 0 -1 4202560 3792 0 0 0 41 0 0 0 20 0 19 0 15851256 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700326853432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25693] ppid=25674 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/25677/task/25693/stat : 25693 (java) S 25674 25677 24014 0 -1 4202560 4662 0 0 0 33 2 0 0 20 0 19 0 15851256 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700325800888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25694] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25694/stat : 25694 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700324748024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25695] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25695/stat : 25695 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700323695688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25696] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25696/stat : 25696 (java) S 25674 25677 24014 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 15851276 9856040960 15128 33554432000 1073741824 1073778376 140734306256096 140700322640936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.30 2.29 2.22 3/213 25696
/proc/meminfo: memFree=27578848/32872528 swapFree=1394328/1580332
[pid=25677] ppid=25674 vsize=9625040 CPUtime=7.07 cores=0,2,4,6
/proc/25677/stat : 25677 (java) S 25674 25677 24014 0 -1 4202496 12234 0 1 0 703 4 0 0 20 0 19 0 15851250 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140734306247232 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25677/statm: 2406260 21050 2263 9 0 2396937 0
[pid=25677/tid=25679] ppid=25674 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/25677/task/25679/stat : 25679 (java) R 25674 25677 24014 0 -1 4202560 2500 0 1 0 623 2 0 0 20 0 19 0 15851251 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700507405984 140700447710676 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25680] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25680/stat : 25680 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700446144936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25681] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25681/stat : 25681 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700349577768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25682] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25682/stat : 25682 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700348524712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25683] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25683/stat : 25683 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700347472168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25684] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25684/stat : 25684 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700346420136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25685] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25685/stat : 25685 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700345367592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25686] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25686/stat : 25686 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700344314536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25687] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25687/stat : 25687 (java) S 25674 25677 24014 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 15851252 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700343261992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25688] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25688/stat : 25688 (java) S 25674 25677 24014 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 15851253 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700331063656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25689] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25689/stat : 25689 (java) S 25674 25677 24014 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700330009976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25690] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25690/stat : 25690 (java) S 25674 25677 24014 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700328956808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25691] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25691/stat : 25691 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700327905552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25692] ppid=25674 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25677/task/25692/stat : 25692 (java) S 25674 25677 24014 0 -1 4202560 3792 0 0 0 41 0 0 0 20 0 19 0 15851256 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700326853432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25693] ppid=25674 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/25677/task/25693/stat : 25693 (java) S 25674 25677 24014 0 -1 4202560 4664 0 0 0 34 2 0 0 20 0 19 0 15851256 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700325800888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25694] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25694/stat : 25694 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700324748024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25695] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25695/stat : 25695 (java) S 25674 25677 24014 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700323695688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25696] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25696/stat : 25696 (java) S 25674 25677 24014 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 15851276 9856040960 21050 33554432000 1073741824 1073778376 140734306256096 140700322640936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625040


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

[pid=25677/tid=25696] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25696/stat : 25696 (java) S 25674 25677 24014 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 15851276 9856040960 96469 33554432000 1073741824 1073778376 140734306256096 140700322640936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.72
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.19 2.21 3/213 25827
/proc/meminfo: memFree=27508000/32872528 swapFree=1394328/1580332
[pid=25677] ppid=25674 vsize=9625040 CPUtime=1726.84 cores=0,2,4,6
/proc/25677/stat : 25677 (java) S 25674 25677 24014 0 -1 4202496 15182 0 1 0 172612 72 0 0 20 0 19 0 15851250 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140734306247232 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25677/statm: 2406260 96013 2285 9 0 2396937 0
[pid=25677/tid=25679] ppid=25674 vsize=9625040 CPUtime=1716.26 cores=0,2,4,6
/proc/25677/task/25679/stat : 25679 (java) R 25674 25677 24014 0 -1 4202560 2588 0 1 0 171595 31 0 0 20 0 19 0 15851251 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700507413664 140700447711057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25680] ppid=25674 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/25677/task/25680/stat : 25680 (java) S 25674 25677 24014 0 -1 4202560 443 0 0 0 63 7 0 0 20 0 19 0 15851252 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700446144936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25681] ppid=25674 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/25677/task/25681/stat : 25681 (java) S 25674 25677 24014 0 -1 4202560 276 0 0 0 54 5 0 0 20 0 19 0 15851252 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700349577768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25682] ppid=25674 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/25677/task/25682/stat : 25682 (java) S 25674 25677 24014 0 -1 4202560 221 0 0 0 57 5 0 0 20 0 19 0 15851252 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700348524712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25683] ppid=25674 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/25677/task/25683/stat : 25683 (java) S 25674 25677 24014 0 -1 4202560 333 0 0 0 55 4 0 0 20 0 19 0 15851252 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700347472168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25684] ppid=25674 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/25677/task/25684/stat : 25684 (java) S 25674 25677 24014 0 -1 4202560 273 0 0 0 54 4 0 0 20 0 19 0 15851252 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700346420136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25685] ppid=25674 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/25677/task/25685/stat : 25685 (java) S 25674 25677 24014 0 -1 4202560 167 0 0 0 55 4 0 0 20 0 19 0 15851252 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700345367592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25686] ppid=25674 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/25677/task/25686/stat : 25686 (java) S 25674 25677 24014 0 -1 4202560 372 0 0 0 49 3 0 0 20 0 19 0 15851252 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700344314536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25687] ppid=25674 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/25677/task/25687/stat : 25687 (java) S 25674 25677 24014 0 -1 4202560 388 0 0 0 52 5 0 0 20 0 19 0 15851252 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700343261992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25688] ppid=25674 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25677/task/25688/stat : 25688 (java) S 25674 25677 24014 0 -1 4202560 146 0 0 0 15 2 0 0 20 0 19 0 15851253 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700331063656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25689] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25689/stat : 25689 (java) S 25674 25677 24014 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700330009976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25690] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25690/stat : 25690 (java) S 25674 25677 24014 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700328956808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25691] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25691/stat : 25691 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700327905552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25692] ppid=25674 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25677/task/25692/stat : 25692 (java) S 25674 25677 24014 0 -1 4202560 3792 0 0 0 41 0 0 0 20 0 19 0 15851256 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700326853432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25693] ppid=25674 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25677/task/25693/stat : 25693 (java) S 25674 25677 24014 0 -1 4202560 4819 0 0 0 37 2 0 0 20 0 19 0 15851256 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700325800888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25694] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25694/stat : 25694 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700324748024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25695] ppid=25674 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/25677/task/25695/stat : 25695 (java) S 25674 25677 24014 0 -1 4202560 100 0 0 0 27 32 0 0 20 0 19 0 15851256 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700323695688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25696] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25696/stat : 25696 (java) S 25674 25677 24014 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 15851276 9856040960 96013 33554432000 1073741824 1073778376 140734306256096 140700322640936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.84
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.20 2.21 4/212 25828
/proc/meminfo: memFree=26875456/32872528 swapFree=1394328/1580332
[pid=25677] ppid=25674 vsize=9625040 CPUtime=1786.88 cores=0,2,4,6
/proc/25677/stat : 25677 (java) S 25674 25677 24014 0 -1 4202496 15208 0 1 0 178615 73 0 0 20 0 19 0 15851250 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140734306247232 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25677/statm: 2406260 95711 2285 9 0 2396937 0
[pid=25677/tid=25679] ppid=25674 vsize=9625040 CPUtime=1776.06 cores=0,2,4,6
/proc/25677/task/25679/stat : 25679 (java) R 25674 25677 24014 0 -1 4202560 2589 0 1 0 177575 31 0 0 20 0 19 0 15851251 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700507405984 140700447645675 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25680] ppid=25674 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/25677/task/25680/stat : 25680 (java) S 25674 25677 24014 0 -1 4202560 443 0 0 0 63 7 0 0 20 0 19 0 15851252 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700446144936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25681] ppid=25674 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25677/task/25681/stat : 25681 (java) S 25674 25677 24014 0 -1 4202560 281 0 0 0 55 5 0 0 20 0 19 0 15851252 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700349577768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25682] ppid=25674 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/25677/task/25682/stat : 25682 (java) S 25674 25677 24014 0 -1 4202560 221 0 0 0 58 5 0 0 20 0 19 0 15851252 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700348524712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25683] ppid=25674 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25677/task/25683/stat : 25683 (java) S 25674 25677 24014 0 -1 4202560 344 0 0 0 56 4 0 0 20 0 19 0 15851252 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700347472168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25684] ppid=25674 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/25677/task/25684/stat : 25684 (java) S 25674 25677 24014 0 -1 4202560 275 0 0 0 55 4 0 0 20 0 19 0 15851252 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700346420136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25685] ppid=25674 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25677/task/25685/stat : 25685 (java) S 25674 25677 24014 0 -1 4202560 168 0 0 0 56 4 0 0 20 0 19 0 15851252 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700345367592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25686] ppid=25674 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/25677/task/25686/stat : 25686 (java) S 25674 25677 24014 0 -1 4202560 372 0 0 0 50 3 0 0 20 0 19 0 15851252 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700344314536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25687] ppid=25674 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/25677/task/25687/stat : 25687 (java) S 25674 25677 24014 0 -1 4202560 388 0 0 0 52 5 0 0 20 0 19 0 15851252 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700343261992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25688] ppid=25674 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25677/task/25688/stat : 25688 (java) S 25674 25677 24014 0 -1 4202560 148 0 0 0 16 2 0 0 20 0 19 0 15851253 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700331063656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25689] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25689/stat : 25689 (java) S 25674 25677 24014 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700330009976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25690] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25690/stat : 25690 (java) S 25674 25677 24014 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700328956808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25691] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25691/stat : 25691 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700327905552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25692] ppid=25674 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25677/task/25692/stat : 25692 (java) S 25674 25677 24014 0 -1 4202560 3792 0 0 0 41 0 0 0 20 0 19 0 15851256 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700326853432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25693] ppid=25674 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25677/task/25693/stat : 25693 (java) S 25674 25677 24014 0 -1 4202560 4819 0 0 0 37 2 0 0 20 0 19 0 15851256 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700325800888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25694] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25694/stat : 25694 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700324748024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25695] ppid=25674 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/25677/task/25695/stat : 25695 (java) S 25674 25677 24014 0 -1 4202560 104 0 0 0 28 33 0 0 20 0 19 0 15851256 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700323695688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25696] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25696/stat : 25696 (java) S 25674 25677 24014 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 15851276 9856040960 95711 33554432000 1073741824 1073778376 140734306256096 140700322640936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.88
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.22 2.20 2.21 3/213 25829
/proc/meminfo: memFree=26190000/32872528 swapFree=1394328/1580332
[pid=25677] ppid=25674 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/25677/stat : 25677 (java) S 25674 25677 24014 0 -1 4202496 15225 0 1 0 179928 73 0 0 20 0 19 0 15851250 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140734306247232 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25677/statm: 2406260 95611 2285 9 0 2396937 0
[pid=25677/tid=25679] ppid=25674 vsize=9625040 CPUtime=1789.11 cores=0,2,4,6
/proc/25677/task/25679/stat : 25679 (java) R 25674 25677 24014 0 -1 4202560 2590 0 1 0 178879 32 0 0 20 0 19 0 15851251 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700507413680 140700447711052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25680] ppid=25674 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/25677/task/25680/stat : 25680 (java) S 25674 25677 24014 0 -1 4202560 443 0 0 0 63 7 0 0 20 0 19 0 15851252 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700446144936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25681] ppid=25674 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/25677/task/25681/stat : 25681 (java) S 25674 25677 24014 0 -1 4202560 291 0 0 0 56 5 0 0 20 0 19 0 15851252 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700349577768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25682] ppid=25674 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/25677/task/25682/stat : 25682 (java) S 25674 25677 24014 0 -1 4202560 221 0 0 0 58 5 0 0 20 0 19 0 15851252 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700348524712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25683] ppid=25674 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25677/task/25683/stat : 25683 (java) S 25674 25677 24014 0 -1 4202560 344 0 0 0 56 4 0 0 20 0 19 0 15851252 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700347472168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25684] ppid=25674 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/25677/task/25684/stat : 25684 (java) S 25674 25677 24014 0 -1 4202560 275 0 0 0 56 4 0 0 20 0 19 0 15851252 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700346420136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25685] ppid=25674 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/25677/task/25685/stat : 25685 (java) S 25674 25677 24014 0 -1 4202560 170 0 0 0 57 4 0 0 20 0 19 0 15851252 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700345367592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25686] ppid=25674 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/25677/task/25686/stat : 25686 (java) S 25674 25677 24014 0 -1 4202560 372 0 0 0 51 3 0 0 20 0 19 0 15851252 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700344314536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25687] ppid=25674 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/25677/task/25687/stat : 25687 (java) S 25674 25677 24014 0 -1 4202560 388 0 0 0 53 5 0 0 20 0 19 0 15851252 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700343261992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25677/tid=25688] ppid=25674 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25677/task/25688/stat : 25688 (java) S 25674 25677 24014 0 -1 4202560 150 0 0 0 16 2 0 0 20 0 19 0 15851253 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700331063656 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25689] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25689/stat : 25689 (java) S 25674 25677 24014 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700330009976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25690] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25690/stat : 25690 (java) S 25674 25677 24014 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 15851254 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700328956808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25691] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25691/stat : 25691 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700327905552 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25692] ppid=25674 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/25677/task/25692/stat : 25692 (java) S 25674 25677 24014 0 -1 4202560 3792 0 0 0 41 0 0 0 20 0 19 0 15851256 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700326853432 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25677/tid=25693] ppid=25674 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25677/task/25693/stat : 25693 (java) S 25674 25677 24014 0 -1 4202560 4819 0 0 0 37 2 0 0 20 0 19 0 15851256 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700325800888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25694] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25694/stat : 25694 (java) S 25674 25677 24014 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 15851256 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700324748024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25677/tid=25695] ppid=25674 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/25677/task/25695/stat : 25695 (java) S 25674 25677 24014 0 -1 4202560 106 0 0 0 29 33 0 0 20 0 19 0 15851256 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700323695688 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25677/tid=25696] ppid=25674 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25677/task/25696/stat : 25696 (java) S 25674 25677 24014 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 15851276 9856040960 95611 33554432000 1073741824 1073778376 140734306256096 140700322640936 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 25677 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25677 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=720161
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=201817
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.44
CPU time (s): 1800.01
CPU user time (s): 1799.28
CPU system time (s): 0.73
CPU usage (%): 100.255
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.20182
maximum resident set size= 493432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15274
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39518
involuntary context switches= 14977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.78251 second user time and 14.1848 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-30 05:43:47
IDJOB=4119438
IDBENCH=111730
IDSOLVER=2546
FILE ID=node139/4119438-1467258227
RUNJOBID= node139-1467248605-24285
PBS_JOBID= 20004484
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_clique-30.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119438-1467258227/watcher-4119438-1467258227 -o /tmp/evaluation-result-4119438-1467258227/solver-4119438-1467258227 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467248605-24285 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119438-1467258227.opb

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

MD5SUM BENCH= fea51cc67015116d9598bd78f7d7fded
RANDOM SEED=1233854218

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		: 2667.092
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	: 5334.18
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		: 2667.092
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		: 2667.092
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		: 2667.092
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		: 2667.092
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.56
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		: 2667.092
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		: 2667.092
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.48
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		: 2667.092
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:        27649280 kB
Buffers:          150616 kB
Cached:           146476 kB
SwapCached:         3080 kB
Active:          2697400 kB
Inactive:         184280 kB
Active(anon):    2583772 kB
Inactive(anon):     3300 kB
Active(file):     113628 kB
Inactive(file):   180980 kB
Unevictable:     1580332 kB
Mlocked:         1394328 kB
SwapTotal:      67108856 kB
SwapFree:       67097568 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       4277424 kB
Mapped:            16060 kB
Shmem:                 0 kB
Slab:             601192 kB
SReclaimable:      45148 kB
SUnreclaim:       556044 kB
KernelStack:        1760 kB
PageTables:        12164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5336652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2781184 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= 71708 MiB
End job on node139 at 2016-06-30 06:13:42