Trace number 4081787

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 Res+CP PB16SAT (TO)-26 1800.69 898.456

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_1.opb
MD5SUM2cdec46d3e8e924c4987d217b8438ed8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint25
Maximum length of a constraint43
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products3102
Sum of products size6204

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.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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081787-1465256090.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.70/0.45	c ... done. Wall clock time 0.332s.
0.70/0.45	c declared #vars     200
0.70/0.45	c internal #vars     3302
0.70/0.45	c #constraints  6604
0.70/0.45	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.70/0.45	c constraints type 
0.70/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3102
0.70/0.45	c org.sat4j.minisat.constraints.cnf.UnitClauses => 182
0.70/0.45	c org.sat4j.specs.Constr$1 => 208
0.70/0.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 10
0.70/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3102
0.70/0.45	c 6604 constraints processed.
0.70/0.45	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.70/0.45	c constraints type 
0.70/0.45	c org.sat4j.specs.Constr$1 => 208
0.70/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3102
0.70/0.45	c org.sat4j.pb.constraints.pb.UnitClausesPB => 182
0.70/0.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 10
0.70/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3102
0.70/0.45	c 6604 constraints processed.
0.70/0.45	c objective function length is 200 literals
0.70/0.49	c And the winner is solver0
1.78/0.95	c SATISFIABLE
1.78/0.95	c OPTIMIZING...
1.78/0.95	c Got one! Elapsed wall clock time (in seconds):0.836
1.78/0.95	o -19
1.78/0.97	c And the winner is solver0
1.96/1.46	c Got one! Elapsed wall clock time (in seconds):1.338
1.96/1.46	o -20
1.96/1.49	c And the winner is solver0
2.22/1.96	c Got one! Elapsed wall clock time (in seconds):1.839
2.22/1.96	o -21
2.22/1.97	c And the winner is solver0
2.33/2.46	c Got one! Elapsed wall clock time (in seconds):2.34
2.33/2.46	o -22
3.27/2.72	c And the winner is solver0
3.69/2.96	c Got one! Elapsed wall clock time (in seconds):2.842
3.69/2.96	o -23
4.38/3.25	c cleaning 2929 clauses out of 5858 with flag 6436/5858
4.63/3.33	c And the winner is solver1
4.71/3.46	c Got one! Elapsed wall clock time (in seconds):3.343
4.71/3.46	o -24
4.78/3.55	c And the winner is solver1
4.90/3.96	c Got one! Elapsed wall clock time (in seconds):3.844
4.90/3.96	o -25
5.74/4.39	c cleaning 4594 clauses out of 9195 with flag 9369/12124
7.08/4.99	c cleaning 5298 clauses out of 10601 with flag 23671/18124
8.77/5.76	c cleaning 6150 clauses out of 12303 with flag 40425/25124
10.68/6.68	c cleaning 7076 clauses out of 14154 with flag 60242/33125
13.01/7.71	c cleaning 8039 clauses out of 16078 with flag 80299/42125
14.80/8.61	c cleaning 9020 clauses out of 18039 with flag 101346/52125
17.08/9.71	c cleaning 10004 clauses out of 20019 with flag 124453/63125
19.64/11.00	c cleaning 11008 clauses out of 22015 with flag 149677/75125
22.95/12.59	c cleaning 12003 clauses out of 24006 with flag 177014/88124
26.36/14.21	c cleaning 13000 clauses out of 26004 with flag 206485/102125
30.49/16.29	c cleaning 14002 clauses out of 28003 with flag 237965/117124
34.93/18.49	c cleaning 15001 clauses out of 30001 with flag 271651/133124
40.06/20.99	c cleaning 16000 clauses out of 32000 with flag 307288/150124
45.64/23.74	c cleaning 17000 clauses out of 34000 with flag 344997/168124
51.94/26.83	c cleaning 17993 clauses out of 36001 with flag 385014/187125
58.34/30.01	c cleaning 19002 clauses out of 38007 with flag 426894/207124
64.93/33.38	c cleaning 20001 clauses out of 40006 with flag 471221/228125
72.86/37.26	c cleaning 20996 clauses out of 42004 with flag 517222/250124
80.46/41.06	c cleaning 22004 clauses out of 44009 with flag 565005/273125
89.58/45.50	c cleaning 23003 clauses out of 46005 with flag 615291/297125
99.17/50.30	c cleaning 24000 clauses out of 48004 with flag 668056/322127
108.97/55.29	c cleaning 24998 clauses out of 50002 with flag 722702/348125
120.71/61.03	c cleaning 26002 clauses out of 52003 with flag 779304/375124
129.51/65.49	c cleaning 0 clauses out of 5472 with flag 0/5472
134.15/67.92	c cleaning 26995 clauses out of 54001 with flag 838175/403124
146.55/74.10	c cleaning 28000 clauses out of 56006 with flag 899176/432124
159.82/80.79	c cleaning 29003 clauses out of 58006 with flag 962372/462124
174.22/87.96	c cleaning 29998 clauses out of 60004 with flag 1027016/493125
188.31/94.99	c cleaning 31003 clauses out of 62005 with flag 1093754/525124
205.43/103.40	c cleaning 31998 clauses out of 64003 with flag 1163118/558125
222.62/112.08	c cleaning 33001 clauses out of 66007 with flag 1234468/592127
242.09/121.70	c cleaning 34000 clauses out of 68004 with flag 1307769/627125
255.97/128.68	c And the winner is solver1
256.16/129.11	c Got one! Elapsed wall clock time (in seconds):128.989
256.16/129.11	o -26
263.54/132.72	c cleaning 34212 clauses out of 68435 with flag 11710/661556
268.33/135.12	c cleaning 20112 clauses out of 40227 with flag 26461/667560
271.53/136.72	c cleaning 13552 clauses out of 27112 with flag 44392/674557
274.13/138.07	c cleaning 10774 clauses out of 21559 with flag 64156/682556
276.82/139.39	c cleaning 9891 clauses out of 19786 with flag 86441/691557
279.84/140.88	c cleaning 9941 clauses out of 19894 with flag 111951/701556
282.82/142.39	c cleaning 10473 clauses out of 20954 with flag 137507/712557
286.44/144.13	c cleaning 11234 clauses out of 22480 with flag 167451/724556
290.42/146.13	c cleaning 12119 clauses out of 24247 with flag 199009/737557
295.23/148.51	c cleaning 13065 clauses out of 26129 with flag 234880/751558
300.75/151.25	c cleaning 14031 clauses out of 28062 with flag 274795/766556
306.56/154.19	c cleaning 15014 clauses out of 30031 with flag 313428/782556
313.35/157.58	c cleaning 16006 clauses out of 32018 with flag 354755/799557
321.35/161.52	c cleaning 17003 clauses out of 34011 with flag 400640/817556
330.03/165.83	c cleaning 18005 clauses out of 36009 with flag 447650/836557
339.82/170.77	c cleaning 18999 clauses out of 38004 with flag 502041/856557
349.42/175.53	c cleaning 20000 clauses out of 40005 with flag 556197/877557
359.91/180.70	c cleaning 20997 clauses out of 42004 with flag 612626/899556
370.91/186.27	c cleaning 21995 clauses out of 44007 with flag 667799/922556
383.42/192.50	c cleaning 23007 clauses out of 46014 with flag 728550/946558
397.42/199.44	c cleaning 24000 clauses out of 48005 with flag 790319/971556
413.17/207.20	c cleaning 25003 clauses out of 50006 with flag 858119/997557
430.09/215.70	c cleaning 26002 clauses out of 52003 with flag 927086/1024557
447.47/224.36	c cleaning 26996 clauses out of 54001 with flag 995279/1052557
467.08/234.43	c cleaning 27999 clauses out of 56005 with flag 1068312/1081557
489.90/245.84	c cleaning 29002 clauses out of 58006 with flag 1140596/1111557
513.97/257.88	c cleaning 29999 clauses out of 60003 with flag 1219368/1142556
538.24/269.93	c cleaning 31002 clauses out of 62004 with flag 1299063/1174556
568.12/284.80	c cleaning 31996 clauses out of 64002 with flag 1379602/1207556
600.09/300.71	c cleaning 33000 clauses out of 66006 with flag 1465764/1241556
637.00/319.12	c cleaning 34001 clauses out of 68007 with flag 1554928/1276557
677.64/339.37	c cleaning 34997 clauses out of 70006 with flag 1646008/1312557
710.20/355.58	c cleaning 0 clauses out of 11275 with flag 0/11275
717.44/359.19	c cleaning 36006 clauses out of 72012 with flag 1745498/1349560
759.48/380.04	c cleaning 36999 clauses out of 74002 with flag 1849084/1387556
800.81/400.65	c cleaning 37993 clauses out of 76004 with flag 1945572/1426557
855.22/427.60	c cleaning 39002 clauses out of 78010 with flag 2048358/1466556
896.00/447.97	c cleaning 39999 clauses out of 80009 with flag 2151263/1507557
944.09/471.84	c cleaning 41004 clauses out of 82011 with flag 2258866/1549558
994.48/496.86	c cleaning 41999 clauses out of 84007 with flag 2368252/1592558
1039.21/519.05	c cleaning 43003 clauses out of 86006 with flag 2479171/1636556
1091.50/545.09	c cleaning 43998 clauses out of 88004 with flag 2594663/1681557
1139.56/568.93	c cleaning 44999 clauses out of 90008 with flag 2713341/1727559
1205.45/602.39	c cleaning 45997 clauses out of 92006 with flag 2830387/1774556
1269.00/634.08	c cleaning 47004 clauses out of 94012 with flag 2949779/1822559
1323.82/661.30	c cleaning 48001 clauses out of 96008 with flag 3076176/1871559
1396.09/697.27	c cleaning 48999 clauses out of 98004 with flag 3205845/1921556
1456.84/727.55	c cleaning 50003 clauses out of 100006 with flag 3338497/1972557
1519.40/758.70	c cleaning 50997 clauses out of 102002 with flag 3465274/2024556
1588.48/793.01	c cleaning 52000 clauses out of 104006 with flag 3603260/2077557
1668.36/832.81	c cleaning 53003 clauses out of 106006 with flag 3746764/2131557
1734.42/865.79	c cleaning 53997 clauses out of 108003 with flag 3879049/2186557
1763.22/880.07	c cleaning 0 clauses out of 17273 with flag 0/17273
1800.09/898.40	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.09/898.40	c starts		: 30397
1800.09/898.40	c conflicts		: 2239441
1800.09/898.40	c decisions		: 6233003
1800.09/898.40	c propagations		: 18278990
1800.09/898.40	c inspects		: 10304906061
1800.09/898.40	c shortcuts		: 0
1800.09/898.40	c learnt literals	: 0
1800.09/898.40	c learnt binary clauses	: 0
1800.09/898.40	c learnt ternary clauses	: 0
1800.09/898.40	c learnt constraints	: 2239441
1800.09/898.40	c ignored constraints	: 0
1800.09/898.40	c root simplifications	: 0
1800.09/898.40	c removed literals (reason simplification)	: 76050704
1800.09/898.40	c reason swapping (by a shorter reason)	: 0
1800.09/898.40	c Calls to reduceDB	: 83
1800.09/898.40	c Number of update (reduction) of LBD	: 116259
1800.09/898.40	c Imported unit clauses	: 0
1800.09/898.40	c number of reductions to clauses (during analyze)	: 0
1800.09/898.40	c number of learned constraints concerned by reduction	: 0
1800.09/898.40	c number of learning phase by resolution	: 0
1800.09/898.40	c number of learning phase by cutting planes	: 0
1800.09/898.40	c speed (assignments/second)	: 23760.736467462375
1800.09/898.40	c non guided choices	0
1800.09/898.43	c learnt constraints type 
1800.09/898.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 106890
1800.09/898.43	c >>>>>>>>>> Solver number 1 (3 answers) <<<<<<<<<<<<<<<<<<
1800.09/898.43	c starts		: 52
1800.09/898.43	c conflicts		: 17435
1800.09/898.43	c decisions		: 19630
1800.09/898.43	c propagations		: 177942
1800.09/898.43	c inspects		: 830078642
1800.09/898.43	c shortcuts		: 0
1800.09/898.43	c learnt literals	: 0
1800.09/898.43	c learnt binary clauses	: 0
1800.09/898.43	c learnt ternary clauses	: 0
1800.09/898.43	c learnt constraints	: 17434
1800.09/898.43	c ignored constraints	: 0
1800.09/898.43	c root simplifications	: 0
1800.09/898.43	c removed literals (reason simplification)	: 0
1800.09/898.43	c reason swapping (by a shorter reason)	: 0
1800.09/898.43	c Calls to reduceDB	: 3
1800.09/898.43	c Number of update (reduction) of LBD	: 0
1800.09/898.43	c Imported unit clauses	: 0
1800.09/898.43	c number of reductions to clauses (during analyze)	: 0
1800.09/898.43	c number of learned constraints concerned by reduction	: 0
1800.09/898.43	c number of learning phase by resolution	: 0
1800.09/898.43	c number of learning phase by cutting planes	: 0
1800.09/898.43	c speed (assignments/second)	: 198.7146342961478
1800.09/898.43	c non guided choices	0
1800.09/898.44	c learnt constraints type 
1800.09/898.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 315
1800.09/898.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17119
1800.09/898.44	s SATISFIABLE
1800.09/898.44	c Found 8 solution(s)
1800.09/898.44	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 x126 -x127 -x128 -x129 x130 -x131 -x132 x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 x143 x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 
1800.09/898.44	c objective function=-26
1800.09/898.44	c Total wall clock time (in seconds): 898.318

