Trace number 4090737

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.53 1797.74

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-3_wcsp.wbo
MD5SUM2db150696fc8aa7bc9f51554db7714aa
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark1800.02
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables141
Total number of constraints755
Number of soft constraints708
Number of constraints which are clauses708
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 708
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090737-1466068084.wbo
0.11/0.10	c reading problem ... 
0.11/0.18	c ... done. Wall clock time 0.084s.
0.11/0.18	c declared #vars     141
0.11/0.18	c internal #vars     849
0.11/0.18	c #constraints  802
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 755
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 47
0.11/0.18	c 802 constraints processed.
0.11/0.18	c objective function length is 708 literals
0.24/0.30	c SATISFIABLE
0.24/0.30	c OPTIMIZING...
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.196
0.53/0.30	o 61
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.215
0.53/0.31	o 60
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.234
0.53/0.33	o 58
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.241
0.53/0.34	o 27
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.25
0.53/0.35	o 25
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.261
0.53/0.36	o 24
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.272
0.53/0.37	o 23
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.282
0.53/0.38	o 22
1.18/0.77	c cleaning 2686 clauses out of 5385 with flag 16840/5385
1.69/1.18	c cleaning 4338 clauses out of 8700 with flag 40496/11386
2.19/1.67	c cleaning 5674 clauses out of 11362 with flag 68527/18386
2.80/2.25	c cleaning 6834 clauses out of 13691 with flag 103023/26389
3.51/2.98	c cleaning 7923 clauses out of 15854 with flag 143408/35386
4.41/3.81	c cleaning 8962 clauses out of 17930 with flag 186540/45385
5.32/4.74	c cleaning 9974 clauses out of 19969 with flag 231778/56386
6.33/5.75	c cleaning 10990 clauses out of 21994 with flag 281922/68385
7.52/6.92	c cleaning 11995 clauses out of 24004 with flag 334384/81385
8.82/8.21	c cleaning 13000 clauses out of 26009 with flag 388911/95385
10.22/9.66	c cleaning 13994 clauses out of 28009 with flag 445638/110385
11.73/11.12	c cleaning 15002 clauses out of 30016 with flag 503975/126386
13.32/12.75	c cleaning 16002 clauses out of 32013 with flag 567012/143385
15.22/14.69	c cleaning 17001 clauses out of 34012 with flag 637093/161386
17.42/16.86	c cleaning 18003 clauses out of 36012 with flag 706338/180387
19.62/19.01	c cleaning 18987 clauses out of 38007 with flag 785840/200385
21.83/21.25	c cleaning 20008 clauses out of 40021 with flag 861668/221386
23.93/23.38	c cleaning 20996 clauses out of 42014 with flag 933313/243387
26.12/25.55	c cleaning 22005 clauses out of 44017 with flag 1005370/266386
28.62/28.07	c cleaning 23001 clauses out of 46013 with flag 1083428/290387
31.43/30.82	c cleaning 24001 clauses out of 48012 with flag 1157824/315387
34.22/33.63	c cleaning 24998 clauses out of 50009 with flag 1236716/341385
37.42/36.82	c cleaning 25995 clauses out of 52011 with flag 1318955/368385
40.62/40.09	c cleaning 26999 clauses out of 54016 with flag 1400611/396385
43.72/43.10	c cleaning 28007 clauses out of 56018 with flag 1491848/425386
46.61/46.07	c cleaning 29000 clauses out of 58010 with flag 1584267/455385
49.91/49.38	c cleaning 29994 clauses out of 60010 with flag 1681331/486385
53.53/52.95	c cleaning 31000 clauses out of 62016 with flag 1779695/518385
57.02/56.48	c cleaning 32003 clauses out of 64016 with flag 1876978/551385
60.62/60.08	c cleaning 32993 clauses out of 66013 with flag 1979014/585385
64.53/63.99	c cleaning 33993 clauses out of 68020 with flag 2092088/620385
69.12/68.50	c cleaning 35004 clauses out of 70028 with flag 2203410/656386
73.32/72.79	c cleaning 36005 clauses out of 72024 with flag 2334509/693386
78.26/77.65	c cleaning 36998 clauses out of 74018 with flag 2477280/731385
83.56/82.96	c cleaning 38008 clauses out of 76022 with flag 2632524/770387
89.36/88.71	c cleaning 38997 clauses out of 78012 with flag 2787396/810385
95.17/94.53	c cleaning 40006 clauses out of 80015 with flag 2941018/851385
101.37/100.74	c cleaning 40995 clauses out of 82010 with flag 3101777/893386
107.17/106.52	c cleaning 41999 clauses out of 84015 with flag 3269704/936386
113.77/113.11	c cleaning 42993 clauses out of 86015 with flag 3428283/980385
120.77/120.10	c cleaning 44009 clauses out of 88022 with flag 3599204/1025385
127.67/127.10	c cleaning 45001 clauses out of 90013 with flag 3774050/1071385
134.47/133.83	c cleaning 46005 clauses out of 92012 with flag 3954807/1118385
141.77/141.13	c cleaning 46997 clauses out of 94007 with flag 4143015/1166385
149.37/148.71	c cleaning 48003 clauses out of 96011 with flag 4326807/1215386
157.27/156.66	c cleaning 48996 clauses out of 98009 with flag 4523087/1265387
165.17/164.53	c cleaning 50001 clauses out of 100012 with flag 4713591/1316386
174.08/173.48	c cleaning 50997 clauses out of 102010 with flag 4908259/1368385
182.98/182.35	c cleaning 51995 clauses out of 104013 with flag 5108739/1421385
192.14/191.44	c cleaning 53001 clauses out of 106018 with flag 5306161/1475385
201.13/200.42	c cleaning 53986 clauses out of 108017 with flag 5514556/1530385
209.84/209.17	c cleaning 55009 clauses out of 110032 with flag 5707164/1586386
220.23/219.51	c cleaning 56000 clauses out of 112022 with flag 5922461/1643385
229.14/228.40	c cleaning 57009 clauses out of 114024 with flag 6115067/1701387
238.46/237.78	c cleaning 57999 clauses out of 116013 with flag 6299577/1760385
248.05/247.38	c cleaning 58999 clauses out of 118017 with flag 6494576/1820388
257.95/257.29	c cleaning 60001 clauses out of 120016 with flag 6712616/1881386
269.66/268.92	c cleaning 60999 clauses out of 122014 with flag 6945376/1943385
280.76/280.08	c cleaning 62009 clauses out of 124020 with flag 7187502/2006390
292.76/292.01	c cleaning 62991 clauses out of 126006 with flag 7436107/2070385
303.77/303.06	c cleaning 64003 clauses out of 128017 with flag 7634092/2135387
314.00/313.22	c cleaning 65003 clauses out of 130012 with flag 7836828/2201385
324.60/323.84	c cleaning 65996 clauses out of 132009 with flag 8040524/2268385
335.31/334.51	c cleaning 66998 clauses out of 134013 with flag 8241436/2336385
346.21/345.41	c cleaning 67998 clauses out of 136016 with flag 8436254/2405386
357.90/357.17	c cleaning 69003 clauses out of 138017 with flag 8649866/2475385
369.71/368.97	c cleaning 69998 clauses out of 140014 with flag 8860486/2546385
381.52/380.77	c cleaning 71005 clauses out of 142018 with flag 9077595/2618387
394.11/393.32	c cleaning 71998 clauses out of 144011 with flag 9303376/2691385
406.91/406.13	c cleaning 73002 clauses out of 146015 with flag 9529079/2765387
420.71/419.96	c cleaning 73999 clauses out of 148013 with flag 9760156/2840387
434.10/433.31	c cleaning 74999 clauses out of 150012 with flag 9987096/2916385
448.67/447.83	c cleaning 75995 clauses out of 152013 with flag 10218115/2993385
461.47/460.65	c cleaning 76999 clauses out of 154019 with flag 10446605/3071386
475.18/474.31	c cleaning 77994 clauses out of 156019 with flag 10675388/3150385
487.57/486.72	c cleaning 79003 clauses out of 158026 with flag 10915560/3230386
500.28/499.50	c cleaning 79999 clauses out of 160023 with flag 11154594/3311386
512.48/511.65	c cleaning 81007 clauses out of 162023 with flag 11394389/3393385
526.68/525.86	c cleaning 81992 clauses out of 164016 with flag 11640785/3476385
541.68/540.86	c cleaning 83009 clauses out of 166024 with flag 11888357/3560385
557.39/556.54	c cleaning 84005 clauses out of 168016 with flag 12142300/3645386
571.79/570.91	c cleaning 85001 clauses out of 170010 with flag 12413103/3731385
590.50/589.57	c cleaning 85992 clauses out of 172010 with flag 12748758/3818386
608.80/607.81	c cleaning 87005 clauses out of 174019 with flag 13092935/3906387
627.81/626.88	c cleaning 88001 clauses out of 176013 with flag 13431225/3995386
647.51/646.59	c cleaning 88993 clauses out of 178011 with flag 13759767/4085385
671.01/670.06	c cleaning 90006 clauses out of 180018 with flag 14080726/4176385
686.72/685.71	c cleaning 91003 clauses out of 182012 with flag 14341494/4268385
702.32/701.34	c cleaning 91995 clauses out of 184009 with flag 14610891/4361385
718.72/717.73	c cleaning 92996 clauses out of 186014 with flag 14883020/4455385
734.65/733.52	c cleaning 93994 clauses out of 188018 with flag 15159796/4550385
749.85/748.79	c cleaning 95001 clauses out of 190025 with flag 15440248/4646386
765.85/764.79	c cleaning 96005 clauses out of 192023 with flag 15716309/4743385
783.64/782.56	c cleaning 96997 clauses out of 194019 with flag 15995272/4841386
801.25/800.11	c cleaning 98000 clauses out of 196022 with flag 16280080/4940386
818.95/817.80	c cleaning 99006 clauses out of 198021 with flag 16573261/5040385
837.35/836.26	c cleaning 99991 clauses out of 200015 with flag 16871836/5141385
856.59/855.37	c cleaning 101009 clauses out of 202026 with flag 17171100/5243387
876.09/874.85	c cleaning 101997 clauses out of 204016 with flag 17465228/5346386
894.79/893.55	c cleaning 103006 clauses out of 206019 with flag 17770699/5450386
913.59/912.37	c cleaning 103995 clauses out of 208012 with flag 18083823/5555385
933.80/932.53	c cleaning 104997 clauses out of 210020 with flag 18395021/5661388
954.80/953.52	c cleaning 106004 clauses out of 212022 with flag 18704153/5768387
975.62/974.15	c cleaning 107003 clauses out of 214019 with flag 19018496/5876388
995.93/994.46	c cleaning 108000 clauses out of 216017 with flag 19340839/5985389
1016.02/1014.59	c cleaning 108996 clauses out of 218014 with flag 19679023/6095386
1038.02/1036.50	c cleaning 109997 clauses out of 220017 with flag 20001865/6206385
1059.42/1057.94	c cleaning 111006 clauses out of 222020 with flag 20325052/6318385
1082.02/1080.52	c cleaning 112005 clauses out of 224016 with flag 20645423/6431387
1105.05/1103.46	c cleaning 112992 clauses out of 226010 with flag 20980940/6545386
1127.45/1125.87	c cleaning 113995 clauses out of 228017 with flag 21323970/6660385
1150.76/1149.16	c cleaning 115001 clauses out of 230026 with flag 21673017/6776389
1176.05/1174.48	c cleaning 116002 clauses out of 232022 with flag 22013767/6893386
1198.75/1197.16	c cleaning 116997 clauses out of 234021 with flag 22362795/7011387
1222.99/1221.27	c cleaning 117994 clauses out of 236022 with flag 22727610/7130385
1247.69/1245.97	c cleaning 119000 clauses out of 238028 with flag 23085147/7250385
1272.70/1270.94	c cleaning 120010 clauses out of 240029 with flag 23448801/7371386
1300.11/1298.39	c cleaning 120997 clauses out of 242019 with flag 23823694/7493386
1326.91/1325.12	c cleaning 122000 clauses out of 244022 with flag 24191642/7616386
1353.12/1351.22	c cleaning 122996 clauses out of 246021 with flag 24552131/7740385
1380.73/1378.80	c cleaning 124000 clauses out of 248025 with flag 24915707/7865385
1407.75/1405.82	c cleaning 125003 clauses out of 250025 with flag 25307897/7991385
1432.23/1430.37	c cleaning 125992 clauses out of 252022 with flag 25689690/8118385
1461.61/1459.57	c cleaning 127000 clauses out of 254030 with flag 26073248/8246385
1491.11/1489.05	c cleaning 127998 clauses out of 256030 with flag 26444101/8375385
1520.32/1518.22	c cleaning 129012 clauses out of 258033 with flag 26823468/8505386
1549.12/1547.00	c cleaning 129997 clauses out of 260021 with flag 27199898/8636386
1579.02/1576.91	c cleaning 131007 clauses out of 262024 with flag 27581560/8768386
1610.85/1608.68	c cleaning 131997 clauses out of 264017 with flag 27964315/8901386
1641.63/1639.42	c cleaning 132992 clauses out of 266021 with flag 28352737/9035387
1672.73/1670.57	c cleaning 134008 clauses out of 268027 with flag 28746499/9170385
1707.62/1705.41	c cleaning 135001 clauses out of 270020 with flag 29143761/9306386
1742.55/1740.21	c cleaning 135998 clauses out of 272018 with flag 29543008/9443385
1778.76/1776.48	c cleaning 136998 clauses out of 274020 with flag 29929644/9581385
1800.06/1797.70	c starts		: 2483
1800.06/1797.70	c conflicts		: 9679607
1800.06/1797.70	c decisions		: 22384474
1800.06/1797.70	c propagations		: 3693283805
1800.06/1797.70	c inspects		: 29637176210
1800.06/1797.70	c shortcuts		: 0
1800.06/1797.70	c learnt literals	: 0
1800.06/1797.70	c learnt binary clauses	: 0
1800.06/1797.70	c learnt ternary clauses	: 0
1800.06/1797.70	c learnt constraints	: 9679607
1800.06/1797.70	c ignored constraints	: 0
1800.06/1797.70	c root simplifications	: 0
1800.06/1797.70	c removed literals (reason simplification)	: 0
1800.06/1797.70	c reason swapping (by a shorter reason)	: 0
1800.06/1797.70	c Calls to reduceDB	: 134
1800.06/1797.70	c Number of update (reduction) of LBD	: 2565780
1800.06/1797.70	c Imported unit clauses	: 0
1800.06/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.70	c number of learned constraints concerned by reduction	: 0
1800.06/1797.70	c number of learning phase by resolution	: 0
1800.06/1797.70	c number of learning phase by cutting planes	: 0
1800.06/1797.70	c speed (assignments/second)	: 2054663.4494437594
1800.06/1797.70	c non guided choices	20
1800.06/1797.73	c learnt constraints type 
1800.06/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 235245
1800.06/1797.73	s SATISFIABLE
1800.06/1797.73	c Found 8 solution(s)
1800.06/1797.73	v -x1 -x2 x3 -x4 x5 -x6 -x7 x8 -x9 -x10 x11 -x12 -x13 -x14 x15 x16 -x17 -x18 -x19 x20 -x21 -x22 x23 -x24 -x25 x26 -x27 x28 -x29 -x30 -x31 x32 -x33 x34 -x35 -x36 x37 -x38 -x39 x40 -x41 -x42 -x43 x44 -x45 x46 -x47 -x48 x49 -x50 -x51 x52 -x53 -x54 x55 -x56 -x57 x58 -x59 -x60 x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 x72 -x73 -x74 x75 -x76 -x77 x78 -x79 -x80 x81 -x82 -x83 x84 -x85 -x86 x87 -x88 -x89 x90 -x91 -x92 x93 -x94 -x95 x96 -x97 -x98 x99 -x100 -x101 x102 x103 -x104 -x105 x106 -x107 -x108 x109 -x110 -x111 -x112 x113 -x114 x115 -x116 -x117 x118 -x119 -x120 x121 -x122 -x123 x124 -x125 -x126 x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 x138 -x139 x140 -x141 
1800.06/1797.73	c objective function=22
1800.06/1797.73	c Total wall clock time (in seconds): 1797.633