Verifier Data

OK	-26

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-4081787-1465256090/watcher-4081787-1465256090 -o /tmp/evaluation-result-4081787-1465256090/solver-4081787-1465256090 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465247049-20227 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081787-1465256090.opb 

pid=22981
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: 4.40 4.13 4.09 4/197 22984
/proc/meminfo: memFree=28063552/32872528 swapFree=11320/319964
[pid=22984] ppid=22981 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/22984/stat : 22984 (java) D 22981 22984 20210 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 107542315 2560000 46 33554432000 1073741824 1073778376 140734423594448 140734423591576 262953594151 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/22984/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 4.40 4.13 4.09 4/197 22984
/proc/meminfo: memFree=28063552/32872528 swapFree=11320/319964
[pid=22984] ppid=22981 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22984/stat : 22984 (java) S 22981 22984 20210 0 -1 4202496 4422 0 1 0 8 1 0 0 20 0 18 0 107542315 9787879424 6048 33554432000 1073741824 1073778376 140734423594448 140734423585584 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22984/statm: 2389619 6048 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 4.40 4.13 4.09 4/197 22984
/proc/meminfo: memFree=28063552/32872528 swapFree=11320/319964
[pid=22984] ppid=22981 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/22984/stat : 22984 (java) S 22981 22984 20210 0 -1 4202496 4598 0 1 0 20 1 0 0 20 0 18 0 107542315 9787879424 7228 33554432000 1073741824 1073778376 140734423594448 140734423585584 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22984/statm: 2389619 7228 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 4.40 4.13 4.09 4/197 22984
/proc/meminfo: memFree=28063552/32872528 swapFree=11320/319964
[pid=22984] ppid=22981 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/22984/stat : 22984 (java) S 22981 22984 20210 0 -1 4202496 6187 0 1 0 45 2 0 0 20 0 18 0 107542315 9787879424 9096 33554432000 1073741824 1073778376 140734423594448 140734423585584 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22984/statm: 2389619 9096 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700295 s]
/proc/loadavg: 4.40 4.13 4.09 4/197 22984
/proc/meminfo: memFree=28063552/32872528 swapFree=11320/319964
[pid=22984] ppid=22981 vsize=9759808 CPUtime=1.45 cores=1,3,5,7
/proc/22984/stat : 22984 (java) S 22981 22984 20210 0 -1 4202496 26294 0 1 0 137 8 0 0 20 0 19 0 107542315 9994043392 27025 33554432000 1073741824 1073778376 140734423594448 140734423585584 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22984/statm: 2439952 27025 2259 9 0 2430629 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9759808

[startup+1.50074 s]
/proc/loadavg: 4.40 4.13 4.09 3/216 23009
/proc/meminfo: memFree=27956880/32872528 swapFree=11320/319964
[pid=22984] ppid=22981 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/22984/stat : 22984 (java) S 22981 22984 20210 0 -1 4202496 28173 0 1 0 199 12 0 0 20 0 19 0 107542315 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140734423585584 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22984/statm: 2456183 30220 2266 9 0 2446860 0
[pid=22984/tid=22986] ppid=22981 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (java) S 22981 22984 20210 0 -1 4202560 2438 0 1 0 40 2 0 0 20 0 19 0 107542316 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639816917880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22987] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22987/stat : 22987 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107542317 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639660403752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22988] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107542317 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639659350952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22989] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22989/stat : 22989 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107542317 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639658298152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=22990] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107542317 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639657245352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22991] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22991/stat : 22991 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107542317 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639656192552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22992] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22992/stat : 22992 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107542317 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639655139752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22993] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22993/stat : 22993 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107542317 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639654086952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22994] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22994/stat : 22994 (java) S 22981 22984 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107542317 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639653034152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22995] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22995/stat : 22995 (java) S 22981 22984 20210 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107542318 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639170706408 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22996] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22996/stat : 22996 (java) S 22981 22984 20210 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107542319 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639169652472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22997] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22997/stat : 22997 (java) S 22981 22984 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107542319 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639168599560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22998] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22998/stat : 22998 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107542321 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639167548048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22999] ppid=22981 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/22984/task/22999/stat : 22999 (java) R 22981 22984 20210 0 -1 4202560 11615 0 0 0 63 3 0 0 20 0 19 0 107542321 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639166495040 140639821034922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23000] ppid=22981 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/22984/task/23000/stat : 23000 (java) R 22981 22984 20210 0 -1 4202560 12766 0 0 0 77 2 0 0 20 0 19 0 107542321 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639165442360 140639822761273 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=23001] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23001/stat : 23001 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107542321 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639164389752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=23002] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23002/stat : 23002 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107542321 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639163337160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23005] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23005/stat : 23005 (java) S 22981 22984 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107542363 10060525568 30220 33554432000 1073741824 1073778376 140734423594448 140639157826984 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 4.21 4.09 4.08 3/216 23015
/proc/meminfo: memFree=27946268/32872528 swapFree=11320/319964
[pid=22984] ppid=22981 vsize=9824732 CPUtime=4.07 cores=1,3,5,7
/proc/22984/stat : 22984 (java) S 22981 22984 20210 0 -1 4202496 28422 0 1 0 391 16 0 0 20 0 22 0 107542315 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140734423585584 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22984/statm: 2456183 49871 2276 9 0 2446860 0
[pid=22984/tid=22986] ppid=22981 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (java) S 22981 22984 20210 0 -1 4202560 2438 0 1 0 41 2 0 0 20 0 22 0 107542316 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639816917880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22987] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22987/stat : 22987 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542317 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639660403752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22988] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542317 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639659350952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22989] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22989/stat : 22989 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542317 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639658298152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=22990] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542317 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639657245352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22991] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22991/stat : 22991 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542317 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639656192552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22992] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22992/stat : 22992 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542317 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639655139752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22993] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22993/stat : 22993 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542317 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639654086952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22994] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22994/stat : 22994 (java) S 22981 22984 20210 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107542317 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639653034152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22995] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22995/stat : 22995 (java) S 22981 22984 20210 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107542318 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639170706408 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22996] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22996/stat : 22996 (java) S 22981 22984 20210 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107542319 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639169652472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22997] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22997/stat : 22997 (java) S 22981 22984 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107542319 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639168599560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22998] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22998/stat : 22998 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639167548048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22999] ppid=22981 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/22984/task/22999/stat : 22999 (java) S 22981 22984 20210 0 -1 4202560 11748 0 0 0 121 3 0 0 20 0 22 0 107542321 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639166495160 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23000] ppid=22981 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/22984/task/23000/stat : 23000 (java) S 22981 22984 20210 0 -1 4202560 12821 0 0 0 134 2 0 0 20 0 22 0 107542321 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639165442360 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=23001] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23001/stat : 23001 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639164389752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=23002] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23002/stat : 23002 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639163337160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23005] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23005/stat : 23005 (java) S 22981 22984 20210 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107542363 10060525568 49871 33554432000 1073741824 1073778376 140734423594448 140639157826984 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9824732