Verifier Data

OK	22

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-4090737-1466068084/watcher-4090737-1466068084 -o /tmp/evaluation-result-4090737-1466068084/solver-4090737-1466068084 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466062131-13168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090737-1466068084.wbo 

pid=15548
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.20 2.23 2.18 3/194 15551
/proc/meminfo: memFree=30180448/32872528 swapFree=1243920/1391088
[pid=15551] ppid=15548 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15551/stat : 15551 (java) S 15548 15551 13151 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8856984 98570240 978 33554432000 1073741824 1073778376 140736307787120 140736307778256 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15551/statm: 24065 978 744 9 0 16771 0
[pid=15551/tid=15552] ppid=15548 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15552/stat : 15552 (java) R 15548 15551 13151 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8856985 98570240 978 33554432000 1073741824 1073778376 140736307787120 140362701942312 272886482304 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100138 s]
/proc/loadavg: 2.20 2.23 2.18 3/194 15551
/proc/meminfo: memFree=30180448/32872528 swapFree=1243920/1391088
[pid=15551] ppid=15548 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15551/stat : 15551 (java) S 15548 15551 13151 0 -1 4202496 4499 0 1 0 10 1 0 0 20 0 18 0 8856984 9787879424 6122 33554432000 1073741824 1073778376 140736307787120 140736307778256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15551/statm: 2389619 6123 2157 9 0 2380296 0
[pid=15551/tid=15552] ppid=15548 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15551/task/15552/stat : 15552 (java) R 15548 15551 13151 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 8856985 9787879424 6123 33554432000 1073741824 1073778376 140736307787120 140362701946120 272889865485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.20 2.23 2.18 3/194 15551
/proc/meminfo: memFree=30180448/32872528 swapFree=1243920/1391088
[pid=15551] ppid=15548 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/15551/stat : 15551 (java) S 15548 15551 13151 0 -1 4202496 4690 0 1 0 23 1 0 0 20 0 19 0 8856984 9856040960 6762 33554432000 1073741824 1073778376 140736307787120 140736307778256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15551/statm: 2406260 6762 2203 9 0 2396937 0
[pid=15551/tid=15552] ppid=15548 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/15551/task/15552/stat : 15552 (java) R 15548 15551 13151 0 -1 4202560 2405 0 1 0 16 1 0 0 20 0 19 0 8856985 9856040960 6762 33554432000 1073741824 1073778376 140736307787120 140362701947520 140362568023324 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300303 s]
/proc/loadavg: 2.20 2.23 2.18 3/194 15551
/proc/meminfo: memFree=30180448/32872528 swapFree=1243920/1391088
[pid=15551] ppid=15548 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/15551/stat : 15551 (java) S 15548 15551 13151 0 -1 4202496 7283 0 1 0 51 2 0 0 20 0 19 0 8856984 9856040960 8202 33554432000 1073741824 1073778376 140736307787120 140736307778256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15551/statm: 2406260 8202 2244 9 0 2396937 0
[pid=15551/tid=15552] ppid=15548 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15551/task/15552/stat : 15552 (java) R 15548 15551 13151 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 19 0 8856985 9856040960 8202 33554432000 1073741824 1073778376 140736307787120 140362701947520 140362568022083 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700319 s]
/proc/loadavg: 2.20 2.23 2.18 3/194 15551
/proc/meminfo: memFree=30180448/32872528 swapFree=1243920/1391088
[pid=15551] ppid=15548 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/15551/stat : 15551 (java) S 15548 15551 13151 0 -1 4202496 9603 0 1 0 116 2 0 0 20 0 19 0 8856984 9856040960 10053 33554432000 1073741824 1073778376 140736307787120 140736307778256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15551/statm: 2406260 10053 2250 9 0 2396937 0
[pid=15551/tid=15552] ppid=15548 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/15551/task/15552/stat : 15552 (java) R 15548 15551 13151 0 -1 4202560 2407 0 1 0 66 1 0 0 20 0 19 0 8856985 9856040960 10053 33554432000 1073741824 1073778376 140736307787120 140362701947520 140362568469505 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.20 2.23 2.18 3/213 15570
/proc/meminfo: memFree=30146196/32872528 swapFree=1243920/1391088
[pid=15551] ppid=15548 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/15551/stat : 15551 (java) S 15548 15551 13151 0 -1 4202496 10477 0 1 0 207 2 0 0 20 0 19 0 8856984 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140736307778256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15551/statm: 2406260 10586 2258 9 0 2396937 0
[pid=15551/tid=15552] ppid=15548 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/15551/task/15552/stat : 15552 (java) R 15548 15551 13151 0 -1 4202560 2408 0 1 0 146 1 0 0 20 0 19 0 8856985 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362701946096 140362568439744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15554] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15554/stat : 15554 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362691008680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15555] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15555/stat : 15555 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362689956136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15556] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15556/stat : 15556 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362688903592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15551/tid=15557] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15557/stat : 15557 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362687851048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15558] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15558/stat : 15558 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362686798504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15559] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15559/stat : 15559 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362540333864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15560] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15560/stat : 15560 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362539281320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15561] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15561/stat : 15561 (java) S 15548 15551 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362538228776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15562] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15562/stat : 15562 (java) S 15548 15551 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8856986 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362526029928 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15563] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15563/stat : 15563 (java) S 15548 15551 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362524976248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15564] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15564/stat : 15564 (java) S 15548 15551 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362523923592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15565] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15565/stat : 15565 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362522872336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15566] ppid=15548 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15551/task/15566/stat : 15566 (java) S 15548 15551 13151 0 -1 4202560 3234 0 0 0 27 0 0 0 20 0 19 0 8856989 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362521819704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15567] ppid=15548 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15551/task/15567/stat : 15567 (java) S 15548 15551 13151 0 -1 4202560 3564 0 0 0 30 0 0 0 20 0 19 0 8856989 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362520767160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15568] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15568/stat : 15568 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362519714808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15569] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15569/stat : 15569 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362518662472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15570] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15570/stat : 15570 (java) S 15548 15551 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8857004 9856040960 10586 33554432000 1073741824 1073778376 140736307787120 140362517607208 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.20 2.23 2.18 3/213 15570
/proc/meminfo: memFree=30143532/32872528 swapFree=1243920/1391088
[pid=15551] ppid=15548 vsize=9625040 CPUtime=3.71 cores=1,3,5,7
/proc/15551/stat : 15551 (java) S 15548 15551 13151 0 -1 4202496 10480 0 1 0 369 2 0 0 20 0 19 0 8856984 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140736307778256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15551/statm: 2406260 11610 2258 9 0 2396937 0
[pid=15551/tid=15552] ppid=15548 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/15551/task/15552/stat : 15552 (java) R 15548 15551 13151 0 -1 4202560 2411 0 1 0 306 2 0 0 20 0 19 0 8856985 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362701947160 140362568527924 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15554] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15554/stat : 15554 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362691008680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15555] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15555/stat : 15555 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362689956136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15556] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15556/stat : 15556 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362688903592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15551/tid=15557] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15557/stat : 15557 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362687851048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15558] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15558/stat : 15558 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362686798504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15559] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15559/stat : 15559 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362540333864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15560] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15560/stat : 15560 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362539281320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15561] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15561/stat : 15561 (java) S 15548 15551 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362538228776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15562] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15562/stat : 15562 (java) S 15548 15551 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8856986 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362526029928 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15563] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15563/stat : 15563 (java) S 15548 15551 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362524976248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15564] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15564/stat : 15564 (java) S 15548 15551 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362523923592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15565] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15565/stat : 15565 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362522872336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15566] ppid=15548 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15551/task/15566/stat : 15566 (java) S 15548 15551 13151 0 -1 4202560 3234 0 0 0 28 0 0 0 20 0 19 0 8856989 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362521819704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15567] ppid=15548 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/15551/task/15567/stat : 15567 (java) S 15548 15551 13151 0 -1 4202560 3564 0 0 0 32 0 0 0 20 0 19 0 8856989 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362520767160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15568] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15568/stat : 15568 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362519714808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15569] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15569/stat : 15569 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362518662472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15570] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15570/stat : 15570 (java) S 15548 15551 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8857004 9856040960 11610 33554432000 1073741824 1073778376 140736307787120 140362517607208 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.18 2.23 2.18 3/213 15570
/proc/meminfo: memFree=30135984/32872528 swapFree=1243920/1391088
[pid=15551] ppid=15548 vsize=9625040 CPUtime=6.92 cores=1,3,5,7
/proc/15551/stat : 15551 (java) S 15548 15551 13151 0 -1 4202496 10486 0 1 0 689 3 0 0 20 0 19 0 8856984 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140736307778256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15551/statm: 2406260 13347 2259 9 0 2396937 0
[pid=15551/tid=15552] ppid=15548 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/15551/task/15552/stat : 15552 (java) R 15548 15551 13151 0 -1 4202560 2416 0 1 0 626 2 0 0 20 0 19 0 8856985 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362701938368 140362568469376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15554] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15554/stat : 15554 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362691008680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15555] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15555/stat : 15555 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362689956136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15556] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15556/stat : 15556 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362688903592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15551/tid=15557] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15557/stat : 15557 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362687851048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15558] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15558/stat : 15558 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362686798504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15559] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15559/stat : 15559 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362540333864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15560] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15560/stat : 15560 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362539281320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15561] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15561/stat : 15561 (java) S 15548 15551 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8856985 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362538228776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15562] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15562/stat : 15562 (java) S 15548 15551 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8856986 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362526029928 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15563] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15563/stat : 15563 (java) S 15548 15551 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362524976248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15564] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15564/stat : 15564 (java) S 15548 15551 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362523923592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15565] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15565/stat : 15565 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362522872336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15566] ppid=15548 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15551/task/15566/stat : 15566 (java) S 15548 15551 13151 0 -1 4202560 3234 0 0 0 28 0 0 0 20 0 19 0 8856989 9856040960 13347 33554432000 1073741824 1073778376 140736307787120 140362521819704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15567] ppid=15548 vsize=9625040 CPUtime=0.32 cores=1,3,5,7

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