[startup+6.30106 s]
/proc/loadavg: 4.21 4.09 4.08 5/219 23027
/proc/meminfo: memFree=27662984/32872528 swapFree=11320/319964
[pid=22984] ppid=22981 vsize=9824732 CPUtime=10.07 cores=1,3,5,7
/proc/22984/stat : 22984 (java) S 22981 22984 20210 0 -1 4202496 29357 0 1 0 968 39 0 0 20 0 22 0 107542315 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140734423585584 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22984/statm: 2456183 110329 2294 9 0 2446860 0
[pid=22984/tid=22986] ppid=22981 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (java) S 22981 22984 20210 0 -1 4202560 2438 0 1 0 41 2 0 0 20 0 22 0 107542316 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639816917880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22987] ppid=22981 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/22984/task/22987/stat : 22987 (java) S 22981 22984 20210 0 -1 4202560 35 0 0 0 2 2 0 0 20 0 22 0 107542317 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639660403752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22988] ppid=22981 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (java) S 22981 22984 20210 0 -1 4202560 131 0 0 0 7 3 0 0 20 0 22 0 107542317 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639659350952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22989] ppid=22981 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22984/task/22989/stat : 22989 (java) S 22981 22984 20210 0 -1 4202560 119 0 0 0 3 2 0 0 20 0 22 0 107542317 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639658298152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22990] ppid=22981 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (java) S 22981 22984 20210 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 107542317 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639657245352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22991] ppid=22981 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22984/task/22991/stat : 22991 (java) S 22981 22984 20210 0 -1 4202560 81 0 0 0 7 2 0 0 20 0 22 0 107542317 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639656192552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22992] ppid=22981 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22984/task/22992/stat : 22992 (java) S 22981 22984 20210 0 -1 4202560 159 0 0 0 6 2 0 0 20 0 22 0 107542317 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639655139752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22993] ppid=22981 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/22984/task/22993/stat : 22993 (java) S 22981 22984 20210 0 -1 4202560 44 0 0 0 6 3 0 0 20 0 22 0 107542317 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639654086952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22994] ppid=22981 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/22984/task/22994/stat : 22994 (java) S 22981 22984 20210 0 -1 4202560 52 0 0 0 6 4 0 0 20 0 22 0 107542317 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639653034152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=22995] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22995/stat : 22995 (java) S 22981 22984 20210 0 -1 4202560 212 0 0 0 0 0 0 0 20 0 22 0 107542318 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639170706408 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=22996] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22996/stat : 22996 (java) S 22981 22984 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107542319 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639169652472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22997] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22997/stat : 22997 (java) S 22981 22984 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107542319 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639168599560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22998] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22998/stat : 22998 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639167548048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22999] ppid=22981 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/22984/task/22999/stat : 22999 (java) S 22981 22984 20210 0 -1 4202560 11757 0 0 0 149 3 0 0 20 0 22 0 107542321 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639166495160 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23000] ppid=22981 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/22984/task/23000/stat : 23000 (java) S 22981 22984 20210 0 -1 4202560 12822 0 0 0 142 2 0 0 20 0 22 0 107542321 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639165442360 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=23001] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23001/stat : 23001 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639164389752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=23002] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23002/stat : 23002 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639163337160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23021] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23021/stat : 23021 (java) S 22981 22984 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107542612 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639160604072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23025] ppid=22981 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/22984/task/23025/stat : 23025 (java) R 22981 22984 20210 0 -1 4202560 4 0 0 0 214 0 0 0 20 0 22 0 107542712 10060525568 110329 33554432000 1073741824 1073778376 140734423594448 140639161653776 140639661430816 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23026] ppid=22981 vsize=9824732 CPUtime=2.14 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.01 4.13 4.14 5/219 23174
/proc/meminfo: memFree=25125136/32872528 swapFree=11320/319964
[pid=22984] ppid=22981 vsize=9824732 CPUtime=1647.27 cores=1,3,5,7
/proc/22984/stat : 22984 (java) S 22981 22984 20210 0 -1 4202496 38342 0 1 0 164473 254 0 0 20 0 22 0 107542315 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140734423585584 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22984/statm: 2456183 839168 2303 9 0 2446860 0
[pid=22984/tid=22986] ppid=22981 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (java) S 22981 22984 20210 0 -1 4202560 2445 0 1 0 43 4 0 0 20 0 22 0 107542316 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639816917880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22987] ppid=22981 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/22984/task/22987/stat : 22987 (java) S 22981 22984 20210 0 -1 4202560 608 0 0 0 181 19 0 0 20 0 22 0 107542317 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639660403752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22988] ppid=22981 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (java) S 22981 22984 20210 0 -1 4202560 623 0 0 0 200 17 0 0 20 0 22 0 107542317 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639659350952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22989] ppid=22981 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/22984/task/22989/stat : 22989 (java) S 22981 22984 20210 0 -1 4202560 676 0 0 0 209 21 0 0 20 0 22 0 107542317 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639658298152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22990] ppid=22981 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (java) S 22981 22984 20210 0 -1 4202560 585 0 0 0 184 20 0 0 20 0 22 0 107542317 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639657245352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22991] ppid=22981 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/22984/task/22991/stat : 22991 (java) S 22981 22984 20210 0 -1 4202560 716 0 0 0 207 23 0 0 20 0 22 0 107542317 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639656192552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22992] ppid=22981 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/22984/task/22992/stat : 22992 (java) S 22981 22984 20210 0 -1 4202560 765 0 0 0 213 20 0 0 20 0 22 0 107542317 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639655139752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=22993] ppid=22981 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/22984/task/22993/stat : 22993 (java) S 22981 22984 20210 0 -1 4202560 641 0 0 0 198 18 0 0 20 0 22 0 107542317 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639654086952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=22994] ppid=22981 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/22984/task/22994/stat : 22994 (java) S 22981 22984 20210 0 -1 4202560 760 0 0 0 213 26 0 0 20 0 22 0 107542317 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639653034152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22995] ppid=22981 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/22984/task/22995/stat : 22995 (java) S 22981 22984 20210 0 -1 4202560 2257 0 0 0 233 8 0 0 20 0 22 0 107542318 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639170706408 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=22996] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22996/stat : 22996 (java) S 22981 22984 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107542319 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639169652472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22997] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22997/stat : 22997 (java) S 22981 22984 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107542319 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639168599560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22998] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22998/stat : 22998 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639167548048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22999] ppid=22981 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/22984/task/22999/stat : 22999 (java) S 22981 22984 20210 0 -1 4202560 11786 0 0 0 190 3 0 0 20 0 22 0 107542321 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639166495160 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23000] ppid=22981 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/22984/task/23000/stat : 23000 (java) S 22981 22984 20210 0 -1 4202560 12841 0 0 0 164 2 0 0 20 0 22 0 107542321 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639165442360 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=23001] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23001/stat : 23001 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639164389752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=23002] ppid=22981 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/22984/task/23002/stat : 23002 (java) S 22981 22984 20210 0 -1 4202560 47 0 0 0 16 20 0 0 20 0 22 0 107542321 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639163337160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=23021] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23021/stat : 23021 (java) S 22981 22984 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107542612 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639160604072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23033] ppid=22981 vsize=9824732 CPUtime=687.46 cores=1,3,5,7
/proc/22984/task/23033/stat : 23033 (java) R 22981 22984 20210 0 -1 4202560 21 0 0 0 68734 12 0 0 20 0 22 0 107555226 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639161655296 140639661055541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23034] ppid=22981 vsize=9824732 CPUtime=687.35 cores=1,3,5,7
/proc/22984/task/23034/stat : 23034 (java) R 22981 22984 20210 0 -1 4202560 514 0 0 0 68718 17 0 0 20 0 22 0 107555226 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639156773728 140639661445060 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=23035] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23035/stat : 23035 (java) S 22981 22984 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107555226 10060525568 839168 33554432000 1073741824 1073778376 140734423594448 140639157826856 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1647.27
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.00 4.10 4.12 5/219 23179
/proc/meminfo: memFree=25239032/32872528 swapFree=11320/319964
[pid=22984] ppid=22981 vsize=9824732 CPUtime=1767.81 cores=1,3,5,7
/proc/22984/stat : 22984 (java) S 22981 22984 20210 0 -1 4202496 38437 0 1 0 176521 260 0 0 20 0 22 0 107542315 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140734423585584 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22984/statm: 2456183 800969 2303 9 0 2446860 0
[pid=22984/tid=22986] ppid=22981 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (java) S 22981 22984 20210 0 -1 4202560 2445 0 1 0 44 4 0 0 20 0 22 0 107542316 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639816917880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22987] ppid=22981 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/22984/task/22987/stat : 22987 (java) S 22981 22984 20210 0 -1 4202560 611 0 0 0 198 19 0 0 20 0 22 0 107542317 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639660403752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22988] ppid=22981 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (java) S 22981 22984 20210 0 -1 4202560 639 0 0 0 214 19 0 0 20 0 22 0 107542317 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639659350952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22989] ppid=22981 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/22984/task/22989/stat : 22989 (java) S 22981 22984 20210 0 -1 4202560 685 0 0 0 222 22 0 0 20 0 22 0 107542317 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639658298152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22990] ppid=22981 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (java) S 22981 22984 20210 0 -1 4202560 593 0 0 0 196 20 0 0 20 0 22 0 107542317 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639657245352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22991] ppid=22981 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/22984/task/22991/stat : 22991 (java) S 22981 22984 20210 0 -1 4202560 723 0 0 0 216 24 0 0 20 0 22 0 107542317 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639656192552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=22992] ppid=22981 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/22984/task/22992/stat : 22992 (java) S 22981 22984 20210 0 -1 4202560 777 0 0 0 236 21 0 0 20 0 22 0 107542317 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639655139752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22993] ppid=22981 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/22984/task/22993/stat : 22993 (java) S 22981 22984 20210 0 -1 4202560 645 0 0 0 212 19 0 0 20 0 22 0 107542317 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639654086952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22994] ppid=22981 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/22984/task/22994/stat : 22994 (java) S 22981 22984 20210 0 -1 4202560 767 0 0 0 228 26 0 0 20 0 22 0 107542317 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639653034152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22995] ppid=22981 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/22984/task/22995/stat : 22995 (java) S 22981 22984 20210 0 -1 4202560 2275 0 0 0 233 9 0 0 20 0 22 0 107542318 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639170706408 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=22996] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22996/stat : 22996 (java) S 22981 22984 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107542319 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639169652472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22997] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22997/stat : 22997 (java) S 22981 22984 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107542319 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639168599560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22998] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22998/stat : 22998 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639167548048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22999] ppid=22981 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/22984/task/22999/stat : 22999 (java) S 22981 22984 20210 0 -1 4202560 11786 0 0 0 190 3 0 0 20 0 22 0 107542321 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639166495160 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23000] ppid=22981 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/22984/task/23000/stat : 23000 (java) S 22981 22984 20210 0 -1 4202560 12841 0 0 0 164 2 0 0 20 0 22 0 107542321 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639165442360 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=23001] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23001/stat : 23001 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639164389752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=23002] ppid=22981 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/22984/task/23002/stat : 23002 (java) S 22981 22984 20210 0 -1 4202560 51 0 0 0 17 21 0 0 20 0 22 0 107542321 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639163337160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=23021] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23021/stat : 23021 (java) S 22981 22984 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107542612 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639160604072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23033] ppid=22981 vsize=9824732 CPUtime=747.12 cores=1,3,5,7
/proc/22984/task/23033/stat : 23033 (java) R 22981 22984 20210 0 -1 4202560 24 0 0 0 74699 13 0 0 20 0 22 0 107555226 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639161655312 140639661055541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=23034] ppid=22981 vsize=9824732 CPUtime=747.02 cores=1,3,5,7
/proc/22984/task/23034/stat : 23034 (java) R 22981 22984 20210 0 -1 4202560 518 0 0 0 74684 18 0 0 20 0 22 0 107555226 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639156764944 140639661445248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23035] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23035/stat : 23035 (java) S 22981 22984 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107555226 10060525568 800969 33554432000 1073741824 1073778376 140734423594448 140639157826856 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1767.81
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.401 s]
/proc/loadavg: 4.07 4.11 4.13 5/219 23179
/proc/meminfo: memFree=25284772/32872528 swapFree=11320/319964
[pid=22984] ppid=22981 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/22984/stat : 22984 (java) S 22981 22984 20210 0 -1 4202496 38462 0 1 0 179747 262 0 0 20 0 22 0 107542315 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140734423585584 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22984/statm: 2456183 785927 2303 9 0 2446860 0
[pid=22984/tid=22986] ppid=22981 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (java) S 22981 22984 20210 0 -1 4202560 2445 0 1 0 44 4 0 0 20 0 22 0 107542316 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639816917880 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22987] ppid=22981 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/22984/task/22987/stat : 22987 (java) S 22981 22984 20210 0 -1 4202560 612 0 0 0 199 19 0 0 20 0 22 0 107542317 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639660403752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22988] ppid=22981 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (java) S 22981 22984 20210 0 -1 4202560 641 0 0 0 215 19 0 0 20 0 22 0 107542317 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639659350952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22989] ppid=22981 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/22984/task/22989/stat : 22989 (java) S 22981 22984 20210 0 -1 4202560 688 0 0 0 223 22 0 0 20 0 22 0 107542317 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639658298152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22990] ppid=22981 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (java) S 22981 22984 20210 0 -1 4202560 599 0 0 0 201 20 0 0 20 0 22 0 107542317 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639657245352 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22991] ppid=22981 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/22984/task/22991/stat : 22991 (java) S 22981 22984 20210 0 -1 4202560 728 0 0 0 219 24 0 0 20 0 22 0 107542317 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639656192552 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=22992] ppid=22981 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/22984/task/22992/stat : 22992 (java) S 22981 22984 20210 0 -1 4202560 777 0 0 0 237 21 0 0 20 0 22 0 107542317 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639655139752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=22993] ppid=22981 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/22984/task/22993/stat : 22993 (java) S 22981 22984 20210 0 -1 4202560 651 0 0 0 217 19 0 0 20 0 22 0 107542317 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639654086952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22994] ppid=22981 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/22984/task/22994/stat : 22994 (java) S 22981 22984 20210 0 -1 4202560 768 0 0 0 229 27 0 0 20 0 22 0 107542317 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639653034152 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=22995] ppid=22981 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/22984/task/22995/stat : 22995 (java) S 22981 22984 20210 0 -1 4202560 2275 0 0 0 233 10 0 0 20 0 22 0 107542318 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639170706408 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=22996] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22996/stat : 22996 (java) S 22981 22984 20210 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107542319 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639169652472 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22997] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22997/stat : 22997 (java) S 22981 22984 20210 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107542319 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639168599560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22998] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22998/stat : 22998 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639167548048 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=22999] ppid=22981 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/22984/task/22999/stat : 22999 (java) S 22981 22984 20210 0 -1 4202560 11786 0 0 0 190 3 0 0 20 0 22 0 107542321 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639166495160 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23000] ppid=22981 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/22984/task/23000/stat : 23000 (java) S 22981 22984 20210 0 -1 4202560 12841 0 0 0 164 2 0 0 20 0 22 0 107542321 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639165442360 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22984/tid=23001] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23001/stat : 23001 (java) S 22981 22984 20210 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107542321 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639164389752 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=23002] ppid=22981 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/22984/task/23002/stat : 23002 (java) S 22981 22984 20210 0 -1 4202560 51 0 0 0 18 21 0 0 20 0 22 0 107542321 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639163337160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22984/tid=23021] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23021/stat : 23021 (java) S 22981 22984 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107542612 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639160604072 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23033] ppid=22981 vsize=9824732 CPUtime=763.16 cores=1,3,5,7
/proc/22984/task/23033/stat : 23033 (java) R 22981 22984 20210 0 -1 4202560 24 0 0 0 76303 13 0 0 20 0 22 0 107555226 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639161654528 140639661450015 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22984/tid=23034] ppid=22981 vsize=9824732 CPUtime=763.05 cores=1,3,5,7
/proc/22984/task/23034/stat : 23034 (java) R 22981 22984 20210 0 -1 4202560 519 0 0 0 76287 18 0 0 20 0 22 0 107555226 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639156772640 140639661204443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22984/tid=23035] ppid=22981 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22984/task/23035/stat : 23035 (java) S 22981 22984 20210 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107555226 10060525568 785927 33554432000 1073741824 1073778376 140734423594448 140639157826856 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

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 22984 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.456
CPU time (s): 1800.69
CPU user time (s): 1797.56
CPU system time (s): 3.13252
CPU usage (%): 200.421
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.56
system time used= 3.13252
maximum resident set size= 3431712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38497
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23663
involuntary context switches= 26493

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.11407 second user time and 7.13392 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 01:34:50
IDJOB=4081787
IDBENCH=48207
IDSOLVER=2543
FILE ID=node128/4081787-1465256090
RUNJOBID= node128-1465247049-20227
PBS_JOBID= 19843253
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081787-1465256090/watcher-4081787-1465256090 -o /tmp/evaluation-result-4081787-1465256090/solver-4081787-1465256090 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465247049-20227 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081787-1465256090.opb

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

MD5SUM BENCH= 2cdec46d3e8e924c4987d217b8438ed8
RANDOM SEED=24226286

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28063972 kB
Buffers:           53912 kB
Cached:           109304 kB
SwapCached:         1656 kB
Active:          3682732 kB
Inactive:          97828 kB
Active(anon):    3619068 kB
Inactive(anon):      528 kB
Active(file):      63664 kB
Inactive(file):    97300 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098468 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       3936532 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             570052 kB
SReclaimable:      13584 kB
SUnreclaim:       556468 kB
KernelStack:        1632 kB
PageTables:        11764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4669512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3848192 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= 71744 MiB
End job on node128 at 2016-06-07 01:49:49