[pid=15551/tid=15563] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15563/stat : 15563 (java) S 15548 15551 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362524976248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15564] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15564/stat : 15564 (java) S 15548 15551 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362523923592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15565] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15565/stat : 15565 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362522872336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15566] ppid=15548 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15551/task/15566/stat : 15566 (java) S 15548 15551 13151 0 -1 4202560 3234 0 0 0 28 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362521819704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15567] ppid=15548 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15551/task/15567/stat : 15567 (java) S 15548 15551 13151 0 -1 4202560 3691 0 0 0 34 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362520767160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15568] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15568/stat : 15568 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362519714808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15569] ppid=15548 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/15551/task/15569/stat : 15569 (java) S 15548 15551 13151 0 -1 4202560 100 0 0 0 22 29 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362518662472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15570] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15570/stat : 15570 (java) S 15548 15551 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8857004 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362517607208 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.27 2.20 4/213 15680
/proc/meminfo: memFree=29834232/32872528 swapFree=1243920/1391088
[pid=15551] ppid=15548 vsize=9625040 CPUtime=1784.66 cores=1,3,5,7
/proc/15551/stat : 15551 (java) S 15548 15551 13151 0 -1 4202496 12712 0 1 0 178404 62 0 0 20 0 19 0 8856984 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140736307778256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15551/statm: 2406260 103649 2273 9 0 2396937 0
[pid=15551/tid=15552] ppid=15548 vsize=9625040 CPUtime=1781.69 cores=1,3,5,7
/proc/15551/task/15552/stat : 15552 (java) R 15548 15551 13151 0 -1 4202560 2485 0 1 0 178136 33 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362701938368 140362568527891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15554] ppid=15548 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15551/task/15554/stat : 15554 (java) S 15548 15551 13151 0 -1 4202560 417 0 0 0 24 5 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362691008680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15551/tid=15555] ppid=15548 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15551/task/15555/stat : 15555 (java) S 15548 15551 13151 0 -1 4202560 37 0 0 0 16 2 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362689956136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15556] ppid=15548 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/15551/task/15556/stat : 15556 (java) S 15548 15551 13151 0 -1 4202560 64 0 0 0 18 3 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362688903592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15557] ppid=15548 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/15551/task/15557/stat : 15557 (java) S 15548 15551 13151 0 -1 4202560 343 0 0 0 16 3 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362687851048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15558] ppid=15548 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15551/task/15558/stat : 15558 (java) S 15548 15551 13151 0 -1 4202560 298 0 0 0 19 3 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362686798504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15551/tid=15559] ppid=15548 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/15551/task/15559/stat : 15559 (java) S 15548 15551 13151 0 -1 4202560 284 0 0 0 31 5 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362540333864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15560] ppid=15548 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15551/task/15560/stat : 15560 (java) S 15548 15551 13151 0 -1 4202560 225 0 0 0 22 4 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362539281320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15561] ppid=15548 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/15551/task/15561/stat : 15561 (java) S 15548 15551 13151 0 -1 4202560 195 0 0 0 21 2 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362538228776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15562] ppid=15548 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15551/task/15562/stat : 15562 (java) S 15548 15551 13151 0 -1 4202560 78 0 0 0 1 0 0 0 20 0 19 0 8856986 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362526029928 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15563] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15563/stat : 15563 (java) S 15548 15551 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362524976248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15564] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15564/stat : 15564 (java) S 15548 15551 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362523923592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15565] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15565/stat : 15565 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362522872336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15566] ppid=15548 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15551/task/15566/stat : 15566 (java) S 15548 15551 13151 0 -1 4202560 3234 0 0 0 28 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362521819704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15567] ppid=15548 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15551/task/15567/stat : 15567 (java) S 15548 15551 13151 0 -1 4202560 3691 0 0 0 34 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362520767160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15568] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15568/stat : 15568 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362519714808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15569] ppid=15548 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/15551/task/15569/stat : 15569 (java) S 15548 15551 13151 0 -1 4202560 104 0 0 0 23 30 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362518662472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15570] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15570/stat : 15570 (java) S 15548 15551 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8857004 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362517607208 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.19 2.25 2.19 3/213 15680
/proc/meminfo: memFree=29834232/32872528 swapFree=1243920/1391088
[pid=15551] ppid=15548 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/15551/stat : 15551 (java) S 15548 15551 13151 0 -1 4202496 12712 0 1 0 179944 62 0 0 20 0 19 0 8856984 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140736307778256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15551/statm: 2406260 103649 2273 9 0 2396937 0
[pid=15551/tid=15552] ppid=15548 vsize=9625040 CPUtime=1797.09 cores=1,3,5,7
/proc/15551/task/15552/stat : 15552 (java) R 15548 15551 13151 0 -1 4202560 2485 0 1 0 179676 33 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362701938368 140362568350285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15554] ppid=15548 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15551/task/15554/stat : 15554 (java) S 15548 15551 13151 0 -1 4202560 417 0 0 0 24 5 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362691008680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15551/tid=15555] ppid=15548 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15551/task/15555/stat : 15555 (java) S 15548 15551 13151 0 -1 4202560 37 0 0 0 16 2 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362689956136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15556] ppid=15548 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/15551/task/15556/stat : 15556 (java) S 15548 15551 13151 0 -1 4202560 64 0 0 0 18 3 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362688903592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15557] ppid=15548 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/15551/task/15557/stat : 15557 (java) S 15548 15551 13151 0 -1 4202560 343 0 0 0 16 3 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362687851048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15558] ppid=15548 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15551/task/15558/stat : 15558 (java) S 15548 15551 13151 0 -1 4202560 298 0 0 0 19 3 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362686798504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15551/tid=15559] ppid=15548 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/15551/task/15559/stat : 15559 (java) S 15548 15551 13151 0 -1 4202560 284 0 0 0 31 5 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362540333864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15560] ppid=15548 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15551/task/15560/stat : 15560 (java) S 15548 15551 13151 0 -1 4202560 225 0 0 0 22 4 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362539281320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15561] ppid=15548 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/15551/task/15561/stat : 15561 (java) S 15548 15551 13151 0 -1 4202560 195 0 0 0 21 2 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362538228776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15562] ppid=15548 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15551/task/15562/stat : 15562 (java) S 15548 15551 13151 0 -1 4202560 78 0 0 0 1 0 0 0 20 0 19 0 8856986 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362526029928 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15563] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15563/stat : 15563 (java) S 15548 15551 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362524976248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15564] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15564/stat : 15564 (java) S 15548 15551 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362523923592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15565] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15565/stat : 15565 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362522872336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15566] ppid=15548 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15551/task/15566/stat : 15566 (java) S 15548 15551 13151 0 -1 4202560 3234 0 0 0 28 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362521819704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15567] ppid=15548 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15551/task/15567/stat : 15567 (java) S 15548 15551 13151 0 -1 4202560 3691 0 0 0 34 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362520767160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15568] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15568/stat : 15568 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362519714808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15569] ppid=15548 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/15551/task/15569/stat : 15569 (java) S 15548 15551 13151 0 -1 4202560 104 0 0 0 23 30 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362518662472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15570] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15570/stat : 15570 (java) S 15548 15551 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8857004 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362517607208 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 15551 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.19 2.25 2.19 3/213 15680
/proc/meminfo: memFree=29834232/32872528 swapFree=1243920/1391088
[pid=15551] ppid=15548 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/15551/stat : 15551 (java) S 15548 15551 13151 0 -1 4202496 12712 0 1 0 179944 62 0 0 20 0 19 0 8856984 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140736307778256 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15551/statm: 2406260 103649 2273 9 0 2396937 0
[pid=15551/tid=15552] ppid=15548 vsize=9625040 CPUtime=1797.09 cores=1,3,5,7
/proc/15551/task/15552/stat : 15552 (java) R 15548 15551 13151 0 -1 4202560 2485 0 1 0 179676 33 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362701938368 140362568350285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15554] ppid=15548 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15551/task/15554/stat : 15554 (java) S 15548 15551 13151 0 -1 4202560 417 0 0 0 24 5 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362691008680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15551/tid=15555] ppid=15548 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15551/task/15555/stat : 15555 (java) S 15548 15551 13151 0 -1 4202560 37 0 0 0 16 2 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362689956136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15556] ppid=15548 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/15551/task/15556/stat : 15556 (java) S 15548 15551 13151 0 -1 4202560 64 0 0 0 18 3 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362688903592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15557] ppid=15548 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/15551/task/15557/stat : 15557 (java) S 15548 15551 13151 0 -1 4202560 343 0 0 0 16 3 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362687851048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15558] ppid=15548 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15551/task/15558/stat : 15558 (java) S 15548 15551 13151 0 -1 4202560 298 0 0 0 19 3 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362686798504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15551/tid=15559] ppid=15548 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/15551/task/15559/stat : 15559 (java) S 15548 15551 13151 0 -1 4202560 284 0 0 0 31 5 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362540333864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15560] ppid=15548 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15551/task/15560/stat : 15560 (java) S 15548 15551 13151 0 -1 4202560 225 0 0 0 22 4 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362539281320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15561] ppid=15548 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/15551/task/15561/stat : 15561 (java) S 15548 15551 13151 0 -1 4202560 195 0 0 0 21 2 0 0 20 0 19 0 8856985 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362538228776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15562] ppid=15548 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/15551/task/15562/stat : 15562 (java) S 15548 15551 13151 0 -1 4202560 78 0 0 0 1 0 0 0 20 0 19 0 8856986 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362526029928 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15551/tid=15563] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15563/stat : 15563 (java) S 15548 15551 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362524976248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15564] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15564/stat : 15564 (java) S 15548 15551 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8856987 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362523923592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15565] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15565/stat : 15565 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362522872336 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15566] ppid=15548 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15551/task/15566/stat : 15566 (java) S 15548 15551 13151 0 -1 4202560 3234 0 0 0 28 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362521819704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15567] ppid=15548 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/15551/task/15567/stat : 15567 (java) S 15548 15551 13151 0 -1 4202560 3691 0 0 0 34 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362520767160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15568] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15568/stat : 15568 (java) S 15548 15551 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362519714808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15551/tid=15569] ppid=15548 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/15551/task/15569/stat : 15569 (java) S 15548 15551 13151 0 -1 4202560 104 0 0 0 23 30 0 0 20 0 19 0 8856989 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362518662472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15551/tid=15570] ppid=15548 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15551/task/15570/stat : 15570 (java) S 15548 15551 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8857004 9856040960 103649 33554432000 1073741824 1073778376 140736307787120 140362517607208 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.74
CPU time (s): 1800.53
CPU user time (s): 1799.49
CPU system time (s): 1.04084
CPU usage (%): 100.155
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 1.04084
maximum resident set size= 420240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12761
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38364
involuntary context switches= 8298

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3134 second user time and 14.0329 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 11:08:04
IDJOB=4090737
IDBENCH=79442
IDSOLVER=2551
FILE ID=node119/4090737-1466068084
RUNJOBID= node119-1466062131-13168
PBS_JOBID= 19904019
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-3_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090737-1466068084/watcher-4090737-1466068084 -o /tmp/evaluation-result-4090737-1466068084/solver-4090737-1466068084 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466062131-13168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090737-1466068084.wbo

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

MD5SUM BENCH= 2db150696fc8aa7bc9f51554db7714aa
RANDOM SEED=898444600

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30181620 kB
Buffers:           10156 kB
Cached:            45376 kB
SwapCached:          932 kB
Active:           569384 kB
Inactive:          32112 kB
Active(anon):     547256 kB
Inactive(anon):     1328 kB
Active(file):      22128 kB
Inactive(file):    30784 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100084 kB
Dirty:               996 kB
Writeback:            48 kB
AnonPages:       1951016 kB
Mapped:            15224 kB
Shmem:                 0 kB
Slab:             565808 kB
SReclaimable:       9116 kB
SUnreclaim:       556692 kB
KernelStack:        1608 kB
PageTables:         8448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2078112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-16 11:38:01